On Mon, 05 Sep 2011 23:08:30 +0200, Pascal Volk wrote:
Package: gajim
Version: 0.14.4-1
Severity: important
Tags: upstream

Dear gajim maintainers,

when I try to start gajim out of a xterm it dies with:

    Traceback (most recent call last):
      File "gajim.py", line 429, in <module>
        interface = Interface()
File "/usr/share/gajim/src/gui_interface.py", line 3358, in __init__
        cfg_was_read = parser.read()
File "/usr/share/gajim/src/common/optparser.py", line 66, in read
        optname, key, subname, value = regex.match(line).groups()
    AttributeError: 'NoneType' object has no attribute 'groups'

The reason for the above problem are blank lines in the config file, e.g.
in lines 339-343:

     35 version = 0.14.4
      …
    337 themes.human.contacttextcolor = #000000
    338 accounts.xmmp.example.net.subscribe_location = True
339 accounts.xmmp.example.net.subscription_request_msg = Hi there,
    340
    341 some text …
    342
    343 John Doe
    344 accounts.xmmp.example.net.http_auth = ask

In this report, the package maintainer is not responsible, it's Gajim software directly, so I'd prefer you report the bug upstream directly.

But as I'm also Gajim developper, I can reply:

You modified your config file by hand, right? Gajim (0.14.4) itself should not set empty lines when you save your subscriptio nrequest message.

--
Yann



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to