diff -Nru fcitx-4.2.8.3/debian/changelog fcitx-4.2.8.3/debian/changelog --- fcitx-4.2.8.3/debian/changelog 2013-12-28 22:45:53.000000000 +0900 +++ fcitx-4.2.8.3/debian/changelog 2014-02-03 20:57:49.000000000 +0900 @@ -1,3 +1,11 @@ +fcitx (1:4.2.8.3-2ubuntu1) trusty; urgency=medium + + * debian/fcitx-bin.install, debian/patches/0004-kill-fcitx-autostart.patch: + remove /etc/xdg/autostart/fcitx-autostart.desktop. + This file is unneccesary on Ubuntu and Debian. (LP: #1275708) + + -- Ikuya Awashiro Mon, 03 Feb 2014 04:34:45 +0900 + fcitx (1:4.2.8.3-2build1) trusty; urgency=medium * No change rebuild against libicu52 diff -Nru fcitx-4.2.8.3/debian/fcitx-bin.install fcitx-4.2.8.3/debian/fcitx-bin.install --- fcitx-4.2.8.3/debian/fcitx-bin.install 2013-11-14 02:36:01.000000000 +0900 +++ fcitx-4.2.8.3/debian/fcitx-bin.install 2014-02-03 04:31:07.000000000 +0900 @@ -8,7 +8,6 @@ usr/lib/*/fcitx/libexec/fcitx-scanner usr/lib/*/fcitx/libexec/fcitx-po-parser usr/lib/*/fcitx/libexec/comp-spell-dict -etc/xdg/autostart/fcitx-autostart.desktop usr/share/dbus-1/services/org.fcitx.Fcitx.service usr/share/man/man1/fcitx.1 usr/share/man/man1/fcitx-remote.1 diff -Nru fcitx-4.2.8.3/debian/patches/0004-kill-fcitx-autostart.patch fcitx-4.2.8.3/debian/patches/0004-kill-fcitx-autostart.patch --- fcitx-4.2.8.3/debian/patches/0004-kill-fcitx-autostart.patch 1970-01-01 09:00:00.000000000 +0900 +++ fcitx-4.2.8.3/debian/patches/0004-kill-fcitx-autostart.patch 2014-02-03 12:29:04.000000000 +0900 @@ -0,0 +1,17 @@ +--- a/data/CMakeLists.txt ++++ b/data/CMakeLists.txt +@@ -51,10 +51,10 @@ + install(FILES ${FCITX_DATA_FILES} DESTINATION "${pkgdatadir}/data") + fcitx_install_addon_desc(${FCITX_DESC_FILES}) + +-if(_ENABLE_DBUS AND ENABLE_XDGAUTOSTART) +- install(FILES "${CMAKE_CURRENT_BINARY_DIR}/fcitx-autostart.desktop" +- DESTINATION "${SYSCONFDIR}/xdg/autostart") +-endif() ++#if(_ENABLE_DBUS AND ENABLE_XDGAUTOSTART) ++# install(FILES "${CMAKE_CURRENT_BINARY_DIR}/fcitx-autostart.desktop" ++# DESTINATION "${SYSCONFDIR}/xdg/autostart") ++#endif() + + if(_ENABLE_DBUS) + install(FILES daemon.conf DESTINATION share/fcitx/dbus/) diff -Nru fcitx-4.2.8.3/debian/patches/series fcitx-4.2.8.3/debian/patches/series --- fcitx-4.2.8.3/debian/patches/series 2013-10-06 18:25:15.000000000 +0900 +++ fcitx-4.2.8.3/debian/patches/series 2014-02-03 12:27:53.000000000 +0900 @@ -1,3 +1,4 @@ 0001-try-to-avoid-rpath.patch 0002-no-display-desktop.patch 0003-wait-dbus-up-to-20-times.patch +0004-kill-fcitx-autostart.patch