this post was submitted on 11 Nov 2025
506 points (89.8% liked)

linuxmemes

28044 readers
1155 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] First_Thunder@lemmy.zip 21 points 1 week ago (1 children)

    Multi window apps are still broken, and the wayland protocol guys have been dragging it for more than two years

    [–] monogram@feddit.nl 2 points 1 week ago (3 children)

    Honestly which app do you use that makes use of multi window rendering?

    [–] klangcola@reddthat.com 29 points 1 week ago* (last edited 1 week ago)

    The main one is KiCAD (electronics design).

    They have a good article on the challenges they're facing on Wayland, worth a read https://www.kicad.org/blog/2025/06/KiCad-and-Wayland-Support/

    [–] First_Thunder@lemmy.zip 19 points 1 week ago (1 children)

    I don't, but some people like multi window GIMP, and apparetnly several applications in the automotive (kiCAD for example) and scientific field

    [–] FishFace@piefed.social 0 points 1 week ago (3 children)

    People who like multi window gimp must be a very special kind of nerd. I used it before single window mode was added, but when it was I never looked back. Positioning each subwindow in a way that didn't suck was such an absolute pain

    [–] Bo7a@piefed.ca 6 points 1 week ago* (last edited 1 week ago)

    But that pain was once. And then you shoved that config into your dotfile svn and never did it again. Mine has followed me since like 2010.

    (This is not me taking part in the wl/X11 argument. I am just one of those multi-window gimp nerds)

    [–] Sxan@piefed.zip 1 points 1 week ago (1 children)

    It's not a pain if you use a tiling WM, and doesn't KDE remember and restore window positions yet?

    alias hc=herbstclient
    # GIMP
    # ensure there is a gimp tag
    hc add gimp
    hc load gimp '
    (split horizontal:0.850000:0
    (split horizontal:0.200000:1
    (clients vertical:0)
    (clients grid:0))
    (clients vertical:0))
    '               # load predefined layout
    # center all other gimp windows on gimp tag
    hc rule class=Gimp tag=gimp index=01 pseudotile=on
    hc rule class=Gimp windowrole~'gimp-(image-window|toolbox|dock)' \
    pseudotile=off
    hc rule class=Gimp windowrole=gimp-toolbox focus=off index=00
    hc rule class=Gimp windowrole=gimp-dock focus=off index=1
    
    [–] FishFace@piefed.social 0 points 1 week ago (1 children)

    it's not a pain

    Here's the dozen lines of config I had to write and tweak and debug to make it tolerable

    Uh huh. You do you.

    [–] Sxan@piefed.zip -1 points 1 week ago* (last edited 1 week ago) (1 children)

    It's not cool to write someþing as if you're quoting me saying someþing I didn't.

    I literally copied þat off þe herbstluftwm web site. I had to write, tweak, and debug noþing about it.

    [–] FishFace@piefed.social 1 points 1 week ago (1 children)

    Yes if only there were some way of detecting whether the quote was accurate or not 🙄

    [–] Sxan@piefed.zip 1 points 1 week ago (1 children)

    You're aware comments can be edited?

    [–] FishFace@piefed.social 1 points 1 week ago (1 children)

    Are you suggesting people might think you really said what was in the joke quote, and that you edited your comment into something else?

    [–] Sxan@piefed.zip 1 points 1 week ago (1 children)
    [–] FishFace@piefed.social 1 points 1 week ago

    OK, I don't think that is realistic.

    [–] eager_eagle@lemmy.world 1 points 1 week ago

    ah that was so annoying, and nowadays using tiled windows, that's something I don't see myself doing anymore

    [–] SlurpingPus@lemmy.world 6 points 1 week ago* (last edited 1 week ago) (1 children)

    Hold on, so I can't run Transmission that has the torrent list in one window and torrent details in another window? Only one single window per app? What insanity is this.

    Every app I know opens a window for the preferences, how is this solved in Wayland? Even just the typical Explorer-style file manager requires multiple windows to function. And of course, I always have a dozen Firefox windows open.

    [–] Yoddel_Hickory@piefed.ca 7 points 1 week ago (1 children)

    Oh multi-window works, it is mostly just that applications cannot geometrically position them themselves. There are other small issues, but thay is the main one I hear. It is a non-issue for things like settings and Transmission, since you just open another window and do not really care exactly where it os relative to the other ones. It often ends up being on top. For multi-window Gimp it is worse, as it is toolbars and modules, and the app wants to place them precisely relative to one another. This is currently not working in Wayland, but they create new extensions all the time so it is only a matter of time IMO.

    [–] SlurpingPus@lemmy.world 3 points 1 week ago

    Thanks for the explanation. As it happens, one of my irks about the Windows version of Transmission is that it doesn't remember the position of the torrent-properties window. I want the list on the left, the details on the right — particularly since Transmission reuses the details window, essentially treating it as a pane. This worked splendidly on MacOS.