|
Bugzilla – Full Text Bug Listing |
| Summary: | syntax error in /opt/kde3/bin/startkde.theme | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Olaf Hering <ohering> |
| Component: | KDE | Assignee: | 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: | --- |
not relevant anymore |
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/" \