Question

I develop web applications (in PHP, JavaScript, CSS) using Geany, so I'm in no need for compile, run, make... functions of Geany. Yet Geany is spamming my project directories by creating geany_run_script.sh file in every one of them.

The question is: What can I do to make it stop doing this?

Was it helpful?

Solution

You don't need it. You can configure it via Preferences->Terminal->Execute programs in VTE + Don't use run script. This will need you to have libvte installed and will not work at Windows.

These scripts are generated once you hit F5 e.g. for previewing it inside a browser.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top