Hi,
I've had a 3B+ for a couple of weeks, and this is my first experience of Linux (lots of experience with Windows). I've been writing some Python code to handle the Pi Camera module, and also some small Python programs to test out the guizero library for producing interactive screens.
It's all working well, except that whenever I run the code (from Geany) I also get a terminal window displayed. I'm running Geany from the desktop environment, nothing from the terminal. This isn't too much of a problem with the camera program, as the preview currently takes up the whole screen, but is a bit annoying with the GUI tests. Is there any way to suppress the display of the terminal window?
One thing I have noticed - I've created a desktop icon to run the Python camera program (using a .desktop file), and when run from the icon the terminal window isn't displayed. I think it's still there in the background, though, as when the program closes after taking a photo, the mouse cursor stays as an hourglass for a short while. I guess this is because it's waiting for the hidden terminal window to shut itself down??
So, is there any way to hide the terminal when running from the program editor, or is it only suppressed when run as an icon from the desktop?
I should also mention that I'm using the standard Raspbian os.
Thanks for any help or suggestions.
Bill