Comment 3 for bug 264974

Revision history for this message
Luca Invernizzi (invernizzi) wrote :

Hi,
I've developed a patch to window-picker-applet-0.4.22 that solves this issue.
To use it, do as follows:
apt-get source window-picker-applet
cd window-picker-applet-0.4.22
patch -p1 < PATH_TO_THE_PATCH_FILE
and then the usual:
./configure
cd src && make && sudo make install
killall gnome-panel

Note that this patch *needs* gnome-panel to be restarted, since the panel orientation is chosen at initialization (I've not implemented yet the orientation change during execution).