Wpis z mikrobloga

@danoxide: Nie działa bo u mnie ścieżka wygląda inaczej. Polecenie którego potrzebujesz to najpierw:

xfconf-query --channel xfce4-desktop -l
U mnie na ten przykład wypluwa:
/backdrop/screen0/monitor0/image-path
/backdrop/screen0/monitor0/image-style
/backdrop/screen0/monitor0/last-image
/backdrop/screen0/monitor0/last-single-image
/backdrop/screen0/monitorHDMI-0/workspace0/backdrop-cycle-enable
/backdrop/screen0/monitorHDMI-0/workspace0/backdrop-cycle-period
/backdrop/screen0/monitorHDMI-0/workspace0/backdrop-cycle-random-order
/backdrop/screen0/monitorHDMI-0/workspace0/color-style
/backdrop/screen0/monitorHDMI-0/workspace0/image-style
/backdrop/screen0/monitorHDMI-0/workspace0/last-image
/backdrop/screen0/monitorHDMI-0/workspace1/color-style
/backdrop/screen0/monitorHDMI-0/workspace1/image-style
/backdrop/screen0/monitorHDMI-0/workspace1/last-image
/desktop-icons/file-icons/show-filesystem
/desktop-icons/file-icons/show-home
/desktop-icons/file-icons/show-removable
/desktop-icons/file-icons/show-trash
/desktop-icons/icon-size
/desktop-icons/style
/last/window-height
/last/window-width
@danoxide: Czyli w moim przypadku polecenie powinno wyglądać:

xfconf-query --channel xfce4-desktop --property /backdrop/screen0/monitorHDMI-0/workspace0/last-image --set /usr/share/backgrounds/xfce/xfce-blue.jpg
Tak przy okazji, co się kalkuluje jako edytor/IDE do Pythona 3? Wołam też @py_chi_wo bo też siedzi w Pythonie z tego co wiem.
@danoxide: XFCE masz zrobione pod starą wersję. U mnie działa po zmianie na:
args0 = ["xfconf-query", "-c", "xfce4-desktop", "-p", "/backdrop/screen0/monitorHDMI-0/workspace0/last-image", "-s", file_loc]
args1 = ["xfconf-query", "-c", "xfce4-desktop", "-p", "/backdrop/screen0/monitorHDMI-0/workspace0/image-style", "-s", "3"]
args2 = ["xfconf-query", "-c", "xfce4-desktop", "-p", "/backdrop/screen0/monitorHDMI-0/workspace0/backdrop-cycle-enable", "-s", "false"]