I’m having similar problems on MacOS 13.4 (Intel) using Anaconda (conda 23.3.1). When running the tracker command from terminal the window will open but when I click the hamburger menu I end up with this:
(base) neale@MacBook-Pro-13 ~ % tracker
2023-06-20 11:41:11.036 python3.10[84220:567181] +[CATransaction synchronize] called within transaction
2023-06-20 11:41:11.729 python3.10[84220:567181] +[CATransaction synchronize] called within transaction
Traceback (most recent call last):
File "/Users/neale/anaconda3/lib/python3.10/site-packages/tracker/main_menu.py", line 426, in show_main_menu
self.main_menu.setGeometry(-w / 2, 0, w, h)
TypeError: arguments did not match any overloaded call:
setGeometry(self, QRect): argument 1 has unexpected type 'float'
setGeometry(self, int, int, int, int): argument 1 has unexpected type 'float'
zsh: abort tracker