Tiny Core Extensions > TCE 3.x
Gconf
Jason W:
Thanks to Arslan S. for:
--- Code: ---Title: GConf-defaults-service.tcz
Description: GConf is a configuration database system, PolicyKit service.
Version: 2.28.1
Author: Havoc Pennington
Original-site: http://projects.gnome.org/gconf/
Copying-policy: GNU Library GPL-2
Extension_by: Arslan S.
Comments: This extension is PPI compatible.
Size: 24K
Change-log: 2010/01/28 Original 2.28.0
Current: 2010/05/18 Updated to 2.28.1
--- End code ---
--- Code: ---Title: GConf-dev.tcz
Description: GConf is a configuration database system, development package.
Version: 2.28.1
Author: Havoc Pennington
Original-site: http://projects.gnome.org/gconf/
Copying-policy: GNU Library GPL-2
Extension_by: jpeters, Arslan S.
Comments: This extension is PPI compatible.
Size: 136K
Change-log: 2009/05/26 Version 2.18.0.1 by jpeters
2009/10/29 Version 2.22.0.1 by jpeters
2010/01/28 Updated to 2.28.0 by Arslan S.
Current: 2010/01/28 Updated to 2.28.1 Arslan S.
--- End code ---
--- Code: ---Title: GConf-doc.tcz
Description: GConf is a configuration database system, documentation package.
Version: 2.28.1
Author: Havoc Pennington
Original-site: http://projects.gnome.org/gconf/
Copying-policy: GNU Library GPL-2
Extension_by: Arslan S.
Comments: This extension is PPI compatible.
Size: 156K
Change-log: 2010/01/28 Original 2.28.0
Current: 2010/05/18 Updated to 2.28.1
--- End code ---
--- Code: ---Title: GConf-locale.tcz
Description: GConf is a configuration database system, locale package.
Version: 2.28.1
Author: Havoc Pennington
Original-site: http://projects.gnome.org/gconf/
Copying-policy: GNU Library GPL-2
Extension_by: Arslan S.
Comments: This extension is PPI compatible.
Size: 1.9M
Change-log: 2010/01/28 Original 2.28.0
Current: 2010/05/18 Updated to 2.28.1
--- End code ---
--- Code: ---Title: GConf.tcz
Description: GConf is a configuration database system for storing application preferences.
Version: 2.28.1
Author: Havoc Pennington
Original-site: http://projects.gnome.org/gconf/
Copying-policy: GNU Library GPL-2
Extension_by: jpeters, Arslan S.
Comments: This extension is PPI compatible.
Size: 200K
Change-log: 2009/05/26 Version 2.18.0.1 by jpeters
2009/10/29 Version 2.22.0.1 by jpeters
2010/01/28 Updated to 2.28.0 by Arslan S.
Current: 2010/01/28 Updated to 2.28.1 by Arslan S.
-added evoldap backend: libldap.tcz is optional dependency
-added a script: "update-gconf-database" to properly install schemas
--- End code ---
Juanito:
Does the GConf-defaults-service extension provide only the policykit service or is there more in it than that (I had to comment out policykit in pulseaudio due to inconsistent behaviour)?
Ref:
--- Quote ---script: "update-gconf-database" to properly install schemas
--- End quote ---
What change in functionality would be expected after this update?
Arslan S.:
GConf-defaults-service provides regular users to edit system wide configurations by policykit rules, it is an optional extension even for gnome-desktop-base so i don't think pulseaudio requires it
whenever an extension has a schemas file (for example /usr/local/etc/gconf/schemas/extension.schemas) after install you have to execute this command
--- Code: ---sudo update-gconf-database register /usr/local/etc/gconf/schemas/extension.schemas
--- End code ---
upstream (or application, sometimes i edit those schemas files manually to change default key values :)) defaults are stored in /usr/local/etc/gconf/gconf.xml.defaults, for persistence either it should be added to backup or the command executed each time extension is loaded
i have added this script because it is required by gnome-desktop-base and upcoming extension compiz-gnome (also compiz-tinycore)
Juanito:
--- Quote from: Arslan S. on May 20, 2010, 02:06:35 AM ---whenever an extension has a schemas file (for example /usr/local/etc/gconf/schemas/extension.schemas) after install you have to execute this command
--- Code: ---sudo update-gconf-database register /usr/local/etc/gconf/schemas/extension.schemas
--- End code ---
--- End quote ---
So you're saying that the above command should be executed rather than, for example:
--- Code: ---$ sudo /usr/local/bin/gconftool-2 --makefile-install-rule /usr/local/etc/gconf/schemas/gstreamer-0.10.schemas
--- End code ---
..or are both commands needed?
Arslan S.:
they are exactly the same, update-gconf-database is just to simplify
Navigation
[0] Message Index
[#] Next page
Go to full version