Custom query (1087 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (100 - 102 of 1087)

Ticket Resolution Summary Owner Reporter
#628 fixed files overly writable pka hamish
Description

Hi,

in the ~user/data/ menu, these dirs are set a+w, which is to be avoided:

  • kml/
  • raster/
  • spatialite/
  • udig-data/

besides being a security risk, it also means that the files will be held in RAM(?), which is bad.

if you need to keep a file writable, add it to the "users" group.

e.g.:

chown -R root.users pathname/
chmod -R g+w pathname/
adduser user users

as GID survives the ISO building process while UID does not.

Hamish

#629 wontfix osgearth script improvements live-demo@… hamish
Description

Hi,

while testing the packages I've come up with a few comments/improvements which would be nice for the Osgearth installer script:

  • mention in the quickstart that it might not like running in VMs (OpenGL req'd)
  • and that a network connection is needed for WMS and OSM overlays to work
  • add a desktop link to the simple Blue Marble example, then it can be in the menu and get a bit more exposure.

thanks, Hamish

#630 fixed LiveDVD overview shows wrong information for the Geomajas project live-demo@… pieterdg
Description

Looking at http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/content.html, the overview documentation for the Geomajas project still refers to an older version. Also the quickstart link is missing.

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