Jump to content

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

From KDE UserBase Wiki
FuzzyBot (talk | contribs)
Importing a new version from external source
 
(No difference)

Latest revision as of 10:15, 6 September 2020

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