![]() |
|
Esta mensagem é parte da seguinte discussão: | |
---|---|
![]() ![]() ![]() ![]() ![]() | a lista completa das discussões ordenadas por data |
![]() ![]() ![]() ![]() ![]() ![]() | aitor_czr em ![]() |
![]() ![]() ![]() ![]() ![]() ![]() | Hendrik Boom em ![]() |
> #!/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.
Esta mensagem foi colocada nas seguintes mailing lists: | ||||
---|---|---|---|---|
dng Informação da Mailing List | Mensagens Perto | ![]() | Re: [DNG] Debianising my uploaded version of netman. | Re: [DNG] Pointer error in the backend of Netman | ![]() |
![]() | Donate to Dyne.org | dyne.org open discussions administrado por dyne.org hackers | Lurker (versão 2.3) |