You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the included browser (or any other browser/program) the system appears to utilize the GTK+ File Picker.
While this is usable, it lacks many features (such as thumbnail view) and I feel we would be better served by swapping over to the KDE/Qt/kdialog file picker which is much, much better.
This might be an issue with cutefish-session rather than filemanager, I'm not exactly sure where to place this.
Thanks for the great desktop, cheers!
The text was updated successfully, but these errors were encountered:
Finally, edit your applications that you wish to use the Qt/KDE filepicker with as follows.
cd /usr/share/applications
sudo vim brave-browser.desktop #example using vim to edit brave's .desktop file
Find all lines that begin with "exec=" and prepend GTK_USE_PORTAL="1" to them,
so:
This line: Exec=/usr/bin/brave-browser-stable %U
Becomes: Exec=GTK_USE_PORTAL="1" /usr/bin/brave-browser-stable %U
Note that some applications (especially browsers) have multiple lines for new windows and incognito ones, be sure to edit each line (there were 3 for Brave).
Then, relaunch Brave, et voila:
You'll notice I don't have thubmnails, I'll probably have to grab the KDE component which does that, but that will be another post.
I installed a few things and I'm not sure which was the kicker, but the deciding factor was going through the dependencies of Dolphin (the KDE filepicker), because the thumbnails worked when it was installed but stopped working when it and dependencies were removed. I went through the dependencies and it seems you don't need dolphin, but "kio-extras" is important, as well as probably "kdegraphics-thumbnailers", further testing would be good to see if simply installing these two packages would be enough to enable thumbnails, but they're working now!
When using the included browser (or any other browser/program) the system appears to utilize the GTK+ File Picker.
While this is usable, it lacks many features (such as thumbnail view) and I feel we would be better served by swapping over to the KDE/Qt/kdialog file picker which is much, much better.
This might be an issue with cutefish-session rather than filemanager, I'm not exactly sure where to place this.
Thanks for the great desktop, cheers!
The text was updated successfully, but these errors were encountered: