On GNOME you set the GTK theme using Tweaks or Refine (Tweaks is preinstalled most of the time but Refine is a newer replacement that’s a lot nicer to use). Using one of these two will probably work on any other desktop or WM too.
On GNOME you set the GTK theme using Tweaks or Refine (Tweaks is preinstalled most of the time but Refine is a newer replacement that’s a lot nicer to use). Using one of these two will probably work on any other desktop or WM too.
Fascists are rising up all over the world, it’s the same here. The fascists have already taken power in the US and it looks like they’ll do the same here in Germany too if nothing majorly changes. As soon as our economic system encounters a really bad recession, people notice that something’s going wrong and needs to change. Fascists take that opportunity to give people easy enemies to blame, saying that the “others” (nowadays that’s mostly muslims, immigrants and trans people) just need to be removed from society and everything will be fine again. They find explanations for why that’s the case and justify it by saying that they just want to “remigrate” them and also only the bad ones that don’t work and stuff like that. What they want to do and how they want to do it never changes tho, they’re still fascists no matter how many justifications and euphemisms they find for the cruel things they want to do. Unfortunately, their strategy still works perfectly, partly because they’re being supported by the rich. The rich know that the change people want will either result in fascists taking power, in which case they’d still be able to make loads of money, or leftists taking power, in which case their wealth would be taken away and given back to society. And just like with the companies they own, profit is always more important than human lifes. The fascists have convinced large parts of the population, the nationalised media (that was established after WW2 as a neutral source of information, so fascists can’t spread their propaganda, didn’t work out that well) and neoliberal politicians (so everyone who’s not in Die Linke or the AFD).
There’s a “What’s missing” section there that lists ROCm, so I’m pretty sure it’s planned to be added
I know that OP already found the solution but I just wanted to chime in because every person who commented completely misunderstood the question. It’s normal that some extenions don’t support the new version after updating GNOME but in that case, the switch will be disabled and it will show you a warning that the extensions doesn’t support the new GNOME version. OP clearly stated that they could still switch the extensions on and off. Besides that, most extensions will already have been updated to support the new version by the time the Fedora update comes out, so it wouldn’t make sense that all the extensions wouldn’t work anymore.
As a tip, you can install “Extension Manager” instead of the default “Extenions” app and besides being able to install extensions right through the app, it also has an “Upgrade Assistant” function, which lets you check which of your extensions support the GNOME version you specify. That way you can check if your extensions will work in the new GNOME version before updating.
I mean, China is obviously not some saint but those suicide nets seem like a good thing to me. People throw themselves off of buildings here in the west too but at least the people who installed those nets care enough to try to prevent those people from killing themselves.
Already seen some of those myself. But did people actually think that those expensive brands didn’t just buy from the same factories every other clothing company buys from?
You can also easily configure LibreOffice to have tabs like MS Office and OnlyOffice have btw
That depends on the client you use. If you just use the website it’s right under the text field.
I have an RX 6700 XT and I needed to change an environment variable to make it work. Maybe something similar is needed for you GPU. I’d try googling something like “RX 9700 XT ROCM” or “RX 9700 XT ROCM no compatible GPUs were discovered” if you haven’t done that already.
Pretty sure Vencord is what’s used now. It’s what I use at least because it’s preinstalled with Vesktop.
What’s that?
It’s honestly not really there for daily usage, the results aren’t very good. I think that’s just because of the small index tho. But the speed is good. It’s a really interesting project but there would have to be a lot of people running the crawler for the results to actually be good.
It’s a cool project. I always install the crawler extension on every browser I use.
I thought Roblox didn’t work on Linux anymore
You don’t have to add an underscore for the hyper link to work by the way
I use ZSH with plugins but back when I switched away from bash, I also looked at fish. I didn’t use it back then because people say it doesn’t follow the POSIX standard but is that really an issue? It probably only extends it instead of taking things away, right?
Why tho? I’m a software developer but I don’t do much with build systems. With the same source code, shouldn’t the resulting binary always be the same too?
Thanks. For normal desktop usage this sounds great (for games the input lag might be bad but that depends on whether there’s always input lag and how much), I’m curious what it’ll be like in practice.
What’s the big deal with triple buffering anyway? Like, what exactly is it and what does it solve?
I use podman too and I set up hardware acceleration for Jellyfin. I’ll update this with how I did it once I’m home.
Edit: Here’s my compose.yml (I use
podman-compose
):services: jellyfin: image: lscr.io/linuxserver/jellyfin:latest container_name: jellyfin dns: - 9.9.9.9 environment: - PUID=1000 - PGID=1000 - TZ=Europe/Berlin volumes: - ./config:/config:Z - ~/drive/media:/media:z devices: - /dev/dri:/dev/dri ports: - 8096:8096 - 7359:7359/udp - 1900:1900/udp restart: unless-stopped