-
Notifications
You must be signed in to change notification settings - Fork 102
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
File Chooser does not open for Flatpak Applications #485
Comments
You can get some logs with |
Very interesting... So using this method, I first typed your command into console. Then I went onto DuckDuckGo and searched up some images of fat dachsunds on flatpak ungoogled-chromium, and the GTK file chooser worked! I was able to download a fat dachsund with the GTK file chooser. But as soon as I tried to download another fat dachsund without
But that itself was enough to get to the crux of the bug! Something probably isn't running that should be in the background! |
It looks like
|
A possibility is |
I have another idea for what is going on. After login, the message in systemctl looks like this:
I found that another user here was getting the same error message but managed to solve it by installing lightdm (a login manager). Using a login manager like lightdm will ensure that both the display server and xdg-desktop-portal-gtk are started at the same time. The issue is that without a login manager, what is going on is that xdg-desktop-portal-gtk is trying to call display without sway being started first, which creates the issue. The bandaid solution is then to plop But ideally, either |
Hello,
I'm on a mostly fresh install of Fedora Sway 40, and whenever I hit a button that should result in the file chooser opening up (like I try to Download something in Ungoogled Chromium or set my library in Steam), nothing happens. I've gotten stuck trying to look at fixes and debug it myself, so I was wondering if I could get some help.
system information
sway information
xdg portal package information
The last thing I tried to do to fix this was to reinstall Fedora Sway spin while keeping my home directory, but nothing got fixed. On my last install I was trying to get my
gtk
andqt6
themes to work together withkvantum
, and it may be possible along the way that I deleted something important in the~/home/username
directory. (I recall deleting~/.local/gtk-2.0
and~/.local/gtk-3.0
.I also have the following files in
/usr/share/xdg-desktop-portal
:/usr/share/xdg-desktop-portal/sway-portals
/usr/share/xdg-desktop-portal/wlroots-portals
/usr/share/xdg-desktop-portal/portals/gnome-keyring.portal
/usr/share/xdg-desktop-portal/portals/gtk.portal
/usr/share/xdg-desktop-portal/portals/wlr.portal
Any debugging tips or hints for where I should look next would be much appreciated. Thanks.
(Note: I posted this in originally in
https://github.com/swaywm/sway/issues/8260
, but I then noticed that 1 or 2 xdg-related issues got redirected to here, naturally.)Another note is that the accessing the system print dialog from Flatpak Ungoogled Chromium actually does work, though I have no printers configured.
The text was updated successfully, but these errors were encountered: