Re: Gnome panel hacking

2007-06-22 Thread Ross Burton
On Fri, 2007-06-22 at 13:51 +0200, Peter Henriksson wrote: A 100px button would be pretty small on the 2560x1600px TFT I wish I had. :) Please let it be configurable trough gconf or some such. Or even better, work out from the system DPI how many pixels a button say 3cm would take. Ross --

Re: Gnome panel hacking

2007-06-22 Thread Xavier Bestel
On Fri, 2007-06-22 at 13:03 +0100, Ross Burton wrote: On Fri, 2007-06-22 at 13:51 +0200, Peter Henriksson wrote: A 100px button would be pretty small on the 2560x1600px TFT I wish I had. :) Please let it be configurable trough gconf or some such. Or even better, work out from the system

Re: Gnome panel hacking

2007-06-22 Thread Vincent Untz
Le vendredi 22 juin 2007, à 14:10 +0200, Xavier Bestel a écrit : On Fri, 2007-06-22 at 13:03 +0100, Ross Burton wrote: On Fri, 2007-06-22 at 13:51 +0200, Peter Henriksson wrote: A 100px button would be pretty small on the 2560x1600px TFT I wish I had. :) Please let it be configurable

Re: Gnome panel hacking

2007-06-21 Thread Vincent Untz
Le mercredi 20 juin 2007, à 21:58 +0200, Gianni Moschini a écrit : And now each buttons has maximum allocated space. This also fix the issue of window title name changes. This is the result with only one window loaded: http://boby.joe.free.fr/files/buttonlist.png A lot of people hate it

Re: Gnome panel hacking

2007-06-21 Thread Gianni Moschini
2007/6/21, Vincent Untz [EMAIL PROTECTED]: A lot of people hate it when the buttons take all the space :-) I don't like it either, but if possible every wish should be satifsied. Your previous patch was fixing a size for the buttons, but it might not be the best thing to do since it's often

Re: Gnome panel hacking

2007-06-21 Thread Havoc Pennington
Hi, Gianni Moschini wrote: The fixed size respect both. When you open a window, it creates a button of 100 pixels width (in an horizontal panel) Each time you open a new window, it creates a 100 pixels width buttons again, till there is no much left space. Then it becomes to shrink each

Re: Gnome panel hacking

2007-06-21 Thread Vincent Untz
Le jeudi 21 juin 2007, à 18:37 +0200, Gianni Moschini a écrit : The fixed size respect both. When you open a window, it creates a button of 100 pixels width (in an horizontal panel) Each time you open a new window, it creates a 100 pixels width buttons again, till there is no much left

Re: Gnome panel hacking

2007-06-21 Thread Elijah Newren
On 6/21/07, Havoc Pennington [EMAIL PROTECTED] wrote: Gianni Moschini wrote: The fixed size respect both. When you open a window, it creates a button of 100 pixels width (in an horizontal panel) Each time you open a new window, it creates a 100 pixels width buttons again, till there is

Re: Gnome panel hacking

2007-06-20 Thread Gianni Moschini
Hello everyone. I had to think of a better solution when we want to get maximum width for the buttons. Because in that case fixed size buttons is not a solution. And then I got an idea. It's damn easy to respect the fact that you want larger buttons. This is what I did : edit the

Re: Gnome panel hacking

2007-06-19 Thread Gianni Moschini
I struggle and need some help to understand how to load the applet in the gnome-panel here. I have downloaded the code of gnome-panel, and in that case I want to edit the file located in gnome-panel/applets/wncklet/window-list.c When done I go to the gnome-panel top directory, and hit

Re: Gnome panel hacking

2007-06-19 Thread Kalle Vahlman
2007/6/19, Gianni Moschini [EMAIL PROTECTED]: I struggle and need some help to understand how to load the applet in the gnome-panel here. [...] I need light. And even god can't help me into this. Heed the words from the demigod of panel applets and thou shalt be enlightened:

Re: Gnome panel hacking

2007-06-19 Thread Gianni Moschini
2007/6/19, Kalle Vahlman [EMAIL PROTECTED]: http://www.davyd.id.au/articles/debugging-gnome-applets.shtml Thanks you for the link, I really appreciate it. But I can't find what I'm looking for. [quote] To run your applet without installing it, first kill all running versions of the applet:

Re: Gnome panel hacking

2007-06-19 Thread Vincent Untz
Hi, Le mardi 19 juin 2007, à 08:18 +0200, Gianni Moschini a écrit : I struggle and need some help to understand how to load the applet in the gnome-panel here. I have downloaded the code of gnome-panel, and in that case I want to edit the file located in

Re: Gnome panel hacking

2007-06-19 Thread Vincent Untz
Le mardi 19 juin 2007, à 09:06 +0200, Gianni Moschini a écrit : 2007/6/19, Kalle Vahlman [EMAIL PROTECTED]: http://www.davyd.id.au/articles/debugging-gnome-applets.shtml Thanks you for the link, I really appreciate it. But I can't find what I'm looking for. [quote] To run your

Re: Gnome panel hacking

2007-06-19 Thread Gianni Moschini
2007/6/19, Vincent Untz [EMAIL PROTECTED]: The bug you're interested in is in libwnck, not in the applet itself. The applet is using the WnckTasklist widget, which does most of the work. Many thanks for your help :-) Ok so here I am, I added a size limit to the task list buttons, set it to

Re: Gnome panel hacking

2007-06-18 Thread Bastien Nocera
On Tue, 2007-06-19 at 00:12 +0200, Gianni Moschini wrote: Seems that Vincent Untz is the current maintainer of gnome-panel, so this should have been directly sent to him. But the panel is something everyone uses, so I am just sending it here. I would like to know if the Window List applet

Re: Gnome panel hacking

2007-06-18 Thread Elijah Newren
On 6/18/07, Diego Escalante Urrelo [EMAIL PROTECTED] wrote: I wrote about this some months ago: http://mail.gnome.org/archives/desktop-devel-list/2007-March/msg00141.html Nobody replied however. Attention all aspiring heroes of GNOME: Fix bug 310809 and fame will be yours. Not only will

Re: Gnome panel hacking

2007-06-18 Thread Diego Escalante Urrelo
On 6/18/07, Elijah Newren [EMAIL PROTECTED] wrote: On 6/18/07, Diego Escalante Urrelo [EMAIL PROTECTED] wrote: I wrote about this some months ago: http://mail.gnome.org/archives/desktop-devel-list/2007-March/msg00141.html Nobody replied however. Attention all aspiring heroes of GNOME:

Re: Gnome panel hacking

2007-06-18 Thread Elijah Newren
On 6/18/07, Diego Escalante Urrelo [EMAIL PROTECTED] wrote: Hahaha. Main issue with that bug when I checked it was that there's a lot of discussion that makes aspiring gnome heroes think that they better let it on current heroes and rock stars hands. So if you or anyone can put some nice

Re: Gnome panel hacking

2007-06-18 Thread Havoc Pennington
Hi, Elijah Newren wrote: That said, I think Havoc already outlined the fix in http://bugzilla.gnome.org/show_bug.cgi?id=310809#c24. And as he said, it requires some notion of a natural size. Thus, the best way to do this may be to wait for the results of Mathias Hasselmann's SOC project