184
submitted 1 week ago* (last edited 1 week ago) by Maroon@lemmy.world to c/linux@lemmy.ml

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.

top 50 comments
sorted by: hot top controversial new old
[-] Matombo@feddit.org 15 points 5 days ago

Arch master race: you don't have to replace defaults if nom defaults are isntalled in the first place and you choose everything our own anyways.

[-] elucubra@sopuli.xyz 28 points 6 days ago

I replace ARCH with Windows 11 bloat edition. I use windows 11 BTW

[-] PriorityMotif@lemmy.world 4 points 6 days ago

I use Windows 11 inside of a Gentoo vm inside of Windows 10 on my ipad.

load more comments (1 replies)
[-] icogniito@lemmy.zip 12 points 5 days ago

Defaults hehe

I use arch btw

[-] Matombo@feddit.org 2 points 5 days ago

well arch defaults are just a terminal with very little tooling

[-] zarkanian@sh.itjust.works 14 points 6 days ago* (last edited 6 days ago)
  • Clementine - music player
  • yakuake - terminal
  • fish - command line
  • Geany - text editor
  • eza - replacement for ls
  • zoxide - replacement for cd
  • bat - replacement for cat
  • Librewolf - replacement for Firefox
  • Brave - replacement for Chromium
[-] Zucca@sopuli.xyz 1 points 5 days ago

Wait? Why cat needs replacing? Do you have a link for bat?

[-] zarkanian@sh.itjust.works 3 points 5 days ago
[-] Zucca@sopuli.xyz 1 points 4 days ago* (last edited 4 days ago)

Interesting.

I wonder if it'll work with lsp, when it sends data to pager. I'll start testing this out.

EDIT: Whoa... 23megs for cat clone. Rust projects do have a whole lot of dependecies. I counted crates 128 for this.

Oh well. I'll start compiling.

load more comments (5 replies)
[-] Lettuceeatlettuce@lemmy.ml 7 points 5 days ago

Default terminal -> Kitty

[-] Knuschberkeks@leminal.space 15 points 6 days ago* (last edited 6 days ago)

cat > bat

ls > exa

(h)top > btop

whatever terminal > alacritty

whatever browser > librewolf + brave

cli editor > micro

app launcher > albert

vlc > mpv

[-] zarkanian@sh.itjust.works 4 points 6 days ago
[-] Knuschberkeks@leminal.space 1 points 5 days ago

didn't know about that one, thank you

[-] ams@lemmy.ml 3 points 6 days ago* (last edited 6 days ago)

Similar to yours:

bash > fish
cat > bat -p
ls > lsd
df > dysk
top > glances
firefox > qutebrowser

load more comments (7 replies)
[-] PancakeBrock@lemmy.zip 13 points 6 days ago

I choose what I want when I install. I use Arch btw

[-] GnuLinuxDude@lemmy.ml 8 points 6 days ago

I replace the <default, slow, annoying to use> image viewer with qimgv, which is ergonomic and very fast.

[-] adrianhooves@lemmy.today 1 points 4 days 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!!

[-] KarnaSubarna@lemmy.ml 4 points 5 days ago

On Ubuntu, replacing Firefox/Thunderbird snap version with actual deb version.

[-] avieshek@lemmy.world 4 points 5 days ago

Kinda in the Pop!_OS - NixOS club but Zen Browser here.

[-] OmegaLemmy@discuss.online 7 points 6 days ago

Firefox with (used to) Vivaldi, but now Zen Oh. That's it. Everything else for me is default

[-] Kanda@reddthat.com 7 points 6 days ago

VLC player with mpv

[-] John@discuss.tchncs.de 5 points 6 days ago

Firefox -> Zen Browser

[-] geoma@lemmy.ml 8 points 6 days ago

I still haven't found a web service that really needs a chrome browser or that you cant' just trick with changing the user agent

[-] ashughes@feddit.uk 3 points 5 days ago

I don’t. I install a distro with sane defaults and get to work.

[-] steeznson@lemmy.world 5 points 6 days ago

First thing I install is git, followed by emacs.

Then I download my init.el and my PC setup is complete.

[-] AceFuzzLord@lemm.ee 4 points 5 days ago* (last edited 5 days ago)

I think one of the few default things I've technically replaced on my laptop right now is Libreoffice's powerpoint software with the OpenOffice one because I am too dumb to figure out how to make it so Libreoffice's powerpoint software doesn't immediately default to every character having basically 0 spacing between each other every time I either make a new document or slide. That, and I can almost never find the right number of points to make the text look good no matter the font.

Also, I do have the Librewolf appimage, but I use it a little less than my slightly tweaked default Firefox install.

Otherwise I'm normally fine with defaults, besides installing gridplayer to watch things off my external HD so I can watch and resize my shows in a way I can't with other video players.

[-] LavenderDay3544@lemmy.world 3 points 5 days ago* (last edited 5 days ago)

Bash with fish.

[-] Berny23@lemmy.sdf.org 5 points 6 days ago

I use MPV as movie and general media player with my custom config as well as auto-crop and URI copy/paste scripts. It works better than any other media player I tried in the last 10 years. I only use VLC for DVD menus, but it sucks even at that task, because the cursor gets stuck and the menus lag even when playing from SSD folder.

I use Tauon Music Box as music player because of its design, easy playlist/library customizability and Jellyfin integration. I also pay for spotify and use spicetify with custom skins if the songs are available there.

Kröhnkite as real auto-tiling solution with KDE Plasma.

But I'm on Arch btw., so there is not much default software apart from what the KDE meta packages contain.

[-] Mwa@lemm.ee 2 points 5 days ago* (last edited 5 days 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

[-] Zucca@sopuli.xyz 2 points 5 days ago
  • sysvinit with openrc-init
  • elogind with seatd

Yes. I run Gentoo.

[-] Itsapersonn@lemmy.dbzer0.com 1 points 4 days 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).

[-] bruhsoulz@lemmy.ml 2 points 5 days ago

Bahah as other dude said I don't replace anything cus I'm on arch btw, but I often tend to remove the default web browser whenever i run a vm or somethinf cus base Firefox isn't my thing, its far too dull for me. I rock ff forks like zen browser, librewolf, icecat, and mullvad. Currently on zen.

[-] EuCaue@lemmy.ml 5 points 6 days ago
  • bash -> zsh
  • Gnome terminal -> Ghostty/Alacritty
  • Adwaita -> My custom adwaita build with smaller sizes
  • Default UI/Mono Font -> Inter/Meslo
  • Default browser -> Zen Browser
[-] slembcke@lemmy.ml 4 points 6 days ago

Ooh, not a "hot take" answer. I rather like MusikCube. It plays nice with putting my music on my NAS and running it from both my personal machines and my Windows/work machine too. I'm not specifically excited by it as a TUI, but it also works just fine as a basic-'03-iTunes-style-navigation clone. It's super boring in the most usable of ways.

My more "hot take" answer is that I replace the terminal program in Fedora with the boring arsed "Gnome Console" from vanilla Gnome. It does all the stuff I want it to do and nothing more. If I was slightly more different than me I might be upset that it doesn't do enough terminal things but I'm just me. :)

load more comments
view more: next ›
this post was submitted on 30 Dec 2024
184 points (94.2% liked)

Linux

48878 readers
590 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