We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to run the appimage from http://bamboo.my-ho.st/bamboo/browse/OZW-OZW-84/artifact/JOB1/Linux---AppImage/OZWAdmin-0.1-x86_64.AppImage on my Ubuntu 18.04 machine:
ozwadmin: Deploying OZW Database to "/home/jordan/.local/share/OpenZWave/ozw-admin" ozw.database: Testing "./qt-openzwavedatabase.rcc" ozw.database: Testing "../../qt-openzwave/qt-openzwavedatabase//qt-openzwavedatabase.rcc" ozw.database: Testing Standard Paths "/home/jordan/.local/share/OpenZWave/qt-openzwavedatabase.rcc" ozw.database: Testing Standard Paths "/usr/share/ubuntu/OpenZWave/qt-openzwavedatabase.rcc" ozw.database: Testing Standard Paths "/usr/local/share/OpenZWave/qt-openzwavedatabase.rcc" ozw.database: Testing Standard Paths "/usr/share/OpenZWave/qt-openzwavedatabase.rcc" ozw.database: Testing Standard Paths "/var/lib/snapd/desktop/OpenZWave/qt-openzwavedatabase.rcc"
Then I get a popup error stating that "qt-openzwavedatabase.rcc" could not be found.
I inspected the AppImage squashfs, which does include squashfs-root/usr/share/OpenZWave/qt-openzwavedatabase.rcc
squashfs-root/usr/share/OpenZWave/qt-openzwavedatabase.rcc
If I move qt-openzwavedatabase.rcc into the same directory as the AppImage and where I execute it from, the program launches fine.
qt-openzwavedatabase.rcc
The text was updated successfully, but these errors were encountered:
Tidy Update Database Config File Loading and Possible fix for Issue #18
1e7baf0
Could you please retest with the latest versions and let me know?
Sorry, something went wrong.
This is all good now. Thanks for everything you're doing!
Fishwaldo
No branches or pull requests
When I try to run the appimage from http://bamboo.my-ho.st/bamboo/browse/OZW-OZW-84/artifact/JOB1/Linux---AppImage/OZWAdmin-0.1-x86_64.AppImage on my Ubuntu 18.04 machine:
Then I get a popup error stating that "qt-openzwavedatabase.rcc" could not be found.
I inspected the AppImage squashfs, which does include
squashfs-root/usr/share/OpenZWave/qt-openzwavedatabase.rcc
If I move
qt-openzwavedatabase.rcc
into the same directory as the AppImage and where I execute it from, the program launches fine.The text was updated successfully, but these errors were encountered: