RichardMidnight / pi-safe

Create your own custom image files
GNU General Public License v3.0
224 stars 17 forks source link

Install mousepad or allow to configure the editor used by pi-safe. #4

Closed cClaude closed 3 years ago

cClaude commented 3 years ago

mousepad is required, it must be installed with the other packages.

pisafe: line 1430: mousepad: command not found

An alternative is to allow to configure the editor used by pi-safe.

Thank you

RichardMidnight commented 3 years ago

Thanks. The alpha version (not yet released) now sets the editor to nano if mousepad is not found. Also, you can set your preferred text editor.

RichardMidnight commented 3 years ago

current version sets the editor to nano if mousepad is not found. Also, you can set your preferred text editor.

RichardMidnight commented 3 years ago

New version 0.9.18 should address this. Thanks for letting me know.

cClaude commented 3 years ago

I confirm that working as expected now. Thank