Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2016-08-02 Thread Paulo van Breugel
On 02-08-16 00:09, Markus Neteler wrote: On Mon, Aug 1, 2016 at 5:02 PM, Paulo van Breugel wrote: Hi all, I switched from Ubuntu 14.04 to Ubuntu 16.04 and have just compiled GRASS 7.3dev from source (r69054). It all seems to work fine, but at start up I get the message: Debug: Failed to con

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2016-08-01 Thread Markus Neteler
On Mon, Aug 1, 2016 at 5:02 PM, Paulo van Breugel wrote: > Hi all, > > I switched from Ubuntu 14.04 to Ubuntu 16.04 and have just compiled GRASS > 7.3dev from source (r69054). It all seems to work fine, but at start up I > get the message: > > Debug: Failed to connect to session manager: SESSION_M

[GRASS-dev] SESSION_MANAGER environment variable not defined

2016-08-01 Thread Paulo van Breugel
Hi all, I switched from Ubuntu 14.04 to Ubuntu 16.04 and have just compiled GRASS 7.3dev from source (r69054). It all seems to work fine, but at start up I get the message: /Debug: Failed to connect to session manager: SESSION_MANAGER environment variable not defined/ GRASS was build with

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-19 Thread Andy Wickert
Hi Anna, Sorry I let this languish! It installed without me explicitly asking it to be -- perhaps it was a dependency for something? In any case, it has made its way into my standard set of packages. I wonder if there is something between it and Unity keeping SESSION_MANAGER blank. Andy --- And

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-14 Thread Anna Petrášová
On Wed, Jan 14, 2015 at 8:59 AM, Andy Wickert wrote: > Sorry, actually, they both give me problems, but the version that allows > the GUI to start but not the add-layer dialog to open is 7.1.svn. > Andy > I am using Ubuntu 14.04 with wxPython 2.8 but I have self-compiled wxPython 3.0.1.1 for t

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-14 Thread Andy Wickert
Sorry, actually, they both give me problems, but the version that allows the GUI to start but not the add-layer dialog to open is 7.1.svn. Andy --- Andrew D. Wickert INSTAAR & Geological Sciences, University of Colorado Boulder Now at: Universität Potsdam Institut für Erd- und Umweltwissenschaften

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-14 Thread Andy Wickert
Hi, apt-get version is 6.4.3. The version giving me problems with wxPython 3 is 7.1.svn Andy --- Andrew D. Wickert INSTAAR & Geological Sciences, University of Colorado Boulder Now at: Universität Potsdam Institut für Erd- und Umweltwissenschaften Haus 29, Rm. 153 Karl-Liebknecht-Str. 24-25 144

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-14 Thread Martin Landa
Hi, 2015-01-14 10:29 GMT+01:00 Andy Wickert : > ERROR: wxGUI does not support wxPython 3.0.0.0 yet. > Error in GUI startup. If necessary, please > report this error to the GRASS developers. > Switching to text mode now. which version are you using? > Martin -- just to double-check, did you try a

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-14 Thread Andy Wickert
Hi Anna and Martin, Anna -- You are absolutely correct. What doesn't work is anything that requires opening another window after GRASS GIS starts. No other errors show up in the GUI console. This applies to the version that I compiled myself. The version that I got from apt-get won't launch the GU

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-14 Thread Martin Landa
Hi, 2015-01-14 2:08 GMT+01:00 Anna Petrášová : >> _IceTransOpen: Unable to Parse address 1 >> 12:20:02 AM: Debug: Failed to connect to session manager: Could not open >> network socket >> >> So the blank "NetworkManager" in Unity is definitely the culprit in my >> mind. > > > Hi, > > just to make

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-13 Thread Anna Petrášová
On Tue, Jan 13, 2015 at 6:21 PM, Andy Wickert wrote: > Hi Markus and Moritz and all, > > Moritz -- Unity. > > Markus -- > Starting GRASS GIS... > _IceTransOpen: Unable to Parse address 1 > 12:20:02 AM: Debug: Failed to connect to session manager: Could not open > network socket > > So the blank "

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-13 Thread Andy Wickert
Hi Markus and Moritz and all, Moritz -- Unity. Markus -- Starting GRASS GIS... _IceTransOpen: Unable to Parse address 1 12:20:02 AM: Debug: Failed to connect to session manager: Could not open network socket So the blank "NetworkManager" in Unity is definitely the culprit in my mind. Andy ---

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-13 Thread Moritz Lennert
Are you using Unity ? GNOME ? KDE ? A session over ssh ? I'm really no windows management and graphical environment expert, but apparently some windows managers do not set this variable. Moritz On 13/01/15 13:02, Andy Wickert wrote: After the uninstall, I have: Python 2.7.8 wxPython 2.8.12.

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-13 Thread Markus Neteler
On Tue, Jan 13, 2015 at 2:13 PM, Markus Neteler wrote: ... > What if you set > export SESSION_MANAGER=1 > ? ... of course along with wxpython3... (to be reinstalled at your end). Thanks for the patience of testing but this is important for us. Markus

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-13 Thread Markus Neteler
On Tue, Jan 13, 2015 at 1:02 PM, Andy Wickert wrote: > After the uninstall, I have: > > Python 2.7.8 > wxPython 2.8.12.1 > > 'echo $SESSION_MANAGER' returns nothing both inside and outside the GRASS > GIS environment in terminal. We checked here on an Ubuntu 14.4 and it is also empty while Fedora

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-13 Thread Andy Wickert
After the uninstall, I have: Python 2.7.8 wxPython 2.8.12.1 'echo $SESSION_MANAGER' returns nothing both inside and outside the GRASS GIS environment in terminal. --- Andrew D. Wickert INSTAAR & Geological Sciences, University of Colorado Boulder Now at: Universität Potsdam Institut für Erd- und

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-13 Thread Moritz Lennert
On 13/01/15 11:02, Andy Wickert wrote: Markus, you're a genius! I just tried starting the version of GRASS available on the apt repositories and got this message: awickert@dakib:~$ grass Cleaning up temporary files ... Starting GRASS ... ERROR: wxGUI does not support wxPython 3.0.0.0 yet. Error

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-13 Thread Andy Wickert
Markus, you're a genius! I just tried starting the version of GRASS available on the apt repositories and got this message: awickert@dakib:~$ grass Cleaning up temporary files ... Starting GRASS ... ERROR: wxGUI does not support wxPython 3.0.0.0 yet. Error in GUI startup. If necessary, please repo

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-13 Thread Markus Neteler
On Tue, Jan 13, 2015 at 7:56 AM, Andy Wickert wrote: > Thanks Markus. Ubuntu 14.10. I agree that the core of this is not a GRASS > problem, and yet it appears only when starting GRASS GIS. On opening a > location, the GUI shows up, but no dialog windows (e.g., add layer) appear. Andy, are you usi

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-12 Thread Andy Wickert
Thanks Markus. Ubuntu 14.10. I agree that the core of this is not a GRASS problem, and yet it appears only when starting GRASS GIS. On opening a location, the GUI shows up, but no dialog windows (e.g., add layer) appear. Andy --- telephone email On Jan 12, 2015 1:44 PM, "Markus Neteler" wrote:

Re: [GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-12 Thread Markus Neteler
On Mon, Jan 12, 2015 at 12:28 PM, Andy Wickert wrote: > Dear GRASS-dev, > > I have started seeing this error: > > Error - Debug: Failed to connect to session manager: SESSION_MANAGER > environment variable not defined > > when starting GRASS GIS that I have compiled myself (both 6.4.x and > 7.1-sv

[GRASS-dev] SESSION_MANAGER environment variable not defined

2015-01-12 Thread Andy Wickert
Dear GRASS-dev, I have started seeing this error: Error - Debug: Failed to connect to session manager: SESSION_MANAGER environment variable not defined when starting GRASS GIS that I have compiled myself (both 6.4.x and 7.1-svn), and do not know why. I am running Ubuntu 14.10. Never seen anythin