Re: [GRASS-dev] [GRASS GIS] #1665: Grass SVN (51807) doesn’t launch: Path '…//' doesn't exist

2018-09-06 Thread GRASS GIS
#1665: Grass SVN (51807) doesn’t launch: Path '…//' doesn't
exist
+-
  Reporter:  vince  |  Owner:  grass-dev@…
  Type:  defect | Status:  closed
  Priority:  normal |  Milestone:  7.0.7
 Component:  Startup|Version:  svn-trunk
Resolution:  fixed  |   Keywords:
   CPU:  OSX/Intel  |   Platform:  MacOSX
+-

Comment (by wenzeslaus):

 Replying to [comment:12 neteler]:
 > Replying to [comment:11 wenzeslaus]:
 > > r73262 and r73264 change `-gui` and `-text` in the messages to `--gui`
 and `--text` according to wiki:Grass8Planning. The preference of `--gui`
 over `-gui` is fairly new (since r73100, after 7.4), so we still have
 `-gui` etc. on couple more places.
 >
 > I have searched across the source code tree of trunk and relbranch76 and
 updated all occurrences of -text, -gtext, -gui to --text, --gtext, --gui
 in messages and manuals accordingly (r73265 and r73266).

 Thanks. We are a step closer to [wiki:Grass8Planning GRASS GIS 8.0]! (wiki
 updated)

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1665: Grass SVN (51807) doesn’t launch: Path '…//' doesn't exist

2018-09-05 Thread GRASS GIS
#1665: Grass SVN (51807) doesn’t launch: Path '…//' doesn't
exist
+-
  Reporter:  vince  |  Owner:  grass-dev@…
  Type:  defect | Status:  closed
  Priority:  normal |  Milestone:  7.0.7
 Component:  Startup|Version:  svn-trunk
Resolution:  fixed  |   Keywords:
   CPU:  OSX/Intel  |   Platform:  MacOSX
+-

Comment (by neteler):

 Replying to [comment:11 wenzeslaus]:
 > r73262 and r73264 change `-gui` and `-text` in the messages to `--gui`
 and `--text` according to wiki:Grass8Planning. The preference of `--gui`
 over `-gui` is fairly new (since r73100, after 7.4), so we still have
 `-gui` etc. on couple more places.

 I have searched across the source code tree of trunk and relbranch76 and
 updated all occurrences of -text, -gtext, -gui to --text, --gtext, --gui
 in messages and manuals accordingly (r73265 and r73266).

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1665: Grass SVN (51807) doesn’t launch: Path '…//' doesn't exist

2018-09-04 Thread GRASS GIS
#1665: Grass SVN (51807) doesn’t launch: Path '…//' doesn't
exist
+-
  Reporter:  vince  |  Owner:  grass-dev@…
  Type:  defect | Status:  closed
  Priority:  normal |  Milestone:  7.0.7
 Component:  Startup|Version:  svn-trunk
Resolution:  fixed  |   Keywords:
   CPU:  OSX/Intel  |   Platform:  MacOSX
+-

Comment (by wenzeslaus):

 Error reports further improved in r73263.

 r73262 and r73264 change `-gui` and `-text` in the messages to `--gui` and
 `--text` according to wiki:Grass8Planning. The preference of `--gui` over
 `-gui` is fairly new (since r73100, after 7.4), so we still have `-gui`
 etc. on couple more places.

 {{{
 grep --exclude-dir={.svn,OBJ.*,dist.*,bin.*,locale} -IrnE
 "[^-a-z]-gui[^_]"
 }}}

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1665: Grass SVN (51807) doesn’t launch: Path '…//' doesn't exist

2018-09-01 Thread GRASS GIS
#1665: Grass SVN (51807) doesn’t launch: Path '…//' doesn't
exist
+-
  Reporter:  vince  |  Owner:  grass-dev@…
  Type:  defect | Status:  closed
  Priority:  normal |  Milestone:  7.0.7
 Component:  Startup|Version:  svn-trunk
Resolution:  fixed  |   Keywords:
   CPU:  OSX/Intel  |   Platform:  MacOSX
+-

Comment (by neteler):

 In the help text, shouldn't it be `--gui` rather than `-gui` (appears two
 times)?

 In the terminal `--gui` is shown  with `--help`...

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1665: Grass SVN (51807) doesn’t launch: Path '…//' doesn't exist

2018-08-31 Thread GRASS GIS
#1665: Grass SVN (51807) doesn’t launch: Path '…//' doesn't
exist
+-
  Reporter:  vince  |  Owner:  grass-dev@…
  Type:  defect | Status:  closed
  Priority:  normal |  Milestone:  7.0.7
 Component:  Startup|Version:  svn-trunk
Resolution:  fixed  |   Keywords:
   CPU:  OSX/Intel  |   Platform:  MacOSX
+-
Changes (by wenzeslaus):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 The trunk (7.5/7.7) starts for me with no `~/.grass7` directory (a state
 which generates `/` internally) on Linux. I did some
 improvements in error handling there and there might have been more
 changes I don't recall. Currently, a nice error message is reported when
 starting in text mode (no GUI at all) and not providing mapset in the
 command line.

 {{{
 ERROR: Unable to start GRASS GIS. You have the choice to:
  - Launch the graphical user interface with the '-gui' switch
  grass75 -gui
  - Launch with path to the location/mapset as an argument
  grass75 /path/to/location/mapset`
  - Create a location with '-c' and launch in its PERMANENT mapset
  grass75 -c EPSG:number /path/to/location
  grass75 -c geofile /path/to/location
  - Create manually the GISRC file (/home/vpetras/.grass7/rc)
  - Use '--help' for further options
  grass75 --help
 See also: https://grass.osgeo.org/grass75/manuals/helptext.html
 Exiting...
 ]}}

 Closing as fixed.

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1665: Grass SVN (51807) doesn’t launch: Path '…//' doesn't exist

2016-05-12 Thread GRASS GIS
#1665: Grass SVN (51807) doesn’t launch: Path '…//' doesn't
exist
+-
  Reporter:  vince  |  Owner:  grass-dev@…
  Type:  defect | Status:  new
  Priority:  normal |  Milestone:  7.0.5
 Component:  Startup|Version:  svn-trunk
Resolution: |   Keywords:
   CPU:  OSX/Intel  |   Platform:  MacOSX
+-

Comment (by wenzeslaus):

 Is this still relevant for current trunk or latest release (e.g. GRASS 7
 build from GRASS 7.0.4 stable from ​http://grassmac.wikidot.com/ or self
 compiled trunk r68425)?

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev