Plasma/Wayland: Difference between revisions

From KDE Community Wiki
(running)
(running weston)
Line 10: Line 10:


Inside an existing X session:
Inside an existing X session:
weston
weston
starts a new window under your X server with Weston running inside it.




From a hard console / virtual terminal:
From a hard console / virtual terminal:


weston-launch
export $(dbus-launch)
export $(dbus-launch)
weston-launch
kwrite -platform wayland
kwrite -platform wayland

Revision as of 21:13, 22 July 2014

On this page, we're collecting tips and tricks to make Plasma work on Wayland:

Build instructions


Running KF5 applications under Wayland

Inside an existing X session:

weston

starts a new window under your X server with Weston running inside it.


From a hard console / virtual terminal:

export $(dbus-launch)
weston-launch
kwrite -platform wayland