On Tuesday 22 May 2018 08:36:50 Jan Stolarek wrote:
ibus works in trinity, with these three changes
These three steps that you describe are exactly what I have done and it doesn't work for me. I.e. I can use IBus in applications based on GTK/GTK3 an QT4, but not in native trinity applications that use QT3 (like KMail or Kate). Are you saying that IBus input works for you in these applications? If so there must ba another piece in this puzzle that I am missing.
Janek
Politechnika Łódzka Lodz University of Technology
Treść tej wiadomości zawiera informacje przeznaczone tylko dla adresata. Jeżeli nie jesteście Państwo jej adresatem, bądź otrzymaliście ją przez pomyłkę prosimy o powiadomienie o tym nadawcy oraz trwałe jej usunięcie.
This email contains information intended solely for the use of the individual to whom it is addressed. If you are not the intended recipient or if you have received this message in error, please notify the sender and delete it from your system.
dcop works just fine in trinity R14-etc. From one of my scripts that automates incoming mail:
# First set method Method=dcop if [[ ${Method} = 'dbus' ]] then Cmd="/usr/bin/qdbus org.kde.kmail /KMail org.kde.kmail.kmail.checkMail" fi if [[ ${Method} = 'dcop' ]] then #or for dcop, use: Cmd="/opt/trinity/bin/dcop kmail KMailIface checkMail" fi
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting