Could not find file - Importing other patterns #2632
-
|
Hello! I'm trying to import other patterns using the provided documentation, but I can't get it to work:
I added the folder of my "kshape.hexpat" into the Extras > Folder section: If I try to import any pattern from the I am using Ubuntu 24.04. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Just as files to include or import must be in a sub-folder called As reference note that the default search path on linux is To view the actual set if folders that are searched open Help>About>Directories and look for the patterns entry. |
Beta Was this translation helpful? Give feedback.

Just as files to include or import must be in a sub-folder called
includesof the folder listed in the custom search path, patterns must be in a sub-folder calledpatternsof the folder listed in the custom search path. In your case make a sub-folder in thehexpatfolder calledpatternsand put the files to import there.As reference note that the default search path on linux is
/usr/share/imhexso include files are found in/usr/share/imhex/includesand patterns are found in/usr/share/imhex/patterns.To view the actual set if folders that are searched open Help>About>Directories and look for the patterns entry.