RE: gtk+ demo on DirectFB scrolling bug

2008-08-04 Thread Kumar Siddharth

With GTK 2.10.1  DFB 1.0, i had not seen those black text area. Though
black lines were visible while Scrolling content in Firefox-DFB.

Regards,
Siddharth

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]
Sent: Friday, August 01, 2008 11:52 PM
To: gtk-app-devel-list@gnome.org
Subject: gtk+ demo on DirectFB scrolling bug



Hi,

Running gtk+ 2.12.11 on DirectFB 1.2, with Cairo 1.6.4 (under Ubuntu 8.0.4)
, the demo shows a mostly black text area when scrolling.

Also, the left side list doesn't display properly, items sometimes
disappear, or the text appears bolder, and the meta key doesn't work, so I
cannot quit the demo application (the keyboard does work though) by
pressing Meta + C.

Any thoughts? I attempted to build gtk+ 2.13 but I just ended up with too
many compilation errors.

Thanks!
CG
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments contained in it.

Contact your Administrator for further information.

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


returning a string to d-bus

2008-08-04 Thread Luka Napotnik
Hello.

I have a D-BUS listener with a GObject method which should send a string
back to D-BUS. My d-bus listener method is:

gboolean
some_object_get_name(GObject *object, gchar *str, GError **error)
{
str = g_strdup(Hello);
return TRUE;
}

But when the client connect to this d-bus interface and calls the
get_name() method, the method doesn't return the string. I'm guessing
I'm passing the string the wrong way. Please help.

Greets,
Luka
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GLib 2.17.6 released

2008-08-04 Thread Matthias Clasen
GLib 2.17.6 is now available for download at:

   http://download.gnome.org/sources/glib/2.17/

glib-2.17.6.tar.bz2  md5sum: b596b80ec89bbcc7ddb77fbf0e4db056
glib-2.17.6.tar.gz   md5sum: bbdcc3370d40e875bc0841474d9246af

This is the sixth development release leading up to GLib 2.18.

Notes:

 * This is unstable development release. While it has had
   a bit of testing, there are certainly plenty of bugs
   remaining to be found. This release should not be used
   in production.

 * Installing this version will overwrite your existing
   copy of GLib 2.16. If you have problems, you'll need
   to reinstall GLib 2.16.

 * GLib 2.18 will be source and binary compatible with
   the GLib 2.16 series. The new API additions in GLib 2.17 
   are finalized at this point. Except for unforeseen 
   last-minute problems, there should be no more API
   changes between this release and the final 2.18 release. 

 * Bugs should be reported to http://bugzilla.gnome.org.
   

About GLib
==

GLib is the low-level core library that forms the basis for projects
such as GTK+ and GNOME. It provides data structure handling for C,
portability wrappers, and interfaces for such runtime functionality as
an event loop, threads, dynamic loading, and an object system.

More information about GLib is available at:

 http://www.gtk.org/

An installation guide for the GTK+ libraries, including GLib, can
be found at:

 http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html


Overview of Changes from GLib 2.17.4 to GLib 2.17.6
===

* Fix problems on 64-bit Windows

* g_markup_context_get_user_data: New function to access
  the user_data outside of callbacks

* GIO
 - g_mount_guess_content_type_sync: synchronous version of
   g_mount_guess_content_type
 - GEmblem: A GIcon implementation that adds emblem-related
   metadata to icons
 - GEmblemedIcon: A GIcon implementation that can add emblems
   to icons

* Bugs fixed:
 544088 option_test_LDADD is left in tests/Makefile.am
 544465 gmarkup makes it hard to use pre-rolled parsers
 545485 Implicit declaration of utime()
 545798 Since: 2.18 mark is missing in g_set_error_literal...
 544140 fam-helper 64-bit issue
 529694 SELinux context setting support
 545157 wrong/no list of open with applications for .cc...
 545203 gfile.c: argument is different type
 545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
 544177 Fix trivial cut and paste error in documentation
 545395 Language tweak for g_value_set_string* docs
 541036 Gnumeric crashes when trying to open Desktop...
 546079 leak in xdgmime
 545395 Language tweak for g_value_set_string* docs
 546017 Don't copy attributes when copying a symlink

* Updated translations:
 Arabic (ar)
 Estonian (et)
 Galician (gl)
 Italian (it)
 Japanese (ja)
 Korean (ko)
 Norwegian bokmål (nb)
 Pashto (ps)
 Portugese (pt)

Thanks to all contributors:
Mathias Hasselmann
Hiroyuki Ikezoe
Richard Hult
Tor Lillqvist
Tim Janik
Ryan Lortie
Kouhei Sutou
Priit Laes
Tomas Bzatek
David Zeuthen
Bastien Nocera
Kazuki Iwamoto
Hans Breuer
Paul Bolle
Erik Walthinsen
Marek Kasik
Clemens Buss
Carlos Garcia Campos
Erik Walthinsen
Christian Kellner


August 4, 2008
Matthias Clasen


___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Can't install gtkmm (package manager won't install libgtkmm-2.4-dev)

2008-08-04 Thread Garth's KidStuff
Hi All,

Help!  I'm trying to install a build environment on a machine I just
installed Ubuntu 8.04.1 on and the package manager won't install
libgtkmm-2.4-dev.  It gives the following message:

libgtkmm-2.4-dev:
 Depends: libatk1.0-dev but it is not going to be installed
 Depends: libcairomm-1.0-dev but it is not going to be installed
 Depends: libglibmm-2.4-dev but it is not going to be installed
 Depends: libgtk2.0-dev but it is not going to be installed

If I try to install some of the dependencies, I get this message:
libglib2.0-dev:
  Depends: libglib2.0-0 (=2.16.3-1ubuntu2) but 2.16.4-0ubuntu2 is to be
installed

This used to work -- I installed this build environment on a machine just a
couple of months ago and know I'm, not doing anything different.  Anyone
have any ideas?

Thanks tons in advance -- this is seriously killing my productivity!

-Garth
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list