소스 검색

Fix default browser

Seungmin Kim 1 년 전
부모
커밋
c8ce1ebd5c
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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