Re-Request for review: kompose

Paul Howarth paul at city-fan.org
Mon Jul 25 18:53:12 UTC 2005


On Sun, 2005-07-24 at 15:05 -0500, Dennis Gilmore wrote:
> Once upon a time Friday 22 July 2005 5:07 pm, Orion Poplawski wrote:
> > Latest version:
> >
> >
> > http://www.cora.nwra.com/~orion/fedora/kompose-0.5.3-2.src.rpm
> > http://www.cora.nwra.com/~orion/fedora/kompose.spec
> >
> > I'm putting an icon in %{_datadir}/pixmaps to get it to display in the
> > menu.  Not sure if this is the best place.
> >
> Im not sure if its the best place  or best way to do it.  i guess best way 
> would be to have the icon in upstream icon sets  but i guess its ok.

For a gnome app I'd put the icon in %{_datadir}/icons/hicolor/48x48/apps
and do the following in both %post and %postun:

/bin/touch --no-create %{_datadir}/icons/hicolor || :
[ -x %{_bindir}/gtk-update-icon-cache ] &&
%{_bindir}/gtk-update-icon-cache -q %{_datadir}/icons/hicolor || :

(as per http://fedoraproject.org/wiki/ScriptletSnippets)

Not sure if the same applies to KDE apps.

Paul.
-- 
Paul Howarth <paul at city-fan.org>




More information about the fedora-extras-list mailing list