Package: vinagre Version: 2.28.1-1 Severity: important Tags: patch Hello, it's impossible with Vinagre to input a password longer than 8 characters, when using the VNC plugin. I'm attaching a simple patch; however, is there any reason to limit the length of user_entry and password_entry?
Kindly, David -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-2-686 (SMP w/1 CPU core) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages vinagre depends on: ii gconf2 2.28.0-1 GNOME configuration database syste ii libatk1.0-0 1.28.0-1 The ATK accessibility toolkit ii libavahi-common3 0.6.25-3 Avahi common library ii libavahi-gobject0 0.6.25-3 Avahi GObject library ii libavahi-ui0 0.6.25-3 Avahi GTK+ User interface library ii libbonobo2-0 2.24.2-1 Bonobo CORBA interfaces library ii libc6 2.11-0exp4 Embedded GNU C Library: Shared lib ii libcairo2 1.8.10-2 The Cairo 2D vector graphics libra ii libdbus-glib-1-2 0.84-1 simple interprocess messaging syst ii libfontconfig1 2.8.0-2 generic font configuration library ii libfreetype6 2.3.11-1 FreeType 2 font engine, shared lib ii libgconf2-4 2.28.0-1 GNOME configuration database syste ii libglib2.0-0 2.22.4-1 The GLib library of C routines ii libgnome-keyring0 2.28.2-1 GNOME keyring services library ii libgnutls26 2.8.5-2 the GNU TLS library - runtime libr ii libgtk-vnc-1.0-0 0.3.10-5 A VNC viewer widget for GTK+ (runt ii libgtk2.0-0 2.18.7-1 The GTK+ graphical user interface ii libpanel-applet2-0 2.28.0-3 library for GNOME Panel applets ii libpango1.0-0 1.26.2-1 Layout and rendering of internatio ii libtelepathy-glib0 0.10.0-1 Telepathy framework - GLib library ii libvte9 1:0.22.5-2 Terminal emulator widget for GTK+ ii libx11-6 2:1.3.3-1 X11 client-side library ii libxml2 2.7.6.dfsg-2+b1 GNOME XML library ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime vinagre recommends no packages. vinagre suggests no packages. -- no debconf information -- . ''`. Debian developer | http://wiki.debian.org/DavidPaleino : :' : Linuxer #334216 --|-- http://www.hanskalabs.net/ `. `'` GPG: 1392B174 ----|---- `- 2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
From: David Paleino <da...@debian.org> Subject: allow a longer password in the VNC dialog Forwarded: no diff --git a/data/vinagre.ui b/data/vinagre.ui index 93e2560..4302757 100644 --- a/data/vinagre.ui +++ b/data/vinagre.ui @@ -385,7 +385,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="max_length">8</property> + <property name="max_length">100</property> <property name="visibility">False</property> <property name="activates_default">True</property> </object>
signature.asc
Description: This is a digitally signed message part.