Disable/Remove "Leave Message" in lock screen

Hi, guys

i would like how to disable the “Leave Messsage” Button in lockscreen…
i tried search in dconf… /org/ and dont see the option to turn off or make invisible…
i have a little station and all computers have mate…installed and my users… ask me how to disable/remove but i’ve search
a lot but… not way… :’(

I think that this should do it. Issue the following command -

gksu pluma /usr/share/mate-screensaver/lock-dialog-default.ui

Find the line that says -

<object class="GtkButton" id="auth-note-button">

about half way down and change the line beneath that says -

<property name="visible">True</property> to say -
<property name="visible">False</property>. Save and exit. Good luck @snr.

1 Like

thanks mate <3 it’s work for all machines, this method is the best many thanks !!:heart_eyes: