Salomon Sickert | 6 Apr 2010 21:58
Picon
Favicon

GSoC - Improving the desktop experience with the "Task" and "TaskMonitor" D-Bus API


Hi,

I just want to announce the availability of my proposal at
http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/sickert/t127021584118

Local Mirror at: http://home.in.tum.de/~sickert/gsoc-local.html

Mockups are located here:
http://home.in.tum.de/~sickert/dbus-tasks-mockups

As always comments and advice are appreciated especially from
GNOME-Shell, Nautilus, Epiphany and Empathy/Telepathy developers.

Sincerely

Salomon Sickert
Huang, FrankR | 9 Apr 2010 09:25
Picon
Favicon

No icon on the gnome desktop using geode driver


 

Hi, all

 

            This is AMD guy. We need some help from the community.

            Right now, we are debugging the geode driver. In three BTS, the big issue is the “no icon” bug on the desktop.

            I have written some simple Xlib programs trying  to reproduce this issue because it does not depend on the window manager. That will be more simple to fix on the bug root. But all these programs failed to reproduce.

            Two Xlib application to demonstrate:

            One is displaying an application icon via the Window manager using (Continue reading)

Huang, FrankR | 9 Apr 2010 09:38
Picon
Favicon

RE: No icon on the gnome desktop using geode driver


Murray,

	That is not a simple thing. The geode driver does has some bug in it. The driver has not been maintained for a
while. If I use vesa driver instead of geode driver, the icon can be displayed.
	Can you give me a link of a sample program , like the eog program?

Thanks,
Frank

-----Original Message-----
From: Murray Cumming [mailto:murrayc <at> murrayc.com] 
Sent: 2010年4月9日 15:35
To: Huang, FrankR
Cc: gnome-devel-list <at> gnome.org; gtk-list <at> gnome.org
Subject: Re: No icon on the gnome desktop using geode driver

On Fri, 2010-04-09 at 15:25 +0800, Huang, FrankR wrote:
> Another example is the eog program under gnome. The button icon can
> not be displayed in the program. It is quite similar with our bug. But
> this program is written in GTK, no Xlib.

Recent versions of GNOME don't show the button and menu icons by
default, on purpose. I think there is a gconf key to turn that back on.

If the problem is more complicated than that, maybe you should try a
simple GTK+ test case. That will be easier for you to investigate.

--

-- 
murrayc <at> murrayc.com
(Continue reading)

Huang, FrankR | 9 Apr 2010 08:51
Picon
Favicon

No icon on the gnome desktop using geode driver


Hi, all

 

            This is AMD guy. We need some help from the community.

            Right now, we are debugging the geode driver. In three BTS, the big issue is the “no icon” bug on the desktop.

            I have written some simple Xlib programs trying  to reproduce this issue because it does not depend on the window manager. That will be more simple to fix on the bug root. But all these programs failed to reproduce.

            Two Xlib application to demonstrate:

            One is displaying an application icon via the Window manager using XCreateBitmapFromData() function. This icon can display on the application window correctly.

(Continue reading)

Huang, FrankR | 9 Apr 2010 08:55
Picon
Favicon

No icon on the gnome desktop using geode driver


 

Hi, all

 

            This is AMD guy. We need some help from the community.

            Right now, we are debugging the geode driver. In three BTS, the big issue is the “no icon” bug on the desktop.

            I have written some simple Xlib programs trying  to reproduce this issue because it does not depend on the window manager. That will be more simple to fix on the bug root. But all these programs failed to reproduce.

            Two Xlib application to demonstrate:

            One is displaying an application icon via the Window manager using (Continue reading)

Nischal Rao | 11 Apr 2010 07:11
Picon

Gnome threads


Hi,

I am having a real tough time working with gthreads. Can anybody please provide me some link or an example of how to program using gthreads?

My application needs to handle certain signals and at the same time it needs to execute some code. What is the best way to code this?

Thanks in advance.

--
regards,
Nischal E Rao
blogs.sun.com/nischal

Join RVCE OSUM at http://osum.sun.com/group/rvceosum

_______________________________________________
gnome-devel-list mailing list
gnome-devel-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-devel-list
Nischal Rao | 12 Apr 2010 09:43
Picon

gthreads and file operations


Hi,

Within a gnome thread i need to read as well as write to a file. I tried using the regular fprintf() etc but they don't seem to work.
Can somebody please help me out since I am new to gnome threads.

Thanks in advance.

--
regards,
Nischal E Rao
blogs.sun.com/nischal

Join RVCE OSUM at http://osum.sun.com/group/rvceosum

_______________________________________________
gnome-devel-list mailing list
gnome-devel-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-devel-list
Huang, FrankR | 13 Apr 2010 12:04
Picon
Favicon

RE: No icon on the gnome desktop using geode driver


Micheal,

	Your suggestion is correct.
	Another guy in Xorg-devel mail loop has helped me fix this issue. He put the non A4/A8 HW acceleration in
lx_check_composite() instead of lx_prepare_composite().
	I'll write a gtk+ program to trace the bug findings process.

Thanks,
Frank

-----Original Message-----
From: Michael Meeks [mailto:michael.meeks <at> novell.com] 
Sent: 2010年4月12日 19:22
To: Huang, FrankR
Cc: gnome-devel-list <at> gnome.org
Subject: Re: No icon on the gnome desktop using geode driver

Hi Huang,

On Fri, 2010-04-09 at 14:51 +0800, Huang, FrankR wrote:
>             Right now, we are debugging the geode driver. In three
> BTS, the big issue is the “no icon” bug on the desktop. 

	:-)

>             Another example is the eog program under gnome. The button
> icon can not be displayed in the program. It is quite similar with our
> bug. But this program is written in GTK, no Xlib.

(Continue reading)

Michael Meeks | 12 Apr 2010 13:21
Picon
Favicon

Re: No icon on the gnome desktop using geode driver


Hi Huang,

On Fri, 2010-04-09 at 14:51 +0800, Huang, FrankR wrote:
>             Right now, we are debugging the geode driver. In three
> BTS, the big issue is the “no icon” bug on the desktop. 

	:-)

>             Another example is the eog program under gnome. The button
> icon can not be displayed in the program. It is quite similar with our
> bug. But this program is written in GTK, no Xlib.

	You want to isolate a simple test case from eog's icon rendering ? if
so - you need to do some code reading. Personally I would follow these
steps:

	* first - create a minimal gtk+ app to render a button
	  with an icon - I would do that by running 'gtk-demo' which
	  has source for you to steal.

	* then include <gdkx.h> and start cut/paste/in-lining the
	  relevant code from gtk+/gdk/x11/ that does the image
	  handling

	Quite possibly the problem is related to Xrender support; which we use
for rendering icons, primarily because this off-loads the alpha blending
into the Xserver (and theoretically hardware), and saves round-trips. I
would suspect XRenderCreatePicture / XRenderComposite myself.

(Continue reading)

Theodore Ts'o | 22 Apr 2010 19:35
Picon
Picon
Favicon
Gravatar

Linux Plumbers Conference: Call for Tracks


		    Linux Plumbers Conference 2010
			    Call for Tracks

This year, Linux Plumbers Conference will take place in Cambridge, MA
on November 3-5, 2010.  Unlike more traditional conferences, the
Plumbers conference is not structured around presentations of
completed work, or problems and solutions confined to a single
subsystem or layer of the Linux ecosystem.  Rather the Plumbers
Conference encourages BOFs type meetings and brainstorming sessions
where technical experts from different areas and leaders in the Linux
and Open Source world can get together and discuss how to make
progress towards the solution of interdisciplinary multifaceted
problems spanning multiple components of the Linux system.  In some
sense, the Plumbers Conference is really more of a workshop.

The program committee for the Linux Plumbers Conference is looking for
proposals for the "tracks" that will be run during the Plumbers
Conference.  

To do that, we are looking for "problem statements": things that could
be improved in Linux that cross multiple interfaces or other project
boundaries (if you can solve it yourself inside a single project,
please, don't let us stop you --- get hacking!).  We are looking for
problems that require collaboration and face-to-face communication
across multiple teams and open source projects.  These problems could
apply to anywhere Linux is used: Linux on the Desktop, Linux on Mobile
devices, Linux on servers, etc.

For example, if in order to get better performance, we need to get
(Continue reading)


Gmane