Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147094 - media-gfx/picasa launcher on utf8 systems should be modified
Summary: media-gfx/picasa launcher on utf8 systems should be modified
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
: 147095 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-10 11:56 UTC by Guillaume Ramelet
Modified: 2006-09-12 17:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Ramelet 2006-09-10 11:56:46 UTC
When using UTF-8 gentoo with extended characters in filenames or directory, there is some issue in displaying these characters because the picasa launcher unset the locale.

A solution works for me and should maybe be deployed (with a patch) for users with unicode keyword :

/opt/picasa/bin/wrapper intentionally forces
the locale.  To fix this, comment out the lines

# FIXME - Only US English has been well tested to this point,
#         so we unset all LOCALE strings, causing us to default to
Posix and hence US English
 for x in `locale 2>/dev/null | sed 's/=.*$//'` ; do
    unset $x
done
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-10 12:06:31 UTC
*** Bug 147095 has been marked as a duplicate of this bug. ***
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2006-09-12 17:16:30 UTC
can you please report this to google and ask them to change it? I added a patch in the meantime, thanks :)