1. Home
  2. Linux
  3. Three ways to restart gnome without rebooting system

3 Ways To Restart Gnome Without Restarting System

Gnome is a default and user-friendly desktop for Linux based systems. Sometime you can encounter such errors that your Gnome Desktop becomes unresponsive. Usually peopleĀ  reboot the system to make it work again. Let me share some tips to get your Gnome refreshed without rebooting the system.

Method 1

Save all your open files and press CtrlAltBackspace. It will restart the Gnome instantly in almost no time.

Method 2

If the above shortcut keys does not works for you then open your terminal (Applications > Accesseries > Terminal) and run following command. It will also restart it.

sudo /etc/init.d/gdm restart

Method 3

Open terminal and run following command.

killall gnome-panel

That’s all. Its pretty easy to restart frozen Gnome with any of the above methods. Enjoy!

10 Comments

  1. Sometimes the problem is the display manager (GDM). You can enter a tty with Ctrl-Alt-[Functionkey], log in, and run ‘sudo systemctl restart gdm.service’.

  2. In newer versions (Gnome Shell >= 3.30.1) and mainly debians rooted like ubuntus (>=18.10), mint, etc, is better you do something like:
    Alt+F2 -> r and ENTER
    or
    killall -3 gnome-shell

    In older versions (gnome-shell < 3.30.1):
    gnome-shell –replace &
    or
    gnome-shell -r &

    ~tonispa

  3. none of those solution ate working and it happen often ! This peace of gnome freeze regularly !

  4. None of these worked! What gives? Tried “gnome-session” also…..nothing….Ubuntu really needs to ensure stupid crap like this doesn’t continually hound users. I’m on month 6 now…..when will it end?

  5. one question, my pc when frozen, no shortcut works, neither the mouse, how am i supposed to restart it?

    • `Crtl` + `Alt` + `3` will take you to a full screen terminal. Press `Crtl` + `Alt` + `2` to get back to Gnome unless you use LightDM then it will be `Crtl` + `Alt` + `7`.
      You can also use things like `htop`, `pkill` and any other command in the full screen terminal.

  6. Thanks for the quick tip.

    It’s exactly what I needed to supplement a tip I found on another site which mentioned CTRL+ALT+F2 to get back to a terminal login screen. Trouble is, as I’m 2 weeks into learning to run/configure an Ubuntu box I had no idea (until now) how to start Gnome from the command line and this saved me the pain of a hard reboot after gnome black screened while switching users. Hopefully this bug gets fixed fixed the next version but in the meantime at least I can get around it.