Bug 118716

Summary: syntax error in /opt/kde3/bin/startkde.theme
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Olaf Hering <ohering>
Component: KDEAssignee: E-mail List <kde-maintainers>
Status: RESOLVED WONTFIX QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: PowerPC   
OS: Linux   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Olaf Hering 2005-09-24 17:56:25 UTC
Index: kdebase-SuSE/config-files/opt/kde3/bin/startkde.theme
===================================================================
--- kdebase-SuSE.orig/config-files/opt/kde3/bin/startkde.theme
+++ kdebase-SuSE/config-files/opt/kde3/bin/startkde.theme
@@ -161,7 +161,7 @@ function copy_default_user {
   if test ! -e "${kdehome}"/share/config/kdeglobals; then
      local=`/usr/bin/locale 2>&1 | grep LC_MESSAGES | sed -e
's#^LC_MESSAGES="\(.*\)"$#\1#; s#\..*##'`
      lang=`echo $local | sed -e 's,_.*$,,'`
-     countr=`echo $local | sed -e 's,^.*_,, | tr 'A-Z' 'a-z'`
+     countr=`echo $local | sed -e 's,^.*_,,' | tr 'A-Z' 'a-z'`
      if test -z "$countr"; then countr=$lang; fi
      sed -e "s/__LANG__/$lang/" \
          -e "s/__COUNTR__/$countr/" \
Comment 1 Olaf Hering 2005-11-08 14:18:14 UTC
not relevant anymore