Summary: | startkde has locale specific parts that fail in japanese environment | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Taishin Kin <taishin> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Taishin Kin
2003-12-25 10:28:03 UTC
Thank you for reporting, but he script that you are describing is not our startkde. It must be one your distribution modified. The lines you are complaining about are not in our scripts. Adding LC_ALL=C before the command seems to be the proper solution. I think that is a valid Bourne-shell construct, though I could be wrong. In any event, if required, you can translate into a multiple-command construct like: space_tmp=`(LC_ALL=C; export LC_ALL; df /tmp | ....)` |