Created
May 1, 2026 06:50
-
-
Save Shoozza/a2af341862a0d024b68fe4cd7d007bd9 to your computer and use it in GitHub Desktop.
reset_steam_deck_theme_issue.sh
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
| #!/bin/sh | |
| # can be necessary if OOM kills it | |
| # fixes: gtk dialogs ignore theme and browsers cannot open download folder/files | |
| systemctl --user restart xdg-desktop-portal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment