Skip to content
Commit 07ab04bf authored by Wolfgang Bauer's avatar Wolfgang Bauer
Browse files

Fix running konsole on Wayland

%i expands to "--icon someicon", but Qt recognizes this option only on
X11/xcb.
So konsole failed to start on Wayland.

To fix this problem, pass "-qwindowicon" instead, which is supported on
all platforms.

See https://community.kde.org/Guidelines_and_HOWTOs/Wayland_Porting_Notes#Exec_key_of_.desktop_files for details.

BUG: 408497
FIXED-IN: 5.68.0
Differential Revision: https://phabricator.kde.org/D27654
parent 35c7004d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment