X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Thu, 1 Nov 2012 12:26:08 -0400 Message-Id: <201211011626.qA1GQ8Ex031608@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: (vaclavpe@seznam.cz) Subject: Re: [geda-user] snapshot build-20121029 - gschem problem on Windows References: Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk The regular install should have regenerated the "cache" file for the xpm icons. If you're installing a snapshot or building yourself, you might have to do this step manually. The NSI file has this: SetOutPath "$INSTDIR\bin" System::Call 'Kernel32::SetEnvironmentVariableA(t, t) i("GDK_PIXBUF_MODULE_FILE", "$INSTDIR\bin\loaders.cache").r0' ExecWait '"$INSTDIR\bin\gdk-pixbuf-query-loaders.exe" "--update-cache"'