this post was submitted on 25 May 2025
34 points (100.0% liked)

KDE

6579 readers
94 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 2 years ago
MODERATORS
 

Why doesn't plasma have this feature? I'm pretty sure there is a technical reason. This is pretty much the most customizable DE in existence, and missing a small feature like this seems odd to me.

top 10 comments
sorted by: hot top controversial new old
[–] aksdb@lemmy.world 7 points 5 days ago (2 children)

I don't think there is a technical reason. Simply no one was interested in implementing it yet. See Nate's answer over at reddit and the associated ticket.

So once someone is motivated enough it will happen. But without contribution or extreme boredom by the core mainteners (haha) it won't happen.

[–] DonutsRMeh@lemmy.world 6 points 5 days ago (2 children)

I want to take a shot at it, but I have zero idea where to start. Is there a guide on how to contribute to plasma? I've never done such thing. For now, I have forked superpaper and made it work with Wayland and I'm using it, but it would be nice to have that feature built in plasma

[–] mitram2@lemm.ee 6 points 5 days ago (1 children)
[–] DonutsRMeh@lemmy.world 5 points 5 days ago

Thank you. I'll be reading through it and see where I can go from there.

[–] aksdb@lemmy.world 3 points 5 days ago (1 children)

The linked ticket also references a merge request that went stale. So I would assume this is a good starting point (I haven't looked at the MR though, so I don't know how far off from the potentially accepted solution it is).

[–] DonutsRMeh@lemmy.world 3 points 5 days ago

Yup. I just saw it. Thank you

[–] kurumin@linux.community 1 points 4 days ago

For those that don't wanna go to reddit.

Nate's answer:

Because nobody implemented it yet. :)

https://bugs.kde.org/show_bug.cgi?id=393781

wallpaper cannot span multiple screens

Most other DE's and even just regular WM's when used with feh can use a single large wallpaper spanning multiple screens, eg 5760x1080 for triple head. KDE 5 however can not do this and it also blocks feh from working as well. This used to work with KDE 3 and earlier but appears to have broken since then with the rewrite.

I wasn't sure which component was the better fit, Image Wallpaper or Multi-screen support so put it under Image Wallpaper since that is likely where it needs to be fixed.

https://feh.finalrewind.org/

[–] FooBarrington@lemmy.world 4 points 5 days ago (1 children)

Doesn't seem incredibly straightforward to me, since screens can be set up in any configuration relative to each other. You pretty much would have to implement multiple options to make everyone happy, at which point it's not a small feature anymore.

[–] DonutsRMeh@lemmy.world 4 points 5 days ago (1 children)

it is straightforward. The system already knows the resolution and relative position of each screen, it’s how it renders a seamless desktop across monitors. Spanning a wallpaper just means treating all screens as a single canvas and cropping each monitor’s visible section from the full image. It’s no more complex than setting one large background and letting the compositor split it accordingly

[–] FooBarrington@lemmy.world 1 points 5 days ago

Sure, that's one approach. But there's probably a bunch of people that have multiple screens layed out horizontally with slight vertical offsets, and they'd probably prefer the wallpaper to be assigned as if they were in one row.