Created
July 22, 2025 11:13
-
-
Save faizul726/2df5c700804ed43cbbab089be834cf4a to your computer and use it in GitHub Desktop.
Flatpak allow read-only access to gtk config and system (usr) themes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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