Add a test for bug #58591
[pspp] / src / ui / gui / gen-dot-desktop.sh
index 9d1a8aff49df0411940b1b79e0d23ec3355f755d..ea5b3eb71c5cbca18e6bf565fa1badc647bc2146 100644 (file)
@@ -7,7 +7,7 @@ TRANSLATE ()
 
 extract_string ()
 {
-  msggrep -K -F -e "$2" $top_builddir/$1 2> /dev/null | msgattrib --translated --no-fuzzy | awk -F \" '/^msgstr "/{print $2}' | grep -v '^$' 
+  msggrep -K -F -e "$2" $top_builddir/$1 2> /dev/null | msgattrib --translated --no-fuzzy | awk -F \" '/^msgstr "/{print $2}' | grep -v '^$'
 }
 
 
@@ -21,7 +21,7 @@ printf '[Desktop Entry]\n';
 printf 'Name=GNU PSPP\n';
 printf "GenericName=$GenericName\n"
 
-for pfile in $POFILES; do 
+for pfile in $POFILES; do
     lang=${pfile%%.po}
     lang=${lang##po/}
     xlate=`extract_string $pfile "$GenericName"`
@@ -32,7 +32,7 @@ done
 
 printf "Comment=$Comment\n"
 
-for pfile in $POFILES; do 
+for pfile in $POFILES; do
     lang=${pfile%%.po}
     lang=${lang##po/}
     xlate=`extract_string $pfile "$Comment"`
@@ -46,4 +46,5 @@ printf 'Terminal=false%s\n'
 printf 'Type=Application%s\n'
 printf 'Categories=GTK;Education;Science;Math;%s\n'
 printf 'MimeType=application/x-spss-sav;application/x-spss-por;%s\n'
+printf 'StartupNotify=false%s\n'