Re: [GRASS-user] Single GUI window in 8.0.0RC2?

2022-01-22 Thread Anna Petrášová
On Sat, Jan 22, 2022 at 3:39 PM Helmut Kudrnovsky  wrote:

> Veronica Andreo:
>
> >Oh, sorry that I wasn't explicit enough.
> >
> >I meant the appearance in your operative system. In my fedora box is under
> >Applications or Start  --> settings --> appearance, and there, in the
> Style
> >tab, I see adwaita, adwaita dark and such... Once you pick one of the dark
> >themes among the options, grass will get it too :)
>
> tested here in the MS windows side of the world ;-)  switched the
> windows 10 box into dark mode
>
> many software packages like Word, notepad++ etc are then in dark,
> unfortunately not winGRASS 8 
>

I was not aware of that, but you are right. I tested it and even File
Manager doesn't support it (at least in the version I used), read more here:
https://forums.wxwidgets.org/viewtopic.php?f=23=45869

>
>
> kind regards
> Helmut___
> grass-user mailing list
> grass-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-user
>
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] "double free or corruption" when calling e.g. g.version, g.list, g.region

2022-01-22 Thread Markus Neteler
Hi Maximilian,

On Fri, Jan 21, 2022 at 12:03 PM Maximilian Stahlberg
 wrote:
>
> Hello,
>
> I'm using GRASS 7.8.6 on openSUSE Leap 15.2 and experience the
> following crashes:
>
> > Welcome to GRASS GIS 7.8.6
> > GRASS GIS homepage:  https://grass.osgeo.org
> > This version running through:Z Shell (/bin/zsh)
> >   [...]
> > GRASS 7.8.6 : ~ > g.version
> > GRASS 7.8.6 (2021)
> > *** Error in `g.version': double free or corruption (out): 
> > 0x55866fc655b0 ***
> > [1]9995 abort (core dumped)  g.version
> > GRASS 7.8.6 : ~ > g.list
> > Lists available GRASS data base files of the user-specified data type 
> > optionally using the search pattern.
> >   [...]
> > *** Error in `g.list': double free or corruption (out): 0x55a24a9f75b0 
> > ***
> > [1]1 abort (core dumped)  g.list
>
> Some other tools like g.gisenv work and GRASS used to work fully in the
> past (using, potentially, older versions of GRASS and SUSE).

The (only?) way is to use a debugger. This isn't too difficult, see

https://grasswiki.osgeo.org/wiki/GRASS_Debugging#Using_GDB

In any case, the error is quite unusual and may be caused by some
library conflict on your system.

...
> > *** Error in `g.version': double free or corruption (out): 
> > 0x5588157c15b0 ***

You may start with `g.version -rge` and the debugger. I suppose that
all errors you see originate from the same problem.

Best,
Markus
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user