Add IBUS_PREFIX env in start scripts.
authorHuang Peng <shawn.p.huang@gmail.com>
Thu, 7 Aug 2008 01:22:51 +0000 (09:22 +0800)
committerHuang Peng <shawn.p.huang@gmail.com>
Thu, 7 Aug 2008 01:22:51 +0000 (09:22 +0800)
daemon/ibus-daemon.in
gconf/ibus-gconf
gconf/ibus-gconf.in
setup/ibus-setup.in

index 48522be7cbf5a9a0c61f4eb33d6d98e7d1540fe5..f4a8f249b17a677d963ab82254b2d09cddb4150a 100644 (file)
@@ -19,5 +19,6 @@
 # Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 # Boston, MA  02111-1307  USA
 
+export IBUS_PREFIX=@prefix@
 exec python @prefix@/share/ibus/daemon/ibusdaemon.py $@
 
index f7ee86d61778a33264da6027f44280dabf255b31..0e3a03c57ff59f4a9f4a1eb2638bd26b461865e9 100644 (file)
@@ -19,5 +19,6 @@
 # Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 # Boston, MA  02111-1307  USA
 
+export IBUS_PREFIX=/usr
 exec python /usr/share/ibus/gconf/main.py $@
 
index a662d3433717a4248898a31ced855b5c1122bba4..c1fcf8b756dd60412fb5b5bbc58fce89c9c2af88 100644 (file)
@@ -19,5 +19,6 @@
 # Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 # Boston, MA  02111-1307  USA
 
+export IBUS_PREFIX=@prefix@
 exec python @prefix@/share/ibus/gconf/main.py $@
 
index cfba1ab953ca1a9f18d63996266376216c83bf1c..936c2816d06d10e70829c930aa125a54ffaabae0 100644 (file)
@@ -19,5 +19,6 @@
 # Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 # Boston, MA  02111-1307  USA
 
+export IBUS_PREFIX=@prefix@
 exec python @prefix@/share/ibus/setup/main.py $@