Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个运行 gtk 窗口的应用程序。当用户退出应用程序时,我只想隐藏窗口但保持进程运行。所以当应用程序启动时我想检查
if app already running: show window, else create new window...
有没有办法在不使用 DBus 的情况下做到这一点?
我选择使用 libunique,对于 gtk3 应用程序可以使用 GtkApplication。