• 0 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: June 1st, 2023

help-circle

  • mortrek@lemmy.mltoLinux@lemmy.mlFavourite DE
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I use kde6+Wayland. I do like the simplicity of Cinnamon, but it runs games slower than kde, even though mangohud claims they run at the same speed. For example, in Cinnamon it’ll say 60fps when it’s clearly in the 30s-40s, and kde actually runs the same thing at 60fps. This is with every tweak i could find, and yes, including turning on the setting to turn off compositing during games.

    Kde6 is still quite buggy at times, but I’m really enjoying Wayland’s smoother general behavior over x11, even with x11 stuff like wine/proton. This is on arch + AMD rx 6600 xt. I used old gnome 2, then mate, then Cinnamon for years, but if KDE can clean itself up a little bit (no judgment tho, i get it) it may be my permanent DE. Generally when i go to report a bug, it’s already reported by someone else…






  • mortrek@lemmy.mltoLinux@lemmy.mllinux mint became super slow
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 years ago

    Portal basically is an interface/backend for flatpaks to interface with toolkits & DEs. If you don’t use flatpak, xdg-desktop-portal and associated backends should be removable. Even if you do, try removing the gtk and gnome backends w/apt. Hopefully it won’t try to remove a ton of stuff due to dependencies. Then, reboot and see if the slow loading problem goes away. If it does, you can try re-adding one or the other and see if it comes back.

    Does logging in take forever as well?

    Also after some cursory research, some people have had problems with portal on Mint after updates as well, just like on Arch. So… definitely try it.





  • mortrek@lemmy.mltoOpen Source@lemmy.mlThank You devs.
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 years ago

    I agree. I’m very grateful to OSS developers. I use almost exclusively OSS software every day at this point, and it wouldn’t be possible without the countless people devoting countless hours of their valuable time to these projects.

    So, a question to devs, especially for smaller, more approachable projects: I have a minor (plus a bit more) in CS, a lifetime of casual coding, but never really built anything larger-scale than a C-based sh-like shell in one of my CS courses, or many years ago an IRC front-end for a chatbot engine. Mostly I just write scripts (sometimes kinda complex), or small C/C++ projects. I would try to contribute to a project directly, but I don’t want to step on toes, and most projects have people who are deeply intertwined in the code of the project. It feels impossible to get involved in any way other than testing without possibly just annoying people who have been doing it for years. I’ve known enough intimidating grizzled *nix guru people to make me paranoid that I’ll just get in the way.

    How do you get a foothold in a project? Should I just start with creating my own OSS project, and once I get somewhere where I’m familiar with the flow and project management and such, then I can consider contributing more to other projects?

    Or is it really more helpful to the community to just test stuff, create documentation, answer questions, etc? Would becoming another dev be more helpful to OSS, or would working on supporting projects in these other ways be more helpful?