Ubuntu 22.04 upgrade: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
/etc/i3/config | /etc/i3/config | ||
/etc/i3/config.keycodes | /etc/i3/config.keycodes | ||
After fixing networkd.conf, you should restart the service, but that isn't enough, you need to disconnect from wired and reconnect to wired before changes are applied. | |||
/etc/i3/config.keycodes 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 |
Latest revision as of 00:35, 19 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
After fixing networkd.conf, you should restart the service, but that isn't enough, you need to disconnect from wired and reconnect to wired before changes are applied.
/etc/i3/config.keycodes 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