Skip to content

Commit d6b3d1f

Browse files
committed
config/graphical-session/wayland: update qt instructions
wayland-egl causes some problems, it seems
1 parent b595ab0 commit d6b3d1f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/config/graphical-session/wayland.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,14 @@ which can be either elogind or seatd. Enabling them is explained in the
5252

5353
### Native applications
5454

55-
Qt5-based applications require installing the `qt5-wayland` package and setting
56-
the environment variable `QT_QPA_PLATFORM=wayland-egl` to enable their Wayland
57-
backend. Some KDE specific applications also require installing the `kwayland`
58-
package. EFL-based applications require setting the environment variable
59-
`ELM_DISPLAY=wl`, and can have issues without it, due to not supporting XWayland
60-
properly. [SDL](https://libsdl.org)-based applications require setting the
61-
environment variable `SDL_VIDEODRIVER=wayland`.
55+
Qt5- and Qt6-based applications require installing the `qt5-wayland` or
56+
`qt6-wayland` package and setting the environment variable
57+
`QT_QPA_PLATFORM=wayland` to enable their Wayland backend. Some KDE specific
58+
applications also require installing the `kwayland` package. EFL-based
59+
applications require setting the environment variable `ELM_DISPLAY=wl`, and can
60+
have issues without it, due to not supporting XWayland properly.
61+
[SDL](https://libsdl.org)-based applications require setting the environment
62+
variable `SDL_VIDEODRIVER=wayland`.
6263
[GTK+](https://wiki.gnome.org/Initiatives(2f)Wayland(2f)GTK(2b).html)-based
6364
applications should use the Wayland backend automatically.
6465

0 commit comments

Comments
 (0)