FreeBSD Bugzilla – Attachment 128212 Details for
Bug 172093
chinese/fcitx fixes a startup warning
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1006 bytes, created by
HU Dong
on 2012-09-26 15:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
HU Dong
Created:
2012-09-26 15:10:02 UTC
Size:
1006 bytes
patch
obsolete
>diff -ruN fcitx.bak/files/patch-src__module__xkb__xkb.c fcitx/files/patch-src__module__xkb__xkb.c >--- fcitx.bak/files/patch-src__module__xkb__xkb.c 1970-01-01 08:00:00.000000000 +0800 >+++ fcitx/files/patch-src__module__xkb__xkb.c 2012-09-26 21:51:22.000000000 +0800 >@@ -0,0 +1,20 @@ >+--- ./src/module/xkb/xkb.c.orig 2012-09-26 21:43:54.000000000 +0800 >++++ ./src/module/xkb/xkb.c 2012-09-26 21:47:31.000000000 +0800 >+@@ -45,7 +45,7 @@ >+ #include "rules.h" >+ >+ #ifndef XKB_RULES_XML_FILE >+-#define XKB_RULES_XML_FILE "/usr/share/X11/xkb/rules/evdev.xml" >++#define XKB_RULES_XML_FILE "/usr/local/share/X11/xkb/rules/evdev.xml" >+ #endif >+ >+ #define GROUP_CHANGE_MASK \ >+@@ -205,7 +205,7 @@ >+ } >+ >+ if( xkbParentDir == NULL || strlen(xkbParentDir) == 0 ) { >+- xkbParentDir = strdup("/usr/share/X11"); >++ xkbParentDir = strdup("/usr/local/share/X11"); >+ } >+ >+ asprintf(&rulesFile, "%s/xkb/rules/%s.xml", xkbParentDir, rulesName);
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 172093
: 128212