about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2024-07-30 02:21:31 -0700
committerXiao Pan <xyz@flylightning.xyz>2024-07-30 02:21:31 -0700
commit953c5a5325000c6b795e24bbfc9bf1e9c1c6d175 (patch)
treead832c8789cede0273e4d4f4ff9dd65e91de60bd
parent2a5aea9130401d0d6df3dbb303fe8dcaf9d181a1 (diff)
disable /etc/xdg/autostart/org.fcitx.Fcitx5.desktop autostart
Disable /etc/xdg/autostart/org.fcitx.Fcitx5.desktop autostart, by adding
`Hidden=true` at the end and copy to ~/.config/autostart

https://wiki.archlinux.org/title/Desktop_entries#Hide_desktop_entries
-rw-r--r--configs/configs_root_dir/home/xyz/.config/autostart/org.fcitx.Fcitx5.desktop46
1 files changed, 46 insertions, 0 deletions
diff --git a/configs/configs_root_dir/home/xyz/.config/autostart/org.fcitx.Fcitx5.desktop b/configs/configs_root_dir/home/xyz/.config/autostart/org.fcitx.Fcitx5.desktop
new file mode 100644
index 0000000..f40e443
--- /dev/null
+++ b/configs/configs_root_dir/home/xyz/.config/autostart/org.fcitx.Fcitx5.desktop
@@ -0,0 +1,46 @@
+[Desktop Entry]
+Name[ca]=Fcitx 5
+Name[da]=Fcitx 5
+Name[de]=Fcitx 5
+Name[fr]=Fcitx 5
+Name[ja]=Fcitx 5
+Name[ko]=Fcitx 5
+Name[ru]=Fcitx 5
+Name[vi]=Fcitx 5
+Name[zh_CN]=Fcitx 5
+Name[zh_TW]=Fcitx 5
+Name=Fcitx 5
+GenericName[ca]=Mètode d'entrada
+GenericName[da]=Inputmetode
+GenericName[de]=Eingabemethode
+GenericName[fr]=Méthode de saisie
+GenericName[ja]=入力メソッド
+GenericName[ko]=입력기
+GenericName[ru]=Метод ввода
+GenericName[vi]=Kiểu Gõ
+GenericName[zh_CN]=输入法
+GenericName[zh_TW]=輸入法
+GenericName=Input Method
+Comment[ca]=Mètode d'entrada estàndard
+Comment[da]=Start inputmetode
+Comment[de]=Eingabemethode starten
+Comment[fr]=Démarrer la méthode de saisie
+Comment[ja]=入力メソッドを開始
+Comment[ko]=입력기 시작
+Comment[ru]=Запустить метод ввода
+Comment[zh_CN]=启动输入法
+Comment[zh_TW]=啟動輸入法
+Comment=Start Input Method
+Exec=/usr/bin/fcitx5
+Icon=fcitx
+Terminal=false
+Type=Application
+Categories=System;Utility;
+StartupNotify=false
+X-GNOME-AutoRestart=false
+X-GNOME-Autostart-Notify=false
+X-KDE-autostart-after=panel
+X-KDE-StartupNotify=false
+X-KDE-Wayland-VirtualKeyboard=true
+X-KDE-Wayland-Interfaces=org_kde_plasma_window_management
+Hidden=true