drmullins wrote: ↑Sun Aug 27, 2017 8:51 pm
I found another solution (to my own problem !) after much searching and some experimentation :
Change the first line after [tools] in ~/.config/geany/geany.conf
to
terminal_cmd=x-terminal-emulator --command="/bin/sh %c"
and reboot
Great! So it seems the x-terminal-emulator command has changed a bit from Jessie to Stretch.
By the way, you can make this change in Geany itself: Edit / Preferences / Tools and change the Terminal line. Press Apply and Geany should work. If you edit the config file manually you can log out and log in again to make it work, full reboot is not necessary.
Edit: I think you only have to exit Geany and start it again to make it work.