Custom query (1087 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 1087)

Ticket Resolution Summary Owner Reporter
#995 fixed osgeo-desktop image needs to be "stretched" darkblueb micha
Description

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

#1094 duplicate pgRouting fails to load correctly darkblueb darkblueb
Description

attempted a patch with legacy.sql in rev9820 however, database pgrouting, table ways shows NULL values in all source and target columns. Exercising the quickstart call shortest_path() fails.

#1195 fixed Image iris.jpg is missing darkblueb fgdrf
Description

I guess this file has never made it into version control but is referenced from doc/*/overview/iris_overview.rst.

darkblueb commited the initial iris_overview file : changeset:10561

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.