File save/open dialog on Linux in version 5.2
-
Vivaldi has been my primary browser for years now, but this is basically a deal-breaking bug for me.
Manjaro Linux Cinnamon Ed. fully patched -
@yogich just to add, FWIW, the same issue is coming up for Brave, and Chrome but not for Firefox of course.
-
@yogich It's GTK which goes hand in hand with GNOME, same bugs (filechooser , dialogue), restrictions, authoritarian decisions and a community exhibiting the stockholm syndrom of Windozers.
There's also another Manjarian using Cinnamon like you who is getting the save dialogue without a theme. You could ask better in the Manjaro forums about your issue, the team there is better informed than anyone else about what's going on with GTK, theming, also keep in mind MJ Cinnamon is maintaned by the community, so I'm not sure what is being done there and who oversees it. -
Hello, also an i3 Arch user, I've been pulling my hair out with this as I download bank transactions daily to import into Gnucash and I have been completely unable to type a name for the file. I have solved it after much googling:
it seems to be a bug in xdg-desktop-portal-gnome. xdg-desktop-portal seems to be a go-between for browsers and the desktop environment. On my system, I had installed 3 related packages: xdg-desktop-portal, xdg-desktop-portal-gnome, and xdg-desktop-portal-gtk.
To solve, I uninstalled xdg-desktop-portal-gnome which left the gtk version the only one available. Then I restarted the service (systemctl --user restart xdg-desktop-portal). I closed and restarted vivaldi and now I have a fully functional save dialog. Please give it a try.
Good luck,
Bill
-
@FlBtlInFrntOfMe
xdg-desktop-portal-*
is a thing for flatpaks, another reason not to use such stuff that is meant to only mess up the system, wanting to bypass/access stuff outside the sandbox-wannabe and whatnot. And on Arch, why? You most probably don't need the gtk either. -
@npro Joplin (synchronized multi-platform note-taking) is a favorite of mine and it notoriously builds terribly and inconsistently from source on Arch. It's the only flatpak I use. Not a first choice.
-
@FlBtlInFrntOfMe said in File save/open dialog on Linux in version 5.2:
To solve, I uninstalled xdg-desktop-portal-gnome which left the gtk version the only one available. Then I restarted the service (systemctl --user restart xdg-desktop-portal). I closed and restarted vivaldi and now I have a fully functional save dialog. Please give it a try.
Yeah, this
solvedworked around my problem. Opensuse Tumbleweed 20220503, using KDE (but other desktop environments, like Gnome, are installed). Like a lot of Gnome-related defaults, sometimes applications assume that Gnome's choice is the correct default regardless of the active DE. This behavior drives me crazy every so often.But, yeah, «sudo zypper remove xdg-desktop-portal-gnome && systemctl --user restart xdg-desktop-portal» and I'm seeing a KDE download dialog. And I can actually type a filename in one go instead of having to re-click on the file name field between typing each letter. It's frankly astonishing how broken that Gnome dialog seems, though maybe it works better if you're actually in Gnome.
-
@FlBtlInFrntOfMe said in File save/open dialog on Linux in version 5.2:
Hello, also an i3 Arch user, I've been pulling my hair out with this as I download bank transactions daily to import into Gnucash and I have been completely unable to type a name for the file. I have solved it after much googling:
it seems to be a bug in xdg-desktop-portal-gnome. xdg-desktop-portal seems to be a go-between for browsers and the desktop environment. On my system, I had installed 3 related packages: xdg-desktop-portal, xdg-desktop-portal-gnome, and xdg-desktop-portal-gtk.
To solve, I uninstalled xdg-desktop-portal-gnome which left the gtk version the only one available. Then I restarted the service (systemctl --user restart xdg-desktop-portal). I closed and restarted vivaldi and now I have a fully functional save dialog. Please give it a try.
Good luck,
Bill
This solved it for me (Ubuntu 22.04 with Cinnamon desktop environment). Getting pretty sick of Gnome making problems for me even when I go out of my way to not use it.
-
@FlBtlInFrntOfMe Worked perfectly for me. Thanks so much.
-
I can confirm that on my Arch system the workaround by @FlBtlInFrntOfMe worked. I now have the "old" file dialog which I was used to. Thank you so much!!