volctl fails to start -- TypeError: gobject `GSettings' doesn't support property `schema'

  • Open
  • quality assurance status badge
Details
One participant
  • Simen Endsjø
Owner
unassigned
Submitted by
Simen Endsjø
Severity
normal

Debbugs page

Simen Endsjø wrote 6 days ago
(address . bug-guix@gnu.org)
87msdyifje.fsf@simendsjo.me
$ guix describe; guix shell volctl -- volctl
Generation 32 Mar 05 2025 21:09:58 (current)
nonguix d0b6099
branch: master
commit: d0b6099324cd47961064bd96ae830c4ca6d1bada
sijo d57a87e
branch: main
commit: d57a87e987fd6cc838492130f0d4429d6f36831c
guix 310adf4
branch: master
commit: 310adf4ce70cbb864859274fcc7842bd519bbddc
Traceback (most recent call last):
File "/gnu/store/fjh6w7dnjgr96lgqv0arhni08hfkxhmf-volctl-0.9.4/bin/.volctl-real", line 33, in <module>
sys.exit(load_entry_point('volctl==0.9.4', 'gui_scripts', 'volctl')())
File "/gnu/store/fjh6w7dnjgr96lgqv0arhni08hfkxhmf-volctl-0.9.4/lib/python3.10/site-packages/volctl/__main__.py", line 20, in main
app = VolctlApp()
File "/gnu/store/fjh6w7dnjgr96lgqv0arhni08hfkxhmf-volctl-0.9.4/lib/python3.10/site-packages/volctl/app.py", line 49, in __init__
self.settings = Gio.Settings("apps.volctl", path="/apps/volctl/")
File "/gnu/store/v1zfipyk0viify75j46c5rh3jwmczbmp-python-pygobject-3.50.0/lib/python3.10/site-packages/gi/overrides/__init__.py", line 313, in new_init
return super_init_func(self, **new_kwargs)
TypeError: gobject `GSettings' doesn't support property `schema'
-----BEGIN PGP SIGNATURE-----

iQFJBAEBCAAzFiEEsPLWxSk2lf1XtdJVd7xjRbZdbPsFAmfJgdUVHGNvbnRhY3RA
c2ltZW5kc2pvLm1lAAoJEHe8Y0W2XWz7zDgH/jCvLYumLN3c3NVMYi9sVUFbqx78
zXcnqDjP7ILj2TUUQcYl9CMAAlpW8GHMoIAqbx1+UC5Nw1WwpMVeF6Ie4uaLTkm/
DnyeO8nOZ+ujFg3W+3Tgrfc7yUt6gWLmatWznBpn9yKWVVxzT8e4Jt21tkNpCqBo
h+9etOcJG0gNpLpIcvn5L4J8XSMQI6ydbOIHXS9cDReec1LwTjG4FqujkTucg0lS
BfXiOVChKtQdZVhYnghNwaFDL/DWeH6A1i2Xv2e2Fimqn8klq5kGLJZFs3tlJgo3
vBgOfYFYVVfRtcFcGvhfEAefnTVR84sPLwCC3+feNhrWZ+3Nt8Cx++yulPI=
=xzpB
-----END PGP SIGNATURE-----

?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76779@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76779
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help