Good luck getting open source maintainers that aren’t woke. We’re all queer down here!
Good luck getting open source maintainers that aren’t woke. We’re all queer down here!
That’s a handsome woman right there!
It’s possible to be queer and racist, unfortunately.
If you open /usr/share/plasma/plasmoids/org.kde.plasma.icon/main.qml
and search for line
there’s a section called PlasmaExtras.ShadowedLabel
which seems to correspond with icon text and there’s a line maximumLineCount: 2
you could try reducing that to 1 and it might fix your issue.
It looks like KDE Plasma is based on QT6 and the icons I believe are a QT6 Label so you can also add some styling to it yourself. Here’s the documentation for it: https://doc.qt.io/qt-6/qml-qtquick-controls-label-members.html
There is a property called lineHeight
so you could just add that to the PlasmaExtras.ShadowedLabel
and see if that fixes it.
OK I get that we’re joking here, but just for my sanity… It’s 3 people right? Like it’s 2 people standing behind the 1 person in the foreground, right?
Why would they be hostile to that idea? It allows you to run the VPN only on your browser instead of your entire system which is sometimes preferable.
It’s quite good and also I like that they largely support Linux. They have phone apps, browser extensions, desktop apps, and even CLIs. They also have downloadable configurations for OpenVPN and WireGuard if you want to go that route. They’ve also got what I assume are fairly basic features of most VPNs like kill switching, private DNS servers, etc.
Writers of children’s names books are going to have a field day with the data from this study.
You should go for a distro that matches what you want out of your system. You want stable? Find some strong LTS distro like Ubuntu. You want ULTRA STABLE? Go for an immutable distro. Do you want to use your system for gaming? Go for a distro with wide gaming support, built-in drivers with options for proprietary drivers.
It’s less about what base distro you’re using and more about what you like about that particular flavor of distro.
For example, I use my PC for gaming mostly, but also coding. I switched from Pop! (Ubuntu based) to Garuda (Arch based) and I love it because it’s really good for gaming, comes with Mangohud, Gamemode, Steam, Heroic, controller drivers, graphics drivers, etc, all optionally pre-installed. I also really like KDE apps because they’re performant and slick so I got the Plasma version.
Anyway, yeah, focus less on “this distro is Arch based” and more on what each distro can provide you as far as your personal tastes.
Current Linux market share worldwide for desktops is at ~4%. There’s also ~2% ChromeOS which is Linux based so I don’t know why it’s listed separately. As well as ~6% other which is probably Linux with privacy settings turned on.
If we go back 5 years in Linux desktop usage, the high end is including the “Other” category.
2019: ~2% to ~9% 2020: ~2.5% to ~5% 2021: ~3.5% to ~11.5% 2022: ~4.5% to ~10.5% 2023: ~6.5% to ~10% 2024: ~6% to ~12%
There is definitely a growing trend, the user base has grown somewhere between 33% and 300% depending on whether you include the “Other” category, which I personally think is a pretty safe assumption since for most PC users if it’s not Windows or Os X, it’s Linux.
Here’s where I got the data from: https://gs.statcounter.com/os-market-share/desktop/worldwide
I don’t get it, but I assume there’s some obscure historical or philosophical joke going on here. Can someone explain?
Or maybe it’s “read” as in “read his book” and the drag term “read him for filth” lol I hope it’s that one
Cool animation! 10/10 style points!
For those unaware, Adobe changed their terms of service recently to say that if you agree to the terms then they officially own anything you create using their software and can use it however they want. Specifically this line:
you grant us a non-exclusive, worldwide, royalty-free sublicensable, license, to use, reproduce, publicly display, distribute, modify, create derivative works based on, publicly perform, and translate the Content.
This probably means that Adobe has built some kind of backdoor into their programs to access your files and send it off to their servers. Pretty shitty of them!
Finally a native Linux mod manager. It’s a pain trying to run Windows mod managers through WINE or Proton.
Wow real shocker there /s
Every other planet looks like shit. Another W for Earth, the best planet in the universe! (as far as we know)
Reminds me of an early application of AI where scientists were training an AI to tell the difference between a wolf and a dog. It got really good at it in the training data, but it wasn’t working correctly in actual application. So they got the AI to give them a heatmap of which pixels it was using more than any other to determine if a canine is a dog or a wolf and they discovered that the AI wasn’t even looking at the animal, it was looking at the surrounding environment. If there was snow on the ground, it said “wolf”, otherwise it said “dog”.
Reminds me, I drive a school bus part-time and my bus has a malfunctioning sensor in the transmission and so on the screen on the dashboard it says “CHECK TRANS”. So every morning I’m like looks down at crotch “yup, still trans!”
lol holy shit that was really funny!
What is /A/? You mean like the letter A?
Another thing that wasn’t mentioned in the video that Proton does is it also – sometimes, depending on the game – checks a list of known requirements for a game and installs them through winetricks, or makes other recommended changes to game files that are known to make the game work.
When Proton is updated and the patch notes mention that a game was fixed, it’s something to do with this part of the process. A certain library, or whatever was missing and Proton installs it for you behind the scenes.
It also runs WINE through Steam’s launcher (aka Steam Linux Runtime) which has some common redistributables (aka Steamworks SDK Redist) built right into it, and it also runs appropriate anti-cheat solutions (aka Proton EasyAntiCheat Runtime or Proton BattlEye Runtime).