Christian Kotte
Christian Kotte
When I enable the checkbox, the launcher will be created: ``` # launchctl list | grep KeepingYouAwake - 0 info.marcel-dierkes.KeepingYouAwake.Launcher 19206 0 info.marcel-dierkes.KeepingYouAwake.75096 ``` As soon as I close the...
Would it be possible to move the [mainwindow] section to a file in .cache instead of .config/IJHack/QtPass.conf? I track my config files in a git repository (a.k.a dotfiles). The following...
There's no information about logPath in the documentation https://dshearer.github.io/jobber/doc/v1.4/ Are there also parameters like ```maxFileLen``` and ```maxHistories``` for this? If not, can this file grow indefinetly?? ``` prefs: logPath: /home/bob/jobber/jobber.log...
I get this.. ``` { "job": { "command": "/backup/container-backup/container-backup.sh -p syncthing-data u003eu003e /home/jobber/backup-syncthing-data.log 2u003eu003e /home/jobber/backup-syncthing-data.log", "name": "backup_syncthing-data", "status": "Good", "time": "0 0 3 * * *" }, "startTime": "Sep 14...
Old script: ``` letsencrypt_renewal_test: cmd: bash -c "/usr/bin/certbot --text --non-interactive --no-bootstrap --no-self-upgrade certonly --webroot --webroot-path=/var/www/letsencrypt --renew-by-default -d abc.com time: '0 */1 * * * *' onError: Continue notifyOnSuccess: - type:...
The result sinks defined for ```notifyOnSuccess```, ```notifyOnError```, and ```notifyOnFailure``` should be triggered if a job is tested.
Could you implement email notification to external addresses? Probably a copy of system-email plus at least one parameters like recipient.
Jobber shouldn't crash and kill the Docker container. It should print an error message similar to: ``` bash-5.0# jobber reload Call to Jobber failed: yaml: line 18: found a tab...
Evolution 3.44.3 introduced some changes to the icons: https://gitlab.gnome.org/GNOME/evolution/-/commit/698ae96b7409215cca7a3c620862360c324653a8 ``` Evolution 3.44.3 2022-07-01 --------------------------- Bug Fixes: I#1848 - icons: Add symbolic variants for toolbar/folder tree icons (Jakub Steiner) I#1918 -...
``` Pikaur v1.6.12 Pacman v5.2.2 - libalpm v12.0.2 ``` ##### Description: Why are ```--needed``` and ```--ignore```, for every git package, are added to the sysupgrade pacman command? Can those options...