| Bug#: 154078 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: mobile-phone@gentoo.org | Reported By: jpublic+genbug@dunnluck.com | |
| Component: Applications | |||
| URL: | |||
| Summary: app-mobilephone/bitpim - command lines aren't processed | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2006-11-04 15:30 0000 | |||
| Description: | Opened: 2006-11-04 15:30 0000 |
According to the bitpim help (http://www.bitpim.org/help/howto-multipleusers.htm) you can change the directory bitpim stores it's data by launching it as "bitpim -d [data dir name]" but this had no effect when I tried it.
Fixed in 0.9.07-r1. There was 2 problems: - bash scripts didn't passed any user specified arguments to bp.py - in bp.py, getopt.getopt has been replaced with getopt.gnu_getopt
(In reply to comment #1) > Fixed in 0.9.07-r1. > > There was 2 problems: > - bash scripts didn't passed any user specified arguments to bp.py > - in bp.py, getopt.getopt has been replaced with getopt.gnu_getopt > Thanks for fixing this. I like to store bitpim settings for each phone user like the above link shows which now works.