Skip to content

Commit

Permalink
Merge pull request #721 from yast/wayland
Browse files Browse the repository at this point in the history
add forgotten bug number
  • Loading branch information
jreidinger committed Apr 6, 2018
2 parents 379c316 + 86779bc commit 5658cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/yast2
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ SELECTED_GUI=ncurses
# if we have a DISPLAY or WAYLAND_DISPLAY, select a preferred GUI
if [ -n "$DISPLAY" -o -n "$WAYLAND_DISPLAY" ]; then
select_gui_frontend
# for wayland only environment, switch qt to use it
# for wayland only environment, switch qt to use it (bsc#1083907)
if [ -n "$WAYLAND_DISPLAY" -a -z "$DISPLAY" ]; then
export QT_QPA_PLATFORM=wayland
fi
Expand Down

0 comments on commit 5658cec

Please sign in to comment.