Application won't start - file error

Bug #707801 reported by Jack Gutwald
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Luciole
New
Undecided
Unassigned
luciole (Ubuntu)
New
Undecided
Unassigned

Bug Description

Receive the following error when attempting to run luciole under Fedora 14

$ luciole
['/usr/bin', '/usr/lib/python27.zip', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/lib/python2.7/site-packages', '/usr/lib/python2.7/site-packages/PIL', '/usr/lib/python2.7/site-packages/gst-0.10', '/usr/lib/python2.7/site-packages/gtk-2.0', '/usr/lib/python2.7/site-packages/webkit-1.0']
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
2011-01-25 23:38:04,635 - luciole - INFO -MainThread - (ctrl.py, 77) - Starting luciole
Traceback (most recent call last):
  File "/usr/bin/luciole", line 53, in <module>
    X.main()
  File "/usr/lib/python2.7/site-packages/luciole/main.py", line 39, in main
    runner = LC.LucioleController(sys.argv)
  File "/usr/lib/python2.7/site-packages/luciole/ctrl/ctrl.py", line 83, in __init__
    self.__configurer = LCONF.LucioleConf()
  File "/usr/lib/python2.7/site-packages/luciole/conf.py", line 175, in __init__
    raise LEXCEP.LucioException, lerr
luciole.base.exceptions.LucioException: ('Error in copy %s : ', LucioException('Copy Impossible :templates/lucioleConf.xml\nNo such file or directory on : templates/lucioleConf.xml',))

Revision history for this message
NicoInattendu (nico-inattendu) wrote :

Hi, which version of luciole you use ? from where ?

It look likes luciole troubles on installation procedure. The template dir is not found.

I never try luciole on python 2.7 also.

Revision history for this message
Tiedemate (bjoerntiedemann) wrote :

Hi,

I also cannot start luciole. I am using luciole 0.8.6 un Kubuntu 10.10 x64.

tiedemate@ST11:~$ luciole
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
2011-02-06 16:49:04,321 - luciole - INFO - MainThread - (luciole.py, 123) - Starting luciole
Traceback (most recent call last):
  File "/usr/lib/luciole/luciole.py", line 143, in <module>
    sys.exit(main(sys.argv))
  File "/usr/lib/luciole/luciole.py", line 127, in main
    app_ctrller = lucioLib.Luciole_controller()
  File "/usr/lib/luciole/lucioLib/luciole_tools.py", line 91, in __call__
    instance.__init__()
  File "/usr/lib/luciole/lucioLib/luciole_controller.py", line 97, in __init__
    self.sound_player = LSOUND.Lcl_gst_sound('./sounds/camera.ogg')
  File "/usr/lib/luciole/lucioLib/lcl_gst/lcl_gst_play_sound.py", line 52, in __init__
    self.sink = LG.element_factory_make('alsasink')
gst.ElementNotFoundError: alsasink
tiedemate@ST11:~$

Revision history for this message
Tiedemate (bjoerntiedemann) wrote :

Applying this fix works for me:
https://bugs.launchpad.net/luciole/+bug/603644

Revision history for this message
NicoInattendu (nico-inattendu) wrote :

Right I should add depede,cy to gstreamer-alsa on package creation.

The fix for Tiedemate is not applicable for the main problem of this bug.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.