Bug 118716 - syntax error in /opt/kde3/bin/startkde.theme
Summary: syntax error in /opt/kde3/bin/startkde.theme
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: KDE (show other bugs)
Version: Final
Hardware: PowerPC Linux
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-24 17:56 UTC by Olaf Hering
Modified: 2008-07-16 15:46 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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