View Single Post
Posts: 173 | Thanked: 83 times | Joined on Dec 2011
#1001
Just posted this in the ProfileMatic thread too. Posting here if tgalal knows whats happening.

I dont know if this is a profilematic bug. I have a rule which activates at 9.00 am and in the custom actions, I have put in the path to the "Wazapp" whatsapp client which was recently released.

When I clicked "test" , it launched wazapp application correctly , but I noticed that in the chats, the virtual keyboard does not come up if I click in the text input area. On the other hand, if I launch wazapp from the terminal using the same command as I input in Profilematic custom action, the keyboard comes up fine in the chat. !

Please let me know if you need any more help in debugging this one. Thanks for your great app.
Ok, I was able to solve this issue by creating a script in /home/user/bin
which looks like:

#!/bin/sh
QT_IM_MODULE=MInputContext export QT_IM_MODULE
/opt/waxmppplugin/bin/wazapp/wazapp
Then, using this script as custom action, the keyboard came up correctly in chats in Wazapp . Hope this info helps for anyone trying to script wazapp using Profilematic.
 

The Following 3 Users Say Thank You to nokiac For This Useful Post: