Skip to content

Files

Latest commit

 

History

History
32 lines (29 loc) · 844 Bytes

File metadata and controls

32 lines (29 loc) · 844 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
restart-kde-plasma-shell
cli
public
2021-07-03 02:37:45 -0700
2021-07-03 02:37:45 -0700
false
20210703093745
false
false
kde
plasma
Restart KDE Plasma
tech-note
# For KDE > 5.10
kquitapp5 plasmashell || killall plasmashell && kstart5 plasmashell

Remarks:

  1. If you are not sure which KDE version your run, kinfocenter --version will tell you.
  2. you can skip the kquitapp5 plasmashell || part if you don't want to be stuck in the timeout when plasmashell is not responding.

Original Source: kwin - Can I restart the KDE Plasma Desktop without logging out? - Ask Ubuntu