this post was submitted on 13 Dec 2024
11 points (100.0% liked)

Linux Questions

1192 readers
1 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
 

Heya, I'm currently on Opensuse Slowroll with KDE-Wayland and came from Leap for more recent updates. Even if Slowroll promises monthly big updates, the rolling snapshots still seem to replace most of the system weekly with ~4GB downloads. I don't like that. I looked at Fedora, but found that I would like .deb-compatibility, if I'm already switching. Debian stable is as stale as Leap from what I can see. Debian testing is in flux, and people don't agree on stability. Kubuntu has built-in reliance on snaps, which makes me hesitant to switch. I'm currently trying Mint-Xfce with post-install KDE, it doesn't seem to have wayland support.

Are there any good daily-drivers with sane updates and good support, I should try? I'm not willing to do proper Arch yet, never mind that that would be bleeding-edge-rolling. ^_^

you are viewing a single comment's thread
view the rest of the comments
[โ€“] reseller_pledge609@lemmy.dbzer0.com 2 points 3 weeks ago (1 children)

Wayland might also be a seperate package that needs to be installed. I remember having to do that at some point.

[โ€“] superkret@feddit.org 6 points 3 weeks ago* (last edited 3 weeks ago)

Found the issue:
plasma-desktop recommends kwin-x11 first, and kwin-wayland as an alternative.
So if you just install plasma on Mint, it may install kwin-x11 only.

sudo apt install plasma-workspace-wayland should pull in everything that's needed.