I have a application running a gtk window. When the user exit the app I just want to hide the window but keep the process running. So when the app is started I want to check
if app already running: show window, else create new window...
有办法不使用 DBU 来做到这一点吗?