
Tenho Ubuntu 20.04.3, em dois computadores PC1 e PC2.
No PC1 eu tenho
$ gsettings list-recursively org.gnome.Vino
org.gnome.Vino prompt-enabled false
org.gnome.Vino require-encryption false
org.gnome.Vino use-alternative-port false
org.gnome.Vino disable-background false
org.gnome.Vino disable-xdamage false
org.gnome.Vino alternative-port uint16 5900
org.gnome.Vino icon-visibility 'client'
org.gnome.Vino authentication-methods ['vnc']
org.gnome.Vino network-interface ''
org.gnome.Vino notify-on-connect true
org.gnome.Vino mailto ''
org.gnome.Vino lock-screen-on-disconnect false
org.gnome.Vino use-upnp false
org.gnome.Vino vnc-password '<12-char string>'
org.gnome.Vino view-only false
No PC2 eu tenho o mesmo, exceto por
org.gnome.Vino vnc-password 'keyring'
E quando tento definir a senha no PC2,Configurações->Compartilhamento->Compartilhamento de tela, estou limitado a 8 caracteres. O caso usual que encontrei, por exemplo, no PC1, é não ter esse limite.
Como eu posso mudar isso?
Parece ser uma corda
$ gsettings range org.gnome.Vino vnc-password
type s
mas não me atrevo a simplesmente definir o valor.