Browse Source

Fix default browser

Seungmin Kim 1 year ago
parent
commit
c8ce1ebd5c
1 changed files with 4 additions and 1 deletions
  1. 4 1
      Dockerfile

+ 4 - 1
Dockerfile

@@ -452,7 +452,10 @@ SingleClick=false\n\
 \n\
 [KDE Action Restrictions]\n\
 action/lock_screen=false\n\
-logout=false" > /etc/xdg/kdeglobals
+logout=false\n\
+\n\
+[General]\n\
+BrowserApplication=firefox.desktop" > /etc/xdg/kdeglobals
 
 # Wine, Winetricks, Lutris, and PlayOnLinux, this process must be consistent with https://wiki.winehq.org/Ubuntu
 ARG WINE_BRANCH=staging