Skip to content

Commit

Permalink
Update package name in fcitx5-configtool script
Browse files Browse the repository at this point in the history
Fix #1076
  • Loading branch information
wengxt committed Jun 11, 2024
1 parent a3764ce commit 0441758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/fcitx5-configtool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ run_qt() {
run_xdg() {
case "$DE" in
kde)
message "$(_ "You're currently running KDE, but KCModule for fcitx couldn't be found, the package name of this KCModule is usually kcm-fcitx or kde-config-fcitx. Now it will open config directory.")"
message "$(_ "You're currently running KDE, but KCModule for fcitx couldn't be found. The package name of this KCModule is usually kcm-fcitx5, kde-config-fcitx5, or fcitx5-configtool. Now it will open the configuration directory.")"
;;
*)
message "$(_ "You're currently running Fcitx with GUI, but fcitx5-config-qt couldn't be found. Now it will open config directory.")"
message "$(_ "You're currently running Fcitx with GUI, but fcitx5-config-qt couldn't be found. The package name provides this binary is usually fcitx5-configtool. Now it will open the configuration directory.")"
;;
esac

Expand Down

0 comments on commit 0441758

Please sign in to comment.