diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-01-04 22:57:29 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-01-04 22:57:29 +0000 |
commit | 2cd115f2b5fc478614f4c6be0fb7d553e0e38052 (patch) | |
tree | ca8dbac1ea6a8fd2eb1c787dc9c87924beec645f | |
parent | 6a18c80ed440cefb04c1b3a3d9cc799d61c04aaa (diff) | |
download | common-data-2cd115f2b5fc478614f4c6be0fb7d553e0e38052.tar common-data-2cd115f2b5fc478614f4c6be0fb7d553e0e38052.tar.gz common-data-2cd115f2b5fc478614f4c6be0fb7d553e0e38052.tar.bz2 common-data-2cd115f2b5fc478614f4c6be0fb7d553e0e38052.tar.xz common-data-2cd115f2b5fc478614f4c6be0fb7d553e0e38052.zip |
"Seethechangelog"
-rw-r--r-- | gnome/DrakConf.desktop | 2 | ||||
-rw-r--r-- | gnome/mandrake.links.sh | 80 |
2 files changed, 41 insertions, 41 deletions
diff --git a/gnome/DrakConf.desktop b/gnome/DrakConf.desktop index ad1c9bb..ec55c41 100644 --- a/gnome/DrakConf.desktop +++ b/gnome/DrakConf.desktop @@ -2,6 +2,6 @@ Name=DrakConf Icon=../icons/DrakConf.xpm TryExec=DrakConf; -Exec=/usr/bin/kdesu -c "/usr/X11R6/bin/DrakConf" +Exec=/usr/X11R6/bin/DrakConf Terminal=0 Type=Application diff --git a/gnome/mandrake.links.sh b/gnome/mandrake.links.sh index eaefe96..ea7d2d4 100644 --- a/gnome/mandrake.links.sh +++ b/gnome/mandrake.links.sh @@ -10,45 +10,45 @@ else fi fi -################### -# Internet connex # -################### -CAPTION="" -for i in $LISTLANG -do - if [ "$CAPTION" != "" ]; then break ; fi - case "$i" in - en*) CAPTION="Internet connection" ;; - bg*) CAPTION="Èíòåðíåò Âðúçêà" ;; - ca*) CAPTION="Connexió a Internet" ;; - da*) CAPTION="Internet forbindelse" ;; - de*) CAPTION="Internetverbindung" ;; - es*) CAPTION="Conexión a Internet" ;; - et*) CAPTION="Internetiühendus" ;; - fr*) CAPTION="Connexion à l'Internet" ;; - gl*) CAPTION="Conexión a Internet" ;; - hr*) CAPTION="Veza s InterNetom" ;; - hu*) CAPTION="Internet kapcsolat" ;; - id*) CAPTION="Koneksi Internet" ;; - it*) CAPTION="Connessione a Internet" ;; - is*) CAPTION="Lýðnets tenging" ;; - nl*) CAPTION="Internet verbinding" ;; - no*) CAPTION="Oppkobling Internett" ;; - ro*) CAPTION="Conectare la Internet" ;; - ru*) CAPTION="Internet-ÓÏÅÄÉÎÅÎÉÅ" ;; - uk*) CAPTION="ú'¤ÄÎÁÎÎÑ Ú ¦ÎÔÅÒÎÅÔÏÍ" ;; - wa*) CAPTION="Raloyaedje al rantoele daegnrece" ;; - esac -done -if [ "$CAPTION" = "" ]; then CAPTION="Internet connection" ; fi - -/usr/bin/gdesktoplnk \ - --progname="/usr/bin/gnome-ppp" \ - --icon-name="gnome-networktool.png" \ - --icon-caption="$CAPTION" \ - --link-name="MDKppp" \ - --desktop-dir="$HOME/.gnome-desktop" - +# ################### +# # Internet connex # +# ################### +# CAPTION="" +# for i in $LISTLANG +# do +# if [ "$CAPTION" != "" ]; then break ; fi +# case "$i" in +# en*) CAPTION="Internet connection" ;; +# bg*) CAPTION="Èíòåðíåò Âðúçêà" ;; +# ca*) CAPTION="Connexió a Internet" ;; +# da*) CAPTION="Internet forbindelse" ;; +# de*) CAPTION="Internetverbindung" ;; +# es*) CAPTION="Conexión a Internet" ;; +# et*) CAPTION="Internetiühendus" ;; +# fr*) CAPTION="Connexion à l'Internet" ;; +# gl*) CAPTION="Conexión a Internet" ;; +# hr*) CAPTION="Veza s InterNetom" ;; +# hu*) CAPTION="Internet kapcsolat" ;; +# id*) CAPTION="Koneksi Internet" ;; +# it*) CAPTION="Connessione a Internet" ;; +# is*) CAPTION="Lýðnets tenging" ;; +# nl*) CAPTION="Internet verbinding" ;; +# no*) CAPTION="Oppkobling Internett" ;; +# ro*) CAPTION="Conectare la Internet" ;; +# ru*) CAPTION="Internet-ÓÏÅÄÉÎÅÎÉÅ" ;; +# uk*) CAPTION="ú'¤ÄÎÁÎÎÑ Ú ¦ÎÔÅÒÎÅÔÏÍ" ;; +# wa*) CAPTION="Raloyaedje al rantoele daegnrece" ;; +# esac +# done +# if [ "$CAPTION" = "" ]; then CAPTION="Internet connection" ; fi +# +# /usr/bin/gdesktoplnk \ +# --progname="/usr/bin/gnome-ppp" \ +# --icon-name="gnome-networktool.png" \ +# --icon-caption="$CAPTION" \ +# --link-name="MDKppp" \ +# --desktop-dir="$HOME/.gnome-desktop" +# ################### # Mandrake Update # ################### @@ -106,7 +106,7 @@ done if [ "$CAPTION" = "" ]; then CAPTION="DrakConf" ; fi /usr/bin/gdesktoplnk \ - --progname="/usr/bin/kdesu -c '/usr/X11R6/bin/DrakConf'" \ + --progname="/usr/X11R6/bin/DrakConf" \ --icon-name="../icons/DrakConf.xpm" \ --icon-caption="$CAPTION" \ --link-name="DrakConf" \ |