<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.0.1">
</HEAD>
<BODY>
Isn't this a per-user setting? If so, running it like that in your kickstart file won't help: it gets run as root, so it'll just change root's settings.<BR>
<BR>
You'd need to run this as the right user. So you'd want<BR>
<BR>
&nbsp; su liveuser gsettings ...<BR>
<BR>
(or whatever the right user is). But this also might run into trouble if that user's home directory hasn't yet been created. I think it gets created in a script called livesys (or similar) that's written out by the kickstart file. So you'd probably want to add that line to the end of the livesys script.<BR>
<BR>
James<BR>
<BR>
On Fri, 2011-07-01 at 12:18 +0100, mammar wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    Hi All,
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    I am building a custom Fedora 15 spin and using&nbsp;fedora-live-mini.ks as base kickstart for my own custom kickstart.
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    I don't want to see gnome panels when my spin show the desktop and for this purpose i am using the following command in&nbsp;fedora-live-mini.ks file but no effect.
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    gsettings set org.gnome.gnome-panel.layout toplevel-id-list []
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    The command works perfectly if run from shell without root.
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Can anyone please shed some light on this issue?
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Regards,
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>