Difference between revisions of "Mac OS X:Build from source:gtk-osx:bugs"

From Gramps
Jump to: navigation, search
Line 4: Line 4:
 
====Export crashes after exporting archive====
 
====Export crashes after exporting archive====
 
The export database feature fails to terminate after having exported the database archive. The workaround is to click "x" the kill button in the top corner of the main gramps window, which stops everything. The exported archive should be correct.
 
The export database feature fails to terminate after having exported the database archive. The workaround is to click "x" the kill button in the top corner of the main gramps window, which stops everything. The exported archive should be correct.
 
====drop onto clipboard doesn't====
 
There isn't any way to use the clipboard, because items dropped there disappear. It is, however, possible to drag and drop events, places, text etc between any two other windows. It's just the clipboard that doesn't work.
 
  
 
====Trying to look at the pedigree is not a good idea====
 
====Trying to look at the pedigree is not a good idea====
Line 20: Line 17:
 
* configure fails - '''Fixed 3.1.3''' - http://www.gramps-project.org/bugs/view.php?id=3064
 
* configure fails - '''Fixed 3.1.3''' - http://www.gramps-project.org/bugs/view.php?id=3064
 
* open browser/default application fails - '''Fixed 3.1.3''' - http://www.gramps-project.org/bugs/view.php?id=2896
 
* open browser/default application fails - '''Fixed 3.1.3''' - http://www.gramps-project.org/bugs/view.php?id=2896
 +
* clipboard drop not working - '''patch available''' - http://www.gramps-project.org/bugs/view.php?id=3089 There isn't any way to use the clipboard, because items dropped there disappear. It is, however, possible to drag and drop events, places, text etc between any two other windows. It's just the clipboard that doesn't work.

Revision as of 18:49, 6 July 2009

This page describes bugs that may appear in the gtk-osx port of gramps for Mac. It only describes the current bugs, those to be found with a system built according to the instructions on the Mac gtk-osx port page. Please add your own observations here. Bug tickets will be submitted to the GRAMPS bug tracker if patches are available.

Present issues

Export crashes after exporting archive

The export database feature fails to terminate after having exported the database archive. The workaround is to click "x" the kill button in the top corner of the main gramps window, which stops everything. The exported archive should be correct.

Trying to look at the pedigree is not a good idea

Clicking on the pedigree view gets

1713: ERROR: gramps.py: line 160: Unhandled exception
Traceback (most recent call last):
 File "/Users/trial2/gtk/inst/share/gramps/DataViews/PedigreeView.py", line 187, in realize
   self.context = self.window.cairo_create()
Error: NULL pointer

which keeps going forever until I pick "force quit" from the apple menu and kill the python. Then when I restart gramps from the command line again, it just leaps into executing the same error again, and again, and again. I think that's because gramps starts up trying to display the pedigree view again, and it always crashes in the same way. I can't find the particular file to edit to change the startup view. I just did rm -rf .gramps to fix it, which destroys the entire gramps database. To work around losing the database, unset edit - preferences - Remember last view displayed in gramps before clicking on the pedigree view. At least then you don't have to delete the database.

Patches in bug tracker