[GRASS-dev] no GUI for GRASS 7

I just did a make distclean and svn update, to compile a fresh GRASS7. Now the GUI does not launch automatically. I tried running g.gui -u wxpython agin to no avail. I can launch the GUI manually (g.gui wxpython) with no problem. It just doesn't launch automatically when GRASS starts.

Also, I noticed that r.bilinear is now greyed out and the command is missing. When/why did this go away?

Michael
____________________
C. Michael Barton
Director, Center for Social Dynamics & Complexity
Professor of Anthropology, School of Human Evolution & Social Change
Arizona State University

voice: 480-965-6262 (SHESC), 480-727-9746 (CSDC)
fax: 480-965-7671 SHESC), 480-727-0709 (CSDC)
www: www.public.asu.edu/~cmbarton, http://csdc.asu.edu

On Sun, Feb 14, 2010 at 7:34 PM, Michael Barton <michael.barton@asu.edu> wrote:

I just did a make distclean and svn update, to compile a fresh GRASS7. Now the GUI does not launch automatically. I tried running g.gui -u wxpython agin to no avail. I can launch the GUI manually (g.gui wxpython) with no problem. It just doesn't launch automatically when GRASS starts.

Same thing here for long time... First thing to check is the swig
version. Do get it running,
I do in GRASS:

rm -rf $GISBASE/etc/wxpython/nviz $GISBASE/etc/wxpython/vdigit

Then the GUI comes up. Of course no solution.

Also, I noticed that r.bilinear is now greyed out and the command is missing. When/why did this go away?

(added to http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures)
   * r.average, r.median, r.sum merged into r.statistics,
r.statistics2, r.statistics3
   * r.bilinear merged into r.resamp.interp

BTW: I feel that it is confusing to have r.statistics, r.statistics2,
r.statistics3.

Markus

The thing is, the GUI started automatically when a I compiled after a make distclean and update a couple days ago.

wxNVIZ and wxDigit work fine.

I agree about multiple r.statistics. I replaced r.statistics with r.statistics2 in the menus and made a separate entry for r.statistics 3.

After hearing from Glynn, I suggest replacing r.statistics with r.statistics2 and renaming r.statistic3 to r.statistics.quantile (and changing the menus accordingly).

Actually, to have a name that better indicates what they do, they ought to be r.coverstats and r.coverstats.quantile

Michael
____________________
C. Michael Barton
Director, Center for Social Dynamics & Complexity
Professor of Anthropology, School of Human Evolution & Social Change
Arizona State University

voice: 480-965-6262 (SHESC), 480-727-9746 (CSDC)
fax: 480-965-7671 SHESC), 480-727-0709 (CSDC)
www: www.public.asu.edu/~cmbarton, http://csdc.asu.edu

On Feb 14, 2010, at 1:18 PM, Markus Neteler wrote:

On Sun, Feb 14, 2010 at 7:34 PM, Michael Barton <michael.barton@asu.edu> wrote:

I just did a make distclean and svn update, to compile a fresh GRASS7. Now the GUI does not launch automatically. I tried running g.gui -u wxpython agin to no avail. I can launch the GUI manually (g.gui wxpython) with no problem. It just doesn't launch automatically when GRASS starts.

Same thing here for long time... First thing to check is the swig
version. Do get it running,
I do in GRASS:

rm -rf $GISBASE/etc/wxpython/nviz $GISBASE/etc/wxpython/vdigit

Then the GUI comes up. Of course no solution.

Also, I noticed that r.bilinear is now greyed out and the command is missing. When/why did this go away?

(added to http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures)
  * r.average, r.median, r.sum merged into r.statistics,
r.statistics2, r.statistics3
  * r.bilinear merged into r.resamp.interp

BTW: I feel that it is confusing to have r.statistics, r.statistics2,
r.statistics3.

Markus