How can I execute terminal commands from gtkmm?

Hi, how can I execute terminal commands from gtkmm 4?
I want to launch the onboard keyboard from my c++ app

What’s the “onboard keyboard”?

If you want to launch a process, you can look at GSubprocess and GSubprocessLauncher.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.