File kicad-suse-help-path.patch of Package kicad
--- common/searchhelpfilefullpath.cpp.orig 2020-09-27 03:31:09.121904413 -0700
+++ common/searchhelpfilefullpath.cpp 2020-09-27 03:31:25.145904739 -0700
@@ -108,6 +108,7 @@
// Below we account for an international subdirectory.
subdirs.Add( "share" );
subdirs.Add( "doc" );
+ subdirs.Add( "packages" );
subdirs.Add( "kicad" );
subdirs.Add( "help" );