[Gtk-sharp-list] Suggestion for Gtk# Windows MSI

ulrichb ulrich.b at gmx.at
Sat Dec 11 18:59:41 EST 2010


At the moment the Gtk# Windows MSI calls gdk-pixbuf-query-loaders.exe to
create the gdk-pixbuf.loaders file (and write absolute paths into this
file):

"C:/Program Files
(x86)/GtkSharp/2.12/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.dll"
"ani" 4 "gtk20" "The ANI image format" "LGPL"
"application/x-navi-animation" ""
"ani" ""
"RIFF    ACON" "    xxxx    " 100

"C:/Program Files
(x86)/GtkSharp/2.12/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.dll"
"bmp" 5 "gtk20" "The BMP image format" "LGPL"
"image/bmp" "image/x-bmp" "image/x-MS-bmp" ""
"bmp" ""
"BM" "" 100
.....

I've tested the following content of ths file:

"../lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.dll"
"ani" 4 "gtk20" "The ANI image format" "LGPL"
"application/x-navi-animation" ""
"ani" ""
"RIFF    ACON" "    xxxx    " 100

"../lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.dll"
"bmp" 5 "gtk20" "The BMP image format" "LGPL"
"image/bmp" "image/x-bmp" "image/x-MS-bmp" ""
"bmp" ""
"BM" "" 100


And it works (for example I loaded a PNG successfully), ... so this static
file content cound maybe replace calling gdk-pixbuf-query-loaders.exe during
the MSI setup.
-- 
View this message in context: http://mono.1490590.n4.nabble.com/Suggestion-for-Gtk-Windows-MSI-tp3083864p3083864.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.


More information about the Gtk-sharp-list mailing list