heute habe ich mein Gramps 5.1.4 via Terminal geöffnet um zu sehen ob es Fehler gibt.
Ich arbeite mit Linux Mind LMDE4 (Debian)
Leider gab es diese Fehlermeldungen:
WARNUNG: Das Zusatzmodul TimePedigreeHtml besitzt keine Übersetzung für deine konfigurierten Sprachen, es verwendet stattdessen Englisch.
/usr/lib/python3/dist-packages/gi/overrides/GObject.py:560: Warning: …/…/…/gobject/gsignal.c:2642: instance ‘0x357a660’ has no handler with id ‘312834’
return func(*args, **kwargs)
/usr/lib/python3/dist-packages/gi/overrides/GObject.py:560: Warning: …/…/…/gobject/gsignal.c:2642: instance ‘0x357a3e0’ has no handler with id ‘305673’
return func(*args, **kwargs)
The entries are even longer, but only changes here
… instance ‘0x357ab60’ has no handler with id ‘434593’
Looks to not be listed on the Addons page wiki, found the code on github
TimePedigreeHtml - a plugin for GRAMPS - version 0.1
Outcome is an HTML file showing a pedigree with time scale
Timeline Pedigree Report - This creates a website showing a pedigree with birthday relation
Installed and tried the report on Win 10 and the report worked, and on the command line I get only the following two warnings:
WARNING .gramps.gen.utils.grampslocale: Missing or invalid localedir None; no translations will be available.
WARNING .gramps.gen.utils.grampslocale: No Localedir provided, unable to find translations
so your issue does not happen on Windows and is probably something to do with the GTK version on your computer, can you install the Prerequisites Checker Gramplet and copy the result here please?
Du hast Gramps 5.1.4. Herzlichen Glückwunsch, Du hast die aktuelle Version.
ANFORDERUNGEN
Die folgenden Pakete MÜSSEN installiert sein (erfordert die Mindestversion oder höher):
* Python 3.7.3 (Bestanden: Version 3.3.0 oder höher installiert.)
* GTK+ 3.24.5 (Bestanden: Version 3.12.0 oder höher installiert.)
* PyGObject 3.30.4 (Bestanden: Version 3.12.0 oder höher installiert.)
* Cairo 1.16.0 (Bestanden: Version 1.13.1 oder höher installiert.)
* Pycairo 1.16.2 (Bestanden: Version 1.13.3 oder höher installiert.)
* Pango 1.42.3 (Bestanden: Version 1.29.3 oder höher installiert.)
* PangoCairo 1.0
* Berkeley-Datenbankbibliothek (bsddb3: 5.3.28) (Python-bsddb3 : 6.2.6)
* SQLite-Datenbankbibliothek (sqlite3: 3.27.2) (Python-sqlite3: 2.6.0)
* xdg-utils (Manuelle Überprüfung siehe Anleitung Link)
* librsvg2 (Manuelle Prüfung siehe Anleitung Link)
* language-pack-gnome-xx (manuelle Überprüfung siehe Link zu den Anweisungen) für deine Sprache <Gebietsschema hier anzeigen TBD>
WÄRMSTENS EMPFOHLEN
Die folgenden Pakete werden DRINGEND EMPFOHLEN zu installieren (erforderlich für Geografie und Karten):
* osmgpsmap 1.0 (Bestanden: Version 1.0 oder höher installiert.)
* Graphviz 2.40
* PyICU 2.2(ICU 63.1)
* Ghostscript 9.27
* python-fontconfig nicht gefunden (erfordert Version 0.5.x)
Optional
Die folgenden Pakete sind optional:
Gtkspell ermöglicht die Rechtschreibprüfung in den Notizen.
* GtkSpell nicht gefunden (Benötigt Version 3.0 oder höher installiert.) (enchant Modul: nicht gefunden)
* rcs installiert TBD (Erfordert die Installation von Version 5.9.4 oder höher. Wenn nicht unter Microsoft Windows)
Python Image Library (PIL) wird zum Zuschneiden von Bildern und zur LaTeX-Ausgabe benötigt.
* (PILLOW 5.4.1)
* GExiv2 : 0.10 (Exiv2-Bibliothek: 0.25)
* geocodeglib 1.0 (Bestanden: Version 1.0 oder höher installiert.)
Für die Erweiterung Networkchart liefert die Schriftart White Rabbit ein äußerst lesbares Ergebnis.
* Installed font: eine andere Schriftart gefunden
Info via Terminal
$ gramps -v
Gramps Settings:
----------------
python : 3.7.3
gramps : 5.1.4
gtk++ : 3.24.5
pygobject : 3.30.4
pango : 1.42.3
cairo : 1.16.0
pycairo : 1.16.2
osmgpsmap : 1.0
GExiv2 : 0.10
ICU : 63.1
PyICU : 2.2
o.s. : linux
kernel : 4.19.0-18-amd64
Environment settings:
---------------------
LANG : de_DE.UTF-8
LANGUAGE : de
GRAMPSI18N: not set
GRAMPSHOME: not set
GRAMPSDIR : not set
PYTHONPATH:
/usr/lib/python3/dist-packages/gramps
/usr/bin
/usr/lib/python37.zip
/usr/lib/python3.7
/usr/lib/python3.7/lib-dynload
/usr/local/lib/python3.7/dist-packages
/usr/lib/python3/dist-packages
/usr/lib/python3.7/dist-packages
Non-python dependencies:
------------------------
Graphviz : 2.40
Ghostscr. : 9.27
System PATH env variable:
-------------------------
/usr/local/bin
/usr/bin
/bin
/usr/local/games
/usr/games
/usr/local/sbin
/usr/sbin
/sbin
Databases:
-------------------------
bsddb :
version : 6.2.6
db version : 5.3.28
location : /usr/lib/python3/dist-packages/bsddb3/__init__.py
sqlite3 :
version : 3.27.2
py version : 2.6.0
location : /usr/lib/python3.7/sqlite3/__init__.py
Since everything works for me so far, hopefully everything should be in the green area on my system?