Malcolm Tredinnick | 1 Aug 2003 03:56
Picon
Favicon

Re: GObject-based streams redux


On Fri, 2003-08-01 at 07:59, Mikhail Zabaluev wrote:
> Hello Jody,
> 
> On Thu, Jul 31, 2003 at 05:01:25PM -0400, Jody Goldberg wrote:
> >
> > gsf is a teeny tiny little lib, I wouldn't worry about size.  The
> > core api GsfInput is probably not a good match for what you're after
> > though as it blends read and seek into one interface.  For gsf-2.0
> > those will be split, but I haven't started on that change as yet.
> 
> I don't mind seek and all, as long as it raises a GError for
> implementations that don't support it. Is it necessary
> to erect a system of InputStream/OutputStream/Seekable
> on top of the puny GObject (does it even support multiple interface
> inheritance to begin with)?

Do you really want to be sending the error back to user with a message
like "seek not supported"? I would have thought that kind of thing
should be handled by the client application (in which case, GError is
not what you want to use).

Just thinking out loud..

Malcolm
Hilaire Fernandes | 1 Aug 2003 22:07

issue with tooltips and key accelerator


Hello, 

Porting DrGenius from Gnome1.4 to GTK+2., I noted a few problems with
Glade2/Libglade2 (hopefully most of it is working fine):

	* tooltips on toolbar appears to be not supported anymore with
libglade2: my toolbar is constructed with tooltips enable, in the source
code I force tooltip with a   gtk_toolbar_set_tooltips (GTK_TOOLBAR (w),
true); however I still do not have the tooltips;

Is it a bug of myself in my code or is it something that is not working
with libGlade2. I am using version 2.0.1-3 with unstable Debian

Hilaire Fernandes

Hilaire Fernandes

Free the school with Gnu/Linux
http://www.ofset.org/projects/edusoft.html
Hilaire Fernandes | 3 Aug 2003 14:20

Re: issue with tooltips and key accelerator with libglade


It looks like there is a fix for the toolbar tooltips issue (bug repport
#101459). 

Can a developper of libglade apply the patch? Or should I do it myself?
I prefer not, as applying the patch may need some background over
libglade to not break something.

Hilaire

On Fri, 1 Aug 2003 22:07:45 +0200
Hilaire Fernandes <hilaire <at> ext.cri74.org> wrote:

      
      Hello, 

      Porting DrGenius from Gnome1.4 to GTK+2., I noted a few problems with
      Glade2/Libglade2 (hopefully most of it is working fine):

      
      	* tooltips on toolbar appears to be not supported anymore with
      libglade2: my toolbar is constructed with tooltips enable, in the source
      code I force tooltip with a   gtk_toolbar_set_tooltips (GTK_TOOLBAR (w),
      true); however I still do not have the tooltips;

      Is it a bug of myself in my code or is it something that is not working
      with libGlade2. I am using version 2.0.1-3 with unstable Debian
Funda Wang | 3 Aug 2003 23:04
Picon

A bug in gnome-menu


Hello,
    Could somebody take a look at the following bug?
    http://qa.mandrakesoft.com/show_bug.cgi?id=3935

   Thanx.
Ole Laursen | 4 Aug 2003 00:33
Picon
Favicon

Best simple sound API?


Hi,

I'm almost ready to unleash unto the masses a game I've been
developing. I just need to add sound. The gnome-sound API is not rich
enough - using gnome_sound_play introduces an unacceptable lag (due to
the sample being loaded from disk or something like that, I guess),
and although there is gnome_sound_sample_load and
gnome_sound_connection_get, there is no function to actually play a
loaded sample.

What do people suggest I do? Add an #include <esd.h> and use
esd_sample_play?

Esd seems introduce considerable noise/distortion when playing the
samples, both on my laptop and my desktop machine.

--

-- 
Ole Laursen
http://www.cs.auc.dk/~olau/
Elliot Lee | 4 Aug 2003 06:00
Picon
Favicon

BUG NAG: 7056 bugs open on bugzilla.gnome.org


                     Component | # of Bugs
                      nautilus | 883  
                          gtk+ | 600  
                        galeon | 508  
                   gnome-panel | 292  
                     gnome-vfs | 227  
                control-center | 195  
                          GIMP | 156  
                       GnuCash | 149  
                      metacity | 128  
                         balsa | 128  
                       sawfish | 114  
                 gnome-applets | 109  
                           dia | 108  
                      epiphany | 99   
                gnome-terminal | 99   
                        medusa | 91   
                   gnome-pilot | 91   
                          glib | 87   
                     GStreamer | 85   
                      Gnumeric | 80   
                        libzvt | 79   
                 gnome-session | 77   
                    libgnomeui | 73   
                       libwnck | 71   
                         pango | 70   
                          Yelp | 69   
                        gthumb | 67   
                         gedit | 62   
(Continue reading)

Zeno Davatz | 4 Aug 2003 09:49
Favicon

gnome conflicts with lm-sensors; gnome-settings-daemon can not restart


Hi List 

I installed lm-sensors 2.8.0 on my Debian PPC. 

After some Installation I rebooted my Maschine an now I get follwoing 
errors:
 -My Panel is gone
 -While startup of Gnome I get: Gnome-Settings-Daemon has been restarted to 
often... Then Gnome can not start properly ie: there is no Panel, My 
Sylpheed-Claws crashes when I hit the reply button telling me it can not 
find my german aspell file... 

My question is:
1. What can I do to reinstall Gnome-Settings-Daemon? Is there a Debian 
Package for that? I reinstalled Gnome and Gnome-core, I also updated my 
Unstable system with the newest packages. 

Thanks for your Feedback. 

Zeno
Frederic Crozat | 4 Aug 2003 10:11
Favicon

Re: A bug in gnome-menu


Le dim 03/08/2003 à 23:04, Funda Wang a écrit :
> Hello,
>     Could somebody take a look at the following bug?
>     http://qa.mandrakesoft.com/show_bug.cgi?id=3935

Why are you asking GNOME people to look into Mandrake package bug
???????

If you want to add something to the bug, do it on our bugzilla database,
don't bother GNOME people with this kind of things !

--

-- 
Frederic Crozat <fcrozat <at> mandrakesoft.com>
Mandrakesoft
Shaun McCance | 4 Aug 2003 14:45
Picon
Favicon

Request for patch to 89838 to be applied

Bug #89838 is an accessibility show-stopper.  I've submitted three
patches to fix particular aspects of this.  One of them was applied by
John Fleck.  The other two are still lingering.  The two remaining fix
the contents pages in Yelp so that they follow the theme.

There is no string breakage.  It's a rather minor UI change, but a UI
change nonetheless.  This should really be in 2.4.  Without it, users of
accessibility themes such as High Contrast Inverse won't really be able
to use Yelp.  The contents pages will have white text against a white
background (much like *ahem* the Gnome website will).

Can this please go in?

--
Shaun
Mikael Hallendal | 4 Aug 2003 14:56
Gravatar

Re: Request for patch to 89838 to be applied

mån 2003-08-04 klockan 14.45 skrev Shaun McCance:
> Bug #89838 is an accessibility show-stopper.  I've submitted three
> patches to fix particular aspects of this.  One of them was applied by
> John Fleck.  The other two are still lingering.  The two remaining fix
> the contents pages in Yelp so that they follow the theme.
> 
> There is no string breakage.  It's a rather minor UI change, but a UI
> change nonetheless.  This should really be in 2.4.  Without it, users of
> accessibility themes such as High Contrast Inverse won't really be able
> to use Yelp.  The contents pages will have white text against a white
> background (much like *ahem* the Gnome website will).
> 
> Can this please go in?

Looks fine by me. CC'ing the release team since we are pretty late in
the release process they have to give a go too.

Regards,
  Mikael Hallendal

--

-- 
Mikael Hallendal                micke <at> imendio.com
Imendio                         http://www.imendio.com
Phone: +46 (0)709 718 918

Gmane