this post was submitted on 21 Apr 2025
790 points (98.3% liked)

linuxmemes

24616 readers
806 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
    [–] timewarp@lemmy.world 17 points 3 days ago (4 children)

    Funny how vocal Wayland haters used to be until they tried Wayland.

    [–] tal@lemmy.today 6 points 3 days ago (1 children)

    I mean, there was a point in time, quite some years back, when I had to do up modelines, but Xorg can generally handle things without an xorg.conf.

    [–] timewarp@lemmy.world 7 points 3 days ago

    It has improved, but most developers working on Xorg have moved to Wayland. I'm not saying Xorg isn't still useful at times, like forwarding over SSH, but Wayland has more isolation & security considerations, which can be seen as both an advantage & limitation. However, Wayland compositors have implemented most controls & protocols now to fill in the gaps.

    [–] lurch@sh.itjust.works 4 points 3 days ago (1 children)

    Do you really think ppl don't break their wayland setup? For example, some systems don't get a mouse cursor in wayland umless they switch the cursor to software rendering. To do that, they must often set an env var for the wayland process, but there is no standard way to do it. Half of them starts tinkering with their PAM and the others with their .profile . Sometimes this breaks every way to log in.

    [–] timewarp@lemmy.world 10 points 3 days ago (1 children)

    I'm sure some people do, but for the most part it is much better than X in that regard.

    [–] KernelTale@programming.dev 3 points 3 days ago

    Dunno. Me and a friend had issues with Wayland, so we switched to X11 and that's already like forty percent of Linux community.

    [–] cley_faye@lemmy.world 2 points 2 days ago (2 children)

    Still won't handle popup menu correctly, still won't allow copy/paste with CLI programs without using an extra, implementation-specific, piece of software, still won't allow some window to correctly detect their position.

    Wayland might be interesting, but between blind haters and blind supporters, it's really annoying. Forcing people to switch while some basic features are "mostly working" is not helping.

    [–] timewarp@lemmy.world 1 points 1 day ago* (last edited 1 day ago)

    I managed to work through all those issues using XDG portals & necessary software/configurations when using Hyprland & Arch, but I'd think that major distros & DEs also had solved them as part of their installs. Maybe I'm wrong. It is sad if they haven't, because they are solvable. If this was 2 years ago, I would understand the frustrations more, but if there are still issues then I am more frustrated at whoever is packaging the crap & sending it to end users without thinking to address these problems using the available solutions.

    [–] PlantPowerPhysicist@discuss.tchncs.de 4 points 2 days ago (1 children)

    still won’t allow copy/paste with CLI programs without using an extra, implementation-specific, piece of software

    What are you referring to here? I haven't noticed anything out of place on KDE regarding copy/paste...

    [–] cley_faye@lemmy.world 3 points 2 days ago

    vim can't use the kde/wayland clipboard to copy/past properly, you have to script it through something. I've read it's related to non foreground app not being able to manipulate the clipboard or something close to that, which a CLI app will never be.

    There are "solutions", mostly overriding vim behavior to write/read from that dedicated program, though. It's not a show stopper, but not every software allow this kind of flexibility.

    [–] renzev@lemmy.world 2 points 2 days ago

    Still gathering up my courage to make the switch. The better security / isolation between apps is a huge feature for me. But porting all of my shitty xorg-specific scripts and hacks will be a pain.