Fernando Meira <[EMAIL PROTECTED]> disait dernièrement que : > Hi. > > Good news about the long fight with the weather module. Compiled with > gcc-3.4.4, the corrupted display of the temperature was fixed. However, the > images used by the module are still ugly. What can I do to make it use the > other set of images? In images dir there are both sets of images. The module > uses a mix of both, but mainly the ugly ones. Should I just delete these > ones or can I change it somewhere in a config file? I also notice that > there's an advertising for making new images... > > About the embrace module, I tried it out.. but as soon as I made the config > file, e17 blew away. Not even the crash pop-up appeared.. I was sent > directly to Entrance. A new login gave me seconds to disable the module or > I'd still be logging-in by now.. is the module not suppose to be used or I > did something wrong?
so it is an abort(), likely a double free(). to debug it use Xnest this way first start Xnest: Xnest -ac :1 # it will run an X server on :1 display env DISPLAY=:1 gdb enlightenment and "run" in gdb console it should start e17 in the Xnets server you started do what you need to get e take its abort() slap in the face when crashed, go to the gdb console and just bt. I hope you have at least e_modules and e compiled with debugging symbols and with no -fomit-frame-pointer option. -- Mathieu ------------------------------------------------------- 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
