

What are these “solutions” you speak of? All help forum posts must follow this format:
“I want to do x.”
“Why would you want to do x? Don’t do x.”.
What are these “solutions” you speak of? All help forum posts must follow this format:
“I want to do x.”
“Why would you want to do x? Don’t do x.”.
I guess RAM is a bell curve now.
Technically, hippos don’t swim. They run along the ground. So if you pick a deep enough body of water, you might still have a chance.
Last time I distrohopped, this was actually one of my main benchmarks. If I couldn’t install Librewolf in under a minute, I picked a different distro.
Honestly, there are probably enough people using ublock with tor browser that you can still retain most of the benefits if you do the same. You’ll just be in a smaller cohort than if you didn’t.
The SCOTUS interpretation is exactly the interpretation I was taught in school back in the 90’s/2000’s.
Stable, in this context, just means “point release”. If you meant “doesn’t break”, that describes most rolling release distros.
…unless you’ve used KDE in the last month. Holy cow, just let me alt-tab into a fullscreen window without throwing a fit.
I played with Endeavor years ago, but not extensively. If memory serves, it’s pretty much just preconfigured Arch with some nice theming, a Calamares installer, and a few simple scripts. Garuda adds even more theming (too much for my tastes, actually), a few GUI utilities, notifications when your system is overdue for an update, and an update script that runs common post-update tasks (like grub-install) and takes snapper snapshots automatically, so basically user-friendly bloat.
If you like arch but want a plug’n play distro, just do a plug’n play arch-based distro. Garuda is braindead easy.
It’s the micromanagement. When earlier games became tedious, I could just pick a quicker game speed, and I would suddenly feel like I was playing with more momentum. But in VI, it actually kills momentum, as if driving the slightly faster route to work at the cost of particularly frustrating traffic, since the most tedious micro isn’t turn-based, but city-based. You only have to plan districts/improvements once per city, so I find I can still have fun with VI if I play suboptimally (i.e., tall) on tiny maps and with mods that let me cram more civilizations into the game. I’ve probably put in a few hundred hours this way.
But I’d rather just play IV or V.
Linux is modular, not fragmented.
Except Gnome. Fuck Gnome.
Wait, are you setting up PPAs? If you’re using a user-friendly distro, either flathub should be enabled by default or the AUR is easily accessible with pamac or the chaotic-AUR. If software availability is a problem, I don’t know what to tell you; I think you started with a more difficult distribution than you intended to. PPAs suck.
Well, looks like I forgot for another month, but 3 months was no problem either.
Ultra-libertarian Jingoist? I’m as confused by that combination of words as I am the flags on the truck.
I haven’t updated my Arch install for almost 2 months. Things are going to be… seemless, probably. I do this all the time. It never breaks.
Give me an archive link and I’ll click it every time. Otherwise, almost never.
I can’t tell if the mirror is flush with the tile or if it was just outlined in grout, but either way, this contractor cares about the details. I would’ve just slapped the mirror on top.
Edit: Someone help me out. Is that sink really small, or are the tiles on the top sides of the sink extra long as part of the illusion? Are the white tiles on the left wall square?
I hate that there’s no showerhead though.
As long as I’m mocking help forums, I might have a stupid solution for your window decorations, which you can follow at your own risk. I saw your comment and, just out of curiosity, started playing around in a VM with imagemagick, a program I’ve never used before, but that might be useful for you. Here’s what I did:
1.) I copied a theme I liked, in this case “Sassandra”, from /usr/share/themes into ~/.themes.
2.) I renamed Sassandra (in ~/.themes) to Sassandra2 and switched themes to Sassandra2.
3.) I opened up some of the images in ~/.themes/Sassandra2/xfwm4/ and made note of the geometry of the buttons. In this case, they were 24x17.
4.) I opened a terminal in ~/.themes/Sassandra2/xfwm4/ and ran a command I got from an AI chatbot and fiddled with it blindly like an idiot until it ran:
In this case, I wanted to use magick to shrink the icons from 24x17 to 12x17 (though you could just as easily replace “12x17” with an increased size instead), and I wanted to do all the files at once, using the find command as suggested by my robot overlord. It didn’t work as I intended. I never bothered to read any docs. I’m not even sure I put the “{}” in the right spot. But it did shrink the images, preserving the aspect ratio. It also threw up a couple errors because I forgot about the readme and themerc files in that directory. Speaking of which, you can fiddle with the themerc file to make any minor adjustments, like offsetting text.
Edit: In retrospect, the original image files were actually all different sizes and now Sassandra2 looks like crap, but you can always run magick on files individually.