Skip to content

Commit f128b42

Browse files
committed
Enabled firefox --kiosk
So far firefox doesn't work in wayland when started with --kiosk
1 parent 244ca89 commit f128b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live/root/root/.local/bin/gnome-kiosk-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TOKEN=$(cat $TOKEN_FILE)
88
PREFS=$HOME/.mozilla/firefox/profile/user.js
99

1010
sed -e "s/__HOMEPAGE__/http:\/\/localhost\/login?token=$TOKEN/" $PREFS.template > $PREFS
11-
firefox --profile $HOME/.mozilla/firefox/profile
11+
firefox --kiosk --profile $HOME/.mozilla/firefox/profile
1212
# Here, we would like to see
1313
#
1414
# firefox --kiosk --profile $HOME/.mozilla/firefox/profile

0 commit comments

Comments
 (0)