:) You're welcome. However, why don't you just create an RPM package for your configurations (like mine) instead of applying the changes from %post? IMHO, that is actually a better approach too.

Regards,

Hedayat


valent.turkovic@gmail.com <valent.turkovic@gmail.com> wrote on Wed, 14 Mar 2012 19:36:34 +0100:
Thank you a lot, that helped immensely!

I got the idea how GNOME 3 and schemes work, but still can't make it
work via kickstat file in %post
Ideas are simple enough but I guess that I'm using it nobody expected to ;)

I guess that I have to run "dbus-launch glib-compile-schemas" instead
just "glib-compile-schemas" when running it from %post part of
kicstart file...

Will report back, but this was the info I was looking for, than you once more.

More great online resources:
http://www.burtonini.com/blog/computers/gsettings-override-2011-07-04-15-45
http://fedoraunity.org/Members/bookwar/gnome-3-tips
https://wiki.archlinux.org/index.php/GNOME

On Tue, Mar 13, 2012 at 8:37 AM, Hedayat Vatankhah <hedayatv@gmail.com> wrote:
Hi Valent,

OK, for that purpose you should use schema override files. Some info is
available here: http://live.gnome.org/dconf/SystemAdministrators


Additionally, you can look into the parsidora-conf package in Parsidora
repository[1] which has some examples.


Regards,

Hedayat


[1] http://parsidora.sourceforge.net/releases/16/repos/parsidora/SRPMS/


valent.turkovic@gmail.com <valent.turkovic@gmail.com> wrote on Mon, 12 Mar
2012 20:31:52 +0100:

Hi,
I know about gsettings command and I used it all the time to
experiment with look & feel of my personal desktop, the issue whti
gsettings it that is changes your current GNOME 3 settings and that
doesn't work when you are building an iso image for installation that
has no currently running GNOME 3.

I used gconftool-2 to edit defautl GNOME 2 schemes that would be used
on freshly installed systems, and I can't seam to find the parallel
way of editing default GNOME 3 schemas because gsetting command AFAIK
can't do that.

if you know how to change and edit with gsetting in preinstall
environment when livecd-creator is building iso image please share
your knowledge.

Thanks.

On Mon, Mar 12, 2012 at 5:09 PM, Hedayat Vatankhah <hedayatv@gmail.com>
wrote:

Hi Valent,

You should use 'gsettings' if you want to change gnome 3 settings running a
command. I think you'll be able to find some hints about any specific change
in Internet. Also, you can look in gnome-tweak-tool's source code to see
which settings does it touch. You can change the same settings using
gsettings command.

Regards,

Hedayat


valent.turkovic@gmail.com <valent.turkovic@gmail.com> wrote on Mon, 12 Mar
2012 11:57:19 +0100:

On Sat, Mar 10, 2012 at 10:59 PM, Ikem Krueger
<ikem.krueger@googlemail.com> wrote:

2012/3/10 valent.turkovic@gmail.com <valent.turkovic@gmail.com>:

I was under the impression that gconftool-2 was being replaced by
gconfigure.

I read something about "gsettings".

Please show me a few examples how you use gconftool-2 with Gnome 3.

http://linux-workers.posterous.com/gnome-get-and-set-preferences-on-the-terminal

--
My blog: http://linux-workers.posterous.com/

$ gconftool-2 --get /apps/gedit-2/preferences/editor/wrap_mode/wrap_mode
No value set for `/apps/gedit-2/preferences/editor/wrap_mode/wrap_mode'

These tools are outdated and work only for GNOME 2 :(

So please if anybody has some info how to enable GNOME 3 settings
while building GNOME 3 Fedora Remix please share that info.

Cheers,
Valent.