SUMMARY When creating a new backup plan, even if the option "Ask for confirmation before saving backup" is NOT set, kup will ask for confirmation before running the backup. STEPS TO REPRODUCE 1. Create a backup plan and make sure "Ask for confirmation before saving backup" is not selected. 2. Wait for the scheduled backup to start. OBSERVED RESULT Kup will ask for confirmation, on first as well as subsequent runs. EXPECTED RESULT Kup shouldn't ask for confirmation, just do the backup and after notify whether it was succesful. SOFTWARE/OS VERSIONS Operating System: Manjaro Linux KDE Plasma Version: 5.26.4 KDE Frameworks Version: 5.100.0 Qt Version: 5.15.7 Kernel Version: 5.15.81-1-MANJARO (64-bit) Graphics Platform: X11
There is a check to see if computer is in power save mode and if it is then Kup will always ask if you wish to save a backup. Could that be what you are seeing?
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
(In reply to Simon Persson from comment #1) > There is a check to see if computer is in power save mode and if it is then > Kup will always ask if you wish to save a backup. Could that be what you are > seeing? That indeed seems to be the case. Thanks!