HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

plasmashell — Start and restart Plasma Desktop. More information: <https://invent.kde.org/plasma/plasma-desktop>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
plasmacommandplasmashellstartrestartandclidesktop
linux

Problem

How to use the plasmashell command: Start and restart Plasma Desktop. More information: <https://invent.kde.org/plasma/plasma-desktop>.

Solution

plasmashell — Start and restart Plasma Desktop. More information: <https://invent.kde.org/plasma/plasma-desktop>.

Restart plasmashell:
systemctl restart --user plasma-plasmashell


Restart plasmashell without systemd:
plasmashell --replace & disown


Display help:
plasmashell {{[-h|--help]}}


Display help, including Qt options:
plasmashell --help-all

Code Snippets

Restart `plasmashell`

systemctl restart --user plasma-plasmashell

Restart `plasmashell` without systemd

plasmashell --replace & disown

Display help

plasmashell {{[-h|--help]}}

Display help, including Qt options

plasmashell --help-all

Context

tldr-pages: linux/plasmashell

Revisions (0)

No revisions yet.