[GRASS-dev] Re: [GRASS GIS] #1026: Problems starting grass7 from
tcsh
GRASS GIS
trac at osgeo.org
Thu Apr 8 10:58:53 EDT 2010
#1026: Problems starting grass7 from tcsh
----------------------+-----------------------------------------------------
Reporter: huhabla | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: default | Version: svn-trunk
Resolution: | Keywords: tcsh
Platform: Linux | Cpu: x86-32
----------------------+-----------------------------------------------------
Comment (by huhabla):
Setting the display variable unfortunately does not help:
{{{
grass_dev/grass_trunk> r.buffer
No protocol specified
Unable to access the X Display, is $DISPLAY set properly?
grass_dev/grass_trunk> echo $DISPLAY
:0
grass_dev/grass_trunk> setenv DISPLAY unix:0
grass_dev/grass_trunk> echo $DISPLAY
unix:0
grass_dev/grass_trunk> r.buffer
No protocol specified
Unable to access the X Display, is $DISPLAY set properly?
grass_dev/grass_trunk> setenv DISPLAY `hostname`:0
grass_dev/grass_trunk> r.buffer
Unable to access the X Display, is $DISPLAY set properly?
grass_dev/grass_trunk>
grass_dev/grass_trunk> wx-config --version-full
2.8.10.1
grass_dev/grass_trunk> cat /etc/SuSE-release
openSUSE 11.2 (i586)
VERSION = 11.2
grass_dev/grass_trunk>
}}}
As default the variable DISPLAY set to :0 in my shell, which works with
any other programs outside of grass.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1026#comment:2>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list