Search found 10 matches

by amar1729
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: 13
Views: 1193

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 ...
by amar1729
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: 13
Views: 1193

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...
by amar1729
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: 13
Views: 1193

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...
by amar1729
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: 13
Views: 1193

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...
by amar1729
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: 13
Views: 1193

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...
by amar1729
Sat Jun 11, 2022 6:50 am
Forum: Mac OS
Topic: Deluge 2.0.3 on macOS 11.6 w/ Intel
Replies: 4
Views: 73207

Re: Deluge 2.0.3 on macOS 11.6 w/ Intel

You may have to install zlib and libxcb as well
by amar1729
Sat Jun 11, 2022 6:41 am
Forum: Mac OS
Topic: M1 deluge 2.0
Replies: 2
Views: 63437

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....
by amar1729
Fri Jun 10, 2022 11:27 pm
Forum: Mac OS
Topic: Anything new on the M1 front?
Replies: 2
Views: 26425

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 ...
by amar1729
Thu Apr 29, 2021 5:03 am
Forum: Mac OS
Topic: Building v2.0.3 on MacOSX with Homebrew
Replies: 3
Views: 70611

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.
by amar1729
Sat Mar 20, 2021 7:34 pm
Forum: Mac OS
Topic: Building v2.0.3 on MacOSX with Homebrew
Replies: 3
Views: 70611

Building v2.0.3 on MacOSX with Homebrew

Saw another post where a user built Deluge under MacPorts ( https://forum.deluge-torrent.org/viewtopic.php?f=13&t=55622 ) so I figured I'd make a Homebrew tap for it. Link here: https://github.com/amar1729/homebrew-deluge-meta This formula is called deluge-meta since I originally meant it to be ...