I followed the instructions for linux, and when I checked the Kactus2.ini file versus what I had in my installation location, there were some case-sensitivity issues.
Default Kactus2.ini after installation:
[Platform]
PluginsPath=/kactus2/plugins
HelpPath=/kactus2/help
[Library]
Locations=~/kactus2/library
Listing directories in kactus2 installation location
drwxrwxr-x 2 4096 Jul 10 08:54 Help/
drwxrwxr-x 3 4096 Jul 10 08:54 Library/
drwxrwxr-x 2 4096 Jul 10 08:54 pixmaps/
drwxrwxr-x 2 4096 Jul 10 08:54 Plugins/
to put them on the same line:
PluginsPath=~/kactus2/plugins | Plugins/
Windows is case insensitive, so the .ini file would work.
Linux is case-sensitive, so the .ini file will cause issues.
Note: I used quote blocks since the code block did not seem to work for me.
I followed the instructions for linux, and when I checked the Kactus2.ini file versus what I had in my installation location, there were some case-sensitivity issues.
Default Kactus2.ini after installation:
Listing directories in kactus2 installation location
to put them on the same line:
PluginsPath=~/kactus2/plugins | Plugins/
Windows is case insensitive, so the .ini file would work.
Linux is case-sensitive, so the .ini file will cause issues.
Note: I used quote blocks since the code block did not seem to work for me.