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

OSGeo trac_osgeo at osgeo.org
Sat Aug 11 09:17:47 PDT 2012


#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 at 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. :-(

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


More information about the Sac mailing list