Bug #37
Expose plugin does not return
Start date:
02/17/2012
Due date:
% Done:
100%
Estimated time:
Description
Once I've pressed F12 (which is undocumented, looked in the code) and the expose drawed nicely, there's no way to get back other then killing unagi from an ssh session. I tried pressing F12 again, Escape, mouse klicks, CTRL-C, MOD-SHIFT-C (awesome binding to close clients).
Associated revisions
History
Updated by Arnaud Fontaine over 11 years ago
- Category set to Plugin
- Assignee set to Arnaud Fontaine
- Target version set to 0.4
Well, the expose plugin is currently quite buggy and that's why it is not enabled by default. The next release (0.4) will fix this kind of bugs and improve performances for this plugin.
Updated by Arnaud Fontaine over 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset e8929dda8f3ac9dbeb7d9cc5b4024f1320b4ecd3.
Support D-Bus, useful mainly for Expose plugin for now (closes #37).
Before, Expose plugin could be enabled only by pressing F12 key set in the
source code. Supporting D-Bus has the following advantages:
this commit) or restart the program.
directly, no need to do WM's job of setting the shortcuts on the Root
Windows (and all other Windows to make sure it is not caught there).
Also, set key to quit Expose to Escape after entering Expose as GrabKeyboard
is issued (this could have been done with D-Bus but it would mean more
complicated shortcuts, thus less user-friendly), in the future, in the
configuration file).