Not sure if this is also true for KDE.

  • Pasta Dental
    link
    fedilink
    274 days ago

    I love the flatpak Wayland portals and systemd desktop stack. It allows Linux to finally have some sort of standard that everyone agrees on. This is what has been holding Linux back for so many years, it’s basically impossible to build a Linux app that will work for everyone because of this. Now we have a single dedicated system APIs that is available basically everywhere

    • @D_Air1@lemmy.ml
      link
      fedilink
      3
      edit-2
      4 days ago

      Well yes, but not really as not all desktops agree on and implement various wayland protocols and other features like the system tray, server side decorations, etc, etc. Quite a number of apps don’t work everywhere or appear broken depending on their environment. I’ve seen it happen live in a couple of youtube videos. People trying linux and having a problem that only exists on the desktop environment they were using.

      But I agree with the sentiment. Better than before.

      • Pasta Dental
        link
        fedilink
        54 days ago

        the good thing is that virtually everyone uses GNOME and KDE, so the small issues are mostly encountered by more advanced users with custom setups. The main point is that app developers can now develop apps that will work anywhere that implements the required features, and if it doesnt, then too bad, show an error message. Its the same kind of problem with, for example, webcams. The user may or may not have a webcam connected, in which case you display an error popup with a clear message that it does not work because the feature is not implemented. They could go into fallbacks but those are usually platform/desktop specific (which goes against the point of building using the standard stack)

      • exu
        link
        fedilink
        English
        23 days ago

        Eh, it’s mostly everyone agrees but Gnome doesn’t

      • @deafboy@lemmy.world
        link
        fedilink
        English
        23 days ago

        The Linux part was never a problem. The userspace is.

        For the proper opensource apps, this can be fixed by the package maintainers (shout-out to the real heroes!).

        For proprietary, compile-once run anywhere apps, that was always a problem. For more info, I recommend this great FOSDEM talk by Simon McVittie from Collabora.

      • Pasta Dental
        link
        fedilink
        64 days ago

        There was always a need for a specific system dependency like for the file picker. There was no universal API that uses a system provided way to have a file picker. It had to be hacked together by adding dependencies to the app and everything that comes with this