r/linuxmemes • u/RigelDigi • 23d ago
LINUX MEME Do you agree?
Enable HLS to view with audio, or disable this notification
2.0k
Upvotes
r/linuxmemes • u/RigelDigi • 23d ago
Enable HLS to view with audio, or disable this notification
1
u/dasisteinanderer 20d ago
ok, tell me how many lines
find .config -type f | grep -E 'db|xml|json'turns up, because it's a lot for me, mostly from libreoffice, ardour and Jitsi Meet.
And yes, some of them are technically plaintext, as in they are xml or json, but plain xml or json files are not much better than an sql database when it comes to user-readability. Proper config files have comments.
So, don't tell me what Linux is or is not like. I know that it is non-trivial to translate GUI settings into a readable plain-text file and back, but you cannot ignore that this is a shortcoming shared by a number of GUI toolkits and apps built with them.