KWin/Frameworks: Difference between revisions

From KDE Community Wiki
Line 12: Line 12:
kwin_x11 --replace &
kwin_x11 --replace &
</syntaxhighlight>
</syntaxhighlight>
== Known Limitations ==
* Activities support is missing
* Configuration module for desktop effects is not enabled


= Configuring =
= Configuring =
Configuration is fully supported, though desktop effects kcm is not available. Please use new kwincompositing module instead.
Configuration is fully supported, though desktop effects kcm is not available. Please use new kwincompositing module instead.

Revision as of 15:44, 27 June 2014

Compiling

In order to build KWin against KDE Frameworks 5, one needs to have a working frameworks setup. For this follow the steps outlined in Frameworks/Building. This should also build kwin.

To get KWin working properly on Frameworks there are many tasks to be solved. These tasks can be found in the KWin/Frameworks Trello board. If you want to work on a task please contact Martin Gräßlin (mgraesslin on IRC, email mgraesslin at kde dot org) to be added to the board and assign a task to yourself.

Please see KWin/Hacking for further information about the structure of KWin.

Running

Starting

Follow the runtime instructions in Frameworks/Building - especially ensure that you started D-Bus. Otherwise KWin 5 and a running KWin 4 might conflict on the DBus. Apart from that there is nothing special to consider. KWin 5 can be started just like KWin 4 with _x11 at end . If a window manager is already running, use:

kwin_x11 --replace &

Configuring

Configuration is fully supported, though desktop effects kcm is not available. Please use new kwincompositing module instead.