Fix Fcitx5 icon showing up in the waybar (again!) (#5263)

* Update Fcitx5 autostart handling

* Restart xcompose to apply the changes
This commit is contained in:
Pierre Olivier Martel
2026-04-10 06:24:30 -04:00
committed by GitHub
parent 111307fba3
commit 5ca74821d4
5 changed files with 8 additions and 5 deletions
@@ -0,0 +1,2 @@
[Desktop Entry]
Hidden=true
-1
View File
@@ -15,7 +15,6 @@ 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/nautilus-python.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
@@ -1 +0,0 @@
sudo rm -f /etc/xdg/autostart/org.fcitx.Fcitx5.desktop
-3
View File
@@ -1,3 +0,0 @@
echo "Remove Fcitx5 XDG autostart desktop entry"
source $OMARCHY_PATH/install/config/remove-fcitx5-autostart.sh
+6
View File
@@ -0,0 +1,6 @@
echo "Copy Fcitx5 autostart desktop file to ~/.config/autostart"
mkdir -p ~/.config/autostart/
cp "$OMARCHY_PATH/config/autostart/org.fcitx.Fcitx5.desktop" ~/.config/autostart/
omarchy-restart-xcompose