dusansimic / dynamic-wallpaper

Dynamic wallpaper maker for Gnome 42
GNU General Public License v2.0
151 stars 30 forks source link

Dynamic wallpapers not created when soft link in path. #54

Open marknefedov opened 1 year ago

marknefedov commented 1 year ago

Opensuse Tumbleweed gnome 43.0 Installed from Flatpak 0.0.4 App fails to create wallpaper when symlink is in the path.

image

https://user-images.githubusercontent.com/20001291/196650623-e03baca5-9d1c-4295-92d6-c2c62c70158e.mp4

dusansimic commented 1 year ago

Could you please run the app through the terminal (if you're running a flatpak you should be able to to it by running flatpak run me.dusansimic.DynamicWallpaper) and paste the logs here. I can't replicate this behavior on my machine.

marknefedov commented 1 year ago

Stacktrace, when I', trying to open a file.

Traceback (most recent call last):
  File "/app/share/me.dusansimic.DynamicWallpaper/dynamic_wallpaper/wallpaper_picker.py", line 76, in _on_wallpaper_chooser_response
    self._update_action_row_labels()
  File "/app/share/me.dusansimic.DynamicWallpaper/dynamic_wallpaper/wallpaper_picker.py", line 59, in _update_action_row_labels
    size = os.path.getsize(self.wallpaper.path)
  File "/usr/lib/python3.9/genericpath.py", line 50, in getsize
    return os.stat(filename).st_size
FileNotFoundError: [Errno 2] No such file or directory: '/home/mark/Pictures/Backgrounds/Dynamic_Wallpapers/Adwaita/adwaita-night.jpg'
marknefedov commented 1 year ago

While file is crearly there.

❯ file Backgrounds
Backgrounds: symbolic link to /home/mark/.local/share/backgrounds

❯ file /home/mark/Pictures/Backgrounds/Dynamic_Wallpapers/Adwaita/adwaita-night.jpg
/home/mark/Pictures/Backgrounds/Dynamic_Wallpapers/Adwaita/adwaita-night.jpg: JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, Exif Standard: [\012- TIFF image data, little-endian, direntries=9, height=2160, orientation=upper-left, xresolution=72, yres
dusansimic commented 1 year ago

This will most likely get fixed in the next release