Bug 5718 - Consider change the dependency of xsri for something newer
Summary: Consider change the dependency of xsri for something newer
Status: CLOSED DUPLICATE of bug 3054
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Misc (show other bugs)
Version: 4.4.0
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.6.0
Assignee: Peter Åstrand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-18 09:18 CET by Henrik Andersson
Modified: 2016-06-15 13:43 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Henrik Andersson cendio 2015-11-18 09:18:45 CET
xsri is the tool used for setting background image of root window, however this tool is very old and seems to be legacy, and is not available in distributions (not even RHEL6).

A fast googling about setting roow background image, following approaches are found;

gconf get org.gnome.desktop.background picture-uri 'file:///path/to/image.jpg'
gsettings get org.gnome.desktop.background picture-uri 'file:///path/to/image.jpg'

gconf for gnome version 2 and gsettings for gnome 3

dconf write "/org/gnome/desktop/background/picture-uri" "'file:///path/to/image.jpg'"


The tools mentioned in some perceived popularity order are;

feh --bg-fill image.png

hsetroot -fill image.png
Comment 1 Henrik Andersson cendio 2015-11-18 09:31:44 CET

*** This bug has been marked as a duplicate of bug 3054 ***

Note You need to log in before you can comment on or make changes to this bug.