Search found 11 matches
- Fri Apr 25, 2025 9:41 am
- Forum: Mac OS
- Topic: Building v2.0.3 on MacOSX with Homebrew
- Replies: 7
- Views: 202923
Re: Building v2.0.3 on MacOSX with Homebrew
The problem above was due to a homebrew/python mismatch (homebrew's libtorrent had been updated to depend on py3.13, while this deluge formula hadn't). Bumping this uncovered another error, which is that cgi has been deprecated in py3.13 but Deluge hasn't been updated (either to not use it or to req...
- Wed Apr 03, 2024 12:26 am
- Forum: Mac OS
- Topic: macOS 14.4.1 problem with 'gi.repository.Gio' object has no attribute 'content_type_get_icon'
- Replies: 29
- Views: 120804
Re: macOS 14.4.1 problem with 'gi.repository.Gio' object has no attribute 'content_type_get_icon'
Ok, i've put together some instructions for rewinding and installing the proper version of gobject here: https://github.com/Amar1729/homebrew-deluge-meta/issues/23#issuecomment-2033318411 For users here who prefer installing deluge manually, the steps are the same except you don't have to run `brew ...
- Mon Apr 01, 2024 5:56 pm
- Forum: Mac OS
- Topic: macOS 14.4.1 problem with 'gi.repository.Gio' object has no attribute 'content_type_get_icon'
- Replies: 29
- Views: 120804
Re: macOS 14.4.1 problem with 'gi.repository.Gio' object has no attribute 'content_type_get_icon'
I might be able to put together a few notes, yeah. Part of the problem here is that deluge is not a package in homebrew-core, so brew maintainers have no real obligation/checks to ensure that it builds properly (but they are working on fixing the bugs in gobject-introspection/related pkgs). I'm fair...
- Sun Mar 31, 2024 7:08 pm
- Forum: Mac OS
- Topic: macOS 14.4.1 problem with 'gi.repository.Gio' object has no attribute 'content_type_get_icon'
- Replies: 29
- Views: 120804
Re: macOS 14.4.1 problem with 'gi.repository.Gio' object has no attribute 'content_type_get_icon'
Nice, good to hear it works. The only problems you'll have in the future are that brew will raise a warning whenever anything that depends on gobject-introspection can't be updated because you have it pinned (which shouldn't be much, because you only had one dependent). You'll be able to unpin whene...
- Sun Mar 31, 2024 5:17 pm
- Forum: Mac OS
- Topic: macOS 14.4.1 problem with 'gi.repository.Gio' object has no attribute 'content_type_get_icon'
- Replies: 29
- Views: 120804
Re: macOS 14.4.1 problem with 'gi.repository.Gio' object has no attribute 'content_type_get_icon'
In the past, i've gone into the homebrew/homebrew-core tap within brew --prefix, manually (with git) checked out a previous commit, and installed from there ... however, that's really only feasible for leaf formulae. Anything really interconnected, like gobject-introspection/glib, is horrific becaus...
- Sun Mar 31, 2024 4:42 pm
- Forum: Mac OS
- Topic: macOS 14.4.1 problem with 'gi.repository.Gio' object has no attribute 'content_type_get_icon'
- Replies: 29
- Views: 120804
Re: macOS 14.4.1 problem with 'gi.repository.Gio' object has no attribute 'content_type_get_icon'
I run a brew tap for deluge where we just ran into the same problem. https://github.com/Amar1729/homebrew-deluge-meta/issues/23 I'm not sure if this is because of that GiRepository change, or because of an issue where the gobject-introspection metadata isn't used as of 1.80 (see this issue comment i...
- Sat Jun 11, 2022 6:50 am
- Forum: Mac OS
- Topic: Deluge 2.0.3 on macOS 11.6 w/ Intel
- Replies: 4
- Views: 99137
Re: Deluge 2.0.3 on macOS 11.6 w/ Intel
You may have to install
zlib
and libxcb
as well- Sat Jun 11, 2022 6:41 am
- Forum: Mac OS
- Topic: M1 deluge 2.0
- Replies: 2
- Views: 87071
Re: M1 deluge 2.0
Yes! Check out my homebrew tap here https://github.com/amar1729/homebrew-deluge-meta I had posted about this a little while ago https://forum.deluge-torrent.org/viewtopic.php?f=13&t=55912 Or check out this alternative post detailing setup with macports https://forum.deluge-torrent.org/viewtopic....
- Fri Jun 10, 2022 11:27 pm
- Forum: Mac OS
- Topic: Anything new on the M1 front?
- Replies: 2
- Views: 49639
Re: Anything new on the M1 front?
This is something I haven't been able to test until recently on M1 - the deluge and deluge-gtk commands work just fine to open a GUI, but deluged provided by my formula does NOT work. More details here https://github.com/Amar1729/homebrew-deluge-meta/issues/11 , but the problem is that M1 macs have ...
- Thu Apr 29, 2021 5:03 am
- Forum: Mac OS
- Topic: Building v2.0.3 on MacOSX with Homebrew
- Replies: 7
- Views: 202923
Re: Building v2.0.3 on MacOSX with Homebrew
No problem! I'm not sure - honestly, i'm not seeing the same problem, although I'm only using deluge GUI as a thin client to connect to my server.