Changeset 533
- Timestamp:
- 05/16/08 10:39:21 (7 months ago)
- Location:
- cdd-utils/trunk
- Files:
-
- 3 modified
-
debian/changelog (modified) (1 diff)
-
lib/desktop.sh (modified) (1 diff)
-
lib/suites.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cdd-utils/trunk/debian/changelog
r531 r533 14 14 * Added apt configuration to eros 15 15 * Fix ownership of /etc and /usr, they must be owned by root not bin 16 * Support custom gdm theme 16 17 17 18 -- Free Ekanayaka <free@64studio.com> Thu, 08 May 2008 21:55:32 +0200 -
cdd-utils/trunk/lib/desktop.sh
r514 r533 89 89 } 90 90 91 # Auto login 91 # Auto login and theme 92 92 gdm () { 93 93 cfg=/etc/gdm/gdm.conf 94 94 user=$1 95 theme=$2 95 96 96 if nullstr $user; then warning "no user given"; return; fi 97 if nullstr $user; then warning "no user given"; return; fi 98 if nullstr $theme; then warning "no user given"; return; fi 97 99 98 100 set_key "AutomaticLoginEnable" "=" "true" "$cfg" 99 101 set_key "AutomaticLogin" "=" "$user" "$cfg" 102 set_key "TimedLoginEnable" "=" "true" "$cfg" 103 set_key "TimedLogin" "=" "$user" "$cfg" 104 set_key "TimedLoginDelay" "=" "0" "$cfg" 105 106 set_key "GtkTheme" "=" "trinity" "$cfg" 100 107 } 101 108 -
cdd-utils/trunk/lib/suites.sh
r530 r533 49 49 cdd-config setkeycodes 50 50 cdd-config hdaintel 51 cdd-config gdm trinity 51 cdd-config gdm trinity trinity 52 52 cdd-config grub 1 Indamixx 53 53 cdd-config starthere /usr/share/pixmaps/trinity/start-here.png
