Skip to content

Commit

Permalink
Fix default browser
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Jun 27, 2024
1 parent b9cd160 commit 9ccc16b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,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
Expand Down

0 comments on commit 9ccc16b

Please sign in to comment.