2
1
I am trying to create a keyboard shortcut to raise an application that is running in the system tray (keepassx).
I have tried xdotool but it does not work. xdotool finds the windows that match the app name but activatewindow gives an error (XGetWindowProperty[_NET_WM_DESKTOP] failed (code=1)) my guess is that the application does not have a window to activate.
I also tried wmctrl with similar results, in this case no window is found.
Any ideas of what I can do?
I am running Lubuntu 14.04 LTS - LXDE / Openbox
I am having the exact same issue, did you ever find a way to make it work? – tocallaghan – 2016-11-03T00:14:23.137