Ubuntu 22.04 upgrade: Difference between revisions
No edit summary  | 
				No edit summary  | 
				||
| Line 10: | Line 10: | ||
  /etc/i3/config  |   /etc/i3/config  | ||
  /etc/i3/config.keycodes  |   /etc/i3/config.keycodes  | ||
The last has some newer foo that I need to vet against my i3 config.  Esp this:  | |||
 # Start XDG autostart .desktop files using dex. See also  | |||
 # https://wiki.archlinux.org/index.php/XDG_Autostart  | |||
 exec --no-startup-id dex --autostart --environment i3  | |||
Revision as of 23:50, 18 February 2023
Upgrading gnome can be troublesome shit from command line. Do this:
- exit i3, boot into Gnome
 - hit Alt, type Software Updater, go through options to upgrade
 
Notes
- these were replaced (i put old ones in ~/backup/) and need review:
 
/etc/systemd/networkd.conf /etc/sudoers /etc/ssh/sshd_config /etc/i3/config /etc/i3/config.keycodes
The last has some newer foo that I need to vet against my i3 config. Esp this:
# Start XDG autostart .desktop files using dex. See also # https://wiki.archlinux.org/index.php/XDG_Autostart exec --no-startup-id dex --autostart --environment i3