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
A file chooser dialog appear when I hit Ctrl+S on Firefox and Thunderbird without any specific manipulation.
(also, using Screenshot tool in Firefox works correctly)
Current Behavior
No window shows up when I should have a file chooser dialog. The only way I’ve found to make it work is to restart xdg-desktop-portal.service. I have this problem after every reboot.
(also, using the «Copy» option in the Firefox builtin screenshot tool makes Firefox and the desktop freeze for more than 10 seconds, and only afterward is the screenshot copied to the clipboard)
logs
$ echo $XDG_CURRENT_DESKTOP
KDE
$ cat /usr/share/xdg-desktop-portal/kde-portals.conf
[preferred]
default=kde
org.freedesktop.impl.portal.Settings=kde;gtk;
$ systemctl --user status xdg-desktop-portal.service
● xdg-desktop-portal.service - Portal service
Loaded: loaded (/usr/lib/systemd/user/xdg-desktop-portal.service; static)
Active: active (running) since Tue 2024-03-05 19:07:04 CET; 3h 42min ago
Main PID: 1271 (xdg-desktop-por)
Tasks: 5 (limit: 16618)
Memory: 5.4M (peak: 6.2M)
CPU: 228ms
CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/xdg-desktop-portal.service
└─1271 /usr/lib/xdg-desktop-portal
mars 05 19:07:04 potipat systemd[1147]: Starting Portal service...
mars 05 19:07:04 potipat xdg-desktop-por[1271]: No skeleton to export
mars 05 19:07:04 potipat systemd[1147]: Started Portal service.
$ systemctl --user status xdg-desktop-portal.service
● xdg-desktop-portal.service - Portal service
Loaded: loaded (/usr/lib/systemd/user/xdg-desktop-portal.service; static)
Active: active (running) since Tue 2024-03-05 22:55:24 CET; 3s ago
Main PID: 24047 (xdg-desktop-por)
Tasks: 8 (limit: 16618)
Memory: 3.6M (peak: 4.6M)
CPU: 96ms
CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/xdg-desktop-portal.service
└─24047 /usr/lib/xdg-desktop-portal
mars 05 22:55:23 potipat systemd[1147]: Starting Portal service...
mars 05 22:55:24 potipat systemd[1147]: Started Portal service.
Steps to Reproduce
Install xdg-desktop-portal and xdg-desktop-portal-kde (doesn’t change anything if I have xdg-desktop-portal-gtk installed or not)
Put export GTK_USE_PORTAL=1 in ~/.profile
Reboot
Launch Firefox
Try to save a webpage
Anything else we should know?
It works perfectly fine with 1.16.
The text was updated successfully, but these errors were encountered:
I have the same issue, but for me obs can't get a desktop and also screen/window picker for streaming won't appear until xdg-desktop-portal service not restarted
Arch Linux, KDE Plasma 6, Wayland+nvidia-dkms
Operating System
Arch Linux
XDG Desktop Portal version
1.18
Desktop Environment
KDE
Expected Behavior
A file chooser dialog appear when I hit Ctrl+S on Firefox and Thunderbird without any specific manipulation.
(also, using Screenshot tool in Firefox works correctly)
Current Behavior
No window shows up when I should have a file chooser dialog. The only way I’ve found to make it work is to restart
xdg-desktop-portal.service
. I have this problem after every reboot.(also, using the «Copy» option in the Firefox builtin screenshot tool makes Firefox and the desktop freeze for more than 10 seconds, and only afterward is the screenshot copied to the clipboard)
logs
Steps to Reproduce
xdg-desktop-portal
andxdg-desktop-portal-kde
(doesn’t change anything if I havexdg-desktop-portal-gtk
installed or not)export GTK_USE_PORTAL=1
in~/.profile
Anything else we should know?
It works perfectly fine with 1.16.
The text was updated successfully, but these errors were encountered: