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 clear and concise description of what the bug is.
When xdg.portal.gtkUsePortal=true is set, following abnormal behaviors happen:
gnome desktop login time period becomes much longer (~30s on my x1 yoga)
In gnome environment, Firefox failed to launch a file chooser when I press ctrl+O and complains
no such interface “org.freedesktop.portal.filechooser” on object at path /org/freedesktop/portal/desktop
Similar behavior happens in evince (still in gnome environment).
As to the plasma desktop, all are OK.
For gnome (wayland), it still takes a long period of time (~30s) between I enter the password and the gnome desktop is fully ready, but the filechooser can launch normally after that.
If I remove the gtkUsePortal setting, everything becomes OK.
Steps To Reproduce
Steps to reproduce the behavior:
in configuration.nix, add xdg.portal.gtkUsePortal=true;
sudo nixos-rebuild boot
reboot
login to gnome-xorg.
Expected behavior
A clear and concise description of what you expected to happen.
gnome desktop should be launch in a short period time (say 5~10 s)
the file chooser should be launched normally.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Notify maintainers
Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
Describe the bug
A clear and concise description of what the bug is.
When
xdg.portal.gtkUsePortal=true
is set, following abnormal behaviors happen:evince
(still in gnome environment).As to the
plasma
desktop, all are OK.For gnome (wayland), it still takes a long period of time (~30s) between I enter the password and the gnome desktop is fully ready, but the filechooser can launch normally after that.
If I remove the
gtkUsePortal
setting, everything becomes OK.Steps To Reproduce
Steps to reproduce the behavior:
configuration.nix
, addxdg.portal.gtkUsePortal=true;
sudo nixos-rebuild boot
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: