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
{{ message }}
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Expected behavior
Following instructions to change avatar and wallpaper should work. Settings should be accessible by moving mouse to bottom-left of the screen.
Actual behavior
Changing the avatar and wallpapers leads to an error message along the lines of "Failed to load, fallback to default theme?". Hovering mouse in the bottom-left corner (or any corner) does not bring up the settings menu.
Steps To Reproduce
Install via AUR
Change avatar and wallpaper according to instructions
Chmod 777 the avatar, wallpaper and directory they are in (just to eliminate permissions errors)
Restart
Press 'cancel' or 'fallback to default' when the error message pops up. Attempt to access settings by moving mouse to the bottom left.
If relevant, include logs from the following command: sudo tail /var/log/lightdm/seat0-greeter.log
After this, I ran sudo chmod 777 -R /home/jake/Pictures/wallpapers and rebooted. Same error still applies. Confirmed that permissions are -rwxrwxrwx for all wallpaper image files and drwxrwxrwx for the directory itself.
Expected behavior
Following instructions to change avatar and wallpaper should work. Settings should be accessible by moving mouse to bottom-left of the screen.
Actual behavior
Changing the avatar and wallpapers leads to an error message along the lines of "Failed to load, fallback to default theme?". Hovering mouse in the bottom-left corner (or any corner) does not bring up the settings menu.
Steps To Reproduce
If relevant, include logs from the following command:
sudo tail /var/log/lightdm/seat0-greeter.logCONSOLE LOG [ERROR] theme_utils.dirlist(): Error opening directory “/home/jake/Pictures/wallpapers”: Permission deniedAfter this, I ran
sudo chmod 777 -R /home/jake/Pictures/wallpapersand rebooted. Same error still applies. Confirmed that permissions are -rwxrwxrwx for all wallpaper image files and drwxrwxrwx for the directory itself.