From 722ed23ea08a7d8a2de9b29a7af51b3ada67a725 Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 9 May 2000 17:47:59 +0000 Subject: added netscape on the desktop --- gnome/mandrake.links.sh | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/gnome/mandrake.links.sh b/gnome/mandrake.links.sh index c47782c..8dbe403 100644 --- a/gnome/mandrake.links.sh +++ b/gnome/mandrake.links.sh @@ -162,22 +162,21 @@ if [ "$CAPTION" = "" ]; then CAPTION="DrakConf" ; fi ############ # Netscape # ############ -#CAPTION="" -#for i in $LISTLANG -#do -# if [ "$CAPTION" != "" ]; then break ; fi -# case "$i" in -# en*) CAPTION="Netscape" ;; -# ja*) CAPTION="¥Í¥Ã¥È¥¹¥±¡¼¥×";; -# ko*) CAPTION="³Ý½ºÄÉÀÌÇÁ";; -# esac -#done -#if [ "$CAPTION" = "" ]; then CAPTION="Netscape" ; fi -# -#/usr/bin/gdesktoplnk \ -# --progname="/usr/bin/netscape" \ -# --icon-name="netscape.png" \ -# --icon-caption="$CAPTION" \ -# --link-name="Netscape" \ -# --desktop-dir="$HOME/.gnome-desktop" -# \ No newline at end of file +CAPTION="" +for i in $LISTLANG +do + if [ "$CAPTION" != "" ]; then break ; fi + case "$i" in + en*) CAPTION="Netscape" ;; + ja*) CAPTION="¥Í¥Ã¥È¥¹¥±¡¼¥×" ;; + ko*) CAPTION="³Ý½ºÄÉÀÌÇÁ" ;; + esac +done +if [ "$CAPTION" = "" ]; then CAPTION="Netscape" ; fi + +/usr/bin/gdesktoplnk \ + --progname="/usr/bin/netscape" \ + --icon-name="../icons/netscape.xpm" \ + --icon-caption="$CAPTION" \ + --link-name="Netscape" \ + --desktop-dir="$HOME/.gnome-desktop" -- cgit v1.2.1