[Bug 144953] Re: serpentine crashed with TypeError in lambda()

2010-09-15 Thread Bug Watch Updater
** Changed in: serpentine
   Importance: Unknown = Critical

-- 
serpentine crashed with TypeError in lambda()
https://bugs.launchpad.net/bugs/144953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144953] Re: serpentine crashed with TypeError in lambda()

2009-11-13 Thread Philippe Gauthier
I am going to mark this bug as fixed because a full cycle of GNOME
development has passed since the last report and the fix was already
committed in an upstream development branch.

** Changed in: serpentine (Ubuntu)
   Status: Triaged = Fix Released

-- 
serpentine crashed with TypeError in lambda()
https://bugs.launchpad.net/bugs/144953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 144953] Re: serpentine crashed with TypeError in lambda()

2009-11-13 Thread Highridge
ok mate.

Philippe Gauthier wrote:
 I am going to mark this bug as fixed because a full cycle of GNOME
 development has passed since the last report and the fix was already
 committed in an upstream development branch.

 ** Changed in: serpentine (Ubuntu)
Status: Triaged = Fix Released

   

-- 
Regards,

Karl

Highridge Computers Ltd.


Tel : 01283 500530

Web : www.highridge.net


Highridge Computers Ltd. is a company registered in England and Wales
with company number 3438658


When the chips are down give Highridge a call ...

-- 
serpentine crashed with TypeError in lambda()
https://bugs.launchpad.net/bugs/144953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144953] Re: serpentine crashed with TypeError in lambda()

2008-03-07 Thread jerryb
Confirmed here on gutsy 32-bit.  Yes, I have a CD drive!

-- 
serpentine crashed with TypeError in lambda()
https://bugs.launchpad.net/bugs/144953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144953] Re: serpentine crashed with TypeError in lambda()

2008-03-03 Thread Tiago Cogumbreiro
This problem has been fixed in the development version. The fix will be
available in the next major software release. Thank you for your bug
report.

-- 
serpentine crashed with TypeError in lambda()
https://bugs.launchpad.net/bugs/144953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144953] Re: serpentine crashed with TypeError in lambda()

2007-12-08 Thread Robbie G
Issue still present in Hardy Heron 8.04

HI, I have a fresh install of Hardy Heron and I get a crash on launch (I
have an internal CD/DVD writer):

[EMAIL PROTECTED]:~$ serpentine
Traceback (most recent call last):
  File /usr/bin/serpentine, line 128, in module
app = SerpentineApplication (locations)
  File /usr/lib/python2.5/site-packages/serpentine/__init__.py, line 413, in 
__init__
Application.__init__(self, locations)
  File /usr/lib/python2.5/site-packages/serpentine/__init__.py, line 164, in 
__init__
self.__preferences = RecordingPreferences(locations)
  File /usr/lib/python2.5/site-packages/serpentine/preferences.py, line 301, 
in __init__
self._on_gconf_device_changed()
  File /usr/lib/python2.5/site-packages/serpentine/preferences.py, line 455, 
in _on_gconf_device_changed
self._device.data = self.__drive_selection.get_device()
  File /usr/lib/python2.5/site-packages/serpentine/gaw.py, line 153, in 
lambda
fset = lambda self, value: self.__setter (self.key, value)
TypeError: GConfClient.set_string() argument 2 must be string, not None

-- 
serpentine crashed with TypeError in lambda()
https://bugs.launchpad.net/bugs/144953
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144953] Re: serpentine crashed with TypeError in lambda()

2007-11-30 Thread Matt Zimmerman
I saw this in a fresh installation of Ubuntu 7.10 in VMWare Server,
where it is trivial to reproduce.  Presumably VMware does not provide a
device which looks like a CD writer (hal capabilities say it is only a
reader).

-- 
serpentine crashed with TypeError in lambda()
https://bugs.launchpad.net/bugs/144953
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144953] Re: serpentine crashed with TypeError in lambda()

2007-11-22 Thread Carlos Perelló Marín
So I found the same problem here with my laptop. I don't have an
internal CD driver and it only works when I have the external USB one
connected.

-- 
serpentine crashed with TypeError in lambda()
https://bugs.launchpad.net/bugs/144953
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144953] Re: serpentine crashed with TypeError in lambda()

2007-10-30 Thread Clement Lefebvre
While working on Linux Mint 4.0 (based on Gutsy) I could reproduce this
problem under VMWare and VirtualBox. Under both virtual environments
Serpentine would crash with the above error message. In
/usr/lib/python2.5/site-packages/serpentine/preferences.py, if you
comment out line 455 Serpentine shows a GUI error message complaining
about the absence of a recording device.

Using the exact same ISO, once burnt and run on a real computer (with a
CD writer) Serpentine runs fine and no error message is outputted.

My advice would be for the devs to make sure the error dialog box
appears and that Serpentine doesn't crash before that happens. Not a big
deal, just some minor exception handling here.

Clem

-- 
serpentine crashed with TypeError in lambda()
https://bugs.launchpad.net/bugs/144953
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144953] Re: serpentine crashed with TypeError in lambda()

2007-09-29 Thread Bug Watch Updater
** Changed in: serpentine
   Status: Unknown = New

-- 
serpentine crashed with TypeError in lambda()
https://bugs.launchpad.net/bugs/144953
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144953] Re: serpentine crashed with TypeError in lambda()

2007-09-28 Thread Tiago Cogumbreiro
Does it have a cdrom drive or not?

-- 
serpentine crashed with TypeError in lambda()
https://bugs.launchpad.net/bugs/144953
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144953] Re: serpentine crashed with TypeError in lambda()

2007-09-27 Thread Pedro Villavicencio
Thanks for your bug report. This bug has been reported to the developers
of the software. You can track it and make comments here:
http://bugzilla.gnome.org/show_bug.cgi?id=481069

** Changed in: serpentine (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Triaged

** Also affects: serpentine via
   http://bugzilla.gnome.org/show_bug.cgi?id=481069
   Importance: Unknown
   Status: Unknown

** Visibility changed to: Public

-- 
serpentine crashed with TypeError in lambda()
https://bugs.launchpad.net/bugs/144953
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs