Package Details: meilix-systemlock 1-1

Git Clone URL: https://aur.archlinux.org/meilix-systemlock.git (read-only, click to copy)
Package Base: meilix-systemlock
Description: Meilix System Lock
Upstream URL: https://github.com/fossasia/meilix-systemlock
Keywords: FossAsia Meilix SystemLock
Licenses: GPLv3
Submitter: xeon-zolt
Maintainer: xeon-zolt
Last Packager: xeon-zolt
Votes: 1
Popularity: 0.000000
First Submitted: 2017-05-19 06:54 (UTC)
Last Updated: 2017-05-19 07:05 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

micwoj92 commented on 2025-04-29 18:24 (UTC)

Fails to run

/usr/bin/system-lock:2: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '4.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk
Traceback (most recent call last):
  File "/usr/bin/system-lock", line 15, in do_activate
    self.initWindow(window)
    ~~~~~~~~~~~~~~~^^^^^^^^
  File "/usr/bin/system-lock", line 24, in initWindow
    freeze = Gtk.RadioButton(label="Freeze System")
             ^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/gi/overrides/__init__.py", line 37, in __getattr__
    return getattr(self._introspection_module, name)
  File "/usr/lib/python3.13/site-packages/gi/module.py", line 127, in __getattr__
    raise AttributeError("%r object has no attribute %r" % (
                         self.__name__, name))
AttributeError: 'gi.repository.Gtk' object has no attribute 'RadioButton'