diff options
Diffstat (limited to 'firefox.sh.in')
-rw-r--r-- | firefox.sh.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox.sh.in b/firefox.sh.in index c546795..f149564 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -239,6 +239,10 @@ do esac done +if ! [ "$GDK_BACKEND" ]; then + export GDK_BACKEND=x11 +fi + # Run the browser debugging=0 if [ $debugging = 1 ] |