Changeset 131

Show
Ignore:
Timestamp:
05/22/07 13:11:39 (19 months ago)
Author:
free
Message:

* Added kdm theme selection in mediastation-themes.postinst

Location:
mediastation/trunk/debian
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • mediastation/trunk/debian/changelog

    r130 r131  
    44  * Added gnome-icon-theme, libnet-dbus-perl and fixed icon path 
    55    in Desktop/network-admin.desktop 
     6  * Added kdm theme selection in mediastation-themes.postinst 
    67 
    78 -- 
  • mediastation/trunk/debian/mediastation-themes.postinst

    r1 r131  
    3737    KDM_CONF=/etc/kde3/kdm/kdmrc 
    3838    KDM_USER="root" 
     39    KDM_THEME="/usr/share/apps/kdm/themes/circles" 
    3940 
    4041    sed -i -e "s|^#\?NoPassEnable=.*|NoPassEnable=true|g"        $KDM_CONF 
     
    4243    sed -i -e "s|^#\?AutoLoginEnable=.*|AutoLoginEnable=true|g"  $KDM_CONF 
    4344    sed -i -e "s|^#\?AutoLoginUser=.*|AutoLoginUser=$KDM_USER|g" $KDM_CONF 
    44     sed -i -e "s|^#\?AllowRootLogin=.*|AllowRootLogin=true|g"    $KDM_CONF                                                         
     45    sed -i -e "s|^#\?AllowRootLogin=.*|AllowRootLogin=true|g"    $KDM_CONF 
     46    sed -i -e "s|^#\?Theme=.*|Theme=$KDM_THEME|g"               $KDM_CONF                         
    4547 
    4648    #