Opened 12 years ago

Closed 12 years ago

#963 closed enhancement (fixed)

rfe: qgis -- please pre-seed the grass gisdbase directory

Reported by: hamish Owned by: live-demo@…
Priority: minor Milestone: OSGeoLive6.0RC1
Component: OSGeoLive Keywords: 6.0, qgis
Cc:

Description

Hi,

could the qgis preferences file pre-seed /user/home/grassdata as the one to use for the grass GIS database? It makes using the grass plug work out of the box a bit better for new users who'd otherwise have to hunt around for the directory.

thanks, Hamish

Change history (3)

comment:1 by micha, 12 years ago

Perhaps cat << EOF >> /home/user/.config/QuantumGIS/QGIS.conf

[GRASS] gisbase= lastGisdbase=/home/user/grassdata region\on=true

EOF

or even better, put a preconfigured QGIS.conf file into /etc/skel/.config/QuantumGIS/ ??

comment:2 by micha, 12 years ago

(Better formatted)

Perhaps:
cat << EOF >> /home/user/.config/QuantumGIS/QGIS.conf

[GRASS]

gisbase=
lastGisdbase=/home/user/grassdata
region\on=true

EOF

or even better, put a preconfigured QGIS.conf file into /etc/skel/.config/QuantumGIS/ ??

comment:3 by hamish, 12 years ago

Resolution: fixed
Status: newclosed

Hi,

hopefully fixed in svn by Alex.

@Micha: use three curly brackets { { { together to quote code blocks in trac } } } (but no spaces between them :)

Hamish

Note: See TracTickets for help on using tickets.