Skip to content

Commit

Permalink
Ref/Linux: More ways of restarting the Gnome shell
Browse files Browse the repository at this point in the history
  • Loading branch information
baltpeter committed Apr 1, 2020
1 parent bc6f980 commit c6f7f10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/reference/linux.md
Expand Up @@ -4,7 +4,10 @@ title: Linux

## Gnome

* Restart shell: Alt + F2 -> r
* For restarting the shell, try in this order ([1](https://wiki.archlinux.org/index.php/GNOME/Troubleshooting#Shell_freezes)):
- Alt + F2 -> r
- `pkill -HUP gnome-shell` in another TTY (should not logout the user on X11)
- `systemctl restart gdm` (will logout the user)

## NFS mounts

Expand Down

0 comments on commit c6f7f10

Please sign in to comment.