Skip to content
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

Ubuntu 16.04.1 LTS: file manager is not native so it does not show USB drives #46

Closed
evpo opened this issue Oct 27, 2016 · 3 comments
Closed

Comments

@evpo
Copy link
Owner

evpo commented Oct 27, 2016

Qt falls back to its own file manager that does not integrate with the system and does not show usb drives. See the description here

@evpo evpo changed the title Ubuntu 16.04.1 LTS: file manager is not native so it does not show pendrives Ubuntu 16.04.1 LTS: file manager is not native so it does not show USB drives Oct 27, 2016
@evpo evpo added this to the 0.3.2.4 milestone Oct 27, 2016
@evpo
Copy link
Owner Author

evpo commented Oct 30, 2016

The issue is a known Qt problem. Qt 5.7 GTK2 plugin libqgtk2.so is missing from the installation because they moved to GTK3 and didn't package GTK3 either.
The bug has been reported here

This is really an issue - it took some time to figure out why the native file dialog is not shown anymore with Qt 5.7 under Linux Mint 17.3.
I suggest to give others an official hint about this.

They think that the problem will be fixed in Qt 5.8 that should come out in November.

One option to make it work is to use AppImage.

@probonopd
Copy link
Contributor

Shouldn't be hard to do, especially given that this project is already building on Travis CI. See linuxdeployqt and especially the Travis CI examples linked there. Basically linuxdeployqt -appimage can do it automatically for you.

@evpo
Copy link
Owner Author

evpo commented Nov 1, 2016

Thanks for you help. I have already built an AppImage from the webupd8 package with help of your yml and tested on Ubuntu 16.04. I can see a native file dialog. It is a bit different but still better than nothing and it will work for most users.

I will look at linuxdeployqt and probably make an official AppImage shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants