Package: libcryptui0a
Version: 3.2.2-1
Severity: normal
Tags: patch
Dear Debian GNOME Maintainers,
when using right mouse button on a file with nautilus to encrypt this
file the window that opens to choose a key is too small.
The original bug report was filed here:
https://bugs.launchpad.net/ubuntu/+source/libcryptui/+bug/945841 There
is a screenshot contained that demonstrates the problem.
This is actually a bug in libcryptui0a that has been fixed upstream for
version 3.5.4.
Wheezy for debian and Quantal for Ubuntu have version 3.2.2-1.
Fortunately the fix is only one line of code and I would kindly like to
ask if you could add the attached patch to the current version of
libcryptui0a.
Regards,
Ralph
-- System Information:
Debian Release: wheezy/sid
APT prefers precise-updates
APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500,
'precise'), (100, 'precise-backports')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-26-generic (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libcryptui0a depends on:
ii libc6 2.15-0ubuntu10
ii libdbus-glib-1-2 0.98-1ubuntu1
ii libglib2.0-0 2.32.3-0ubuntu1
ii libgtk-3-0 3.4.2-0ubuntu0.4
ii libpango1.0-0 1.30.0-0ubuntu3.1
ii multiarch-support 2.15-0ubuntu10
ii seahorse-daemon 3.2.2-1
libcryptui0a recommends no packages.
libcryptui0a suggests no packages.
-- no debconf information
*** libcryptui-3.2.2/libcryptui/cryptui-key-chooser.c 2011-08-02 10:48:04.000000000 +0200
--- libcryptui-3.2.2_patch/libcryptui/cryptui-key-chooser.c 2012-07-20 07:39:31.351999487 +0200
***************
*** 194,199 ****
--- 194,200 ----
CRYPTUI_KEY_LIST_CHECKS);
gtk_tree_view_set_enable_search (GTK_TREE_VIEW (chooser->priv->keylist), FALSE);
scroll = gtk_scrolled_window_new (NULL, NULL);
+ gtk_widget_set_size_request (scroll, 500, 300);
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scroll),
GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS);
gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scroll), GTK_SHADOW_IN);