$ pgrep -lf gnome-panel | awk ‘{if ($2==”gnome-panel”) print $1}’ | xargs kill -9
I have some problems with gnome panel which does not load completely leaving me without the actual GUI. This commands helps to kill the gnome-panel process then it should be relaunch automatically.
View this command to comment, vote or add to favourites
View all commands by UnixNeko

by David Winterbottom (codeinthehole.com)






















0 Comments
You can be the first one to leave a comment.