Great to hear that! Thanks for your great work!!! I will give it a try and update with you if I have any progress.
I am using CDE as my working environment, and its a very great experience. I am wondering is there any plan to make CDE support turetype font? Or is there any suggestions if I want to do it? Thank you very much for your advice~.
TT_ERR_NOMP No ttsession process is running, probably because tt_open() has not been called yet. If this code is returned from tt_open() it means ttsession could not be started, which generally means ToolTalk is not installed on this system. I got this error too and I resolved it by starting the rpcbind service. with the follow commad: sudo service rpcbind start check rpcbind status with: sudo service rpcbind status and you should found it is active running. After doing this, I start CDE by: sudo...