Elektrine lite

← Feed

@demerara@social.vivaldi.net

Post #2715839

2026-03-12 01:21 UTC

A bit of my experience in upgrading to #pop_os 24.04 with COSMIC and Wayland (from 22.04 pop_os/Gnome...) - just FYI You won't get java, so when stuff like Calibre plugins don't run, you will have to install it. Not obvious at first. OTOH, most of my old Gnome and KDE apps and settings programs were preserved, so be careful of them. The apps work but who knows what the sys settings stuff would do to COSMIC. Screen brightness has no built-in controls. There are a couple of apps in the store, but I couldn't get them to work. If your monitor is too bright or too blue, see if it has its own control buttons or setting menu. Zoom is available in the COSMIC Store but as a Flatpak. It will not find your old settings, backgrounds, and so on...and it will NOT save any new ones. So don't install this, use the downloaded deb package...all your old stuff should still be there (mine was). The dock is weird. You can pin your most-used apps, but every open window adds an icon and soon it is horribly cluttered. If you are a big dock user beware. Synaptic will not run as root!! WTF? On the other hand, almost everything just works, even apps that normally barf on Wayland. It is fast, pretty, slick, and seems stable. Settings are many and pretty intuitive, but still immature. I like it, I'm keeping it. #Linux #Wayland

Replies (2)

  • @mmstick@fosstodon.org 2026-03-13 15:03

    @demerara@social.vivaldi.net Flatpak is highly recommended for third party applications. If you want to transfer settings to a Flatpak app, you can move its config and data files into `~/.var/app/{{APP_ID_HERE}}/`. As an example, Zoom has `~/.config/zoom.conf` and `~/.config/zoomus.conf`. You can move that into `~/.var/app/us.zoom.Zoom/config/`. You could also move `~/.cache/zoom/` to `~/.var/app/us.zoom.Zoom/cache/`.

    Open ##2936665

  • @mmstick@fosstodon.org 2026-03-13 15:06

    @demerara@social.vivaldi.net Synaptic is an X11 window that requires to be run as root, which is incompatible with the Wayland security model. Ubuntu 24.04 does not modify the desktop entry to work around this in Wayland, but you can run it from a terminal with `sudo -E synaptic`. This will apply for other X11 applications that run as root as well. `sudo -E gparted` and `sudo -E gufw-pkexec`, for example. Ideally these would be updated to not require root though.

    Open ##2936668