Plasma/Wayland: Difference between revisions
Appearance
< Plasma
No edit summary |
running |
||
Line 4: | Line 4: | ||
* Generic building instructions for Wayland / Weston: http://wayland.freedesktop.org/building.html | * Generic building instructions for Wayland / Weston: http://wayland.freedesktop.org/building.html | ||
* All these pieces, but especially QtWayland: http://qt-project.org/wiki/QtWayland | * All these pieces, but especially QtWayland: http://qt-project.org/wiki/QtWayland | ||
= Running KF5 applications under Wayland = | |||
Inside an existing X session: | |||
weston | |||
From a hard console / virtual terminal: | |||
weston-launch | |||
export $(dbus-launch) | |||
kwrite -platform wayland |
Revision as of 14:50, 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
From a hard console / virtual terminal:
weston-launch export $(dbus-launch) kwrite -platform wayland