aliases | category | classification | date | date_modified | draft | id | image | links | local_archive_links | pinned | series | tags | title | type | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
cli |
public |
2021-07-03 02:37:45 -0700 |
2021-07-03 02:37:45 -0700 |
false |
20210703093745 |
false |
false |
|
Restart KDE Plasma |
tech-note |
# For KDE > 5.10
kquitapp5 plasmashell || killall plasmashell && kstart5 plasmashell
Remarks:
- If you are not sure which KDE version your run, kinfocenter --version will tell you.
- 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