On Wed, 27 Jul 2005 16:33:10 -0400 Michael Jennings <[EMAIL PROTECTED]> babbled:
> On Wednesday, 27 July 2005, at 15:24:20 (-0500), > Ron Lau wrote: > > > ummm.... that won't get me different icons for different Eterms in E17. > > > > I was going to try to make different execuables with different window > > classes so that I get different icons.... > > So the real question, then, is: "How do I get different icons for > different Eterms in E 0.17 without changing the window class?" And if > the answer is, "You can't," the correct response is: "Great! I'll > write a patch!" but you CAN. :) a WM_CLASS property has 2 members. res_name and res_class (class name, class class i guess). eterm lets u change the class name with a command line switch (-n) Eterm -n blah so you just need to make the window name use this one you make eterm use. it's all possible. hell as mej said - at WORST... you can write a patch :) > :-) > > Michael > > -- > Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <[EMAIL PROTECTED]> > n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org) > ----------------------------------------------------------------------- > "I believe God's grace is so incredible that He saves those who so > much as grunt in His general direction, as long as it is from their > heart." -- Rick Durrance, Youth Pastor, Wilmore UMC (paraphrased) > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO September > 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] 裸好多 [EMAIL PROTECTED] Tokyo, Japan (東京 日本) ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
