Steps to reproduce:
- Launch Firefox Developer Edition
- Use jumpapp to try and start regular Firefox with the command
jumpapp -c Navigator.firefox firefox
Expected behavior:
- Regular Firefox should get run and take focus
Actual behavior:
- Firefox Developer Edition takes focus
It seems that even though I've tried to specify using the WM_CLASS for matching windows, there doesn't seem to be any way to do an exact match. The WM_CLASS for Firefox and Firefox Developer Edition are Navigator.firefox and Navigator.firefoxdeveloperedition respectively and querying jumpapp with the WM_CLASS Navigator.firefox seems to match Navigator.firefoxdeveloperedition.
Possible solution:
- Provide an argument to make the window comparison do an exact match
Steps to reproduce:
jumpapp -c Navigator.firefox firefoxExpected behavior:
Actual behavior:
It seems that even though I've tried to specify using the WM_CLASS for matching windows, there doesn't seem to be any way to do an exact match. The WM_CLASS for Firefox and Firefox Developer Edition are
Navigator.firefoxandNavigator.firefoxdevelopereditionrespectively and querying jumpapp with the WM_CLASSNavigator.firefoxseems to matchNavigator.firefoxdeveloperedition.Possible solution: