Translations:Tutorials/Using Other Window Managers with Plasma/73/en

From KDE UserBase Wiki

Warning

In some recent versions, SDDM checks for blank spaces in the Exec command. If blank spaces are found the Desktop Entry is not shown in the session menu. To workaround this, create a script named plasma-i3.sh containing the following:
#!/bin/sh
export KDEWM=/usr/bin/i3
/usr/bin/startplasma-x11
Set execution permissions for the script and reference it in plasma-i3.desktop, for example:
Exec=/usr/local/bin/plasma-i3.sh