this post was submitted on 08 Apr 2024
44 points (97.8% liked)

Linux

47237 readers
3343 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
 

This references gnome but it also applies to gnome based desktops like cinnamon

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 5 months ago* (last edited 5 months ago)

Dconf is amazing. Lots of tweaks in a centralised place, searchable, with naming that makes sense, and documentation. It's standardised and it's legible.

It's not like the windows registry, in which stuff just gets dumped and isn't standardised at all.

Config files can be a mess. They're strewn around your system everywhere, aren't always named in a way that even lets you know they're a config file, you have to hunt them down individually, and syntax differs between them.

Saying it's like the windows registry seems kinda true from a surface level, but all the things that are actually wrong with the Windows registry aren't present in dconf.

Similar systems exist on other DEs, and this isn't a new thing, it's been around for a couple of decades.