Difference between revisions of "Addon:Prerequisites Checker Gramplet"

From Gramps
Jump to: navigation, search
m (Issues: link to GitHub Prerequisites info)
Line 22: Line 22:
 
== Issues ==
 
== Issues ==
 
* [https://github.com/gramps-project/addons-source/pull/109 PR109 Add new PreRequisites Checker Gramplet]
 
* [https://github.com/gramps-project/addons-source/pull/109 PR109 Add new PreRequisites Checker Gramplet]
 +
*  Gramps [https://github.com/gramps-project/gramps/blob/master/README.md#requirements requirements], [https://github.com/gramps-project/gramps/blob/master/README.md#the-following-packages-are-strongly-recommended-to-be-installed strong recommendations] and [https://github.com/gramps-project/gramps/blob/master/README.md#the-following-packages-are-optional optional prerequisites]
  
 
[[Category:Plugins]]
 
[[Category:Plugins]]
 
[[Category:Developers/General]]
 
[[Category:Developers/General]]

Revision as of 18:01, 8 January 2020

Gramps-notes.png

Please use carefully on data that is backed up, and help make it better by reporting any comments or problems to the author, or issues to the bug tracker
Unless otherwise stated on this page, you can download this addon by following these instructions.
Please note that some Addons have prerequisites that need to be installed before they can be used.
This Addon/Plugin system is controlled by the Plugin Manager.


Prerequisites Checker Gramplet on the Dashboard

The Prerequisites Checker Gramplet is a diagnostic tool to help work out if users have the required prerequisites installed as well as the latest version of Gramps.

Also helps on OS's like MicroSoft(Windows) and Apple(MacOS) where it's difficult for users to use the command line to get information on Gramps via ( gramps -v )!


Usage

context menu to add Prerequisites Checker Gramplet to Dashboard
  • Load your Family Tree and then select an empty area on the Dashboard and from the Add a gramplet menu select Prerequisites Checker Gramplet.


You may use the context menu (right click) and Select All to copy the text to be added to a bug report if requested by a developer.

Prerequisites

None as this gramplet test for the presence of them.

Issues