FreeBSD Bugzilla – Attachment 183385 Details for
Bug 215559
deskutils/xfce4-xkb-plugin 0.7.1: Problem with keyboard-layout labels
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch_deskutils.xfce4-xkb-plugin
patch_deskutils.xfce4-xkb-plugin (text/plain), 2.35 KB, created by
Vladimir Omelchuk
on 2017-06-10 14:17:55 UTC
(
hide
)
Description:
patch_deskutils.xfce4-xkb-plugin
Filename:
MIME Type:
Creator:
Vladimir Omelchuk
Created:
2017-06-10 14:17:55 UTC
Size:
2.35 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 443086) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= xfce4-xkb-plugin > PORTVERSION= 0.7.1 >+PORTREVISION= 1 > CATEGORIES= deskutils xfce > MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} > >Index: files/patch-panel-plugin_xkb-cairo.c >=================================================================== >--- files/patch-panel-plugin_xkb-cairo.c (nonexistent) >+++ files/patch-panel-plugin_xkb-cairo.c (working copy) >@@ -0,0 +1,12 @@ >+--- panel-plugin/xkb-cairo.c.orig 2015-02-27 21:53:11 UTC >++++ panel-plugin/xkb-cairo.c >+@@ -158,8 +158,7 @@ xkb_cairo_draw_label (cairo_t *cr, >+ layout = pango_cairo_create_layout (cr); >+ normalized_group_name = xkb_util_normalize_group_name (group_name); >+ >+- if (!normalized_group_name || >+- !g_utf8_validate (normalized_group_name, -1, NULL)) >++ if (!normalized_group_name) >+ { >+ g_object_unref (layout); >+ g_free (normalized_group_name); > >Property changes on: files/patch-panel-plugin_xkb-cairo.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-panel-plugin_xkb-config.c >=================================================================== >--- files/patch-panel-plugin_xkb-config.c (nonexistent) >+++ files/patch-panel-plugin_xkb-config.c (working copy) >@@ -0,0 +1,11 @@ >+--- panel-plugin/xkb-config.c.orig 2015-02-27 21:57:16 UTC >++++ panel-plugin/xkb-config.c >+@@ -141,7 +141,7 @@ xkb_config_xkb_description (XklConfigIte >+ if (ci_description[0] == 0) >+ description = g_strdup (config_item->name); >+ else >+- description = g_locale_to_utf8 (ci_description, -1, NULL, NULL, NULL); >++ description = g_strdup (ci_description); >+ >+ return description; >+ } > >Property changes on: files/patch-panel-plugin_xkb-config.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215559
:
178271
| 183385