< Plasma
Difference between revisions of "Plasma/Wayland"
(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: | ||
− | + | 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
- Generic building instructions for Wayland / Weston: http://wayland.freedesktop.org/building.html
- All these pieces, but especially QtWayland: http://qt-project.org/wiki/QtWayland
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
This page was last edited on 22 July 2014, at 21:13. Content is available under Creative Commons License SA 4.0 unless otherwise noted.