diff -Nru ibus-1.4.1/debian/changelog ibus-1.4.1/debian/changelog --- ibus-1.4.1/debian/changelog 2012-03-21 21:52:15.000000000 +0900 +++ ibus-1.4.1/debian/changelog 2012-03-27 12:30:28.000000000 +0900 @@ -1,3 +1,11 @@ +ibus (1.4.1-3ubuntu2) precise; urgency=low + + * debian/patches/06_enable_replace.patch: added. + ibus.desktop never use on Ubuntu. So it is no problem to use + replace (restart) ibus-daemon. (LP: #875435) + + -- Ikuya Awashiro Tue, 27 Mar 2012 12:23:24 +0900 + ibus (1.4.1-3ubuntu1) precise; urgency=low * Merge from Debian unstable, remaining changes: diff -Nru ibus-1.4.1/debian/patches/06_enable_replace.patch ibus-1.4.1/debian/patches/06_enable_replace.patch --- ibus-1.4.1/debian/patches/06_enable_replace.patch 1970-01-01 09:00:00.000000000 +0900 +++ ibus-1.4.1/debian/patches/06_enable_replace.patch 2012-03-27 12:22:21.000000000 +0900 @@ -0,0 +1,11 @@ +--- a/bus/ibus.desktop.in ++++ b/bus/ibus.desktop.in +@@ -2,7 +2,7 @@ + _Name=IBus + _GenericName=Input Method Framework + _Comment=Start IBus Input Method Framework +-Exec=ibus-daemon --xim ++Exec=ibus-daemon --xim --replace + Icon=ibus + Terminal=false + Type=Application diff -Nru ibus-1.4.1/debian/patches/series ibus-1.4.1/debian/patches/series --- ibus-1.4.1/debian/patches/series 2012-03-21 21:38:44.000000000 +0900 +++ ibus-1.4.1/debian/patches/series 2012-03-27 12:20:33.000000000 +0900 @@ -3,3 +3,4 @@ 02_title_update.patch 05_appindicator.patch ibus-530711-preload-sys.patch +06_enable_replace.patch