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,696
Enterprise
  • 12,352

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
  • 15,657