Skip to content

Instantly share code, notes, and snippets.

@faizul726
Created July 22, 2025 11:13
Show Gist options
  • Select an option

  • Save faizul726/2df5c700804ed43cbbab089be834cf4a to your computer and use it in GitHub Desktop.

Select an option

Save faizul726/2df5c700804ed43cbbab089be834cf4a to your computer and use it in GitHub Desktop.
Flatpak allow read-only access to gtk config and system (usr) themes
ln -s /usr/share/themes /home/$USER/.local/share/themes # Delete that folder if you already have first
sudo flatpak override --filesystem=xdg-data/themes:ro # /home/$USER/.local/share/themes
sudo flatpak override --filesystem=xdg-config/gtk-3.0:ro # /home/$USER/.config/gtk-3.0
sudo flatpak override --filesystem=xdg-config/gtk-4.0:ro # /home/$USER/.config/gtk-4.0
Confirmed working for LocalSend and Emote as of July 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment