Turtlebot3 Waffle Nuc X11 Remote Display 20240825

From wikidb
Revision as of 09:28, 26 August 2024 by Edc (Talk | contribs)

Jump to: navigation, search

Reference

wayland
eepp@sisters:~$ sudo emacs /etc/gdm3/custom.conf &
[1] 3319
eepp@sisters:~$ cd /etc/gdm3

[1]+  Stopped                 sudo emacs /etc/gdm3/custom.conf  (wd: ~)
(wd now: /etc/gdm3)
eepp@sisters:/etc/gdm3$ cp custom.conf custom.conf.org
cp: cannot create regular file 'custom.conf.org': Permission denied
eepp@sisters:/etc/gdm3$ sudo cp custom.conf custom.conf.org
[sudo] password for eepp: 
eepp@sisters:/etc/gdm3$ sudo emacs /etc/gdm3/custom.conf &
[2] 3440
eepp@sisters:/etc/gdm3$ diff custom.conf.org custom.conf
7c7
< #WaylandEnable=false
---
> WaylandEnable=false
[2]-  Done                    sudo emacs /etc/gdm3/custom.conf