[SAC] [OSGeo] #995: osgeo-desktop image needs to be "stretched"

#995: osgeo-desktop image needs to be "stretched"
---------------------------+------------------------------------------------
Reporter: micha | Owner: sac@…
     Type: enhancement | Status: new
Priority: normal | Milestone: OSGeoLive6.0Final
Component: Systems Admin | Keywords: desktop background
---------------------------+------------------------------------------------
The desktop background "osgeo-desktop.png" is 1024x768. The current xfce4
desktop setting is __tiled__ so that on a widescreen monitor the desktop
image gets cut off on the side.
To change to __stretched__ the following diff needs to applied to
/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml :

{{{
micha@OSGeo-b9:~/.config/xfce4/xfconf/xfce-perchannel-xml$ diff -u
xfce4-desktop.xml.orig xfce4-desktop.xml
--- xfce4-desktop.xml.orig 2012-08-11 19:04:44.123976439 +0300
+++ xfce4-desktop.xml 2012-08-11 19:05:08.143678413 +0300
@@ -16,7 +16,7 @@
        <property name="monitor0" type="empty">
          <property name="image-path" type="string"
value="/usr/share/xfce4/backdrops/osgeo-desktop.png"/>
          <property name="image-show" type="empty"/>
- <property name="image-style" type="int" value="2"/>
+ <property name="image-style" type="int" value="3"/>
          <property name="last-image" type="string"
value="/usr/share/xfce4/backdrops/osgeo-desktop.png"/>
          <property name="last-single-image" type="string"
value="/usr/share/xfce4/backdrops/osgeo-desktop.png"/>
        </property>

}}}

Note that this causes the nice round OSGeo compass to become somewhat
squashed. :frowning:

--
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/995&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#995: osgeo-desktop image needs to be "stretched"
---------------------------+------------------------------------------------
Reporter: micha | Owner: sac@…
     Type: enhancement | Status: new
Priority: normal | Milestone: OSGeoLive6.0Final
Component: Systems Admin | Keywords: desktop background
---------------------------+------------------------------------------------

Comment(by darkblueb):

yes - we are looking for the best option on this setting.. suggestions
welcome.. It was set to '3' previously.. in a test there might be an
option to stretch proportionally to fit max of width or height, which
might be the best.. not clear yet (to me) what all the choices are...

--
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/995#comment:1&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.