-
Notifications
You must be signed in to change notification settings - Fork 5
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
Config in aw-qt not working #5
Comments
Thank you. With |
Thanks for the swift update. I can confirm it's working now. Based on your experience, do you think aw-server-rust is stable enough for daily use (personal use)? I'm hesitating to whether switching to it or not. |
I've never faced any problem. However, I've started to use it since the beginning. Python and Rust servers use different folders for storage, I don't know if data can be just copied. |
I'm trying to make aw-qt autostart awatcher. From the explanations, I now install awatcher's binary to
/usr/bin/aw-awatcher
. (I'm on archlinux.) Then, I changed~/.config/activitywatch/aw-qt/aw-qt.toml
, with the following content:(Tried changing order. Doesn't make any difference.)
During test, I verified that no activity process is running. Then, I launched
aw-qt
from terminal. However, awatcher is not correctly launched. In my terminal, I get the following:Now, aw-server is running, but aw-qt is not (nor is aw-awatcher). If I start aw-qt again, aw-awatcher will start, though aw-qt is still not, with that same symbol error, and error on port occupying (because aw-server is already running).
So that symbol error seems to be related to aw-qt's tray icon itself.
I suspect this is because aw-qt starts all modules simultaneously, and awatcher quits itself while aw-server is still initializing.
The text was updated successfully, but these errors were encountered: