Does not run on Mint 17

Bug #1354974 reported by Charles Goodwin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Kazam Screencaster
New
Undecided
Unassigned

Bug Description

Kazam 1.5.0 installed on Mint 17 using the Trusty PPA.

The GUI appears but when trying to record (default settings) a video, nothing appears to happen and these exceptions appear in the CLI log:

charles@charles-mint-Z500 ~ $ kazam

(kazam:12285): Gtk-WARNING **: Can't set a parent on widget which has a parent

(kazam:12285): Gtk-WARNING **: Can't set a parent on widget which has a parent

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/kazam/app.py", line 553, in cb_record_clicked
    self.run_counter()
  File "/usr/lib/python3/dist-packages/kazam/app.py", line 802, in run_counter
    self.countdown = CountdownWindow(self.indicator, show_window=prefs.countdown_splash)
  File "/usr/lib/python3/dist-packages/kazam/frontend/window_countdown.py", line 71, in __init__
    self.setupPixman(LIBPIXMAN_NAME)
  File "/usr/lib/python3/dist-packages/kazam/frontend/window_countdown.py", line 122, in setupPixman
    libpixman = cdll.LoadLibrary(name)
  File "/usr/lib/python3.4/ctypes/__init__.py", line 429, in LoadLibrary
    return self._dlltype(name)
  File "/usr/lib/python3.4/ctypes/__init__.py", line 351, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libpixman-1.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/kazam/app.py", line 553, in cb_record_clicked
    self.run_counter()
  File "/usr/lib/python3/dist-packages/kazam/app.py", line 802, in run_counter
    self.countdown = CountdownWindow(self.indicator, show_window=prefs.countdown_splash)
  File "/usr/lib/python3/dist-packages/kazam/frontend/window_countdown.py", line 71, in __init__
    self.setupPixman(LIBPIXMAN_NAME)
  File "/usr/lib/python3/dist-packages/kazam/frontend/window_countdown.py", line 122, in setupPixman
    libpixman = cdll.LoadLibrary(name)
  File "/usr/lib/python3.4/ctypes/__init__.py", line 429, in LoadLibrary
    return self._dlltype(name)
  File "/usr/lib/python3.4/ctypes/__init__.py", line 351, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libpixman-1.so: cannot open shared object file: No such file or directory
INFO Main - Unable to delete one of the temporary files. Check your temporary directory.

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

Thank you for your report.

Do you have libpixman-1-0 package installed? For new countdown timer it is required and it appears it wasn't included in the dependencies.

Revision history for this message
Charles Goodwin (charlesgoodwin) wrote :

Yes it is installed, as demonstrated by this:

$ apt-get install libpixman-1-0
Reading package lists... Done
Building dependency tree
Reading state information... Done
libpixman-1-0 is already the newest version.
0 to upgrade, 0 to newly install, 0 to remove and 1 not to upgrade.

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.