Comment 5 for bug 85950

Revision history for this message
Pavel MlĨoch (pavkamlc) wrote : Re: [Bug 85950] Re: [apport] ltsp-manager crashed with RuntimeError in __init__()

Solution is very easy, you can only replace path to file ltsp-manager as
absolute path.
Bye,
Pavel Mlcoch.

gladevpxavier napsal(a):
> *** This bug is a duplicate of bug 73560 ***
> https://bugs.launchpad.net/bugs/73560
>
> Hello,
> I also have this bug with Feisty Fawn and ltsp-manager 0.02.
> I first had to install "python-ltsp" (because this dependency is not installed by ltsp-manager...) then when I launch "sudo ltsp-manager" I receive the following error message:
>
> ==============================================
> /usr/lib/python2.5/site-packages/apt/__init__.py:18: FutureWarning: apt API not stable yet
> warnings.warn("apt API not stable yet", FutureWarning)
>
> (ltsp-manager:5790): libglade-WARNING **: could not find glade file './ltsp-manager.glade'
> Traceback (most recent call last):
> File "/usr/bin/ltsp-manager", line 254, in <module>
> base = LTSPManager()
> File "/usr/bin/ltsp-manager", line 21, in __init__
> self.wTree=gtk.glade.XML ("./ltsp-manager.glade")
> RuntimeError: could not create GladeXML object
> ==============================================
>
> Is there a solution?
> Thank you!
>
>