Now and then my menu-line crashes but all the applications keeps running. I will come back when I restart the desktop.
I can call Alt-F2 to get a prompt to start a new program. I wonder which program to call to restore my menu and system tray panel - I can't remember the correct name for the panel with the Fedora button and all the rest...
Is it possible to restart that panel? If, how?
|<
On Fri, 2018-02-09 at 12:45 +0100, Klaus Kolle wrote:
Now and then my menu-line crashes but all the applications keeps running. I will come back when I restart the desktop.
I can call Alt-F2 to get a prompt to start a new program. I wonder which program to call to restore my menu and system tray panel - I can't remember the correct name for the panel with the Fedora button and all the rest...
Is it possible to restart that panel? If, how?
The last time this came up, someone suggested:
$ killall -s SIGSEGV plasmashell
but that was in 2015. I don't know if it's still valid.
poc
On 02/09/2018 07:50 AM, Patrick O'Callaghan wrote:
On Fri, 2018-02-09 at 12:45 +0100, Klaus Kolle wrote:
Now and then my menu-line crashes but all the applications keeps running. I will come back when I restart the desktop.
I can call Alt-F2 to get a prompt to start a new program. I wonder which program to call to restore my menu and system tray panel - I can't remember the correct name for the panel with the Fedora button and all the rest...
Is it possible to restart that panel? If, how?
The last time this came up, someone suggested:
$ killall -s SIGSEGV plasmashell
but that was in 2015. I don't know if it's still valid.
poc
Been a while since I had this problem but I used to put this in Alt-F2:
killall plasmashell && kstart plasmashell
kde mailing list -- kde@lists.fedoraproject.org To unsubscribe send an email to kde-leave@lists.fedoraproject.org
Klaus Kolle wrote:
Now and then my menu-line crashes but all the applications keeps running. I will come back when I restart the desktop.
I can call Alt-F2 to get a prompt to start a new program. I wonder which program to call to restore my menu and system tray panel - I can't remember the correct name for the panel with the Fedora button and all the rest...
Is it possible to restart that panel? If, how?
Means plasmashell ended. Doing: Alt-F2: plasmashell will restart it.
-- Rex
On 09-02-2018 14:54, Rex Dieter wrote:
Means plasmashell ended. Doing: Alt-F2: plasmashell will restart it.
Thanks, Rex.
I'll try that next time.
|<