Skip to content

Instantly share code, notes, and snippets.

@cnleo
Created April 1, 2024 23:39
Show Gist options
  • Save cnleo/4182d00243ad89c0d503120cd31fd5f4 to your computer and use it in GitHub Desktop.
Save cnleo/4182d00243ad89c0d503120cd31fd5f4 to your computer and use it in GitHub Desktop.
lame/slow manjaro browser and apps
Many applications (firefox, thunderbird, etc) slow to start on desktops other than Gnome
There is a bug(https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/issues/74) with xdg-desktop-portal-gnome (more details here(https://forum.manjaro.org/t/unstable-update-2023-05-06-gnome-44-1/140014/24) ).
Workaround for gtk-based desktops (including Xfce)
sudo pacman -Rdd xdg-desktop-portal-gnome
sudo pacman -S xdg-desktop-portal-gtk
Workaround for KDE
sudo pacman -Rdd xdg-desktop-portal-gnome
sudo pacman -S xdg-desktop-portal-kde
Workaround for Lxqt
sudo pacman -Rdd xdg-desktop-portal-gnome
sudo pacman -S xdg-desktop-portal-lxqt
Workaround for desktops using hyprland
sudo pacman -Rdd xdg-desktop-portal-gnome
sudo pacman -S xdg-desktop-portal-hyprland
Workaround for desktops using wlroots
sudo pacman -Rdd xdg-desktop-portal-gnome
sudo pacman -S xdg-desktop-portal-wlr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment