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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top