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: | |
---|---|---|---|
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 , 12 years ago
comment:2 by , 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 , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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
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/ ??