trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: April 2012

Re: [trinity-devel] Editing MNG files

From: Darrell Anderson <humanreadable@...>
Date: Thu, 5 Apr 2012 13:08:25 -0700 (PDT)
> > What the last file included does, I do not know.
> I will need to verify if it can be removed from the code
> before removing it totally.
> 
> If the image can't be removed, sounds as though we can at
> least convert to static PNG. Agree?

Now that I pay attention to what I wrote previously, the kmenu_basic.mng referenced in tdebase/kicker/libkicker/panelbutton.cpp:878 is to kicker/pics/kmenu_basic.mng.

The directory kicker/pics does not exist.

There is the kicker/data/kickoff directory. I believe that reference in panelbutton.cpp should be to kicker/data/kickoff/kmenu_basic.mng.

That snippet of code was from the initial import of kickoff, GIT hash fd7a608ffe99df747f0496300276b95f766c18b9, 03 Sep 2010.

I can patch the file path reference easily enough, but that still leaves the question of converting the image to GIF or PNG.

Darrell