-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
Appliction fails to load Ubuntu Budgie 22.04 #47
Comments
I was able to reproduce it on Ubuntu Budgie as well. I'm not entirely sure why it fails to load just on Budgie, but based on the QT debug, there was one missing dependency. I was able to fix this particular case by installing the bellow library. Please install the bellow dependency and then run OneDriveGUI from source. Let me know if it fixes it for you. |
Looks like the same thing after that install. Re-ran the install to be sure.
|
Aha, so it seems I cheated a bit and used wildcard to install all xcb libraries. The more accurate solution is to install just the bellow four missing libraries. These are missing only in Ubuntu Budgie and are included in standard Ubuntu 22.04 LTS minimal install.
|
That did it! I need to do some updates on my end being on Ubuntu but those worked just fine and the GUI began loading. |
Cool, thanks for testing. Since the libraries are tiny, I'll bundle them into future AppImage releases. I've just tested the updated AppImage on live image of Ubuntu Budgie, and it started just fine. |
I have attempted the app image as well as building from source and recieve the same error on both occassions. This is a very fresh install of Ubuntu 22.04 using a minmal install method.
The text was updated successfully, but these errors were encountered: