Size: 292
Comment:
|
← Revision 3 as of 2023-05-26 14:33:45 ⇥
Size: 304
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
* rpm -qa | grep gnome-shell * who | grep curr_user # we should get the display * export DISPLAY=:123 * gnome-shell --replace & |
{{{#!highlight sh rpm -qa | grep gnome-shell who | grep curr_user # we should get the display export DISPLAY=:123 gnome-shell --replace & }}} |