hellosiyan / Viewnior

Elegant Image Viewer
https://siyanpanayotov.com/project/viewnior/
GNU General Public License v3.0
319 stars 55 forks source link

wallpaper not work on xfce 4.16 #92

Open godofgraypossums opened 3 years ago

godofgraypossums commented 3 years ago

Set wallpaper not work on debian 11 bullseye. Xfce 4.16.

works on xfce 4.12 debian 10, ubuntu 18.04 etc

Please fix xfce 4.16 support

BwackNinja commented 2 years ago

I have a patch for this, but it depends on the gtk3 port because gdk_screen_get_monitor_plug_name returns null for gtk2.

hellosiyan commented 2 years ago

@godofgraypossums Seems like XFCE might have changed the way the config property is named (based on monitor name/type rather than number). The new name, as @BwackNinja mentions, relies on a function(s) not available in gtk2/gdk2. Although there might be other ways to retrieve the config name, I would rather follow Ristretto's implementation.