this post was submitted on 30 Dec 2024
181 points (93.7% liked)

Linux

48890 readers
1029 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

After I install Linux Mint (which is the distro I have settled on), I replace:

  1. Thunderbird with Betterbird
  2. Firefox with Librewolf (I also install Brave for web services that need a chromium browser).
  3. Celluloid / Rythmbox with VLC player
  4. Default Libreoffice with latest Libreoffice from source.
  5. ClipIt/Parcellite with xfce4-clipman

I find this to be my optimal setup and these software give me the extra quality of life that make my workflows easier.

What software do you replace and install on your distro of choice?

Edit: I forgot to say I replace sudo with doas. That's something my friend told me to do although I personally don't find any immediate working advantage with it.

(page 3) 50 comments
sorted by: hot top controversial new old
[–] Zucca@sopuli.xyz 2 points 1 week ago
  • sysvinit with openrc-init
  • elogind with seatd

Yes. I run Gentoo.

[–] Drito@sh.itjust.works 2 points 1 week ago* (last edited 1 week ago)

Doas has a readable config file and it is easier to add an user. To answer your question On an MX install.

Xfwm -> bspwm

Dont remember -> nsxiv

Don't remember -> mpv

Featherpad -> Mousepad

[–] deafboy@lemmy.world 2 points 1 week ago

Found myself replacing the broken file roller flatpak by the file roller from thr APT repo.

The desktop linux feels more and more like windows as time goes on. The things that worked fine for years are being broken in new and innovative ways.

[–] stevedice@sh.itjust.works 2 points 1 week ago (3 children)
  1. VLC with SMPlayer. I don't understand why they keep shipping VLC as default. It sucks.
  2. Kate with KWrite.
  3. Nano with Vim in *buntu variants
  4. Elisa, Rhythmbox, etc. with Strawberry. Although I mostly just use Spotify nowadays.
  5. Calculator with calc.

Everything else works just fine, unless the distro made an insane choice like having XTerm as the default terminal emulator.

[–] Efwis@lemmy.zip 1 points 1 week ago (1 children)

save you a little changes here, Kate and Kwrite are now combined as one install.. When you install one you get the other as they are no longer separate packages.

load more comments (1 replies)
load more comments (2 replies)
[–] penguin202124@sh.itjust.works 2 points 1 week ago* (last edited 1 week ago)

The default terminal (varies) gets switched to Kitty. VLC to MPV.

Okular instead of the default PDF editor (varies).

Text editor (varies) to Vim.

I usually just install Arkenfox, but if I'm feeling lazy I'll use Librewolf.

I prefer doas, but I don't usually switch to it.

I rebind my caps lock key (most useless key ever) to escape.

[–] Mwa@lemm.ee 2 points 1 week ago* (last edited 1 week ago)

Replaced alacritty with ghostty
Fish With Zsh (Fish not being posix got annoying)
The distro am using comes with not too much apps so yeah thats it

[–] Uriel_Copy@lemmy.world 1 points 1 week ago (1 children)

I didn't see this one yet:

apt -> nala

Though I think it's technically just a wrapper, the colour support and formatting makes things much easier to parse (visually)

[–] nef@slrpnk.net 2 points 1 week ago (1 children)

It's not quite as fancy as nala, but apt also has colour support since 2.9.

[–] Uriel_Copy@lemmy.world 1 points 1 week ago

Mind blown!

[–] oldfart@lemm.ee 1 points 1 week ago

I wonder who's even using these built in video players, no subtitle support, barely any keyboard shortcuts, trash like windows media player

[–] lengau@midwest.social 1 points 1 week ago

KDE Neon - I replace the Firefox deb with the snap.

[–] Itsapersonn@lemmy.dbzer0.com 1 points 1 week ago

I also replace Firefox with LibreWolf and Brave! I don't do much more than that though; I used to replace GNOME Software with Warehouse, but I eventually found it easier to just remove PackageKit and use Software to install my flatpaks (I still use Warehouse for changing flatpak settings).

[–] JTskulk@lemmy.world 1 points 1 week ago

I replace Spectacle with Flameshot.

[–] Grangle1@lemm.ee 1 points 1 week ago

I definitely do the Firefox to LibreWolf (and also install Brave as a backup). I also replace the default video player with Haruna and VLC (but default to Haruna). I change music players all the time so I just replace the default with whatever I feel like using at the time. In the past I've replaced Thunderbird with KMail, but on my latest install I left Thunderbird alone since I like having available RAM.

[–] z3rOR0ne@lemmy.ml 0 points 1 week ago

I have a script that makes a list of every package and binary into an output file of packages as a list. I can just cat the output of the file in a subshell and pass that off to pacman -S. Pacman might complain here and there, but I can just edit the list. Then its just cp -r my config files that I've backed up and run my backups for movies, music, pics, games, etc.

And yeah, it's not perfect, but it's good enough for me. I still have to do other stuff like switch out bash for zsh, etc. Gotta love bash scripts and backup configs though. That plus actual backups makes restoration from catastrophic failure at least bearable, albeit still time consuming.

load more comments
view more: ‹ prev next ›