Erwin Jäger | 1 Dec 10:26
Picon
Favicon

eel2-1:2.6.2-1010

Hallo,

I'm sorry.

There is the instruction to get  (pmw-py23 and pil-py23) but no item  
Found?

Thanks for an answer,  cheers, Erwin


Feedback: not good

--
Package manager version: 0.27.13
Distribution version: 0.9.0 i386
Mac OS X version: 10.5.8
Developer Tools not installed
Feedback Courtesy of FinkCommander

Gruss von dem Erwin
an der Nördlichen Ostsee

(Continue reading)

Alexander Hansen | 1 Dec 13:57
Picon
Gravatar

Re: eel2-1:2.6.2-1010


On 12/1/11 4:26 AM, Erwin Jäger wrote:
> Hallo,
> 
> I'm sorry.
> 
> There is the instruction to get  (pmw-py23 and pil-py23) but no
> item Found?
> 
> 
> Thanks for an answer,  cheers, Erwin
> 
> 
> 
> 
> Feedback: not good
> 
> -- Package manager version: 0.27.13 Distribution version: 0.9.0
> i386 Mac OS X version: 10.5.8 Developer Tools not installed 
> Feedback Courtesy of FinkCommander
> 
> 
> 
> 
> Gruss von dem Erwin an der Nördlichen Ostsee
> 
> 
> 

1)  What does any of this have to do with eel2?  You're not trying to
(Continue reading)

[patch] glib2 on x86_64 can't collate/sort (eg in file dialogs)

GTK+ file open dialogs don't sort alphabetically on x86_64 because 
apparently glib is using Carbon for collation.  The following patch 
fixes file dialog sorting when I tested it on firefox8 on 10.7.  In 
theory it should be applied to all x86_64 platforms.  Dunno if including 
it for i386 or powerpc would be detrimental.

diff -Nurd -x'*~' glib-2.22.4.orig/tests/child-test.c 
glib-2.22.4/tests/child-test.c
--- glib-2.22.4.orig/glib/gunicollate.c.orig 2009-03-31 
18:04:20.000000000 -0500
+++ glib-2.22.4/glib/gunicollate.c 2010-03-06 17:59:08.000000000 -0600
@@ -26,6 +26,9 @@
  #include <wchar.h>
  #endif

+/* Carbon is not available on 64-bit */
+#undef HAVE_CARBON
+
  #ifdef HAVE_CARBON
  #include <CoreServices/CoreServices.h>
  #endif

Source:
https://trac.macports.org/ticket/23959

Hanspeter

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
(Continue reading)

Daniel Macks | 30 Dec 03:47

Re: [patch] glib2 on x86_64 can't collate/sort (eg in filedialogs)

This is a long-term problem that has been raised many times. As far as I know, the proposed fix still breaks
(or at least 
non-standardizes) something else instead, as noted in the upstream bug report about it. 
  
 https://bugzilla.gnome.org/show_bug.cgi?id=612019
 
dan

On Thu, 29 Dec 2011 20:04:10 -0500, Hanspeter Niederstrasser 
wrote:
GTK file open dialogs don't sort alphabetically on x86_64 because
> apparently glib is using Carbon for collation. The following patch 
> fixes file dialog sorting when I tested it on firefox8 on 10.7. In 
> theory it should be applied to all x86_64 platforms. Dunno if 
> including it for i386 or powerpc would be detrimental. 
>
> diff -Nurd -x'*~' glib-2.22.4.orig/tests/child-test.c 
> glib-2.22.4/tests/child-test.c
> --- glib-2.22.4.orig/glib/gunicollate.c.orig 2009-03-31 
> 18:04:20.000000000 -0500
> glib-2.22.4/glib/gunicollate.c 2010-03-06 17:59:08.000000000 -0600
> @@ -26,6 26,9 @@
> #include 
> #endif
>
> /* Carbon is not available on 64-bit */
> #undef HAVE_CARBON
> #ifdef HAVE_CARBON
> #include 
> #endif
(Continue reading)


Gmane