Neustart von KDE Plasma Desktop ohne PC Neustart

Zuletzt aktualisiert am 13.06.2023 um 10:06 Uhr

5
(2)

Manchmal kann es nötig sein, KDE Plasma Desktop neu zu starten, ohne den kompletten PC neu zu starten. Mit einfachen Eingaben in der Konsole wird der Desktop binnen wenigen Sekunden neu gestartet 🙂

KDE 4

killall plasma-desktop
kstart plasma-desktop

Oder als Einzeiler

killall plasma-desktop && kstart plasma-desktop

KDE 5

kquitapp5 plasmashell
kstart5 plasmashell

Oder als Einzeiler

kquitapp5 plasmashell && kstart5 plasmashell

Info

Für den Fall dass zum Beispiel der Dateimanager Dolphin geöffnet ist, kann das Terminal folgendermaßen aufgerufen werden, dazu entweder den Pfad manuell durchgehen, oder in der Adresszeile den kompletten Teil eingeben und mit Enter bestätigen. Es öffnet sich nun die Konsole.

/usr/bin/konsole

Beispielausgabe

trying to show an empty dialog
Omitting both --window and --windowclass arguments is not recommended
libkcups: Cancel-Subscription last error: 0 successful-ok
Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
org.kde.plasmaquick: Applet preload policy set to 1
file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:62:28: Unable to assign [undefined] to int
file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:53:27: Unable to assign [undefined] to int
trying to show an empty dialog
file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml:302:17: QML Text: Binding loop detected for property "width"
KActivities: Database connection:  "kactivities_db_resources_139651027630144_readonly" 
    query_only:          QVariant(qlonglong, 1) 
    journal_mode:        QVariant(QString, "wal") 
    wal_autocheckpoint:  QVariant(qlonglong, 100) 
    synchronous:         QVariant(qlonglong, 0)
Entry is not valid "kontact.desktop" 0x5588e8270d20
Entry is not valid "ktp-contactlist.desktop" 0x5588e8270d20
Entry is not valid "kontact.desktop" 0x5588e8223a90
Entry is not valid "ktp-contactlist.desktop" 0x5588e8223a90
Closing SQL connection:  "kactivities_db_resources_139651027630144_readonly"
KActivities: Database connection:  "kactivities_db_resources_139651027630144_readonly" 
    query_only:          QVariant(qlonglong, 1) 
    journal_mode:        QVariant(QString, "wal") 
    wal_autocheckpoint:  QVariant(qlonglong, 100) 
    synchronous:         QVariant(qlonglong, 0)
Nothing to load - the client id is empty
Nothing to load - the client id is empty
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
Both point size and pixel size set. Using pixel size.
Both point size and pixel size set. Using pixel size.
Both point size and pixel size set. Using pixel size.
trying to show an empty dialog
trying to show an empty dialog
libkcups: CUPS-Get-Printers last error: 1030 No destinations added.
libkcups: Create-Printer-Subscriptions last error: 0 successful-ok
libkcups: Get-Jobs last error: 0 successful-ok
libkcups: Get-Jobs last error: 0 successful-ok
Plasma Shell startup completed
org.kde.plasmaquick: New Applet  "Application Menu" with a weight of 52
org.kde.plasmaquick: New Applet  "Digital Clock" with a weight of 0
libkcups: 0
libkcups: 0
Both point size and pixel size set. Using pixel size.
file:///usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml:53:39: Unable to assign [undefined] to int
trying to show an empty dialog
org.kde.plasmaquick: New Applet  "Audio Volume" with a weight of 13
org.kde.plasmaquick: New Applet  "Clipboard" with a weight of 0
org.kde.plasmaquick: New Applet  "Device Notifier" with a weight of 0
org.kde.plasmaquick: New Applet  "Notifications" with a weight of 0
org.kde.plasmaquick: New Applet  "Printers" with a weight of 10
org.kde.plasmaquick: New Applet  "Updates" with a weight of 0
org.kde.plasmaquick: New Applet  "Battery and Brightness" with a weight of 0
org.kde.plasmaquick: New Applet  "Networks" with a weight of 31
couldn't understand value for timer: ""
using... PackageKit::Transaction(0x5588e8d908e0) "/404_cbeeacea"
org.kde.plasmaquick: Delayed preload of  "Application Menu" after 3.139 seconds
trying to show an empty dialog
org.kde.plasmaquick: Applet "Application Menu" loaded after 20 msec
org.kde.plasmaquick: Delayed preload of  "Networks" after 5.62 seconds
org.kde.plasmaquick: Applet "Networks" loaded after 12 msec

Wie hilfreich war dieser Beitrag?

Klicke auf die Sterne um zu bewerten!

Durchschnittliche Bewertung 5 / 5. Anzahl Bewertungen: 2

Bisher keine Bewertungen! Sei der Erste, der diesen Beitrag bewertet.

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert