I'm trying to set wallpaper from terminal in ubuntu and it's not working, i'm using this command:
gsettings set org.gnome.desktop.background picture-uri "file://path_to_file"
Command to get the image is working properly:
gsettings get org.gnome.desktop.background picture-uri
This is my project on github - https://github.com/Vitalya-code/Wallpaper
Also i am ukrainian and i can write with errors
gsettings
from Python? Have you tried running the actual command in CLI? – muru Sep 04 '22 at 17:34gsettings set org.gnome.desktop.background picture-uri "/home/vitalya/archive/Python/Wallpaper/imgs/General 1920x1200 nature landscape river Jasper National Park mountains Canada.jpg"
– Vitalya Sep 04 '22 at 18:07gsettings set org.gnome.desktop.background picture-uri "/home/vitalya/archive/Python/Wallpaper/imgs/General 1920x1200 nature landscape river Jasper National Park mountains Canada.jpg"
– Vitalya Sep 05 '22 at 05:41