Skip to content
Snippets Groups Projects
Commit 2ffab5da authored by Jonas Höppner's avatar Jonas Höppner
Browse files

cmdline, wayland: set environment variables needed to start qt gui apps

Adapts /etc/profile to set XDG_RUNTIME_DIR, QT_QPA_PLUGIN, QT_QPA_FONTDIR
and QT_WAYLAND_DISABLE_WINDOWDECORATION

BCS 746-000082
parent d7609b6a
No related branches found
No related tags found
1 merge request!23cmdline, wayland: set environment variables needed to start gui apps
......@@ -34,3 +34,5 @@ umask 022
# Defaults to allow start of gui tools from the commandline
export XDG_RUNTIME_DIR=/run/user/0
export QT_QPA_FONTDIR=/usr/share/fonts/truetype
export QT_QPA_PLATFORM=wayland-egl
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment