I take my shitposts very seriously.

  • 7 Posts
  • 374 Comments
Joined 1 year ago
cake
Cake day: June 24th, 2023

help-circle


  • My setup is two screens side by side and one above. KDE Plasma 6.1 can handle it without issues, and you can make panels on any screen.

    One of the most significant drawbacks of Wayland is feature fragmentation between compositors. Unlike the X11 stack of X.Org server + window manager + compositor, Wayland compositors have to implement all of Wayland in themselves. They have to serve as the display servers, plus manage window positioning, plus render the clients, and all of that within the confines of Wayland-protocols. Building a compositor is a massive task, which is why middleware like wlroots is such a big deal. It also means that WM-agnostic tools like xrandr and xdotool are more difficult, sometimes impossible to implement.

    Consider that Wayland is still heavily under development, and that new protocols have to be implemented by every compositor separately, and that the development of wayland-protocols is an ongoing fucking trainwreck – fragmentation is inevitable, and some compositors will not have the same functionality as others (GNOME being a particularly nasty sandbag). Similarly, things that don’t work as expected in one compositor might work perfectly fine in another.

    Right now I would consider KDE Plasma to be the most feature-complete compositor that is also beginner-friendly.


  • Meanwhile you get the one thing X has: It works.

    You mean I’ve been doing everything, from work through CGI to gaming (with 120 FPS mind you) on a display that doesn’t work?

    Wayland has many issues, sure, but it’s not even close to the point where “it works” can be used to distinguish it from other display protocols. We (and by we I mean anyone willing to dedicate their life to it) could do a lot to bring X11 up to modern expectations, but it’s just not worth the effort. X11 will outlive the cockroaches, but claiming that Wayland is not a functional display protocol is incorrect and uninformed.








  • rtxn@lemmy.worldMtolinuxmemes@lemmy.worldAverage systemd debate
    link
    fedilink
    English
    arrow-up
    22
    arrow-down
    11
    ·
    6 days ago

    My full-time job literally involves dealing with systemd’s crap. There is a raspberry pi that controls all of our signage. Every time it is powered on, systemd gets stuck because it’s trying to mount two separate partitions to the same mount point, whereupon I have to take a keyboard and a ladder, climb up the ceiling, plug in the keyboard, and press Enter to get it to boot. I’ve tried fixing it, but all I did was break it more.


  • rtxn@lemmy.worldMtolinuxmemes@lemmy.worldAverage systemd debate
    link
    fedilink
    English
    arrow-up
    25
    ·
    edit-2
    6 days ago

    I’ll preface this by saying that I’m a Wayland user (Hyprland, then KDE Plasma, and I’ll be giving Cosmic a fair shot), and don’t see myself returning to X and having to choose between massive screen tearing and massive input lag.

    Wayland is missing many features that are required for some people or some applications. There’s no way for a multi-window application to tell the compositor where to place the windows, for example to have one window snap to and follow the other. Color profiles were implemented very recently. Wayland’s isolation of applications, while a significant improvement to security, has made remote input software and xdotool-like programs highly dependent on third-party interoperability solutions (specifically dbus and XDG Desktop Portal). The same isolation broke most accessibility tools like screen readers. Dockable windows, like the toolbars in QT Creator or QOwnNotes, are often difficult or impossible to dock back into the main window.

    Because Wayland compositors have to implement all protocols (as opposed to deferring to the X.Org server; which is why wlroots is such a big deal) or rely on XDG Desktop Portal (which has never worked right for me), feature parity between compositors is never guaranteed, and especially problematic with GNOME dragging its heels.

    Wayland is nowhere near feature parity with X11 today, and that is a legitimate prohibitive issue for many people. Wayland will never reach total feature parity with X11 in some areas, and that will always be prohibitive for some people.

    But the worst (in my opinion) is the development process of the Wayland protocols. The proposal discussion threads read like the best and/or worst sitcom you’ve ever seen. It took them several months of back-and-forth just short of ad hominem attacks to decide how a window should set its icon. Several months for a pissing WINDOW ICON!





  • The devs can just raise the price by 30%

    Actually they can’t. Steam’s TOS has a “most favored nation” clause that forbids developers from charging less for their games on other platforms (at least this is how I understand it, I’m not a lawyer). From a small developer’s perspective, it sucks that they can’t unburden the player from the 30% where it doesn’t apply. From Valve’s perspective, that would turn Steam into an advertising platform for other stores.


  • effort/infrastructure to host a download and display a webpage

    Except that’s not all Valve does. Game files and updates need to be distributed, and that alone is a massive task at the scale Steam operates on, both the storage and transmission of data, and the operating cost of the CDN. Steam Cloud is also not free, it’s covered by the 30% so the players don’t have to pay for the service separately. Add to that the cost of sales where the discount is covered by Valve.

    The EGS isn’t profitable either, it’s kept alive by Fortnite money.



  • rtxn@lemmy.worldMtolinuxmemes@lemmy.worldapt install firefox
    link
    fedilink
    English
    arrow-up
    24
    arrow-down
    1
    ·
    edit-2
    13 days ago

    Switching to Ubuntu is way, way better than staying on Windows.

    That being said, Ubuntu is maintained by the Canonical company, and they have made some really sus decisions in the past. Things like putting Amazon ads in the application launcher and then trying to gaslight people when the inevitable backlash arrived.

    The meme above refers to Canonical’s own Snap packaging format (think of it like UWP/Microsoft Store apps vs. “regular” Win32 apps), and the way they’re pushing for its adoption. Snap is installed by default on Ubuntu and official Ubuntu flavors. You can uninstall it manually, but Canonical has modified the APT package manager so that when an application is available as a Snap package, it automatically installs the Snap back-end and the application as a Snap package without notifying the user (instead of installing the .deb-packaged applications, which is what happens on all other distributions that use APT). Canonical recently also ordered that official Ubuntu flavors (which are maintained by independent groups) can’t include Flatpak, a universal packaging format that directly competes with Snap, in their default installations.