Error on running KDictThai with other user (not root).
Like this:
$ kdictthai
KCrash: crashing.... crashRecursionCounter = 2
KCrash: Application Name = kdictthai path = <unknown> pid = 1481
$
Ok., I'd tried to login to other user and founded error like other.
It's a DB permission problems (it's must read/write by each user).
** Please try to change permission of DB first **
[root@mib2000 root]$ su
Password:
[root@mib2000 root]# cd /usr/share/apps/kdictthai
[root@mib2000 kdictthai]# chmod ugo+rwx dict_data
[root@mib2000 kdictthai]# chmod ugo+rw dict_data/dictdata.db
[root@mib2000 kdictthai]# exit
exit
Now.. Can run it ..
[donga@mib2000 donga]$ kdictthai
[donga@mib2000 donga]$
Regards,
Donga.