< Plasma
Difference between revisions of "Plasma/Wayland"
(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
This page was last edited on 22 July 2014, at 14:50. Content is available under Creative Commons License SA 4.0 unless otherwise noted.