Ephera
- 27 Posts
- 1.78K Comments
Oh, huh, I saw the release announcement for Fedora 44 explicitly mention Plasma 6.6, so I figured it was tied to the release. 🫠
Yeah, it should come
with the next Fedora release, which is scheduled for October 20th.Feature updates,
like this new Plasma version, get shipped every half year on Fedora. In between, you mostly just get security and bug fixes…
I find that setting the power profile to “Power-Saver” makes a huge difference.
KDE has support for that built-in, although I’m not sure, if distributions install the corresponding daemon on desktop systems: https://gitlab.freedesktop.org/upower/power-profiles-daemon
You should be able to cycle through power profiles with Meta+B on KDE.
You can also see and change the profile via the systray icon for the battery, but on a desktop system, that presumably won’t be shown by default.Otherwise,
powerprofilesctlis also an option, as described in that link.
Ephera@lemmy.mlto
Open Source@lemmy.ml•Why are there no hard forks of Firefox, Chromium, WebKit, or other browsers?
1·10 days agoIt was one of the stated goals for Servo itself to be designed like that. But I don’t think anyone at Mozilla expected Servo to take over from Gecko. They were already quite happy that they were able to incorporate Servo’s style engine and URL bar implementation and such into Gecko.
Ephera@lemmy.mlto
Open Source@lemmy.ml•Why are there no hard forks of Firefox, Chromium, WebKit, or other browsers?
2·10 days agoI don’t think that’s quite right. The Linux kernel, Firefox and Chromium all sit around 30 millions lines of code, last I checked, so if you add the rest of the operating system, it should still have more lines of code than the browser.
But yes, similar order of magnitude.
Ephera@lemmy.mlto
Opensource@programming.dev•Given the recent uproar about AI usage in rsync a PSA: maintainers owe you nothing
3·11 days agoTheir point is that the maintainer did not sign a contract that requires them to perform maintainer duties. They can choose to stop doing it at any point. They can choose to axe a feature that you deem essential. They can choose to rewrite the project in COBOL for the fun of it.
You may not like it, but that is how it is.
The only legal document involved is the license and any open-source license I’ve seen so far, has stated that the program is provided as is.This is the license under which rsync is provided: https://www.gnu.org/licenses/gpl-3.0.en.html
See sections 15 and 16.The only way you get to have a say in the matter, is by forking and becoming a maintainer yourself.
Hmm, seems to work like you want for me. Using Plasma 6.6 with the icons-only task manager…
Coming at it from the Rust ecosystem, I’d primarily opt for uploading release binaries somewhere. You don’t particularly need a setup script, since Rust programs are generally self-contained.
Publishing a package in addition to that really isn’t hard, but would be my secondary choice, since users are not likely to have
cargoon their system.
Well, andcargocompiles on the target machine, which is great for supporting unusual architectures, but you may have C libraries included where it’s just a gamble whether you can compile them on a given target system.
Should perhaps add that you can generally run Linux distributions off of a USB stick for that first impression.
Just follow a tutorial for how to install Linux and when you see the actual installer on screen, you can just close the installer without installing and then click around in the UI.
It will be slow, because it’s running off that slow USB connection, but otherwise this is pretty much the operating system as it is when fully installed.
Lots of folks also like the unmarketable names, because you know that it’s not a corporate project. You’re hearing about it, because it’s actually good, and not just because some startup got VC money to do marketing.
Heck, the reverse is true as well. This project is better specifically because it has that name. You just know some transfemmes are tirelessly hacking away at it, because they enjoy the silly name.
Ephera@lemmy.mlto
No Stupid Questions@lemmy.world•There are basically 4 types of files : text, image, audio and audio visual, right ?
8·14 days ago“Archive” is probably the word you’re looking for.
Ephera@lemmy.mlto
No Stupid Questions@lemmy.world•There are basically 4 types of files : text, image, audio and audio visual, right ?
3·14 days agoWell, unless it is an in-memory database (which isn’t too common), it needs to be stored on disk at some point. And for storing things on disk, you use one or more files.
Ephera@lemmy.mltoTechnology@midwest.social•KDE Introduces Kori, new nonbinary mascotEnglish
10·15 days agoTo stave off bigots.
Ephera@lemmy.mltoTechnology@midwest.social•KDE Introduces Kori, new nonbinary mascotEnglish
10·15 days agoStrictly necessary for SuperTuxKart.
…Of course, mascots are not *needed*. But there’s no cost associated with them. And folks in the community enjoy them. It would be irrational to not have mascots.
Ephera@lemmy.mlto
No Stupid Questions@lemmy.world•Is it safe to use a non-gaming computer for light gaming?English
4·18 days agoMy lappy has an AMD Ryzen 7 7840HS with integrated AMD Radeon 780M graphics card.
In terms of dungeon crawlers, I frequently play !dcss@lemmy.ml. I’d leave that game running 24/7, if it didn’t also happen to be near-instantaneous to close and re-open. It uses practically zero CPU.
I’ll also play simple 3D games at times, like !luanti@lemmy.ml and !openmw@lemmy.ml. You’ll hear the fans when those are running, but there’s still quite a bit of head space performance-wise.
Ephera@lemmy.mlto
Linux@lemmy.ml•How do you restore ghosted window when going from dual monitor/laptop setup back to laptop?
1·21 days agoAlt+F3 can also work (possibly in addition to Alt+Space)…
What’s also neat, is that this diagram won’t need updating any time soon. Maybe in a hundred years, we can swap the 2 for a 3 in the label. 🥴









From what I understand, on Debian and therefore presumably also Devuan, the system-wide default shell is
dash. So,shsymlinks todash.But
dashis virtually unusable for interactive use, so they configure the terminal emulator to launchbashon start-up.In effect, scripts get executed with
dashby default, but commands you type into a terminal get run bybash.