-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: increase autostartup permissions #1221
base: main
Are you sure you want to change the base?
feat: increase autostartup permissions #1221
Conversation
a40f78f
to
106d0a8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, i made this suggestion last year but it failed to post. I'll be testing this today.
On windows 11 this isn't functioning for me. I enable auto-start on system boot, restart the system and nothing starts on boot. Is there something I could check or debug to help? |
@brianp Did you tested on dev or build the app from this PR ? |
I built the app locally, and installed via msi |
I will look into it but remember that it worked just fine on my windows 11 |
@brianp Could you check in windows task scheduler if you got a entry for Tari Universe |
I uninstalled all Tari versions and cleaned directories. Built from PR, re-installed from msi. Turning "Auto-start on system boot" on did not produce any item I can find in the Task Scheduler. Although their tiny little unordered list doesn't make it easy. |
Task scheduler does not has great UI haha. Okay, thanks for putting time in testing it, I will give it a look today, either something broke after updating branch or there is another case on your setup that need to me handled |
0795657
to
9602872
Compare
@brianp Tested it and for me it also stopped working, not sure what caused it but removing check of flag from auto_launcher crate and just depending on our app_config flag solved it for me and now it works like it used to before Christmas break |
Fixes #1154
[ Summary ]
[ Testing ]