iconbox panel-plugin old feature missing
Landry
landry at fr.homeunix.org
Wed Jul 26 19:20:00 CEST 2006
Landry Breuil wrote:
> Hello list !
>
> I've just noticed that, upgrading from 4.2 to 4.4 (and from a standalone
> appl to a panel-plugin), the iconbox lost a feature that i'm missing a
> lot : the ability to show the apps icons from all desktops, not only the
> current one (and eventually different colors/highlights for apps
> showed/iconified in other desktops). It was enabled before in the
> iconbox properties, and this option has disappeared....
> Was this intentional ? (if so, why :) ?)
> Is it hard to patch the actual iconbox code to re-add this feature (i
> don't know if i'm the only one using this thing...) ?
Reading the code of the new iconbox panel plugin,
http://svn.xfce.org/svn/xfce/xfce4-panel/trunk/plugins/iconbox/iconbox.c
i've seen that this would be doable patching update_visibility() ,
adding a new case to this test :
if (ws == netk_window_get_workspace (icon->window) ||
netk_window_is_sticky (icon->window))
With a new boolean, configurable through the config window of the
plugin. I don't want to make all my appls sticky :)
Am i on the right way, or missing a lot of other things ?
Is this kind of silly little patch acceptable ?
Thanks,
Landry
More information about the Xfce
mailing list