Gramps 6.0.0 beta1 gets an error from the GraphView addon. The error is pasted at the bottom of this post. The GraphView addon works in the current Gramps 5.2.4 flatpak from flathub, so the difference in the flatpak for this error is that the Gramps source changed to 6.0.0-beta1 and the addition of orjson.
GraphView is version 1.0.142 installed through the Addon Manager
some data from the Prerequisites Checker addon is in the “Summary” hidden block below
Summary
You have Gramps 6.0.0-beta1 installed; an unreleased development version. Thank you for contributing and testing; please report any issues. Backups are your friend.
REQUIRED
Installations of the following packages are ABSOLUTELY REQUIRED
(Requires the minimum version or greater.):
• Python 3.12.8 (Passed: version 3.8.0 or greater installed.)
• GTK+ 3.24.43 (Passed: version 3.24.0 or greater installed.)
• PyGObject 3.50.0 (Passed: version 3.29.0 or greater installed.)
• Cairo 1.18.2 (Passed: version 1.13.1 or greater installed.)
• Pycairo 1.27.0 (Passed: version 1.13.3 or greater installed.)
• Pango 1.54.0 (Passed: version 1.29.3 or greater installed.)
• PangoCairo 1.0
• Berkeley Database library (bsddb3: not found) (Python-bsddb3 : not found)
• SQLite Database library (sqlite3: 3.46.1) (Python-sqlite3: 2.6.0)
• xdg-utils (Manual check see instructions link)
• librsvg2 (Manual check see instructions link)
• language-pack-gnome-xx (Manual check see instructions link) for your Language
RECOMMENDED
Installations of the following packages are STRONGLY RECOMMENDED as necessary for Geography and Charts:
• osmgpsmap 1.0 (Passed: version 1.0 or greater installed.)
• Graphviz 10.0
• PyICU not found but we have ICU 3.12.8
• Ghostscript 10.03.0
• python-fontconfig installed, version unavailable
Optional
Installations of the following packages are optional:
Gtkspell enables spell checking in the notes.
• GtkSpell not found (Requires version 3.0 or greater installed.) (enchant module: not found)
• rcs installed TBD (Requires version 5.9.4 or greater installed. If not on Microsoft Windows)
Python Image Library (PIL) is needed for cropping images and LaTeX output.
• (PILLOW 10.2.0)
• GExiv2 : 0.10 (Exiv2 library : 0.28)
• geocodeglib 1.0 (Passed: version 1.0 or greater installed.)
For addon Networkchart, font White Rabbit provides an extremely readable result.
• Installed font: found another font
Development & Translation Requirements
Installations of the following packages are RECOMMENDED if you intend to translate or do any development (addons etc.):
• gettext (msgfmt): 0.22.5
• intltool-update: not found
Sphinx is a tool that builds the Gramps development documentation and man pages
• Sphinx: not found
Optional packages required by Third-party Addons
Prerequistes required for the following Third-party Addons to work:
- Addon:Family Sheet : (PILLOW 10.2.0)
- Addon:Graph View : (GooCanvas:3.0)(PyGoocanvas: TBD?)(Graphviz 10.0)
- Addon:PedigreeChart : (NumPy : not found )
- Addon:Network Chart : (networkx 3.2.1)(Graphviz 10.0)
and one of either: (pydotplus: not installed) or (pygraphviz: 1.14) - Addon:GenealogyTree : (lualatex :not found)(PILLOW 10.2.0)
- Addon:HTMLView : (Webkit: not installed )
- Addon:GoogleMapKML : (Google Earth on Desktop : not found.)
- Addon:Webconnect Pack : (libwebconnect : not found) (Requires the gramps addon listed under ‘Plugin lib’)
- Addon:TMG Importer : (DBF not found.)(Requires version 0.96.8 or greater installed.)
- Addon:PostgreSQL#Prerequisites Database library Support : (PostgreSQL not found.)(psycopg2 : not found.)
- Addon:Edit Image Exif Metadata : (PILLOW 10.2.0) GExiv2 : 0.10 (Exiv2 library : 0.28)
- Addon:Photo Tagging Gramplet : (NumPy: not found.)(OpenCV facedetection: not found.)
- Addon:Lxml Gramplet : (lxml: not found. Requires version 3.3.3 or greater installed.)
- Addon:MongoDB : • Requires: MongoDB TBD / pymongo TBD
Diagnostic checks
Check for potential issues.
Environment settings:
• Operating System: linux
kernel: 6.1.0-30-amd64
Gramps Environment variables:
• GRAMPSI18N: not set
• GRAMPSHOME: not set
• GRAMPSDIR: not set
• GRAMPS_RESOURCES: /app/lib/python3.12/site-packages
206284: ERROR: grampsapp.py: line 188: Unhandled exception Traceback (most recent call last): File "/app/lib/python3.12/site-packages/gramps/gui/widgets/styledtexteditor.py", line 698, in __set_fallback_icons icon = tool_button.get_child().get_child() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_child'