Skip to content

Commit

Permalink
Use wayland by default on KDE
Browse files Browse the repository at this point in the history
  • Loading branch information
Project579 committed May 13, 2024
1 parent cc2517e commit 702e23b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Line wrap the file at 100 chars. Th
#### Linux
- Fix GUI not working on Ubuntu 24.04 by adding an AppArmor profile.
- Service failed to start when IPv6 was disabled in the kernel.
- Add wayland support on KDE.


## [2024.2] - 2024-04-29
Expand Down
2 changes: 1 addition & 1 deletion dist-assets/linux/mullvad-gui-launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else
SANDBOX_FLAG=""
fi

SUPPORTED_COMPOSITORS="sway river Hyprland"
SUPPORTED_COMPOSITORS="sway river Hyprland KDE"
if [ "${XDG_SESSION_TYPE:-""}" = "wayland" ] && \
echo " $SUPPORTED_COMPOSITORS " | \
grep -qi -e " ${XDG_CURRENT_DESKTOP:-""} " -e " ${XDG_SESSION_DESKTOP:-""} "
Expand Down

0 comments on commit 702e23b

Please sign in to comment.