Package Details: daily-wallpaper-git 0.8.0.r9.gad7fb04-2

Git Clone URL: https://aur.archlinux.org/daily-wallpaper-git.git (read-only, click to copy)
Package Base: daily-wallpaper-git
Description: Change wallpaper automatically with a photo of the day
Upstream URL: https://github.com/atareao/daily-wallpaper
Licenses: MIT
Conflicts: daily-wallpaper
Provides: daily-wallpaper
Submitter: willemw
Maintainer: willemw
Last Packager: willemw
Votes: 1
Popularity: 0.000000
First Submitted: 2020-06-14 05:55 (UTC)
Last Updated: 2023-06-27 07:09 (UTC)

Latest Comments

willemw commented on 2026-02-10 07:51 (UTC)

Probably will change it to cronie. But this excludes all other cron packages. The real fix should be for programs to support /usr/bin/fcrontab, or fcrontab to support /usr/bin/crontab. Doing sudo ln -s /usr/bin/fcrontab /usr/bin/crontab (yourself) should probably work.

micwoj92 commented on 2026-02-09 20:15 (UTC)

Sorry, I didn't see it was already in optional. I would change it from cron to cronie as fcron doesn't provide /usr/bin/crontab

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/daily-wallpaper", line 72, in <module>
    main_process()
    ~~~~~~~~~~~~^^
  File "/usr/bin/daily-wallpaper", line 44, in main_process
    main()
    ~~~~^^
  File "/usr/share/daily-wallpaper/main.py", line 242, in main
    dww = DWW()
  File "/usr/share/daily-wallpaper/main.py", line 76, in __init__
    self.croni = Croni()
                 ~~~~~^^
  File "/usr/share/daily-wallpaper/croni.py", line 47, in __init__
    self.cron = CronTab(user=True)
                ~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3.14/site-packages/crontab.py", line 247, in __init__
    self.read(tabfile)
    ~~~~~~~~~^^^^^^^^^
  File "/usr/lib/python3.14/site-packages/crontab.py", line 313, in read
    raise IOError(f"Can't read crontab; No crontab program '{self.cron_command}'")
OSError: Can't read crontab; No crontab program '/usr/bin/crontab'

willemw commented on 2026-02-09 07:04 (UTC)

@micwoj92: cron is optional. Even daily-wallpaper comes with its own built-in alternative: file daily-wallpaper.timer.

yochananmarqos commented on 2023-03-03 22:39 (UTC)

Please depend on python-python-crontab instead of python-crontab. See [PRQ#40465] Merge Request for python-crontab