kazam not initializing in Kubuntu 12.10 amd64

Bug #1073572 reported by Ivan Brasil Fuzzer
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Kazam Screencaster
Fix Released
Low
Unassigned

Bug Description

Using http://ppa.launchpad.net/kazam-team/unstable-series/

kazam:
  Instalado: 1.3.2-0ubuntu1
  Candidato: 1.3.2-0ubuntu1
  Tabela de versão:
 *** 1.3.2-0ubuntu1 0
        500 http://ppa.launchpad.net/kazam-team/unstable-series/ubuntu/ quantal/main amd64 Packages
        100 /var/lib/dpkg/status
     1.0.6-0ubuntu1 0
        500 http://br.archive.ubuntu.com/ubuntu/ quantal/universe amd64 Packages
     1.0.4.1-0ubuntu1 0
        500 http://ppa.launchpad.net/kazam-team/stable-series/ubuntu/ precise/main amd64 Packages

Initializing kazam in terminal

INFO Kazam - Logger intialized.
INFO Kazam - Running on: Ubuntu 12.10
ERROR Kazam - Could not find any typelib for AppIndicator3
ERROR Kazam - Could not find any typelib for Wnck
Traceback (most recent call last):
  File "/usr/bin/kazam", line 97, in <module>
    from kazam.app import KazamApp
  File "/usr/lib/python2.7/dist-packages/kazam/app.py", line 46, in <module>
    from kazam.frontend.window_select import SelectWindow
  File "/usr/lib/python2.7/dist-packages/kazam/frontend/window_select.py", line 29, in <module>
    from gi.repository import Gtk, GObject, Gdk, Wnck
ImportError: cannot import name Wnck

Revision history for this message
David Klasinc (bigwhale) wrote :

You're missing AppIndicator3 lib, which is normal because you're not running Unity. This should fall back to GnomeStatusIndicator. And you are missing Wnck library for the same reason. There is no fallback for that. Try installing libwnck-3-0 and gir1.2-wnck-3.0.

If it tries to pull too many dependencies, then I'll have to think of another workaround for this.

David Klasinc (bigwhale)
Changed in kazam:
importance: Undecided → Low
Revision history for this message
dusoft (dusoft-staznosti) wrote :
Download full text (7.3 KiB)

same here:

:~$ kazam --debug
ERROR Kazam - Could not find any typelib for AppIndicator3
DEBUG Kazam - Starting ...
DEBUG Main - Setting variables.
DEBUG PulseAudio - PA - Starting mainloop.
DEBUG PulseAudio - PA - Getting API.
DEBUG PulseAudio - PA - Setting context.
DEBUG PulseAudio - PA - Set state callback.
DEBUG PulseAudio - PA - Connecting to server.
DEBUG PulseAudio - PA - Start mainloop.
DEBUG PulseAudio - PA - Connected.
DEBUG Main - Connecting indicator signals.
DEBUG Main - Main Window UI setup.
DEBUG Main - Getting Audio sources.
DEBUG PulseAudio - PA - get_audio_sources() called.
DEBUG PulseAudio - PA - pa_sourcelist_cb()
DEBUG PulseAudio - - IDX: 0
DEBUG PulseAudio - - Name: alsa_output.pci-0000_00_1b.0.hdmi-stereo.monitor
DEBUG PulseAudio - - Desc: Monitor of Built-in Audio Digital Stereo (HDMI)
DEBUG PulseAudio - PA - pa_sourcelist_cb()
DEBUG PulseAudio - - IDX: 1
DEBUG PulseAudio - - Name: alsa_input.pci-0000_00_1b.0.analog-stereo
DEBUG PulseAudio - - Desc: Built-in Audio Analog Stereo
DEBUG PulseAudio - PA - pa_sourcelist_cb() -- finished
DEBUG Main - Device found:
DEBUG Main - - 0
DEBUG Main - - alsa_output.pci-0000_00_1b.0.hdmi-stereo.monitor
DEBUG Main - - Monitor of Built-in Audio Digital Stereo (HDMI)
DEBUG Main - Device found:
DEBUG Main - - 1
DEBUG Main - - alsa_input.pci-0000_00_1b.0.analog-stereo
DEBUG Main - - Built-in Audio Analog Stereo
DEBUG Main - Getting Video sources.
DEBUG Main - Found 1 monitors.
DEBUG Main - Monitor 0 - X: 0, Y: 0, W: 1366, H: 768
DEBUG Main - Video Toggled.
DEBUG Main - Restoring state - sources: V (0), A_1 (0), A_2 (0)
DEBUG Main - Video changed.
DEBUG Main - New Video: {'y': 0, 'x': 0, 'height': 768, 'width': 1366}
DEBUG Main - Audio Changed.
DEBUG Main - - A_1 0
DEBUG Main - - A_2 -1
DEBUG Main - - PA Audio1 IDX: 0
DEBUG Main - - PA Audio2 IDX: 1
DEBUG PulseAudio - PA - get_source_info_by_index() called. IDX: 0
DEBUG PulseAudio - PA - pa_sourceinfo_cb()
DEBUG PulseAudio - - IDX: 0
DEBUG PulseAudio - - Name: alsa_output.pci-0000_00_1b.0.hdmi-stereo.monitor
DEBUG PulseAudio - - Desc: Monitor of Built-in Audio Digital Stereo (HDMI)
DEBUG PulseAudio - PA - pa_sourceinfo_cb() -- finished
DEBUG PulseAudio - PA - pa_sourceinfo_cb() -- Hit EOL
DEBUG PulseAudio - PA - pa_sourceinfo_cb() -- EOL no data!
DEBUG PulseAudio - PA - pa_sourceinfo_cb() -- finished
DEBUG PulseAudio - PA - get_source_info_by_index() called. IDX: 1
DEBUG PulseAudio - PA - pa_sourceinfo_cb()
DEBUG PulseAudio - - IDX: 1
DEBUG PulseAudio - - Name: alsa_input.pci-0000_00_1b.0.analog-stereo
DEBUG PulseAudio - - Desc: Built-in Audio Analog Stereo
DEBUG PulseAudio - PA - pa_sourceinfo_cb() -- finished
DEBUG PulseAudio - PA - pa_sourceinfo_cb() -- Hit EOL
DEBUG PulseAudio - PA - pa_sourceinfo_cb() -- EOL no data!
DEBUG PulseAudio - PA - pa_sourceinfo_cb() -- finished
DEBUG Main - New Audio1:
  Monitor of Built-in Audio Digital Stereo (HDMI)
DEBUG Main - New Audio2:
  Built-in Audio Analog Stereo
DEBUG Main - Aud...

Read more...

Revision history for this message
David Klasinc (bigwhale) wrote :

Is this still an issue with the latest 1.3.5 version from unstable PPA? Did ayone tried installing the additional packages I suggested?

Revision history for this message
Alessandro (alesandromarkes-linux) wrote :

I can confirm this bug. I'm using Kubuntu 12.04 with installed official package version 1.0.6 and the installation of "gir1.2-wnck-3.0" resolved the problem. The package "libwnck-3-0" was installed like dependency.

Latter I will try install the ppa version and report.

Revision history for this message
David Klasinc (bigwhale) wrote :

I added gir1.2-wnck-3.0 as a dependency and future releases should not be affected by this. Thanks for help.

Changed in kazam:
status: New → Fix Committed
David Klasinc (bigwhale)
Changed in kazam:
milestone: none → 1.3.101
David Klasinc (bigwhale)
Changed in kazam:
status: Fix Committed → Fix Released
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.