$ 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

commandlinefu.com

by David Winterbottom (codeinthehole.com)


Tags: