Skip to content

Commit

Permalink
Restart portal after change theme to fix color in flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Nov 17, 2024
1 parent 1c8ec4b commit 05377bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/big-theme-apps
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ case "$1" in
#Configure GTK
qdbus6 org.kde.GtkConfig /GtkConfig org.kde.GtkConfig.setGtkTheme $(grep 'gtk-theme-name=' "$HOME/.config/gtk-3.0/settings.ini" | cut -f2-5 -d=)
gtk-reload.py

systemctl --user restart plasma-xdg-desktop-portal-kde.service
fi

echo "$2" > "$HOME/.big_desktop_theme"
Expand Down

0 comments on commit 05377bd

Please sign in to comment.