summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGomasy2022-09-20 15:36:46 +0900
committerGomasy2022-09-20 15:36:46 +0900
commit7eda3023c8f7c0549f46cd69ee3fa129ac8e79cb (patch)
treea2ad894c54bb27c97b0eefd4bc8f30f8c00d5f0e /PKGBUILD
parent65f23c0605cc0648a9daa10281e25a050e8b36d0 (diff)
downloadaur-ibus-autostart.tar.gz
Fix an issue that caused boot to fail
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c99cafb6ad99..811286bfb9a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gomasy <nyan@gomasy.jp>
pkgname=ibus-autostart
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc="iBus daemon autostart with XDG Autostart Specification"
arch=('any')
@@ -13,17 +13,13 @@ package() {
mkdir -p "$pkgdir/etc/xdg/autostart"
cat <<'EOF' > "$pkgdir/etc/xdg/autostart/ibus-daemon.desktop"
[Desktop Entry]
-Name=IBus (KIMPanel)
+Name=IBus
GenericName=Input Method Framework
Comment=Start IBus Input Method Framework
-Exec=ibus-daemon -drxR
+Exec=ibus-daemon -rxR
Icon=ibus
-Terminal=false
+NoDisplay=true
Type=Application
Categories=System;Utility;
-X-GNOME-Autostart-Phase=Applications
-X-GNOME-AutoRestart=false
-X-GNOME-Autostart-Notify=true
-X-KDE-autostart-after=panel
EOF
}