I tried this one, but oroborus doesm't map these windows to the desktop,
and it also leaves their entries on the tasklist. So, in effect, it does
nothing, for me atleast! what wm are you using?
btw, yours is _much_ smaller!
Riccardo Persichetti wrote:
> Hi Michael,
>
> I've sent a patch that does exactly what you want a few
> days ago because i was annoyed too...
>
> This patch is quite smaller (1 line).
>
> Hope you like it...
>
>
> Cheers,
>
> Riccardo.
>
>
> On 2001.12.08 10:53 Michael Adams wrote:
>
>> Hi there,
>> I'm using ROX with the Oroborus WM and one thing kept annoying me...
>> every single pinboard icon was in the tasklist (fspanel) and the
>> icons didn't stay on the bottom layer, ie the desktop.
>>
>> So.... i saw that Gmc did what i wanted, so i stole the source, and
>> applied it to ROX.
>>
>> note : patch doesn't rely on gnome!
>> how to apply : goto src dir, run 'patch -p 1 < MyPatch'
>>
>> and btw, i'm sure that there must be a better way to do all of this!
>>
>> Keep up the excellent work,
>> Michael Adams.
>>
> [snip]
>
>>
>
>
>------------------------------------------------------------------------
>
>--- pinboard.c.old Tue Nov 27 07:45:51 2001
>+++ pinboard.c Tue Nov 27 07:46:47 2001
>@@ -291,7 +291,7 @@
>
> icon->item.leafname = g_strdup(name);
>
>- icon->win = gtk_window_new(GTK_WINDOW_DIALOG);
>+ icon->win = gtk_window_new(GTK_WINDOW_POPUP);
> gtk_window_set_wmclass(GTK_WINDOW(icon->win), "ROX-Pinboard", PROJECT);
>
> icon->widget = gtk_drawing_area_new();
>
|