5

Does typing r in Enter a Command dialog that appears after Alt+F2 key combination is used do the same thing as opening a terminal and executing gnome-shell --replace &?

Specifically, do they execute the same code "behind the scenes"?

Kulfy
  • 17,416
  • 26
  • 64
  • 103
Enterprise
  • 12,002
  • 11
  • 60
  • 105

1 Answers1

2

Running r in the "Enter a Command" command dialog that appears after using keybinding Alt + F2 restarts GNOME Shell:

screenshot

while gnome-shell --replace "replaces the running window manager".

In the first case Gnome Shell is already running. In the second case there may be another window manager running before.

Pablo Bianchi
  • 14,308
  • 4
  • 74
  • 117