im-switcher opens a private file. http://freedesktop.org/pipermail/uim/2004-October/000702.html $ strace -f -F -o ~/uim-strace.txt uim-toolbar-gtk Click 'sw' You'll find "No such file or directory" in terminal. => Quit uim-toolbar-gtk $ gedit uim-strace.txt Search "no such file" from backward. You'll find these lines: ----- !! 4916 open("/home/tkng/uim.d/im-switcher", O_RDONLY <unfinished ...> 4914 <... ioctl resumed> , [0]) = 0 4916 <... open resumed> ) = -1 ENOENT (No such file or directory) 4914 poll( <unfinished ...> 4916 write(2, "No such file or directory\n", 26) = 26 -----
Fixed. Thanks for your report.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.