/usr/share/uim/ui/uim-applet-menu.xml is in uim-applet-gnome 1:1.8.6+gh20161003.0.d63dadd-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | <section>
<item>
<attribute name="label" translatable="yes">Switch input method</attribute>
<attribute name="action">uim.switcher</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Preference</attribute>
<attribute name="action">uim.pref</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Japanese dictionary editor</attribute>
<attribute name="action">uim.dic</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Input pad</attribute>
<attribute name="action">uim.pad</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Handwriting input pad</attribute>
<attribute name="action">uim.hand</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Help</attribute>
<attribute name="action">uim.help</attribute>
</item>
<item>
<attribute name="label" translatable="yes">About</attribute>
<attribute name="action">uim.about</attribute>
</item>
</section>
|