-
As the title says, is there a way of preventing a client from closing the application using the X on the GUI window? I couldn't find how to do that.
The only idea I have for a work around is to start the application with --start-child and add --exit-with-children. Then monitor sessions and start the xpra server again if the session disappears. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Run your client with xpra/fs/etc/xpra/conf.d/40_client.conf.in Lines 49 to 54 in c3e5a3b |
Beta Was this translation helpful? Give feedback.
-
I'm using the HTML5 client. The application (see below) is shared by multiple users and I want to prevent them from closing the application (red arrow). I commented |
Beta Was this translation helpful? Give feedback.
-
These options are for the python client.
This should have been part of the original question. This feature is not implemented in the http://github.com/Xpra-org/xpra-html5 client yet. |
Beta Was this translation helpful? Give feedback.
Run your client with
--window-close=ignore
:xpra/fs/etc/xpra/conf.d/40_client.conf.in
Lines 49 to 54 in c3e5a3b