Re: Searching for icons in the wrong place
- From: tpgww@xxxxxxxxxxx
- To: emelfm2@xxxxxxxxxxxxx
- Date: Tue, 12 Jul 2005 19:07:29 +1000
On Mon, 11 Jul 2005 21:31:43 -0400
Florian Zaehringer <flo.zaehringer@xxxxxx> wrote:
> Hi,
>
> yes, same here. After reading your mail I tried to build a debian
> package but it has the same problem.
> I looked carefully but couldn't find that bug! No clue where the
> build.h defs get changed...
> Even the binary contains no /usr/local/share/pixmaps ...
file Makefile.config, at its start, has
PREFIX ?= /usr/local
and file Makefile has
ICON_DIR ?= $(PREFIX)/share/pixmaps/$(TARGET)/
Since your #defines (below) are consistent with what I'd expect to see, you
might check that your config file (~/.emelfm2/config) does not impose a
different icon-dir path e.g. from an old install. If so, delete that file, or
just click the Defaults button in the config dialog.
HTH
Regards
Tom
>
> Hope Tom knows something.
>
> regards,
> -- Florian
>
> On Mon, 11 Jul 2005 15:56:10 +0200
> equinoxe9@xxxxxxx wrote:
>
> >
> > Hello.
> >
> > First off, I wanted to say that your apps is very pleasing to use.
> > Nice work. I've been trying to install it under /usr which works OK
> > except that the icons that aren't in GTK's stock are never found. In
> > fact, the app's trying to find them in /usr/local.
> >
> > For example, with some debug traces added in the code, that gives me
> > this : Requesting icon : gtk-find
> > Found icon in stock : gtk-find (size = 32)
> > Requesting icon : /usr/local/share/pixmaps/emelfm2/terminal_48.png
> > Failed to load icon Failed to open file
> > '/usr/local/share/pixmaps/emelfm2/terminal_48.png': No such file or
> > directory
> >
> > Here are the dir definitions in config.h
> > #define PREFIX "/usr"
> > #define BIN_DIR "/usr/X11R6/bin"
> > #define PLUGINS_DIR "/usr/lib/emelfm2/plugins/"
> > #define DOC_DIR "/usr/share/doc/emelfm2-0.1/"
> > #define ICON_DIR "/usr/share/pixmaps/emelfm2/"
> > #define LOCALE_DIR "/usr/share/locale/"
> >
> >
> > No big deal, I will just copy the missing icons where needed, but
> > anyway I
> think
> > it's a bug.
> >
> > Keep up the good work. :)
> >
> > Vincent.
> >
> >
> > --
> > Users can unsubscribe from the list by sending email to
> emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field
> or by logging into the web interface.
>
> --
> >> Life is complex - it has both real and imaginary parts. <<
>
>
> --
> Users can unsubscribe from the list by sending email to
> emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field
> or by logging into the web interface.
>
--
Users can unsubscribe from the list by sending email to
emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or by
logging into the web interface.
- Follow-Ups:
- Re: Searching for icons in the wrong place
- From: Florian Zaehringer
- References:
- Searching for icons in the wrong place
- From: equinoxe9
- Re: Searching for icons in the wrong place
- From: Florian Zaehringer
Other related posts:
- » Searching for icons in the wrong place
- » Re: Searching for icons in the wrong place
- » Re: Searching for icons in the wrong place
- » Re: Searching for icons in the wrong place
- Re: Searching for icons in the wrong place
- From: Florian Zaehringer
- Searching for icons in the wrong place
- From: equinoxe9
- Re: Searching for icons in the wrong place
- From: Florian Zaehringer