Bug 154078 - app-mobilephone/bitpim - command lines aren't processed
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.

------- Comment #1 From Alin Năstac 2006-11-08 02:09:33 0000 -------
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

------- Comment #2 From Justin 2006-11-10 17:36:26 0000 -------
(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.