linux

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

Herbstzeitlose, in 5 Most Privacy Focused Web Browsers

Please stop the blogspam. Nobody wants to see yet another shitty list.

Ashiette, in Switching from Linux Mint to OpenSuSE Tumbleweed very soon. Any advice?

If you want up to date go with Arch/Nix, don’t go OpenSuSE.

muhyb,

Why though?

Ashiette,

Why not, though ?

Sandbag,

Give an actual reason for why, don’t just say use arch/nix cause it’s what’s hot and hip.

MagneticFusion,

Do you use Arch btw?

Ashiette,

Does it matter ? 🤷

grinceur, in How to switch thr state of Fn keys?
@grinceur@programming.dev avatar

on my laptop there is a Fn key combinasion to switch between them… btw i don’t think it’s possible to trigger this from the Os side of thing, it is tied to the firmware…

despotic_machine, (edited ) in How to switch thr state of Fn keys?
@despotic_machine@lemmy.world avatar

That is typically the only solution as far as I know. I had this issue, resolved it in the BIOS, then I remapped a couple file manager shortcuts to avoid having to use the FN+ combo altogether, for the most part anyway.

breakcore, in How to switch thr state of Fn keys?

Try pressing fn+esc. Switches between fn keys and F keys on my laptop.

majestic, in Reminder to clear your ~/.cache folder every now and then

No way. If i clean up my .cache directory my precious cached with sccache rust deps would be very upset. >:[

Markaos, in How to switch thr state of Fn keys?
@Markaos@lemmy.one avatar

Generally yes. The Fn key is usually handled either by the keyboard itself or by the BIOS, and the OS just sees the resulting key presses as if the keyboard had all the buttons. Can you not find such a switch in your BIOS? Saying what vendor it is might also help someone help you.

caseyweederman,

Seconded, BIOS setting for me

sebsch, in Reminder to clear your ~/.cache folder every now and then

Even better: mount ~/.cache as ramfs. It will also speed up some apps significantly.

redd,
@redd@discuss.tchncs.de avatar

I always felt that there should be some user directory like /tmp/ which will be wiped regularly.

glibg10b,

/run/ contains such a directory

Krause, (edited )
@Krause@lemmygrad.ml avatar

/tmp and /var/tmp are writable to regular users on most distributions

florge, in 5 Most Privacy Focused Web Browsers

Should I stop using Iceraven then?

68silver,

Nothing wrong with Iceraven. It gets updates regularly. I use it on all my android devices.

QuazarOmega, in How far away is GIMP 3 from GIMP 4?

I believe Inkscape is still working towards GTK4, but yes they are much farther ahead, to be expected when there are more developers active, after all.

GTK has long outgrown GIMP, it’s much more general purpose now, though the acronym remains. Who knows, maybe it’ll be renamed to GTK Toolkit in full MIT hacker style one day

isVeryLoud,

It’s the GNOME ToolKit now

Kyyrypyy, in How to switch thr state of Fn keys?

I personally find it rather infuriating that swapping those is made so difficult, and to this day don’t know who has more usecase for media keys and varied power buttons over function keys.

And the worst thing is, if the upper row defaults as mefia keys, and toggling Fn to be function keys by default, you also toggle numpad to the right side of the keyboard. Don’t get me wrong, I like numpad, but I quite don’t like losing half of my keyboard, because keyboard manufacturers don’t know what keys should be behind the Fn.

eatstorming,

I personally find it rather infuriating that swapping those is made so difficult, and to this day don’t know who has more usecase for media keys and varied power buttons over function keys.

Non-IT people, who, believe it or not, are the majority of users out there. I’ve stopped keeping score several years ago on how many people had asked me how to bind F-keys to something else, but at that point things were like 100% of IT people wanted F-keys, while 70-80% of non-IT asked me for help rebinding them to other things.

I’m a programmer and these decisions annoy me as well, I’m just pointing to the answer as for why some computers come with the annoyance enabled (and often make it unnecessarily hard to change it). I’m by no means defending it. If anything, I think it should be up to the OS to have an easy way to change the behavior instead of assuming what the user needs and making it difficult to change.

stormio, in Switching from Linux Mint to OpenSuSE Tumbleweed very soon. Any advice?

Unlike apt in Debian-based distros, zypper in OpenSUSE does not have an autoremove command that removes the unneeded dependencies of packages that were removed. To keep your system clean, use the –clean-deps option when removing packages.

reallyzen, in Switching from Linux Mint to OpenSuSE Tumbleweed very soon. Any advice?
@reallyzen@lemmy.ml avatar

The Tumbleweed installer is great, the general feel of the distro is polished, modern, up-to-date and efficient.

As other people have said, use the terminal to update both flatpaks and packages.

One main reason I went back to Arch BTW is that there aren’t, contrary to the old self a declaration by Suse, that many software available for my use case, so I ended up with tons of ppa’s, sorry, Suse Vendors who relied on each others for libraries, and it eventually broke down my system when some stuff wasn’t available but was required, while some may be available from 4 different, private, repos.

So I found software management a nightmare: where to find, which one to choose from? Looking for stuff in yast, then in gnome-software, then in software.opensuse.org, then on the Build Service… Clicking bliindly to trust keys from people with personal repos titled “Use At Your Own Risk”. Updating that mess then was complicated, and slow because gnome-software would lock yast while checking stuff in the background. I had to kill it, even just to relaunch it to search for stuff.

But Tumbleweed installs Snapper on Btrfs by default, so rolling back shouldn’t be a problem? True, and I did it and it’s just delicious, fuck up your system, wind back in two clicks… That is, unless btrfs snapshots didn’t got unruly, and in it’s default settings ate up all my disk space, forcing me to destroy that great system.

What annoyed me most here wasn’t the software all-over-the-place mess, but that the default, factory setting of a great system they themselves contributed to the Linux world wouldn’t be working 6 months down the line on a small disk (30Gb). Thanks to the Arch Wiki I know better now, and it is easily manageable, but it was too late for me.

Went back to Arch, with snapper, snap-pac, grub-btrfs, snapper-rollback. Can’t yet wind back like in Suse at all, currently at VM number 9, trying again, wish me luck.

TL;DR: a rolling release from a reputable company with one-click rollback is a perfect solution if you keep your system relatively standard.

BCsven,

That would be my only complaint about OpenSUSE, the default size for partitions is too conservative. it would default to 30gig and even though there is a snapper cleanup, acheduler updates would fill it up. I now add to the recommended x2, and then the partition always hovers around 70%. The scheduled btrfs and snapper cleanup it keep it managed

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

One main reason I went back to Arch BTW is that there aren’t, contrary to the old self a declaration by Suse, that many software available for my use case, so I ended up with tons of ppa’s, sorry, Suse Vendors who relied on each others for libraries, and it eventually broke down my system when some stuff wasn’t available but was required, while some may be available from 4 different, private, repos.

This is the reason I abandoned both Fedora and openSUSE when I tried them. I like plenty about both of them but things are just simpler on Arch. Despite Arch having less software than most distributions, it tends to be the software I actually want or need to use. The few programs not present can be installed from the AUR. Writing new PKGBUILDs is simple and there is no bureaucracy.

Arch is a pain upfront but I’ve found it tends to save you time later on. It’s not without its downsides, though; the primary one being that I’m the one responsible for managing everything and there are plenty of things I don’t know.

Opafi, in I use linux for the same reason I wear fuzzy socks and sweaters

Wait… You’re not using Linux at work???

kautau,

WSL train choo choo

sturlabragason, (edited ) in 5 Most Privacy Focused Web Browsers

It seems the main takeaway from these discussions is that we are all fucked because a decent open source non evil independent browser doesn’t exist?

In the age where a browser is about the only thing you need.

Shit.

Somebody needs to pull a Linus Torvalds here.

DangerousInternet,
@DangerousInternet@lemmy.world avatar

deleted_by_author

  • Loading...
  • sturlabragason,

    Still has a Firefox upstream dependency? Or is it a completely independent fork?

    DangerousInternet,
    @DangerousInternet@lemmy.world avatar

    deleted_by_author

  • Loading...
  • sturlabragason,

    Same.

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