linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

snugglebutt, in What has been your experience with Flatpak?
@snugglebutt@lemmy.blahaj.zone avatar

Don’t really see the point of installing a whole other package manager, personally. If its not in the repos or AUR, I’ll just compile from source.

d3Xt3r, in Help troubleshooting issues with Sony WH1000MX5 playback

No such issues here with my XM5, been using mine for over an year. Are your devices on at least Bluetooth v5.2? All of mine are either 5.2 or 5.3 and I’ve not experienced any issues. I use my headphones with Android, Linux, Windows 10 and macOS. Even multipoint works fine.

As for the head comfort, you could get a headband cover/cushion, such as the ones made by Geekria.

chrismit3s,

+1, no problems at all so far, been using them almost daily for a year now on both linux and android.

governorkeagan, (edited ) in I made it to Linux! What is your must-have FOSS or Free Software for linux?

I’m loving these suggestions, definitely saving the post for later!

independantiste, (edited ) in Your chosen desktop Linux defaults?
@independantiste@sh.itjust.works avatar

Gnome with Wayland: I am just too used to the touchpad gestures and sleek looking apps to go back. Even windows looks and behaves janky in comparison

Firefox: plain better than the alternatives, the scrolling is so much better under Wayland too

The auto dark mode GNOME extention: it between dark and light mode depending on the time of day

Rounded window corners GNOME extension: forces all 4 corners of applications to have rounded corners

Separate /home partition, very useful for distro hopping or in case just going the nuclear option and reinstalling everything is the easiest way to deal with a breakage

astraeus, in Rename Files and Directories in Linux Command Line
@astraeus@programming.dev avatar

As basic as the instructions might be, super useful stuff for bulk operations in here. Thanks for the post!

Frederic, in The ASUS Eee PC and the netbook revolution (including Linux)

I still have my HP Mini311, it has a 11.6" screen, 1366x768, discrete GPU, can decode 1080p in hardware and output on tv via HDMI. In 2009 it was a beast!

I changed the 2.4bg with a 2.4/5n wifi, upgraded to 3GB of ddr3 ram, SSD, overclocked to 2GHz, and installed MX Linux on it, works perfect.

lobut, in Focalboard: a free alternative to Trello

Awesome I can’t wait to try it!

SuperSpruce, in New Plasma 6 Default Icon Theme Looks

I’m not the most knowledgeable on this subject, but I’m curious to learn more.

Why do various toolkits have major releases that seem to reset the features of the last one?

GTK 3 seems like GTK 2 but slower to me, and before the transition was even complete GTK 4 showed up, which just seems like GTK 3 but a bit different. Qt 5 works really well and is efficient on resources, so why are we switching to Qt 6? It seems like reinventing the desktop over and over again.

I understand updates for the kernel for compatibility, small to medium updates to all software for bug fixes and new features, and major updates to toolkits when there are big problems with the current release (X vs Wayland for example). Or if the current release was unreliable and bloated, which I heard was what happened with Qt 4 and why they switched to 5. But I also heard Qt 3 was really stable and lightweight, so why did they switch away from it?

OsrsNeedsF2P,

Usually there’s big new features that accomodate more modern hardware better. As an example, Qt6 revamps support for Wayland, HDR, and scaling. Even these things on their own don’t seem like much, but if you go back to KDE 5 in 10 years time you’ll definitely feel like something is plain/dated (or completely not working if you’re on new hardware)

SuperSpruce,

Thank you for the explanation! What specifically does Qt 6 do that Qt 5 can’t do?

Antergo,

Gtk 3->4 made a lot of internal changes, and at least some were related to making wayland work. Wayland “worked” in gtk3, however it was very much an afterthought, and half the toolkit was useless under wayland. Other changes are usually required for changes related to rendering, gtk4 had vulcan rendering which may require some breaking changes. Another thing is just general breaking changes that are good, sometimes you realise some decision was bad, and a new major release is just a way to make these.

From the end users perspective nothing much changes, it maybe looks a bit different, but not much besides that. But a vulcan renderer and being fully wayland compatible are major improvements that also improve the user experience, even if you don’t notice directly.

SuperSpruce,

Interesting. I’m guessing the changes were too big to just be added incrementally in updates to GTK 3?

Markaos,
@Markaos@lemmy.one avatar

Usually the problem isn’t that the changes are big, but that the new way simply isn’t compatible with the old way to do things, and you can’t just make a change that will break existing applications in minor versions (well, there’s nothing technically stopping you, and unintentional compatibility breaking bugs have definitely happened in the past, but people are gonna get real mad at you if you do that). Even if you break that change up into thousand tiny changes over many minor versions, the end result is that at some point, you break old apps.

The solution is to take note of all the things that are either badly designed or became obsolete and once in a while go “hey, let’s make a new major version and fix all of this crap”. With a new major version, you don’t have to worry about old applications and are free to improve your library in any way you wish, and you also get the option to keep updating the old major version with some maintenance bugfixes so that the old apps keep working well enough.

SuperSpruce,

The unfortunate consequence of this is that old working apps need compatibility updates.

d3Xt3r, (edited ) in Fedora 39 Released with GNOME 45, Linux 6.5 + More

Meh. As a KDE F38 user, this is a super boring release. Nothing really new for us to look forward to, except LibreOffice 7.6 (which you can get via Flatpak). I was hoping the new DNF 5 would make the cut, but guess it’s still not ready yet. :(

Guess will have to hold out my excitement until F40 for Plasma 6 and DNF 5 (hopefully).

corsicanguppy, in If only more Linux programs followed sandboxing best practices...

Still not worth dependency hell.

OsrsNeedsF2P,

Relevance?

TheGrandNagus,

Flatpak reduces dependency hell… and proper sandboxing has nothing to do with dependency hell.

majorequivalent01, in The ASUS Eee PC and the netbook revolution (including Linux)

makes me want to restore my sibling’s eee pc now.

chemicalwonka, (edited ) in I made it to Linux! What is your must-have FOSS or Free Software for linux?
@chemicalwonka@discuss.tchncs.de avatar

Gimp and PGA

starman, in Focalboard: a free alternative to Trello
@starman@programming.dev avatar

There is also kinda similar open source software plane

airikr, (edited )

Don’t forget the highly customizable and themeable Kanboard, made by the same people behind Miniflux. I will check out plane, though. Looks neat!

soulfirethewolf, in If only more Linux programs followed sandboxing best practices...

It’s nice to see good app security being praised. Sometimes it feels like some people on lemmy (and the fediverse) throw security to the wind.

Like one time I had heard someone over on Mastodon say that they thought that HTTPS was too overused and shouldn’t have been everywhere because it makes older apps unable to access sites and also made adblocking just ever so slightly harder.

Which yeah, I love adblockers, but I’m definitely not comfortable with all traffic having to go unencrypted just for it.

JustARegularNerd,

But my 1998 Windows CE device that’s made obsolete by those meddling modern security practices!

snowfalldreamland, in Who uses pure GNOME (no extensions)

The system tray is the one thing i need to see that/if email/steam/chat is running and if there’s new messages. Otherwise gnome works great for me

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #