Changeset 1013
- Timestamp:
- 03/13/11 18:59:28 (14 months ago)
- Location:
- client/linuxmuster-client/branches/luh_branch
- Files:
-
- 2 edited
- 2 moved
-
debian/changelog (modified) (2 diffs)
-
lucid/templates/etc/linuxmuster-client/mount.d/05_firefox.sh (modified) (1 diff)
-
share/tools/lmc-firstconfigure.sh (moved) (moved from client/linuxmuster-client/branches/luh_branch/share/tools/client-firstconfigure.sh) (3 diffs)
-
share/tools/lmc-setup-pykoticon.sh (moved) (moved from client/linuxmuster-client/branches/luh_branch/share/tools/setup-pykoticon.sh) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
client/linuxmuster-client/branches/luh_branch/debian/changelog
r1012 r1013 1 linuxmuster-client (0.9.20-2 1) testing; urgency=low1 linuxmuster-client (0.9.20-22) testing; urgency=low 2 2 3 3 * First package with local userhome … … 14 14 * Added tools directory to share, skripts for setting up pykota an do a 15 15 first run over sane settings for the default user 16 * pykoticon setup tool creates autostart file for gnome 16 17 17 18 -- Frank Schiebel <frank@linuxmuster.net> Sat, 12 Mar 2011 19:25:00 +0100 -
client/linuxmuster-client/branches/luh_branch/lucid/templates/etc/linuxmuster-client/mount.d/05_firefox.sh
r1003 r1013 26 26 27 27 # create it if it was not copied 28 [ -d $HOME/$APPS_BASEDIR/$FIREFOX_PROFILE ] || mkdir $HOME/$APPS_BASEDIR/$FIREFOX_PROFILE28 [ -d $HOME/$APPS_BASEDIR/$FIREFOX_PROFILE ] || mkdir -p $HOME/$APPS_BASEDIR/$FIREFOX_PROFILE 29 29 30 30 fi -
client/linuxmuster-client/branches/luh_branch/share/tools/lmc-firstconfigure.sh
r1012 r1013 4 4 . /etc/linuxmuster-client/config 5 5 6 if [ "x$TEMPLATE_USER" == "x" ]; 6 if [ "x$TEMPLATE_USER" == "x" ]; then 7 7 echo "Kein Templatebenutzer gefunden, ist linuxmuster-client korrekt eingerichtet?" 8 8 exit 1 … … 12 12 if [ -f /etc/xdg/autostart/update-notifier.desktop ]; then 13 13 rm -f /etc/xdg/autostart/update-notifier.desktop 14 echo "Deaktiviere automatishe Updatechecks"15 echo " Lösche /etc/xdg/autostart/update-notifier.desktop"16 echo "erledigt."17 echo18 else19 echo "Automatische Updatechecks sind bereits deaktiviert"20 14 fi 21 22 23 15 # Benutzerliste in gdm deaktivieren 24 16 sudo -u gdm gconftool-2 -t bool -s /apps/gdm/simple-greeter/disable_user_list true … … 32 24 # Benutzeranzeige entfernen 33 25 dpkg --remove indicator-me > /dev/null 2>&1 26 # Abmelden Starter auf den Desktop des Vorlagenbenutzers 27 ( 28 cat << EOF 29 #!/usr/bin/env xdg-open 34 30 31 [Desktop Entry] 32 Version=1.0 33 Type=Application 34 Terminal=false 35 Icon[de_DE]=/usr/share/icons/Humanity/apps/48/gnome-session-halt.svg 36 Name[de_DE]=Abmelden 37 Exec=gnome-session-save --logout 38 Comment[de_DE]=Abmelden 39 Name=Abmelden 40 Comment=Abmelden 41 Icon=/usr/share/icons/Humanity/apps/48/gnome-session-halt.svg 42 EOF 43 ) > /home/linuxadmin/Desktop/Abmelden.desktop 44 -
client/linuxmuster-client/branches/luh_branch/share/tools/lmc-setup-pykoticon.sh
r1012 r1013 5 5 # Frank Schiebel 6 6 # 7 # Install wxgtk as a dep 8 apt-get install python-wxgtk2.6 9 # change to source dir 10 cd /usr/share/linuxmuster-client/pykoticon-1.02/ 11 # install package 12 python setup.py install 13 # link icon dirs correctly 14 if [ -L /usr/share/pykoticon ]; then 15 rm /usr/share/pykoticon 16 fi 17 ln -s /usr/local/share/pykoticon/ /usr/share/pykoticon 18 cd 7 19 8 20 21 SERVERIP=`grep uri /etc/ldap.conf | grep -v ^# | awk -F"//" '{print $2}' | awk -F"/" '{print $1}'` 22 23 ( 24 cat << EOF 25 [Desktop Entry] 26 Type=Application 27 Name=PykotIcon Print-Quota notifier 28 Exec=/usr/local/bin/pykoticon $SERVERIP 29 Comment=Show messages from pykota 30 Icon=folder-remote 31 Terminal=false 32 Categories= 33 OnlyShowIn=GNOME; 34 X-GNOME-Autostart-Delay=10 35 EOF 36 ) > /etc/xdg/autostart/pykoticon.desktop
Note: See TracChangeset
for help on using the changeset viewer.
