Hi,
deluge currently does not start:
--8<---------------cut here---------------start------------->8---
$ guix describe
Generation 1 Mar 10 2026 00:59:14 (current)
guix 520785e
repository URL: https://git.guix.gnu.org/guix.git
branch: master
commit: 520785e315eddbe47199ac557e88e60eca3ae97c
$ deluge
/gnu/store/3iazzsjkdqfsgicfgijd12bjzmbr6n01-deluge-2.2.0/lib/python3.11/site-packages/deluge/ui/ui_entry.py:20:
UserWarning: pkg_resources is deprecated as an API. See
https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources
package is slated for removal as early as 2025-11-30. Refrain from using this
package or pin to Setuptools<81.
import pkg_resources
(deluge:18909): GLib-GIO-ERROR **: 01:00:30.596: Settings schema
'org.gtk.Settings.FileChooser' is not installed
Trace/breakpoint trap
--8<---------------cut here---------------end--------------->8---
There is a recent commit 4648b1675463a5dcee519a991692fe2b38fd5ebe:
--8<---------------cut here---------------start------------->8---
commit 4648b1675463a5dcee519a991692fe2b38fd5ebe
Author: Liliana Marie Prikler <[email protected]>
Date: Thu Mar 5 20:33:26 2026 +0100
gnu: deluge: Fix build.
* gnu/packages/bittorrent.scm (deluge)[propagated-inputs]: Move to…
[inputs]: … here. Replace python-pygobject with python-pygobject-3.50.
--8<---------------cut here---------------end--------------->8---
Probably some wrapping is missing now that the inputs are no longer
propagated. CC-ing the author.
Workaround is:
--8<---------------cut here---------------start------------->8---
$ guix shell gtk+ deluge -- deluge
--8<---------------cut here---------------end--------------->8---
Tomas
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.