On 16 July 2013 11:47, valent.turkovic@gmail.com <valent.turkovic@gmail.com> wrote:
I can confirm that now when I switched to F19 I get ISOs that boot into desktop via autologin, so issue was on Fedora 18...

I've successfully built Gnome and Cinnamon remixes from the latest kickstart versions. Try to clone the kickstarts from https://git.fedorahosted.org/git/spin-kickstarts.git and try again. If the user shows up on the gdm/lightdm screens it has been created, try to update your base (build) distro and set SELinux to permissive and try again. I would advise you check for these lines in your kickstart and make sure they are present:


Can you please share your Cinnamon kickstart file? How did you make it so that Cinnamon is the default desktop?
 
Thanks!

_______________________________________________
remixes mailing list
remixes@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/remixes


Valent,

I've copied some of the stuff from the post section which you may find useful, just include the ones you need. You should also install the dconf-editor and navigate through the keys to locate the ones you want/need. Hope this helps ...

%post

cat >> /etc/rc.d/init.d/livesys << EOF

# Set Cinnamon as default desktop (Amit Caleechurn)
cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.session.gschema.override << FOE
[org.gnome.desktop.session]
session-name='cinnamon'
FOE

# Disable fallback message (Amit Caleechurn)
cat >> /usr/share/glib-2.0/schemas/org.gnome.SessionManager.gschema.override << FOE
[org.gnome.desktop.SessionManager]
show-fallback-warning=false
FOE

# Always use location in nautilus (Amit Caleechurn)
cat >> /usr/share/glib-2.0/schemas/org.gnome.nautilus.preferences.gschema.override << FOE
[org.gnome.nautilus.preferences]
always-use-location-entry=true
FOE

# Show desktop icons (Amit Caleechurn)
cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.override << FOE
[org.gnome.desktop.background]
picture-uri='file:///usr/share/backgrounds/gnome/Waves.jpg'
show-desktop-icons=true
FOE

# Set the default icon theme (Amit Caleechurn)
cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.override << FOE
[org.gnome.desktop.interface]
icon-theme='Faenza'
buttons-have-icons=true
enable-animations=true
menus-have-icons=true
FOE

# Set Window theme (Amit Caleechurn)
cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.wm.preferences.gschema.override << FOE
[org.gnome.desktop.wm.preferences]
theme='Greybird'
num-workspaces=2
FOE

# Tweak the main menu and enable desktop effects (Amit Caleechurn)
cat >> /usr/share/glib-2.0/schemas/org.cinnamon.gschema.override << FOE
[org.cinnamon]
menu-icon='/usr/share/icons/Faenza/apps/16/system-restart.png'
desktop-effects-on-dialogs=true
desktop-effects-close-effect='fade'
desktop-effects-maximize-effect='scale'
desktop-effects-unmaximize-effect='scale'
date-format='DD-MM-YYYY'
panel-launchers=['firefox.desktop', 'mozilla-thunderbird.desktop', 'gnome-terminal.desktop', 'nautilus.desktop']
favorite-apps=['cinnamon-settings.desktop', 'firefox.desktop', 'mozilla-thunderbird.desktop', 'vlc.desktop', 'nautilus.desktop', 'libreoffice4.0-startcenter.desktop']
FOE

# Disable auto-download-updates (Amit Caleechurn)
cat >> /usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.updates.gschema.override << FOE
[org.gnome.settings-daemon.plugins.updates]
active=true
auto-download-updates=false
FOE

# Rebuild schema cache with any overrides we installed
glib-compile-schemas /usr/share/glib-2.0/schemas

Amit

P.S note that i remove nemo* and use a custom theme/icon in this kickstart.


--

CERTIFIED ENGINEER / SECURITY SPECIALIST / DATA CENTRE SPECIALIST

CONFIDENTIALITY NOTICE: The information contained in this e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information.  Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, and have received this communication in error, please contact the sender by reply email and destroy all copies of the original message.