Unverified Commit 5b4affa9 authored by David Beniamine's avatar David Beniamine
Browse files

Remove application and network Fix#19

parent d342d53f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ $DIR/install_vnc.sh
$DIR/install_conky.sh
$DIR/upgrade_repository.sh
$DIR/fix_xscreensaver.sh
$DIR/fix_pcmanfm.sh

sed -i -e 's/lametro.fr/perdu.com/' /etc/conky/conky.conf

fix_pcmanfm.sh

0 → 100755
+12 −0
Original line number Diff line number Diff line
#!/bin/bash
DISABLED="places_network places_applications"

USERS="01-mini 02-super 03-maxi prof direction administrateur"
for u in $USERS
do
    file="/home/$u/.config/libfm/libfm.conf"
    for d in $DISABLED
    do
        sed -i "s/$d=1/$d=0/" $file
    done
done
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ $DIR/install_vnc.sh
$DIR/install_conky.sh
$DIR/upgrade_repository.sh
$DIR/fix_xscreensaver.sh
$DIR/fix_pcmanfm.sh

# Install missing libreoffice gtk
if [ -z "`dpkg -l | grep libreoffice-gtk`" ]