Not sure what steps to try now - any ideas?/opt/homebrew/Cellar/deluge-meta/2.2.0_3/libexec/lib/python3.14/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
13:52:29 [ERROR ][deluge.ui.gtk3 :51 ] Namespace GtkosxApplication not available
error Namespace GtkosxApplication not available
error Namespace GtkosxApplication not available
I recently upgraded to MacOS 26.5.2 (Tahoe) on Apple Silicon. I've been able to install and run deluge, though there are some complaints when I start it up from the command line. Today, though, it will not open, with this error:
Re: error Namespace GtkosxApplication not available
See this thread regarding problems on Apple Silicon:
viewtopic.php?t=57622
There is no official support for Apple Silicon, and how old versions react to Apple Silicon and newer OS versions is anyone's guess.
As far as an attempt to actually help you, it is likely one of two things. One possibility is the GTK subsystem cannot locate the specific macOS Quartz/Cocoa binding namespace responsible for handling native application menus and dock integration. The second is that there is an environment path mismatch. Because the app was never meant for Apple Silicon or this OS version, environment paths pointing to Homebrew, MacPorts, or framework directories (/opt/homebrew vs /usr/local) are either misconfigured or the dependency isn't installed.
Hopefully you find this helpful as its the best I can do given the situation.
viewtopic.php?t=57622
There is no official support for Apple Silicon, and how old versions react to Apple Silicon and newer OS versions is anyone's guess.
As far as an attempt to actually help you, it is likely one of two things. One possibility is the GTK subsystem cannot locate the specific macOS Quartz/Cocoa binding namespace responsible for handling native application menus and dock integration. The second is that there is an environment path mismatch. Because the app was never meant for Apple Silicon or this OS version, environment paths pointing to Homebrew, MacPorts, or framework directories (/opt/homebrew vs /usr/local) are either misconfigured or the dependency isn't installed.
Hopefully you find this helpful as its the best I can do given the situation.
Re: error Namespace GtkosxApplication not available
I thought I might be able to use Docker to run an image, but I gather then I have the issue of making the graphics talk to the Mac?
Re: error Namespace GtkosxApplication not available
Yep, for Deluge GUI using Docker there is no easy way to make it work with Apple Silicon graphics.
You can use Docker to run an image, but it needs to be headless, no GUI.
I would imagine that isn't what you are looking to do.
If you don't mind running it headless, I can probably talk you through that.
You can use Docker to run an image, but it needs to be headless, no GUI.
I would imagine that isn't what you are looking to do.
If you don't mind running it headless, I can probably talk you through that.
Deluge

