{
"$type": "site.standard.document",
"content": {
"$type": "pub.lemma.blog.entry",
"content": "# Tips for upgrading to Ubuntu 26.04 Resolute Raccoon\r\n\r\nI installed the Kubuntu flavor because I have an NVIDIA GPU and support is better on an X11 session (the main Ubuntu distribution only supports Wayland).\r\n\r\nA few things changed since 25.10. Mainly, the proprietary NVIDIA driver now has to be installed manually from the command line since the \"Software and Updates\" app is discontinued. No problem, just run:\r\n\r\n```sh\r\nsudo ubuntu-drivers install\r\nsudo /usr/bin/prime-select nvidia\r\n```\r\n\r\nAs always, you might want to see which apps use the discrete GPU with utilities like `nvidia-smi` and `nvtop`.\r\n\r\nRegarding the apps I use, I had an issue with the Atuin Desktop app where it crashed on start but was able to fix it with:\r\n```sh\r\nsystemctl --user mask at-spi-dbus-bus.service\r\nsystemctl --user stop at-spi-dbus-bus.service\r\nlogout\r\n```\r\nYou can reverse that change with this if needed:\r\n```sh\r\nsystemctl --user unmask at-spi-dbus-bus-bus.service\r\n```\r\n\r\nI haven't had issues with any other apps or developer tools so things are looking great.\r\n\r\nThat's all for now! See my previous [post](https://pipup.social/profile/cloudmatrix.bsky.social/post/3m4tty7ewus2k) for more on making your life on Linux more pleasant, especially if you have Apple devices like the Apple Studio Display."
},
"path": "/3mkbxpxesj22o",
"publishedAt": "2026-04-25T02:13:02.572Z",
"site": "at://did:plc:5g2hkj2od4zr3tlpb2su364e/site.standard.publication/3mmhg6ulmlszy",
"title": "Tips for upgrading to Ubuntu 26.04 Resolute Raccoon",
"updatedAt": "2026-04-25T02:55:46.595Z"
}