ActivityWatch / aw-qt

Tray icon that manages ActivityWatch processes, built with Qt.
Mozilla Public License 2.0
27 stars 28 forks source link

Unable to find system modules on macOS #96

Open sameersismail opened 1 year ago

sameersismail commented 1 year ago

Versions:

# macOS 13.0.1
$ uname -a
Darwin macbook.local 22.1.0 Darwin Kernel Version 22.1.0

$ /Applications/ActivityWatch.app/Contents/MacOS/aw-server --version
v0.12.2b1

Problem:

Running aw-qt through Finder it's unable to find any system modules:

image
2023-01-30 11:29:45 [INFO ]: Started aw-qt...  (aw_qt.main:53)
2023-01-30 11:29:45 [INFO ]: Found 4 bundled modules  (aw_qt.manager:85)
2023-01-30 11:29:45 [INFO ]: Found 0 system modules  (aw_qt.manager:119)

However, running through the command line it is able to:

image
$ /Applications/ActivityWatch.app/Contents/MacOS/aw-qt
[...]
2023-01-30 11:32:29 [INFO ]: Started aw-qt...  (aw_qt.main:53)
2023-01-30 11:32:29 [INFO ]: Found 4 bundled modules  (aw_qt.manager:85)
2023-01-30 11:32:29 [INFO ]: Found 2 system modules  (aw_qt.manager:119)