In keyboard layout indicator module I have a reaction to left-click via activateRequested(), which is to toggle the layout to the next one (as opposed to right-click which brings menu). Though currently (with latest dbusmenuqt) no matter whether I click left or right button it's always context menu that appears.<br>
<br>Is this a bug or something else is needed to make activateRequested() work?<br><br>Thanks,<br>Andriy<br><br>    /**<br>     * Inform the host application that an activation has been requested,<br>     *           for instance left mouse click, but this is not guaranteed since<br>
     *           it's dependent from the visualization<br>     * @param active if it's true the application asked for the activatin<br>     *              of the main window, if it's false it asked for hiding<br>
     * @param pos the position in the screen where the user clicked to<br>     *  trigger this signal, QPoint() if it's not the consequence of a mouse click.<br>     */<br>    void activateRequested(bool active, const QPoint &pos);<br>
<br>