I have been trying out Geany for the first time, however F5/Execute doesn't work in Kubuntu 14.04.
Test setup:
On Ubuntu 14.04, F9/Build correctly builds hello-world, and F5/Execute correctly runs it.
On Kubuntu 14.04, F9/Build correctly builds hello-world, but F5/Execute does not run it. Instead, a terminal window appears with a $ prompt and nothing else.
Both tests were done in VirtualBox VMs with clean installs with all updates installed. The same symptom occurs if I try Geany on my laptop running Kubuntu 14.04.
Test setup:
- New project named "hello-world"
- Single C file named "hello-world.c" containing a trivial hello world program
- All settings left at default
On Ubuntu 14.04, F9/Build correctly builds hello-world, and F5/Execute correctly runs it.
On Kubuntu 14.04, F9/Build correctly builds hello-world, but F5/Execute does not run it. Instead, a terminal window appears with a $ prompt and nothing else.
Both tests were done in VirtualBox VMs with clean installs with all updates installed. The same symptom occurs if I try Geany on my laptop running Kubuntu 14.04.
Comment