You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the app is only implemented for GNOME, MATE and Cinnamon desktops. It would be great if the necessary developments were made in order it could also work in Plasma desktop.
The text was updated successfully, but these errors were encountered:
I get the following issue when installing from the repo and running from the terminal:
$ daily-wallpaper
[Errno 2] No translation file found for domain: 'daily-wallpaper'
Traceback (most recent call last):
File "/usr/share/daily-wallpaper/main.py", line 219, in on_realize
scale = monitor.get_scale_factor()
AttributeError: 'NoneType' object has no attribute 'get_scale_factor'
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 153, in apport_excepthook
with os.fdopen(os.open(pr_filename,
FileNotFoundError: [Errno 2] No such file or directory: '/var/crash/_usr_bin_daily-wallpaper.1000.crash'
Original exception was:
Traceback (most recent call last):
File "/usr/share/daily-wallpaper/main.py", line 219, in on_realize
scale = monitor.get_scale_factor()
AttributeError: 'NoneType' object has no attribute 'get_scale_factor'
Note I got this error just opening the program, and when I click on "Change now" button apparently nothing happens (the wallpaper is not changed nor do I receive any message through the terminal ).
Currently the app is only implemented for GNOME, MATE and Cinnamon desktops. It would be great if the necessary developments were made in order it could also work in Plasma desktop.
The text was updated successfully, but these errors were encountered: