Bug 3866 - pidgin toggle global hotkey not working when decorations are hidden
Status: RESOLVED WONTFIX
Alias: None
Product: Openbox
Classification: Unclassified
Component: general
Version: 3.4.7.2
Hardware: PC Linux
: P3 minor
Assignee: Dana Jansens
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2008-11-20 17:08 EST by dekaru
Modified: 2009-11-21 17:10:55 EST
1 user (show)

See Also:



Description dekaru 2008-11-20 17:08:40 EST
As stated in 
http://forum.lxde.org/viewtopic.php?f=8&t=115 

I configured the lxde-rc.xml file and set Pidgin windows to have no decoration just to find out later that the buddy list toggle hotkey (from the hotkeys plugin) would no longer work.
It wasn't until I removed the app entry in the xml file that my shortcut (CTRL + COMMA) worked once again.

This is my entry in the lxde-rc.xml file

        <application name="pidgin">
          <decor>no</decor>
        </application>


Is there a way to make this work correctly or at least hide the decorations only in the conversation windows?
Comment 1 Freddie 2009-10-30 05:59:28 EDT
<application class="Pidgin" role="conversation">
    <decor>no</decor>
</application>

should remove the decoration just from the conversation window.
Comment 2 Dana Jansens 2009-11-21 17:10:55 EST
Thanks Freddie.  I don't think there is something we can do to resolve this other than the solution given.  If the plugin stops listening/responding to the key that is it's own business.