[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Icon extractor for linux apps
- From: "John Babich" <jmbabich gmail com>
- To: "For participants of the Documentation Project" <fedora-docs-list redhat com>
- Subject: Re: Icon extractor for linux apps
- Date: Sat, 23 Sep 2006 23:20:26 +0300
Paul / Tommy:
Thanks for the pointers. I'll try out your solutions and let you know how it goes.
John
On 9/23/06, Tommy Reynolds <
Tommy Reynolds megacoder com> wrote:Uttered "John Babich" <
jmbabich gmail com>, spake thus:
> Does any one know of a linux utility that extracts embedded icons from a
> linux
> application? I know of several such utilities for Windows.
>
> If such a utility doesn't exist, is there an alternate method to achieve the
> same results.
You are right: icons in Linux applications are not packaged in a
resource file like WinDoze duz. Instead, they are either separate
files installed by the RPM, or they are embedded in the program text
where they look a lot like orginary code.
Two solutions come to mind:
1) Pick them out of the RPM file. Say you have a program "foo" and
you know there are icons associated with it. Using The Force,
Luke, you can use this command line string:
$ rpm -q -f $(which foo) -l | egrep -i '.(png|jpg|gif|xpm|xbm)$'
to see a list of image files installed by the RPM which owns the
executable "foo". (If you already know the path to the "foo"
executable, just replace the "$(which foo)" with that path.
2) Cheat by using a screen shot...
HTH
--
I'm already an anomaly, I shall soon be an anachronism, and I have
every intention of dying an abuse!
--
fedora-docs-list mailing list
fedora-docs-list redhat com
To unsubscribe:
https://www.redhat.com/mailman/listinfo/fedora-docs-list
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]