Bug 1769

Summary: im-switcher opens a private file
Product: UIM Reporter: UTUMI Hirosi <utuhiro78>
Component: libuimAssignee: uim-bugs
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description UTUMI Hirosi 2004-11-02 18:57:22 UTC
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
-----
Comment 1 TOKUNAGA Hiroyuki 2005-01-09 11:41:12 UTC
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.