• 1 Post
  • 4 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle
  • they are switches for electron apps, as some of them default to run under X11. so for e.g. element, it should be flatpak run im.riot.Riot --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland.

    you can check if all your apps are using wayland by running xlsclients in terminal while you got them open; an empty response means all wayland.


  • maybe reword the title, as this will inevitably lead to partisan turf wars in the vein of my-distro-can-beat-up-yalls-distro and such.

    as to your thesis, yes, mint and ubuntu are important and needed as beginner-friendly it-just-works solutions that have things in place (like the mentioned driver manager) that are sorely needed for noobs. once they learn what’s what they are free to wander farther, as there’s essentially zero switching costs when moving from, say mint to fedora.

    you’ll find low sympathy from experienced users as they can’t relate to people who are so much below their expertise level. case in point, a buncha people already mentioning package managers, ignoring the idea that a noob doesn’t know what that is.


  • if you’ve installed flatpak recently, say F40 onward, it should default to user. if it’s an old install then your flatpaks are system-wide. there isn’t a downside for either case per se, but user being the default for the future prevents potential issues.

    my issue is, when I need to edit a .desktop file (to include ozon flags and whatnot) for a system-wide flatpak app, plasma doesn’t edit the app’s .desktop file but incorrectly inserts a symlink to the user-wide version (which doesnt exist). there are ways around that, like removing the symlink and manually copying the file from /var/lib/flatpak/wherever to ~/.local/share/applications/ and editing it there, but then plasma doesn’t pick up the change immediately so this works better for me.