Hamish Bowman
|
f2af31ca25
variables are already exported in the working environment for that grass session, no need to save them to the mapset's .bashrc file too. by doing that it was overwriting any GRASS_ enviro vars you'd manually set in ~/.grass.bashrc (e.g. GRASS_HTML_BROWSER)
|
13 gadi atpakaļ |
Martin Landa
|
fb55b987c5
grass.py: replace grass_intro.txt and welcome.txt files by included text
|
13 gadi atpakaļ |
Martin Landa
|
350032a3d2
GRASS_ADDON_BASE should be single alternative GISBASE
|
13 gadi atpakaļ |
Martin Landa
|
c1f5420069
simplify language settings, use gisenv instead of environmental variable and expand by startup script
|
13 gadi atpakaļ |
Martin Landa
|
4c7bc4dbd4
add gisenv variable - ADDON_PATH
|
13 gadi atpakaļ |
Martin Landa
|
e3b313fe42
define GRASS_ADDON_BASE
|
13 gadi atpakaļ |
Hamish Bowman
|
349b1aaa5b
cleanup_dir() doesn't remove the base dir for some reason (race condition?) leaving a pile of empty /tmp/grass7-'s behind, so try again
|
13 gadi atpakaļ |
Luca Delucchi
|
738730e3bb
add possibility to choose language in the preference dialog
|
13 gadi atpakaļ |
Martin Landa
|
8c83d5f01d
grass.py: don't print message about undefined GRASS_ADDON_PATH
|
13 gadi atpakaļ |
Martin Landa
|
2251c417ca
grass.py: reuse grass_config_dir
|
13 gadi atpakaļ |
Martin Landa
|
a851e86f8f
grass.py: recover original PS1 (remove mapset)
|
13 gadi atpakaļ |
Luca Delucchi
|
2fdcdd2f18
add --config option in the usage string
|
13 gadi atpakaļ |
Markus Neteler
|
545b57d434
silently accept --flags, too
|
13 gadi atpakaļ |
Luca Delucchi
|
2f102b967e
add revision parameter to --config option
|
13 gadi atpakaļ |
Martin Landa
|
08f77da643
introduce prompt.py (check for mask)
|
13 gadi atpakaļ |
Markus Neteler
|
9083fa48bd
say where the tmpdir is
|
13 gadi atpakaļ |
Markus Metz
|
da9a4c59e9
lib/init: fix grass_config_dir
|
13 gadi atpakaļ |
Martin Landa
|
243561e831
grass.py: show also mapset in $PS
|
13 gadi atpakaļ |
Martin Landa
|
5b4d3722a2
fix https://trac.osgeo.org/grass/changeset/47570
|
14 gadi atpakaļ |
Martin Landa
|
342c1c1182
grass.py (https://trac.osgeo.org/grass/changeset/47557):
|
14 gadi atpakaļ |
Luca Delucchi
|
d70181a18b
add --config option in the startup script; it is usefull to return some paramaters of GRASS installation
|
14 gadi atpakaļ |
Martin Landa
|
5ed9ab6a51
rename gisenv variable GRASS_GUI to GUI (gisenv variable has no
|
14 gadi atpakaļ |
Martin Landa
|
e41f6e01b7
grass.py: check if location path exists
|
14 gadi atpakaļ |
Martin Landa
|
6635df99fb
grass.py: clean_env() implemented - remove all %MONITOR% variables on exit
|
14 gadi atpakaļ |
Martin Landa
|
857b491afe
grass.py: don't delete gislock on concurrent usage
|
14 gadi atpakaļ |
Martin Landa
|
a871abd49a
define default GRASS_ADDON_PATH for Windows
|
14 gadi atpakaļ |
Martin Landa
|
25d169b1bd
define default GRASS_ADDON_PATH
|
14 gadi atpakaļ |
Martin Landa
|
aa0adab8c0
check if GRASS_ADDON_PATH is undefined, then use $HOME/.grass7/addons
|
14 gadi atpakaļ |
Martin Landa
|
119e089206
grass.py: add $GRASS_ADDON_PATH/path and $GRASS_ADDON_PATH/scripts to PATH
|
14 gadi atpakaļ |
Markus Metz
|
9ccbde9e46
fix non-interactive startup
|
14 gadi atpakaļ |