trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2012

Re: [trinity-devel] Need help finding graphics image

From: Darrell Anderson <humanreadable@...>
Date: Sat, 24 Mar 2012 22:42:27 -0700 (PDT)
> > I would be grateful for somebody helping me locate an
> image in the sources. The image is seen in this About
> dialog:
> > 
> > http://humanreadable.nfshost.com/trinity/build_logs/about-dialog.png
> > 
> > I'm unsure why this dialog shows a default image when
> the desktop file specifies Icon=fifteenpieces.
> > 
> > I'd like to update the image. I think the image is a
> default image for About dialogs.
> > 
>
> Are you looking for the name of the icon called by the
> current fifteenpieces about dialog in the tdetoys code? You want to swap it out
> with the 'blue puzzle piece' that is the default for icon kfifteenpieces? The
> kfifteenapplet.desktop file uses the same name, but previews the correct blue
> puzzle piece icons.
> 
> Icon=fifteenpieces
> 
> Could the default icon be pulled in in the fifteenpieces.h
> with:
> 
> class KAboutData;
> 
> Damn near impossible to play with a 36px panel :)

I want to know the name of the generic About icon that is used. I can see in fifteenapplet.cpp that no icon is defined, which means the About dialog then uses a default image. I want to find that default image.

I don't care to fix all the code that has no icon explicitly defined for the About dialog. I only want to update the generic default icon image that gets used when none is defined.

Darrell