kazam
No description set
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout GNOME:Apps/kazam && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| 0001-Preparing-config-was-fixed.patch | 0000001787 1.75 KB | |
| _service | 0000000748 748 Bytes | |
| kazam-1.4.5.tar.bz2 | 0001180310 1.13 MB | |
| kazam.changes | 0000002609 2.55 KB | |
| kazam.spec | 0000003233 3.16 KB | |
| pulseaudio.patch | 0000002313 2.26 KB |
Comments 3
Seems the package is uninstallable on Leap 15.4 as python3-gdata is missing. IIUC python[3]-gdata was discontinued on Leap 15.4, or at least I can only find packages for up to 15.2, and after that only community packages (https://software.opensuse.org/package/python3-gdata?search_term=python3-gdata).
Maybe python-gdata should be added to
GNOME:Apps?Well, with (python3-gdata) available (https://build.opensuse.org/package/show/home:juliogonzalezgil:branches:openSUSE:Leap:15.1:Update/python-gdata) the package installs, but the app does not really start:
/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 Traceback (most recent call last): File "/usr/bin/kazam", line 146, in <module> from kazam.app import KazamApp File "/usr/lib/python3.6/site-packages/kazam/app.py", line 35, in <module> from kazam.backend.prefs import * File "/usr/lib/python3.6/site-packages/kazam/backend/prefs.py", line 478, in <module> prefs = Prefs() File "/usr/lib/python3.6/site-packages/kazam/backend/prefs.py", line 119, in __init__ self.config = KazamConfig() File "/usr/lib/python3.6/site-packages/kazam/backend/config.py", line 76, in __init__ super().__init__(self) File "/usr/lib64/python3.6/configparser.py", line 614, in __init__ for key, value in defaults.items(): File "/usr/lib64/python3.6/_collections_abc.py", line 743, in __iter__ for key in self._mapping: File "/usr/lib64/python3.6/configparser.py", line 989, in __iter__ return itertools.chain((self.default_section,), self._sections.keys()) AttributeError: 'KazamConfig' object has no attribute 'default_section'Having a look at packages from other distros, python-gdata can be dropped. Kazam is dead upstream, but I'm still going take a look at this. If the solution is simple enough we can carry on offering this package, otherwise it would be the time to put it to RIP.