I've noticed between lipc commands this interesting one:
com.lab126.pillow customDialog
where Dialog is a writable string. I found then an html file that seems to be inherent to this command:
Filepath:
/usr/share/webkit-1.0/pillow/sample_custom_dialog.html
And two javascript files too...
First:
/usr/share/webkit-1.0/pillow/javascript/sample_custom_dialog.js:
And second:
usr/share/webkit-1.0/pillow/strings/sample_custom_dialog_strings.js
Can somebody help me to exploit this and understand how to invoke properly the lipc command? If possible...
It would be cool to popup custom native dialogs in our programs
Thank you!