Custom Query (1119 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 1119)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket
#541
Description

Remastersys seems to drop the hostname from the original build and simply reuses the username so on the iso you get user@user: instead of user@osgeolive

Not clear if there is a setting in remastersys.conf to change this.

#617
Description

Hi,

OpenJUMP's overview page fails to link from the content.html summary because there is no project_description.html file. Instead it goes to the homepage link from the project_definition.html file.

perhaps the solution is to edit the definition.html file to use doc/project_overview.html

Hamish

#628
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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.