Your message dated Sun, 15 Mar 2015 21:52:39 +0000 with message-id <[email protected]> and subject line Bug#576072: fixed in xfce4-xkb-plugin 1:0.7.1-1 has caused the Debian Bug report #576072, regarding xfce4-xkb-plugin: version 0.5.3.3 have too small font size displayed on panel to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 576072: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576072 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: xfce4-xkb-plugin Version: 0.5.3.3-2 Severity: normal Tags: patch When text mode chosen instead of flag mode for indication current layout, font size is too small, almost invisible. Plugin source reveals hardcoded font_sizes table which intented for panel_size conversion to font size. This table works nice for specific screen dpi, it seems. And doesn't work for me with 96 dpi. In patch attached i've specified font size in pixels ("px" after font size) equals to 95% panel size (5% gives apropriate space aroung text) -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.32.8 (SMP w/1 CPU core) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages xfce4-xkb-plugin depends on: ii libatk1.0-0 1.28.0-1 The ATK accessibility toolkit ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib ii libcairo2 1.8.10-3 The Cairo 2D vector graphics libra ii libfontconfig1 2.8.0-2 generic font configuration library ii libfreetype6 2.3.11-1 FreeType 2 font engine, shared lib ii libglib2.0-0 2.22.4-1 The GLib library of C routines ii libgtk2.0-0 2.18.9-2 The GTK+ graphical user interface ii libpango1.0-0 1.26.2-2 Layout and rendering of internatio ii librsvg2-2 2.26.0-1 SAX-based renderer library for SVG ii libwnck22 2.28.0-1 Window Navigator Construction Kit ii libxfce4util4 4.6.1-2 Utility functions library for Xfce ii libxfcegui4-4 4.6.3-2 Basic GUI C functions for Xfce4 ii libxklavier15 4.0-2 X Keyboard Extension high-level AP ii libxml2 2.7.6.dfsg-2+b1 GNOME XML library ii xfce4-panel 4.6.3-1 The Xfce4 desktop environment pane ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime xfce4-xkb-plugin recommends no packages. xfce4-xkb-plugin suggests no packages. -- debconf-show failed--- xfce4-xkb-plugin-0.5.3.3/panel-plugin/xkb-cairo.c 2009-03-06 16:16:03.000000000 +0300 +++ xfce4-xkb-plugin-0.5.3.3-mod/panel-plugin/xkb-cairo.c 2010-03-31 18:29:47.000000000 +0400 @@ -32,7 +32,7 @@ #include "xkb-cairo.h" #include "xkb-util.h" -#define XKB_PREFERRED_FONT "Courier New, Courier 10 Pitch, Monospace Bold %d" +#define XKB_PREFERRED_FONT "DejaVu Sans, Courier New, Courier 10 Pitch, Monospace Bold %dpx" #define xkb_cairo_arc_for_flag(cr, x, y, r, a1, a2) \ xx = layoutx + width - 12 + x; \ @@ -170,7 +170,7 @@ layout = pango_cairo_create_layout (cr); pango_layout_set_text (layout, normalized_group_name, -1); - g_sprintf (font_str, XKB_PREFERRED_FONT, font_sizes[panel_size - 16]); + g_sprintf (font_str, XKB_PREFERRED_FONT, 0.95f * panel_size); desc = pango_font_description_from_string (font_str); pango_layout_set_font_description (layout, desc); pango_font_description_free (desc);
--- End Message ---
--- Begin Message ---Source: xfce4-xkb-plugin Source-Version: 1:0.7.1-1 We believe that the bug you reported is fixed in the latest version of xfce4-xkb-plugin, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Yves-Alexis Perez <[email protected]> (supplier of updated xfce4-xkb-plugin package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 15 Mar 2015 22:20:17 +0100 Source: xfce4-xkb-plugin Binary: xfce4-xkb-plugin Architecture: source amd64 Version: 1:0.7.1-1 Distribution: experimental Urgency: low Maintainer: Debian Xfce Maintainers <[email protected]> Changed-By: Yves-Alexis Perez <[email protected]> Description: xfce4-xkb-plugin - xkb layout switch plugin for the Xfce4 panel Closes: 576072 Changes: xfce4-xkb-plugin (1:0.7.1-1) experimental; urgency=low . [ Evgeni Golov ] * Correct Vcs-* URLs to point to anonscm.debian.org . [ Jackson Doak ] * New upstream release - Fix crash in xkb_util_normalize_group_name LP: #978230 * debian/watch: Track all versions * debian/patches/: - Add 01-font-selection.patch. Closes: #576072 LP: #733563 + Makes the xkb plugin change font with the rest of the system . [ Yves-Alexis Perez ] * debian/control: - update standards version to 3.9.6. Checksums-Sha1: 95d424022eb64afddd971f5406db36bd2167e500 1900 xfce4-xkb-plugin_0.7.1-1.dsc 6aa958e73f72f3eeb1e68b90c2b74ac215015a9c 837922 xfce4-xkb-plugin_0.7.1.orig.tar.bz2 8e9fb4d1fec7f74008bf4f1c7b6273c10f222a89 6580 xfce4-xkb-plugin_0.7.1-1.debian.tar.xz 401de0d089650cbb39eb7172003b704b066a843e 448584 xfce4-xkb-plugin_0.7.1-1_amd64.deb Checksums-Sha256: 09912baff17fd8ee2a8868a23127c3d87c6b9482d60531dfacfca376d9bdefc0 1900 xfce4-xkb-plugin_0.7.1-1.dsc 61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681 837922 xfce4-xkb-plugin_0.7.1.orig.tar.bz2 5e88b2f91efc28459b72659994f6c4598722b11337775ec477ea6c7ec03a8e9b 6580 xfce4-xkb-plugin_0.7.1-1.debian.tar.xz 8ab68d786cea2f159afe159ab52f85b5abd89c008fc8191ee4391caafbd67282 448584 xfce4-xkb-plugin_0.7.1-1_amd64.deb Files: 77e388b0014188ac7431f264adf688bf 1900 xfce optional xfce4-xkb-plugin_0.7.1-1.dsc 2f68e0d53baf68ecc1a7165ad33c26a9 837922 xfce optional xfce4-xkb-plugin_0.7.1.orig.tar.bz2 2492bf4379f3c1ab5ff7f4c8a34be3d5 6580 xfce optional xfce4-xkb-plugin_0.7.1-1.debian.tar.xz 122efb9d4a5173f896e59c03805af17a 448584 xfce optional xfce4-xkb-plugin_0.7.1-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCgAGBQJVBfgIAAoJEG3bU/KmdcClWRAIAJMbVfVL85+Ii8T+97xVnt7D j2Vkir3WfJD/8R+8/URiV9Kcxcv31JHELTnimwt2egF6bq2rCRzcVnFfJzH6Q9Vm jBZVlh3wJM0EYJtR5IMv8ViQuCJpzu2MKKuemHMQYWadIoEQm6q2SvvRgy3zbi01 vmWL8ub7NtG/zCCQJGMti6SnKJ2IT8Yo9f5gZeB3cEQRn29sFlHa4eB/jEkscN03 oB9JWUdaEPKQdTKuCPR9fCjbnPPbmnTm/Mi2nfI/+REYi335W7n196l9pNHDcvPI AgPYmXZQE6XQjC8tpRC0AkL+dJVgb/NNTVve+Pz75F9EIaXcTzy4SgOQaCxyKB4= =dBPH -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Pkg-xfce-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel

