Open GoogleCodeExporter opened 9 years ago
It's the root cause of problem 97.
Workaround is to set the locale in the start script:
jdp@osse:/usr/share/gpicsync$ cat /usr/bin/gpicsync
#!/bin/sh
LANG=C
cd /usr/share/gpicsync
python gpicsync-GUI.py
jdp@osse:/usr/share/gpicsync$
Original comment by Jacques....@gmail.com
on 7 Jan 2010 at 5:05
Original issue reported on code.google.com by
Jacques....@gmail.com
on 7 Jan 2010 at 5:02