From: MINAMI H. <mi...@mi...> - 2005-02-21 15:42:33
|
Hi, I've committed changes to allow each mlterm window have its own icon image and make the icons configurable at run-time. The feature may not work depending on your window manager etc. Since we are planning to release mlterm 2.9.2 by the end of this month and I'm going to include this change into next release, please let me know if it works for you. How to use: NOTE: You have to compile mlterm with gdk-pixbuf or imlib support. * by command-line option 1. run mlterm in a "daemon mode" (with "-j blend" or "-j genuine") 2. run "mlclient --iconpath=/path/to/an/image/file" then new window with specified icon should be opened. For example, mlclient --iconpath=/usr/X11R6/include/X11/pixmaps/vim.xpm -e vim may open a window running vim with vim's icon. * sending escape sequence On a shell running mlterm, execute echo -e "\033]5379;icon_path=/path/to/an/image\007" and the icon of the mlterm window should be changed. If you have installed "mlcc", you can use mlcc icon_path /path/to/an/image instead of composing a magic string. In both cases, the icon belongs to a pty, not to a window. i.e. if you create multiple ptys using Ctrl-F2 and change one of their icons, the icon of mlterm window will reflect the pty on it when you switch ptys using Ctrl+F3/F4. -- minami |