Package: seahorse Version: 2.30.1-2.1 Severity: normal Tags: patch Hi,
When I manually add a password to a keyring, the description field only accepts 32 characters. This is, in my opinion, too short. I've attached a patch that removes this restriction. -- Matt http://ftbfs.org/kraai -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages seahorse depends on: ii gconf2 2.28.1-3 GNOME configuration database syste ii gnupg 1.4.10-4 GNU privacy guard - a free PGP rep ii libatk1.0-0 1.30.0-1 The ATK accessibility toolkit ii libavahi-client3 0.6.27-2 Avahi client library ii libavahi-common3 0.6.27-2 Avahi common library ii libavahi-glib1 0.6.27-2 Avahi glib integration library ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib ii libcryptui0 2.30.1-2 the UI library for DBUS functions ii libdbus-1-3 1.2.24-3 simple interprocess messaging syst ii libdbus-glib-1-2 0.88-2 simple interprocess messaging syst ii libgconf2-4 2.28.1-3 GNOME configuration database syste ii libgcr0 2.30.3-1 Library for Crypto UI related task ii libglib2.0-0 2.24.1-1 The GLib library of C routines ii libgnome-keyring0 2.30.1-1 GNOME keyring services library ii libgp11-0 2.30.3-1 Glib wrapper library for PKCS#11 - ii libgpgme11 1.2.0-1.2 GPGME - GnuPG Made Easy ii libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface ii libldap-2.4-2 2.4.23-3 OpenLDAP libraries ii libnotify1 [libnotify1-gtk2.1 0.5.0-2 sends desktop notifications to a n ii libsoup2.4-1 2.30.2-1 an HTTP library implementation in Versions of packages seahorse recommends: ii openssh-client 1:5.5p1-4 secure shell (SSH) client, for sec Versions of packages seahorse suggests: ii seahorse-plugins 2.30.1-3 seahorse plugins and utilities for -- no debconf information
diff -ru seahorse-2.30.1~/gkr/seahorse-gkr-add-item.xml seahorse-2.30.1/gkr/seahorse-gkr-add-item.xml --- seahorse-2.30.1~/gkr/seahorse-gkr-add-item.xml 2010-08-21 01:51:43.000000000 -0700 +++ seahorse-2.30.1/gkr/seahorse-gkr-add-item.xml 2010-08-21 01:53:42.000000000 -0700 @@ -45,7 +45,6 @@ <object class="GtkEntry" id="item-label"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="max_length">32</property> <property name="invisible_char">•</property> <property name="activates_default">True</property> <property name="width_chars">16</property>