-
Notifications
You must be signed in to change notification settings - Fork 210
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
Tray icon no longer or don't appears for crontab jobs (1.5.3, 1.3.3) #1955
Comments
Hello protist, But beside the systray thing I am interested in this line from your diagnostics output.
I have never seen this before. Do you have any idea what this is about? Maybe try EDIT: You can help me out. If you can reproduce the QSettings error please edit the file
into this (adding an empty string as list element)
Then the QSettings error should go away? Am I right? |
No idea! FWIW it's displayed in STDERR, not STDOUT.
Yes, happens every time. In fact, I'm on a different system, and it's happening here too.
Nothing changed. The same error appeared.
I changed the file as suggested, but the error persisted. |
Thank you for trying and reporting back. |
Hey protist, Stumbled across a similar behavior in older BIT 1.3.3. No backups are taken on a desktop system (Debian 12, XFCE) for weeks. I never noticed a warning in a systray bubble. This reminds me on some other issues and comments about how BIT does (not) inform users about failing backups. There are multiple ways but systray is one of them. This part of the code base is unknown to me so I have to investigate it first. Regarding to some other issues and the release plan this might not happen very soon. But I a modified the milestone and increased the priority of that issue. |
Yes, this is a regression. In my original report:
I totally agree. I've had a few occasions where backups haven't worked for various reasons. Usually it's where there are bugs in the code, or a network disconnection. However, the last time was when I wrote bad code in my user-callback script, and I didn't have any backups for 5 months. This was on a server though, so here a tray icon wouldn't have helped. I'd love the option of specifying how to get errors reported to the user, e.g. via system mail. |
In the past, the tray icon has appeared when
backup-job
is run from the crontab. However, this now fails.I can see the icon if I manually run from the CLI:
/usr/bin/nice -n19 /usr/bin/ionice -c2 -n7 /usr/bin/backintime backup-job
.However, having the exact same line in my (user) crontab fails.
I also tried launching the GUI in advance, then letting the crontab trigger, but there was still no tray icon.
Installed from the AUR.
The text was updated successfully, but these errors were encountered: