Skip to content

Commit

Permalink
Use wayland by default in GNOME and KDE.
Browse files Browse the repository at this point in the history
  • Loading branch information
Project579 committed Jun 7, 2023
1 parent 7cc9cd7 commit d63bc0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ Line wrap the file at 100 chars. Th
- Add creation date below device name in the device list screen.
- Add quantum resistant tunneling.

#### Linux
- Add wayland support on KDE and GNOME.

### Changed
- In the CLI, update the `tunnel` subcommand to resemble `relay` more. For example, by adding a
unified `mullvad tunnel get` command and removing individual `get` subcommands like
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 GNOME"
if [ "${XDG_SESSION_TYPE:-""}" = "wayland" ] && \
echo " $SUPPORTED_COMPOSITORS " | \
grep -qi -e " ${XDG_CURRENT_DESKTOP:-""} " -e " ${XDG_SESSION_DESKTOP:-""} "
Expand Down

0 comments on commit d63bc0c

Please sign in to comment.