DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 23rd October 2023
unicorn unicorn is offline
Port Guard
 
Join Date: Apr 2020
Posts: 32
Default fcitx

I want to use Fcitx to type Chinese, I had successfully installed it and made it work before but forgot now. I had installed fcitx-5.0.23p0, fcitx-chinese-addons-5.0.17p0, fcitx-configtool-qt-5.0.17, fcitx-gtk-5.0.23, fcitx-lua-5.0.10 and fcitx-qt-5.0.17, and add following lines to my .cshrc:
Code:
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
but when I type fcitx in terminal, I get error: /bin/ksh: fcitx : not found
Reply With Quote
  #2   (View Single Post)  
Old 23rd October 2023
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

pkg_info(1) has an -L option which can be very helpful. The package doesn't even need to be installed.
Code:
$ pkg_info -L fcitx | grep bin
/usr/local/bin/fcitx5
/usr/local/bin/fcitx5-configtool
/usr/local/bin/fcitx5-diagnose
/usr/local/bin/fcitx5-remote
Reply With Quote
  #3   (View Single Post)  
Old 23rd October 2023
unicorn unicorn is offline
Port Guard
 
Join Date: Apr 2020
Posts: 32
Default

thanks
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
fcitx suddenly lost GUI configuration dialogue boxes sacerdos_daemonis OpenBSD Packages and Ports 0 12th May 2020 06:06 AM


All times are GMT. The time now is 01:31 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick