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

From KDE UserBase Wiki
Revision as of 10:15, 6 September 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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