Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find system modules on macOS #96

Open
sameersismail opened this issue Jan 30, 2023 · 0 comments
Open

Unable to find system modules on macOS #96

sameersismail opened this issue Jan 30, 2023 · 0 comments

Comments

@sameersismail
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant