View Single Post
Old 09-26-2017, 01:04 PM   #30883
Katsunami
Grand Sorcerer
Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.Katsunami ought to be getting tired of karma fortunes by now.
 
Katsunami's Avatar
 
Posts: 6,111
Karma: 34000001
Join Date: Mar 2008
Device: KPW1, KA1
Quote:
Originally Posted by DMcCunney View Post
You can't recreate the shortcut? No idea why it disappeared from the laptop, but you ought to be able to put it back.
Oh, the shortcuts are there, both on the desktop and the laptop, and I can remove and recreate them. The desktop however, is missing the RightClick -> More -> Manage option, which the laptop still has. (The "More" menu in itself is useless also, because the right-click menu is only three options long, including itself.)

Quote:
Many programs still do have their own ini files or the equivalent.

Backup and restore were easy enough. The trick was remembering where they all were.

Lots of folks were unhappy about the Windows Registry, where everything got stored in a hierarchal database that requires a special tool to view and manipulate. The nice thing about ini files is that they were plain text and could be diddled by your editor of choice.
Yeah, you know... Linux has (had?) /etc (editable text config), of which the community was very proud. Then the Gnome developers, in collaboration with Red Hat went and created dconf, which is basically a Registry for Gnome and X.org.

The Linux community also prides itself on a totally modular bootup sequence, which can be changed, enhanced, and customized just by using a text editor... and then, Red Hat again (and the poisonous archdevil in the open source community, Lennart Poettering) went and created systemd.

Quote:
Lots of things these days make use of SQLite, a public domain SQL compliant DBMS implemented as a single library. For example, Firefox stores bookmarks and history in a places.sqlite DBMS, and uses SQLite elsewhere, too.
Yes. It's easier than implementing one's own text-based ini-file reader/writer, or using a library te handle ini-files. There are some open source programs that can read/write SQLite databases, so if you keep to one table with settings and values, it's doable.
Katsunami is offline   Reply With Quote