X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=blobdiff_plain;f=configs%2Fdebxo-lxde%2Fhooks;h=d72a3d635ea59b00130c347cf3b3b6ef8eb7bd3a;hp=85a0a258f1ef37b53d65b8101ef1e113546c26fe;hb=0aada9cddd7b24e9404922c1981ee0103dd78560;hpb=dbe61d6cc4198ccb8a8876cbf3604ee03e0b245a diff --git a/configs/debxo-lxde/hooks b/configs/debxo-lxde/hooks index 85a0a25..d72a3d6 100644 --- a/configs/debxo-lxde/hooks +++ b/configs/debxo-lxde/hooks @@ -60,7 +60,7 @@ EOF # install some custom packages that aren't on mirrors. ugly hack! k="http://lunge.mit.edu/~dilinger/debxo-0.2/ofw-config_0.1_all.deb - http://lunge.mit.edu/~dilinger/debxo-0.6/linux-image-2.6.37-rc1+_2.6.37-rc1+-47_i386.deb" + http://lunge.mit.edu/~dilinger/debxo-0.6/linux-image-2.6.37-rc4+_2.6.37-rc4+-56_i386.deb" mkdir -p cache for i in $k; do pkg=$(basename ${i}) @@ -85,13 +85,6 @@ Section "Screen" EndSection EOF - # configure default lxpanel size (it's awfully small otherwise) - F=${ROOT_DIR}/usr/share/lxpanel/profile/default/panels/panel - if [ -f ${F} ]; then - sed --in-place "s/height=26/height=40/" ${F} - sed --in-place "s/^}$/ iconsize=40\n}/" ${F} - fi - # configure nodm F=${ROOT_DIR}/etc/default/nodm if [ -f ${F} ]; then @@ -101,13 +94,15 @@ EOF # configure wicd F=${ROOT_DIR}/etc/wicd/manager-settings.conf - if [ -f ${F} ]; then - sed --in-place "s/wireless_interface =.*$/wireless_interface = wlan0/" ${F} - sed --in-place "s/wired_inferface =.*$/wired_interface = eth0/" ${F} - # auto-connect to wired - sed --in-place "s/prefer_wired =.*$/prefer_wired = True/" ${F} - sed --in-place "s/wired_connect_mode =.*$/wired_connect_mode = 0/" ${F} - fi + # there's no actual config file in the package; it's autocreated or something. ugh. + cp wicd-manager-settings.conf ${F} +# if [ -f ${F} ]; then +# sed --in-place "s/wireless_interface =.*$/wireless_interface = wlan0/" ${F} +# sed --in-place "s/wired_inferface =.*$/wired_interface = eth0/" ${F} +# # auto-connect to wired +# sed --in-place "s/prefer_wired =.*$/prefer_wired = True/" ${F} +# sed --in-place "s/wired_connect_mode =.*$/wired_connect_mode = 0/" ${F} +# fi }