Is there a way to make a zenity dialog modal?
- by math
How can I make them modal? With modal I mean: The dialog should block the desktop so the user has only two options: Either cancel the dialog or enter text into it. (I want this basically because new windows might popup and can steal focus and additionally that other programs can access configuration files inside that container)
Background:
I want to ask a passphrase after login for an encfs container. So either entering a pass, or continue with cancellation of this dialog.
Note:
This is not a duplicate of modal dialog popup alarm, as I am interested especially in a solution to Zenity dialogs.