![]() |
|
Aquest missatge és part del següent fil: | |
---|---|
![]() | l'arbre de fils complet ordenat per data |
![]() | aitor_czr en ![]() |
![]() | Go Linux en ![]() |
> #!/bin/sh > if [ "$1" = "configure" ]; then > /sbin/ldconfig > fi
> while true; do > read -p "Do you want netman to use a systray icon? (Y/n)" yn > case $yn in > [Nn]* ) line="exec=netman"; > file="/etc/xdg/autostart/netman.desktop"; > break;; > * ) line="exec=netman --use-tray-icon"; > file="/usr/share/applications/netman.desktop"; > break;; > esac > done
> while true; do > read -p "Do you want netman to automatically connect on startup? > (Y/n)" yn > case $yn in > [Nn]* ) break;; > * ) line=${line}" --auto-conn"; > break;; > esac > done
> > ${file} > echo "[Desktop Entry]" >> ${file} > echo "Name=Netman" >> ${file} > echo "Terminal=false" >> ${file} > echo "${line}" >> ${file} > echo "Icon=/usr/share/pixmaps/netman.ico" >> ${file} > echo "Type=Application" >> ${file} > echo "Categories=Application;Network;" >> ${file} > echo "Version=0.1.1" >> ${file}
Aitor.
Aquest missatge es va enviar a les següents llistes de correu: | ||||
---|---|---|---|---|
dng Informació sobre la llista de correu | Missatges propers | ![]() | Re: [DNG] Pointer error in the backend of Netman | Re: [DNG] Debianising my uploaded version of netman. | ![]() |
![]() | Donate to Dyne.org | dyne.org open discussions administrat per dyne.org hackers | Lurker (versió 2.3) |