start:system:fcitx
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:system:fcitx [2024/12/10 10:03] – marlonivo | start:system:fcitx [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Fcitx - Eingabemethoden-Framework ====== | ||
- | Fcitx (Flexible Context-aware Input Tool with eXtension) ist ein leichtgewichtiges Eingabemethoden-Framework für Unix-ähnliche Betriebssysteme wie Linux. Es bietet Unterstützung für verschiedene Sprachen und Eingabemethoden und ist besonders nützlich für die Eingabe von nicht-lateinischen Schriftzeichen. | ||
- | |||
- | ===== Installation ===== | ||
- | |||
- | **Arch Linux:** | ||
- | |||
- | < | ||
- | sudo pacman -S fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool | ||
- | </ | ||
- | |||
- | ===== Konfiguration ===== | ||
- | |||
- | Nach der Installation sollten die folgenden Umgebungsvariablen gesetzt werden, um Fcitx5 als Eingabemethode zu verwenden: | ||
- | |||
- | < | ||
- | export GTK_IM_MODULE=fcitx | ||
- | export QT_IM_MODULE=fcitx | ||
- | export XMODIFIERS=@im=fcitx | ||
- | </ | ||
- | |||
- | Diese Variablen können in Dateien wie '' | ||
- | |||
- | ===== Autostart einrichten ===== | ||
- | |||
- | Um Fcitx5 beim Systemstart automatisch zu starten, kann eine Desktop-Datei in `~/ | ||
- | < | ||
- | [Desktop Entry] | ||
- | Type=Application | ||
- | Exec=fcitx5 | ||
- | Hidden=false | ||
- | NoDisplay=false | ||
- | X-GNOME-Autostart-enabled=true | ||
- | Name=Fcitx5 | ||
- | Comment=Start Fcitx5 input method framework | ||
- | </ | ||
- | |||
- | ===== Eingabemethoden hinzufügen ===== | ||
- | |||
- | Starten Sie das Konfigurationstool mit dem Befehl: | ||
- | < | ||
- | fcitx5-configtool | ||
- | </ | ||
- | |||
- | Im Konfigurationsfenster können Sie neue Eingabemethoden hinzufügen, | ||
- | |||
- | * Offizielle Website: https:// | ||
- | * ArchWiki-Seite zu Fcitx5: https:// | ||
- | * Gentoo Wiki zu Fcitx: https:// |
start/system/fcitx.1733825008.txt.gz · Last modified: by marlonivo