Custom Query (1155 matches)
Results (229 - 231 of 1155)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#994 | fixed | chroot build method: files owned by user outside /home/ | ||
Description |
As stated by Hamish in https://trac.osgeo.org/osgeo/ticket/988#comment:5 we need to fix this permission issue for the live disk |
|||
#995 | fixed | osgeo-desktop image needs to be "stretched" | ||
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. :-( |
|||
#996 | fixed | update download.osgeo.org livedvd archive page | ||
Description |
Hi, download.rst points to http://download.osgeo.org/livedvd/ for older releases, but it is rather out of date & not showing 5.5. thanks, Hamish |