-
-
Notifications
You must be signed in to change notification settings - Fork 558
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
Build .exe and .app with aw-server-rust and offer release that uses it #353
Comments
For the For the |
Do I need to set some config options or is there some artifact in the appveyor build that contains the .exe? I was looking into starting to use aw-server-rust on my windows box to test it out and afaik the newest build here https://ci.appveyor.com/project/ErikBjare/activitywatch runs aw-server by default. I'll look into setting up the .app |
It'll run aw-server by default, but it should include aw-server-rust in the
build (it should appear in the aw-qt "modules" list). aw-qt can be
configured to autostart specific modules through CLI parameters.
…On Sat, 29 Feb 2020, 17:08 Kerkko Pelttari, ***@***.***> wrote:
Do I need to set some config options or is there some artifact in the
appveyor build that contains the .exe? I was looking into starting to use
aw-server-rust on my windows box to test it out and afaik the newest build
here https://ci.appveyor.com/project/ErikBjare/activitywatch runs
aw-server by default.
I'll look into setting up the .app
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#353?email_source=notifications&email_token=AAKXDOR7ZNCA2QKU2RREAJLRFEZJDA5CNFSM4K6V7VV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENL5ZGA#issuecomment-592960664>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKXDOUWJEQ4M66J2TAQCMLRFEZJDANCNFSM4K6V7VVQ>
.
|
Oh right. Makes sense. When I try to start my system installed aw-server-rust (installed by the name The rust server runs fine if I start it from the CLI with Log:
Aw-server-rust doesn't write it's logs into the folder other activitywatch applications write it, ~/Library/Logs/activitywatch/. I could use any info about how aw-server-rust handles logging (especially on macOS if there's any specific setup). Pinging @johan-bjareholt |
I found the log in macOS system console, it seems like the problem is in aw-qt's side.
So it's related to my installed aw-server-rust binary being named "aw-server" instead of aw-server-rust. Should aw-qt even offer the aw-server-rust module option if it can't find it by that name on the system? |
I'm not sure how how we are supposed to do, @ErikBjare wanted a release where you could choose between aw-server and aw-server-rust if I understood him correctly. To me that doesn't make any sense because once you have migrated once you cannot migrate again unless you remove your database. The migration is one-way so it does not really make much sense to me to have a choice unless we make it able to sync both ways which would be a lot of work. |
Was this working on Windows and macOS? |
@ErikBjare Yes. All current features (as far as my normal usage and testing goes) work. A warning / info about the database migration being one-way could still be useful, but that's not in this issue's scope. |
@ErikBjare @johan-bjareholt
What are the blockers for this?
The text was updated successfully, but these errors were encountered: