The template of this meme is that of the man who cheerfully points his hand at a butterfly, asking “Is this a pigeon”?. In this meme, the man has been covered with icons of the applications IntelliJ, VSCode, Chromium and Signal. The butterfly which he points to is overlaid with the caption “.config”. He asks “Is this a trash can?” At the bottom of the image, we see the command du -sh
executed on the directories .config/chromium/
and .config/Code
, yielding file sizes of 1016M and 83M respectively.
Well dont use chrom*
The signal community should band together and write a signal client that doesn’t use the waste of space called electron. There is a rust library for signal and slint for cross platform UIs. Slint is even working (slowly) on mobile targets
Anti Commercial-AI license
There already is one called Flare. It uses rust IIRC.
Thanks. I’ll have a look at this!
Anti Commercial-AI license
Non-flatpak🤮 link: https://gitlab.com/schmiddi-on-mobile/flare
What’s wrong with Flatpak? I like the separation of system packages with the system package manager, and user-level random apps on Flatpak.
If you like it then use it, but let’s not pretend everyone else likes it and link to Flathub instead if project site.
Yeah 100% agree you should link to the project site, not Flathub.
Chrom, grant me my RAM…and if you do not listen, then the hell with you!
Firefox saves its config outside of .config/ as well, IIRC. Can’t check now, I have actually put that crappy browser in the trash bin long ago.
I will not take this bait
Yes. ~/.mozilla. Its annoying.
You can fix it with a hack by putting a shell script in your path (before the original firefox) that consist of:
#!/bin/sh HOME='/home/engywuck/.local/share/firefox' /usr/bin/firefox
Call that instead of the original firefox from now on. it will create the “librewolf” folder in ~/.local/share and chuck its junk in there.
Edit: This bug has been open for TWENTY YEARS.
Honestly ridiculous.
And what browser are you using?
Usually the shit-talkers use some fork of FF that would last about 5 minutes if FF ceased to exist.
Or fucking Brave, the cryptoscam browser.
Yea, not a huge fan of the push for crypto on brave
For what it is worth the Flatpak version doesn’t have this issue
Thats because flatpaks treat each apps directory as their own $HOME so instead of $HOME/.mozilla its $HOME/.var/app/{app_name}/.mozilla
Which is still fantastic dont get me wrong. But Mozilla hasn’t stopped hardcoding their Mozilla folder instead of the xdg dirs even throughf firefox issue tracker has had it on there for 20 years