On Sun, May 30, 2010 at 11:13 AM, bb <[email protected]> wrote: > Sage Graphic will always open Gimp on my Linux System (debian lenny). I > would like to display Sage graphics for instance with Kview or some program > else. I am not shure if this is a Sage issue, may be it is a debian default.
On your system, Sage is (probably) just calling xdg-open and Debian chooses GIMP. You can override this by doing sage: sage.misc.viewer.PNG_VIEWER = 'kview' or whatever you want. --Mike -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
