projecthamster / xfce4-hamster-plugin

A recreation of the gnome-shell 'hamster project extension' for the xfce4 panel.
http://projecthamster.org
GNU General Public License v2.0
27 stars 8 forks source link

Don't close when loosing focus #3

Closed MrHaroldA closed 10 years ago

MrHaroldA commented 10 years ago

The panel plugin closes after loosing focus, so you can't copy your info into another window/browser/etc without having to open it again.

aquaherd commented 10 years ago

This is actually meant as a drop-down menu; switch to new action and dismiss it with as little interaction as possible. I'd consider leaving the drop-down open until you dismiss it as one click too many.

I'll consider adding it to an option dialog.

MrHaroldA commented 10 years ago

The DateTime plugin stays open too; and I like it ;)

aquaherd commented 10 years ago

Added setting

MrHaroldA commented 10 years ago

Could it be that with adding the setting, you've added a dependency I don't have?

settings.c:4:37: fatal error: libxfcegui4/libxfcegui4.h: No such file or directory

include <libxfcegui4/libxfcegui4.h>

                                 ^

compilation terminated. make[2]: * [libhamster_la-settings.lo] Error 1 make[2]: Leaving directory `/home/harold/checkout/xfce4-hamster-plugin/panel-plugin' make[1]: * [all-recursive] Error 1 make[1]: Leaving directory`/home/harold/checkout/xfce4-hamster-plugin' make: *\ [all] Error 2

aquaherd commented 10 years ago

Yes, install libxfcegui4-dev for compilation - strange that configure did not pick that up.