The fountain of life
- 0 Posts
- 7 Comments
I’m using Arch simply because of familiarity and comfort in using it. That and pacman being fast usually helps me make up my mind whenever I try something else. I really hadn’t experienced any major breakage in any of the packages in the standard repos, especially if everything is configured correctly. So I don’t really have anything to say against Arch’s stability.
I also hear good things about Tumbleweed, so that could be an alternative and more complete out-of-box package, but that also highly depends on how comfortable you’ll be with openSUSE’s way of doing things.
It all boils down to how you prefer to configure and manage your system and its packages, really. Nothing much more than that. As long it does the job, it’s usually fine.
xan1242@lemmy.worldto
You Should Know@lemmy.world•YSK: Use this cool tool to find your favorite subreddit on Lemmy!
3·3 years agoThis combined with wefwef importing Apollo data makes it really easy to find the communities again.
xan1242@lemmy.worldto
Fediverse@lemmy.world•I designed a Material You app for LemmyEnglish
4·3 years agoKeeping a native OS UI design language for an app is very nice. Apollo was a great example of this!
I’d love to see Android’s version of the same thing.
True. Ubuntu was certainly matched and even surpassed in these areas. But you’ll always have people who are like “just switch to this XY distro they don’t have that problem” who are just as loud lol
You don’t have to even use Windows. Even Ubuntu will do sometimes lol



FYI - if you haven’t figured this out already (and useful info for other Win32 devs), simply block WM_SYSCOMMAND in your WndProc of your app if the pressed key is SC_KEYMENU.
I’ve done this for a game mod I’m developing (it didn’t have windowed mode originally) and I specifically blocked it only during active gameplay. Otherwise (e.g. during menus) it can be pretty useful to keep active.