this post was submitted on 30 Dec 2024
185 points (94.3% liked)

Linux

48932 readers
728 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
[–] [email protected] 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

[–] [email protected] 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

[–] [email protected] 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.

[–] [email protected] 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.

[–] [email protected] 1 points 1 week ago

Yeah, I just meant I switch the default from Kate to KWrite

load more comments (2 replies)
[–] [email protected] 2 points 1 week ago
  • sysvinit with openrc-init
  • elogind with seatd

Yes. I run Gentoo.

[–] [email protected] 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.

[–] [email protected] 1 points 1 week ago

i keep rhythmbox honestly because it helps me in organizing all my audio and music files and plus i don't have to keep opening the file manager to change the music, i can just press the forward button and it changes track!!

[–] [email protected] 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.

[–] [email protected] 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).

[–] [email protected] 1 points 1 week ago (2 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)

load more comments (2 replies)
[–] [email protected] 1 points 1 week ago

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

[–] [email protected] 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

[–] [email protected] 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 ›