Hello @Ep_P and thank you:Ed_P wrote: ↑23 Jun 2024, 15:44In order to be used a module has to be Activated which means it is seen in the /mnt/live/memory/images folder. Sparrow doesn't show as being there in your image.
Do you have the extamod= cheatcode in your boot parms? If you're using the porteus.cfg menu add it to the APPEND line. If your using a grub2 menu add it to the /boot/syslinux/vmlinuz line.
This link shows a screen capture showing Vivaldi module working fine, placed in modules folder, and also in menu; Sparrow module is also in same modules folder and activated, but sparrow does not run nor is in the menu. I added the cheatcode as you can see from porteus.cfg This time I checked again that Vivaldi and Sparrow, both are in the mnt/live/memory/images folder, but Sparrow is not running, Vivaldi is running fine.
https://ibb.co/544whMr
From the documentation, if I place and activate all new program modules under porteus directory (porteus/modules), I assume it should work as it is working Vivaldi.
Reference: http://www.porteus.org/component/conten ... -them.html
What am I doing wrong?extramod=/path/folder_with_modules
extramod=/path/folder_with_modules;/path2/folder_with_modules
... This cheatcode lets you load modules from one or more external
folders that are located outside of the /porteus directory.
Multiple folders can be specified, with full paths separated by
a semicolon without any spaces.
Examples:
'extramod=/mnt/sdb3/porteus-modules'
'extramod=/mnt/sdb3/porteus-modules;/mnt/sdc4/inkscape_modules'
Thanks and regards