From 744d6c3349c35213108fafd90ad7143b7396070c Mon Sep 17 00:00:00 2001 From: Pierre Olivier Martel Date: Thu, 26 Feb 2026 11:05:17 -0500 Subject: [PATCH] Remove Fcitx5 XDG autostart desktop entry --- install/config/all.sh | 1 + install/config/remove-fcitx5-autostart.sh | 1 + migrations/1772120972.sh | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 install/config/remove-fcitx5-autostart.sh create mode 100644 migrations/1772120972.sh diff --git a/install/config/all.sh b/install/config/all.sh index b80e4ca5..52458a72 100644 --- a/install/config/all.sh +++ b/install/config/all.sh @@ -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 diff --git a/install/config/remove-fcitx5-autostart.sh b/install/config/remove-fcitx5-autostart.sh new file mode 100644 index 00000000..62cc1790 --- /dev/null +++ b/install/config/remove-fcitx5-autostart.sh @@ -0,0 +1 @@ +sudo rm -f /etc/xdg/autostart/org.fcitx.Fcitx5.desktop diff --git a/migrations/1772120972.sh b/migrations/1772120972.sh new file mode 100644 index 00000000..7ef79f37 --- /dev/null +++ b/migrations/1772120972.sh @@ -0,0 +1,3 @@ +echo "Remove Fcitx5 XDG autostart desktop entry" + +source $OMARCHY_PATH/install/config/remove-fcitx5-autostart.sh