0

It is possible to make zenity dialog with password show button or something like this ?

Javila
  • 51

2 Answers2

0

No, this is not implemented in Zenity.

vanadium
  • 88,010
  • Maybe it is in other linux dialog creation tool ? – Javila Jun 21 '19 at 10:39
  • 1
    Not sure why my answer was downvoted. Zenity has a --pasword option, but there is no implementation of what OP asks, i.e., have a checkbox to show the password. – vanadium Jun 21 '19 at 15:54
0

You can create an extra button with Show Password and when user clicks mount a duplicate form except the password field is defined as not hidden.

You can do this with yad for sure but I couldn't find a reference for zenity: