Re: [GRASS-dev] [GRASS GIS] #2160: wxPython 3: assertion 'width >= -1' failed

2019-10-23 Thread GRASS GIS
#2160: wxPython 3: assertion 'width >= -1' failed
---+-
  Reporter:  msieczka  |  Owner:  grass-dev@…
  Type:  defect| Status:  new
  Priority:  minor |  Milestone:  7.8.1
 Component:  wxGUI |Version:  git-releasebranch78
Resolution:|   Keywords:  GTK
   CPU:  All   |   Platform:  All
---+-
Changes (by neteler):

 * keywords:  wxPython3 => GTK
 * version:  svn-releasebranch64 => git-releasebranch78
 * milestone:  6.4.6 => 7.8.1


Comment:

 Still an issue, it happens when starting the GUI:

 {{{
 GRASS 7.8.1dev (nc_spm_08):~ > g.gui
 Launching  GUI in the background, please wait...

 (wxgui.py:9116): Gtk-CRITICAL **: 08:48:15.978: gtk_box_gadget_distribute:
 assertion 'size >= 0' failed in GtkScrollbar
 (wxgui.py:9116): Gtk-CRITICAL **: 08:48:15.978: gtk_box_gadget_distribute:
 assertion 'size >= 0' failed in GtkScrollbar

 g.version -rge
 version=7.8.1dev
 date=2019
 revision=33fdda72e
 build_date=2019-10-01
 build_platform=x86_64-pc-linux-gnu
 build_off_t_size=8
 libgis_revision=0
 libgis_date="?"
 proj=5.2.0
 gdal=2.3.2
 geos=3.7.1
 sqlite=3.26.0
 }}}

-- 
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] #2160: wxPython 3: assertion 'width = -1' failed

2015-04-06 Thread GRASS GIS
#2160: wxPython 3: assertion 'width = -1' failed
---+
 Reporter:  msieczka   |   Owner:  grass-dev@…  
 Type:  defect |  Status:  new  
 Priority:  minor  |   Milestone:  6.4.4
Component:  wxGUI  | Version:  svn-releasebranch64  
 Keywords:  wxPython3  |Platform:  All  
  Cpu:  All|  
---+

Comment(by neteler):

 Replying to [comment:3 neteler]:
 
 http://ftp.de.debian.org/debian/pool/main/g/grass/grass_6.4.4-1.debian.tar.xz

 Extracted patch wxpy3.0-compat_patch_Debian.diff committed in r64997.

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2160#comment:4
GRASS GIS http://grass.osgeo.org

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

Re: [GRASS-dev] [GRASS GIS] #2160: wxPython 3: assertion 'width = -1' failed

2015-04-06 Thread GRASS GIS
#2160: wxPython 3: assertion 'width = -1' failed
---+
 Reporter:  msieczka   |   Owner:  grass-dev@…  
 Type:  defect |  Status:  new  
 Priority:  minor  |   Milestone:  6.4.4
Component:  wxGUI  | Version:  svn-releasebranch64  
 Keywords:  wxPython3  |Platform:  All  
  Cpu:  All|  
---+

Comment(by neteler):

 Attached a set of patches extracted from

 http://ftp.de.debian.org/debian/pool/main/g/grass/grass_6.4.4-1.debian.tar.xz

 then applied to current relbranch6 and regenerated + attached.

 Author:
 {{{
 Description: Fix to work with wxPython 3.0
 Author: Olly Betts olly survex.com
 Last-Update: 2014-08-16
 }}}

 Please review. Ideally this should go into RC1.

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2160#comment:3
GRASS GIS http://grass.osgeo.org

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

[GRASS-dev] [GRASS GIS] #2160: wxPython 3: assertion 'width = -1' failed

2014-01-13 Thread GRASS GIS
#2160: wxPython 3: assertion 'width = -1' failed
--+-
 Reporter:  msieczka  |   Owner:  grass-dev@…  
 Type:  defect|  Status:  new  
 Priority:  normal|   Milestone:  6.4.4
Component:  wxGUI | Version:  svn-releasebranch64  
 Keywords:|Platform:  All  
  Cpu:  All   |  
--+-
 In r58684 adding a new layer (raster, vector - whatever) in the GUI
 throws:

 {{{
 (wxgui.py:18403): Gtk-CRITICAL **: IA__gtk_widget_set_size_request:
 assertion 'width = -1' failed
 }}}

 The functionality seems not affected, but even if so, such messages should
 not be printed on the user terminal.

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2160
GRASS GIS http://grass.osgeo.org

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

Re: [GRASS-dev] [GRASS GIS] #2160: wxPython 3: assertion 'width = -1' failed

2014-01-13 Thread GRASS GIS
#2160: wxPython 3: assertion 'width = -1' failed
--+-
 Reporter:  msieczka  |   Owner:  grass-dev@…  
 Type:  defect|  Status:  new  
 Priority:  normal|   Milestone:  6.4.4
Component:  wxGUI | Version:  svn-releasebranch64  
 Keywords:|Platform:  All  
  Cpu:  All   |  
--+-

Comment(by msieczka):

 64bit Arch Linux in r58684 built and running against wxPython 3.0.

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2160#comment:1
GRASS GIS http://grass.osgeo.org

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

Re: [GRASS-dev] [GRASS GIS] #2160: wxPython 3: assertion 'width = -1' failed

2014-01-13 Thread GRASS GIS
#2160: wxPython 3: assertion 'width = -1' failed
---+
 Reporter:  msieczka   |   Owner:  grass-dev@…  
 Type:  defect |  Status:  new  
 Priority:  minor  |   Milestone:  6.4.4
Component:  wxGUI  | Version:  svn-releasebranch64  
 Keywords:  wxPython3  |Platform:  All  
  Cpu:  All|  
---+
Changes (by annakrat):

  * keywords:  = wxPython3
  * priority:  normal = minor


Comment:

 Possible duplicate of #2027.

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2160#comment:2
GRASS GIS http://grass.osgeo.org

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