Package Details: kazam 1.4.5-9

Git Clone URL: https://aur.archlinux.org/kazam.git (read-only, click to copy)
Package Base: kazam
Description: Screencast and screenshot application created with design in mind
Upstream URL: https://launchpad.net/kazam
Keywords: screencast
Licenses: GPL
Submitter: Maxwel
Maintainer: heavysink (lilac)
Last Packager: heavysink
Votes: 138
Popularity: 0.031233
First Submitted: 2012-05-21 21:04 (UTC)
Last Updated: 2020-06-12 07:05 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

bandithijo commented on 2020-06-12 19:01 (UTC) (edited on 2020-06-12 19:02 (UTC) by bandithijo)

If input sound from Speakers & Microphone not detected, you can solve with this: https://askubuntu.com/a/1234330/777616 It just needs to replace /usr/lib/python3.8/site-packages/kazam/pulseaudio/pulseaudio.py with the fixed one https://raw.githubusercontent.com/hzbd/kazam/aca8dd4e2eb9caf676682933a06bc997decd5804/kazam/pulseaudio/pulseaudio.py

heavysink commented on 2020-06-12 07:07 (UTC)

@coxackie I adopted this package and it works now. Please check.

coxackie commented on 2020-06-07 08:47 (UTC) (edited on 2020-06-07 08:51 (UTC) by coxackie)

@yuricoles @spsf64: indeed, adding python-distutils-extra as a dependency builds the package, but when I run I get

WARNING Kazam - Failed to correctly detect operating system.
Traceback (most recent call last):
  File "/usr/bin/kazam", line 149, in <module>
    app = KazamApp(datadir, dist, args.debug, args.test, args.nosound, args.silent)
  File "/usr/lib/python3.8/site-packages/kazam/app.py", line 126, in __init__
    self.indicator = KazamIndicator(prefs.silent)
  File "/usr/lib/python3.8/site-packages/kazam/frontend/indicator.py", line 234, in __init__
    super(KazamIndicator, self).__init__()
  File "/usr/lib/python3.8/site-packages/kazam/frontend/indicator.py", line 99, in __init__
    gi.require_version('Keybinder', '3.0')
  File "/usr/lib/python3.8/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Keybinder not available

Installing libkeybinder3 (supposed to be optional dependency) did the trick.

spsf64 commented on 2020-06-06 20:36 (UTC) (edited on 2020-06-06 20:37 (UTC) by spsf64)

@yurikoles, error during build; adding "python-distutils-extra" as makedepends seems to work fine

spritee commented on 2020-05-02 17:30 (UTC) (edited on 2020-05-02 17:33 (UTC) by spritee)

i get this error when starting kazam after installing it /usr/bin/kazam:32: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk WARNING Kazam - Failed to correctly detect operating system. Traceback (most recent call last): File "/usr/bin/kazam", line 81, in <module> from kazam.version import *

fbrennan commented on 2018-12-26 14:46 (UTC)

I used a hack to fix the package, see https://github.com/hzbd/kazam/issues/20#issuecomment-449975842

@51v4n is unfortunately correct that the package has been abandoned. A much better fix has not been merged by upstream. There's also issue #11, very annoying as I have a 4k display, to contend with.

Would anyone be upset if I pointed this package at my own fork? I would only do so if I manage to fix #11.

gccstr commented on 2018-12-23 05:17 (UTC)

Sorry for the delays on answering, looks like the project it's EOL, if anyone wants to take care of this package, welcome.

Cheers!

es_18 commented on 2018-11-04 22:38 (UTC)

There seem to be errors in the original software (while running on Python 3.7):

kazam:6457): Gtk-WARNING **: 00:37:24.302: Theme parsing error: gtk.css:127:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version

(kazam:6457): Gtk-WARNING **: 00:37:24.302: Theme parsing error: gtk.css:128:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version

(kazam:6457): Gtk-WARNING **: 00:37:24.302: Theme parsing error: gtk.css:132:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
/usr/bin/kazam:32: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk
/usr/bin/kazam:75: DeprecationWarning: dist() and linux_distribution() functions are deprecated in Python 3.5
  dist = platform.linux_distribution()
Traceback (most recent call last):
  File "/usr/bin/kazam", line 146, in <module>
    from kazam.app import KazamApp
  File "/usr/lib/python3.7/site-packages/kazam/app.py", line 35, in <module>
    from kazam.backend.prefs import *
  File "/usr/lib/python3.7/site-packages/kazam/backend/prefs.py", line 478, in <module>
    prefs = Prefs()
  File "/usr/lib/python3.7/site-packages/kazam/backend/prefs.py", line 119, in __init__
    self.config = KazamConfig()
  File "/usr/lib/python3.7/site-packages/kazam/backend/config.py", line 76, in __init__
    ConfigParser.__init__(self, self.DEFAULTS[0]['keys'])
  File "/usr/lib/python3.7/configparser.py", line 638, in __init__
    self._read_defaults(defaults)
  File "/usr/lib/python3.7/configparser.py", line 1216, in _read_defaults
    self.read_dict({self.default_section: defaults})
  File "/usr/lib/python3.7/configparser.py", line 753, in read_dict
    self.set(section, key, value)
  File "/usr/lib/python3.7/site-packages/kazam/backend/config.py", line 127, in set
    self.add_section(section)
  File "/usr/lib/python3.7/configparser.py", line 1205, in add_section
    super().add_section(section)
  File "/usr/lib/python3.7/configparser.py", line 655, in add_section
    raise ValueError('Invalid section name: %r' % section)
ValueError: Invalid section name: 'DEFAULT'

a36233 commented on 2018-09-10 08:42 (UTC)

It fails to load, perhaps missing dependency $ kazam Traceback (most recent call last): File "/usr/bin/kazam", line 32, in <module> from gi.repository import Gtk File "<frozen importlib._bootstrap="">", line 983, in find_and_load File "<frozen importlib._bootstrap="">", line 967, in _find_and_load_unlocked File "<frozen importlib._bootstrap="">", line 668, in _load_unlocked File "<frozen importlib._bootstrap="">", line 638, in _load_backward_compatible File "/usr/lib/python3.7/site-packages/gi/importer.py", line 146, in load_module dynamic_module = load_overrides(introspection_module) File "/usr/lib/python3.7/site-packages/gi/overrides/init.py", line 125, in load_overrides override_mod = importlib.import_module(override_package_name) File "/usr/lib/python3.7/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "/usr/lib/python3.7/site-packages/gi/overrides/Gtk.py", line 136, in <module> class Widget(Gtk.Widget): File "/usr/lib/python3.7/site-packages/gi/module.py", line 215, in getattr wrapper = metaclass(name, bases, dict</module></frozen></frozen></frozen>) TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases</frozen></module>

getaceres commented on 2018-08-30 12:58 (UTC)

@wskorodecki Thank you. It was that.