summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-discuss/20110607/004582.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-discuss/20110607/004582.html')
-rw-r--r--zarb-ml/mageia-discuss/20110607/004582.html90
1 files changed, 90 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20110607/004582.html b/zarb-ml/mageia-discuss/20110607/004582.html
new file mode 100644
index 000000000..3598aef6c
--- /dev/null
+++ b/zarb-ml/mageia-discuss/20110607/004582.html
@@ -0,0 +1,90 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-discuss] Gnome3 on Mageia 1
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Gnome3%20on%20Mageia%201&In-Reply-To=%3C20110607085729.GB5019%40bkor.dhs.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="004581.html">
+ <LINK REL="Next" HREF="004583.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-discuss] Gnome3 on Mageia 1</H1>
+ <B>Olav Vitters</B>
+ <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Gnome3%20on%20Mageia%201&In-Reply-To=%3C20110607085729.GB5019%40bkor.dhs.org%3E"
+ TITLE="[Mageia-discuss] Gnome3 on Mageia 1">olav at vitters.nl
+ </A><BR>
+ <I>Tue Jun 7 10:57:29 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="004581.html">[Mageia-discuss] Gnome3 on Mageia 1
+</A></li>
+ <LI>Next message: <A HREF="004583.html">[Mageia-discuss] Gnome3 on Mageia 1
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#4582">[ date ]</a>
+ <a href="thread.html#4582">[ thread ]</a>
+ <a href="subject.html#4582">[ subject ]</a>
+ <a href="author.html#4582">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On Tue, Jun 07, 2011 at 10:33:42AM +0200, Wolfgang Bornath wrote:
+&gt;<i> My personal killer of Gnome3 is the switch from normal editable
+</I>&gt;<i> configuration files to a kind of registry, to be edited with a special
+</I>&gt;<i> editor. This is a no-go. Normal text files for configuration is one of
+</I>&gt;<i> the common basics of Linux (and most *nix based systems). Each rescue
+</I>&gt;<i> system, be it as small as possible comes with a text editor (I've
+</I>&gt;<i> never seen any system without vi) to edit configuration files and thus
+</I>&gt;<i> mend a broken system. This will not be possible with Gnome3.
+</I>&gt;<i> Correct me if I'm wrong, but this was what the Gnome people told me in Berlin.
+</I>
+Glib has had gsettings for a while. The default backend is 'dconf'; it
+uses binary files to store configuration values as to *greatly* speed up
+reads (and thus your login).
+
+Before gsettings, we had XML files, which you can indeed change, but
+only when GNOME is not running. Doing that while GNOME was running will
+likely break stuff. The way to interact with them was 'gconftool-2'; not
+by using an editor.
+
+In any case, gsettings is not GNOME 3 specific. Run e.g.:
+ gsettings list-schemas
+to see what programs already have been using gsettings on your system.
+
+The port to gsettings happened during the last few GNOME 2.x releases,
+so it is not GNOME 3 specific and you're likely using it already.
+
+FWIW, if you personally do not want to use the dconf backend, you can
+choose something else using the GSETTINGS_BACKEND environment variable.
+E.g. 'gconf' exists. Although it is perfectly usable, suggest to stick
+with things that everyone else uses; less likely to encounter
+bugs/problems.
+--
+Regards,
+Olav
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="004581.html">[Mageia-discuss] Gnome3 on Mageia 1
+</A></li>
+ <LI>Next message: <A HREF="004583.html">[Mageia-discuss] Gnome3 on Mageia 1
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#4582">[ date ]</a>
+ <a href="thread.html#4582">[ thread ]</a>
+ <a href="subject.html#4582">[ subject ]</a>
+ <a href="author.html#4582">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
+mailing list</a><br>
+</body></html>