Merge pull request #4752 from pomartel/fcitx5-autostart

Remove Fcitx5 autostart desktop entry
This commit is contained in:
David Heinemeier Hansson
2026-02-26 15:19:08 -05:00
committed by GitHub
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ run_logged $OMARCHY_INSTALL/config/mise-work.sh
run_logged $OMARCHY_INSTALL/config/fix-powerprofilesctl-shebang.sh
run_logged $OMARCHY_INSTALL/config/docker.sh
run_logged $OMARCHY_INSTALL/config/mimetypes.sh
run_logged $OMARCHY_INSTALL/config/remove-fcitx5-autostart.sh
run_logged $OMARCHY_INSTALL/config/localdb.sh
run_logged $OMARCHY_INSTALL/config/walker-elephant.sh
run_logged $OMARCHY_INSTALL/config/fast-shutdown.sh
@@ -0,0 +1 @@
sudo rm -f /etc/xdg/autostart/org.fcitx.Fcitx5.desktop
+3
View File
@@ -0,0 +1,3 @@
echo "Remove Fcitx5 XDG autostart desktop entry"
source $OMARCHY_PATH/install/config/remove-fcitx5-autostart.sh