Skip to content

EogWindow, EogUtil: Use portals for setting wallpaper when possible

Felipe Borges requested to merge set-wallpaper-with-portal into master

If running in a Flatpak container, we can use the xdg-desktop-portal Wallpaper Portal for setting the desktop background image. This is DE agnostic and handles the file copy itself (which could be problematic in a sandbox).

Merge request reports