GRASS logo

NAME

g.gui - Launches a GRASS graphical user interface (GUI) session.

KEYWORDS

general, gui

SYNOPSIS

g.gui
g.gui help
g.gui [-un] [gui=string] [workspace=name] [--verbose] [--quiet]

Flags:

-u
Update default GUI setting
-n
Do not launch GUI after updating the default GUI setting
--verbose
Verbose module output
--quiet
Quiet module output

Parameters:

gui=string
GUI type
Default value: GRASS_GUI if defined otherwise wxpython
Options: wxpython, text
wxpython: wxPython based GUI (wxGUI)
text: command line interface only
workspace=name
Name of workspace file to load on start-up (valid only for wxGUI)

DESCRIPTION

This program allows user to start a selected graphical user interface (GUI) from the command line prompt.

GRASS 7 has a new GUI based on wxWidgets, written in Python:

The old gis.m and d.m Tcl/Tk GUIs from GRASS 6 have been removed.

If the -u update flag is given or the g.gisenv GUI variable is missing, then the GUI variable is permanently changed and the selected GUI will be used as the default UI from then on.

NOTES

Valid values for GUI variable are text and wxpython. g.gisenv variables are stored in the user's home directory in a hidden file called ".grass7/rc". They are not shell environment variables and the "rc" file is not a classic UNIX run command file, it just contains persistent GRASS variables and is not executed.

SEE ALSO

wxPython based new generation GUI, wxGUI wiki-page
g.gisenv, GRASS variables list

AUTHORS

Martin Landa, FBK-irst, Trento, Italy
Hamish Bowman, Otago University, Dunedin, New Zealand (fine tuning)

$Date: 2011-11-08 13:24:20 -0800 (Tue, 08 Nov 2011) $


Main index - General index - Full index

© 2003-2012 GRASS Development Team