wallpaper: Supress errors on xfce

This commit is contained in:
Dylan Araps 2017-06-25 16:35:05 +10:00
parent f582e9ad7f
commit 2a611a7439

4
wal
View File

@ -364,8 +364,8 @@ def get_desktop_env():
def xfconf(path, img): def xfconf(path, img):
"""Call xfconf to set the wallpaper on XFCE.""" """Call xfconf to set the wallpaper on XFCE."""
subprocess.Popen(["xfconf-query", "--channel", "xfce4-desktop", disown("xfconf-query", "--channel", "xfce4-desktop",
"--property", path, "--set", img]) "--property", path, "--set", img)
def set_desktop_wallpaper(desktop, img): def set_desktop_wallpaper(desktop, img):