-
-
Notifications
You must be signed in to change notification settings - Fork 441
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
[Feature] Turn computer off when all downloads have finished #3685
base: main
Are you sure you want to change the base?
Conversation
added getter and setter IPC methods added didReallyDownload boolean to validate if a download really happened added automatic shutdown if queue is done, didReallyDownload is true and queue isIdle
Translation for switch label and for switch tooltip
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
You could use this on Systemd based Distros. It works also inside a Flatpak. |
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.
Not sure if it is a good idea to run the app as Sudo. We should try to find other alternatives like JakobDev said above.
Co-authored-by: Ariel Juodziukynas <[email protected]>
Warning dialog allowing for cancellation
Updated and added translations for auto-shutdown in the languages I speak
even these commands depend on specific OS configurations. honestly, without elevated privileges, it's almost impossible to know if any shutdown commands will work on Linux. |
So what do we do about linux ? |
So, I think we should use the default on for the distros we support officially right now:
It is impossible to support all distros imo so we should go with these ones. |
@sassou5018 |
[Feature] Turn computer off when the download was finished ( closes
#3581)
Use the following Checklist if you have changed something on the Backend or Frontend: