Bug#727533: blueman shows errors in .xsession-errors

2013-11-02 Thread shirish शिरीष
at bottom :- On 11/2/13, Christopher Schramm wrote: > Great! Another hiding layer... ;) > > Please go to line 26-29 and comment out the lines with try, except, and > pass. Shift the import statement to the left. We should then observe > what's actually failing in the KillSwitch module. It probabl

Bug#727533: blueman shows errors in .xsession-errors

2013-11-02 Thread Christopher Schramm
Great! Another hiding layer... ;) Please go to line 26-29 and comment out the lines with try, except, and pass. Shift the import statement to the left. We should then observe what's actually failing in the KillSwitch module. It probably has something to do with HAL support. -- To UNSUBSCRIBE, e

Bug#727533: blueman shows errors in .xsession-errors

2013-11-02 Thread Christopher Schramm
> File > "/usr/lib/python2.7/dist-packages/blueman/plugins/applet/KillSwitch.py", > line 50, in on_load > self.Manager = _KillSwitch.Manager() > NameError: global name '_KillSwitch' is not defined > > Hopefully you have found what is wrong yet or if not would guide me. Perfect! I'll have a

Bug#727533: blueman shows errors in .xsession-errors

2013-11-01 Thread shirish शिरीष
at bottom :- On 11/1/13, Christopher Schramm wrote: >> File >> "/usr/lib/python2.7/dist-packages/blueman/plugins/applet/KillSwitch.py", >> line 50 >> self.Manager = _KillSwitch.Manager() >> ^ >> IndentationError: unexpected indent > > -.- Python... > > You need to remove one tab in fron

Bug#727533: blueman shows errors in .xsession-errors

2013-11-01 Thread Christopher Schramm
> File > "/usr/lib/python2.7/dist-packages/blueman/plugins/applet/KillSwitch.py", > line 50 > self.Manager = _KillSwitch.Manager() > ^ > IndentationError: unexpected indent -.- Python... You need to remove one tab in front of that statement so that it accepts the syntax. -- To UNSUB

Bug#727533: blueman shows errors in .xsession-errors

2013-11-01 Thread shirish शिरीष
at bottom :- On 11/1/13, Christopher Schramm wrote: >> #try: >> #self.Manager = _KillSwitch.Manager() >> #except: >> #raise Exception("Failed to initialize >> killswitch manager") >> >> Is this how yo

Bug#727533: blueman shows errors in .xsession-errors

2013-11-01 Thread shirish शिरीष
in-line :- On 10/30/13, Christopher Schramm wrote: > Hi, Hi, > I wasn't able to reproduce the killswitch exception. > > Please go to > "/usr/lib/python2.7/dist-packages/blueman/plugins/applet/KillSwitch.py", > line 50 and remove or comment out the lines with try, except and raise > to see the a

Bug#727533: blueman shows errors in .xsession-errors

2013-11-01 Thread Christopher Schramm
> # try: > # self.Manager = _KillSwitch.Manager() > # except: > # raise Exception("Failed to initialize > killswitch manager") > > Is this how you wanted me to do it ? Keep the self.Manager = ... line

Bug#727533: blueman shows errors in .xsession-errors

2013-10-30 Thread Christopher Schramm
Hi, I wasn't able to reproduce the killswitch exception. Please go to "/usr/lib/python2.7/dist-packages/blueman/plugins/applet/KillSwitch.py", line 50 and remove or comment out the lines with try, except and raise to see the actual exception. You should get the same output in the console when st

Bug#727533: blueman shows errors in .xsession-errors

2013-10-23 Thread shirish शिरीष
Package: blueman Version: 1.23+update1-2 Severity: normal Dear Maintainer, This is on a jessie/testing machine. Correct me if I'm wrong but as I understand it blueman is a GUI to play around with bluetooth settings. Now in this system/motherboard there is no support for bluetooth. I disabled bluet