Bug 1769 - im-switcher opens a private file
Summary: im-switcher opens a private file
Status: RESOLVED FIXED
Alias: None
Product: UIM
Classification: Unclassified
Component: libuim (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: uim-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-02 18:57 UTC by UTUMI Hirosi
Modified: 2005-01-08 16:41 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.