[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: no icon in about box on MSWindows
From: |
Ben Pfaff |
Subject: |
Re: no icon in about box on MSWindows |
Date: |
Sun, 11 Jan 2015 16:13:02 -0800 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Fri, Jan 09, 2015 at 09:17:00PM +0100, Harry Thijssen wrote:
> I guess I solved the issue where there is no icon in the about box.(It was
> a missing index.theme file) However it seems the icon will only appear if
> there is already something done in PSPPIRE. If you start PSPPIRE and go
> immediately to the about-box, it has no icon. If you go again to the
> about-box it has an icon. Also when you did something else in PSPPIRE the
> pspp icon appears in the about box. Strange but that is what I see.
On GNU/Linux, the icon only appears in the about box if you did a
system-wide install. Relocatable installs don't show the icon.
I think that's because the "apps" icon is installed in a different
directory from the rest of the PSPP icons. I tried modifying the
install code to also install the app icon in the same places, and then
modifying create_icon_factory() in psppire.c to search for it there, but
it didn't work. I must have done something wrong.