-
Notifications
You must be signed in to change notification settings - Fork 41
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 Request: set minimum before triggering updating dialogue #114
Comments
👍 good suggestion :) |
If I understood correctly you are asking for an alert that does not tell you if there are updates, but if there are at least a given number of them. |
Well, the idea is to have less popups that are distracting. Maybe a better idea is to schedule by day of week. So, for example, only update on Friday. Configuring is a bit confusing. On the gui it allows one to set the delay by seconds. I just checked the config file and you can set by minute. Actually, this raises the question if I set update_interval to 60 * 24 * 7 = 10080 is this based on clock time or time on the computer. As a side note, I can't get into the gui unless there are updates. I try to launch the application and get the following error: dnfdaemon client error occurred: g-io-error-quark...locked by another application. |
btw, to test your changes without using the settings dialog, parameters are available into ~/.config/dnfdragora.yaml but you need to start dnfdragora again. |
concerning:
I need to check if there are some falling cases yet, i mean if dnfdragora is looking for updates that is correct, you cannot run another dnfdragora instance, dnfdaemon access is not allowed. But if dnfdragora is dead for any reason... that is a bug... |
may would be good if there a time-check too, in direction of cron,
therewith it is also possible to be fully up to date for developers too :) best regards |
The distros ideas should be to promote updates and avoid security issues. So i don't think a per number of packages is a good idea.... as well as a check range greater than a week i believe.... @Conan-Kudo @besser82 ? |
therewith have i make a eable for any day or ^^some, in direction what and how the user want, in direction free will, and the user can configuring it.
for supporting some auto update for users who want have this automatic Maybe a "Update Configurator" (dnfupdateconfig), something in this direction maybe .. |
Hello, I'm using dnfdragora in Fedora 27. It works great and is very helpful.
I wanted to suggest a feature to set a minimum before triggering updating dialogue. For example, several times a week I am updating only one package at a time. I'd rather be able to only have to update if there are 30 packages and do it less often.
Other than that, thanks!
The text was updated successfully, but these errors were encountered: