/ Published in: Python
Expand |
Embed | Plain Text
def set_gnome_background(path): import gconf client = gconf.client_get_default() client.set_string ("/desktop/gnome/background/picture_filename",path) client.set_string ("/desktop/gnome/background/picture_options","scaled")
Comments
Subscribe to comments
You need to login to post a comment.

def setgnomebackground(path) import gconf client = gconf.clientgetdefault() client.set_string ("/desktop