forked from fujiwarat/ibus-anthy
-
Notifications
You must be signed in to change notification settings - Fork 10
Not recognized by IBus since 1.5.7 #4
Copy link
Copy link
Closed
Description
Hello,
Since version 1.5.7, ibus-anthy isn’t recognized anymore by IBus, and I could find why. After the install, there is one particular file that doesn’t have the right paths: /usr/share/ibus/component/anthy.xml. Here’s what it became from 1.5.6 to 1.5.7:
diff -Nru ibus-anthy-1.5.6-x86_64-1ej/usr/share/ibus/component/anthy.xml ibus-anthy-1.5.7-x86_64-1ej/usr/share/ibus/component/anthy.xml
--- ibus-anthy-1.5.6-x86_64-1ej/usr/share/ibus/component/anthy.xml 2016-01-30 01:11:36.000000000 +0100
+++ ibus-anthy-1.5.7-x86_64-1ej/usr/share/ibus/component/anthy.xml 2016-01-30 08:10:09.702103049 +0100
@@ -3,11 +3,11 @@
<component>
<name>org.freedesktop.IBus.Anthy</name>
<description>Anthy Component</description>
- <exec>/usr/libexec/ibus-engine-anthy --ibus</exec>
- <version>1.5.6</version>
+ <exec>${exec_prefix}/libexec/ibus-engine-anthy --ibus</exec>
+ <version>1.5.7</version>
<author>Peng Huang <[email protected]></author>
<license>GPL</license>
- <homepage>http://code.google.com/p/ibus</homepage>
+ <homepage>https://github.com/ibus/ibus/wiki</homepage>
<textdomain>ibus-anthy</textdomain>
<!-- for engines -->
@@ -15,5 +15,5 @@
<path>~/.config/ibus-anthy/engines.xml</path>
<path>/usr/share/ibus-anthy/engine/default.xml</path>
</observed-paths>
- <engines exec="/usr/libexec/ibus-engine-anthy --xml" />
+ <engines exec="${exec_prefix}/libexec/ibus-engine-anthy --xml" />
</component>
When I replace ${exec_prefix} by /usr, it works again. I think this needs to be addressed in further versions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels