You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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:
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:
$ /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)
The text was updated successfully, but these errors were encountered:
Versions:
Problem:
Running
aw-qt
through Finder it's unable to find any system modules:However, running through the command line it is able to:
The text was updated successfully, but these errors were encountered: