We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb39bc1 commit bd0c2aaCopy full SHA for bd0c2aa
root/usr/bin/chromium
@@ -2,6 +2,9 @@
2
3
BIN=/usr/bin/chromium-browser
4
5
+# Bugfix for Chromium in Alpine
6
+export GTK_THEME=Adwaita:light
7
+
8
# Cleanup
9
if ! pgrep chromium > /dev/null;then
10
rm -f $HOME/.config/chromium/Singleton*
0 commit comments