Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Works differently from terminal #66

Open
mencargo opened this issue Jul 15, 2021 · 1 comment
Open

Works differently from terminal #66

mencargo opened this issue Jul 15, 2021 · 1 comment

Comments

@mencargo
Copy link

I'm in Arch Linux, budgie-desktop install with gnome group packages.
Several custom shortcuts work fine except:
jumpapp chrome
jumpapp code

Hot keys for chrome don't do anything, with or without google chrome open.
Hot keys for code (visual studio code) opens a new window even if there's another open.

However, BOTH WORK AS EXPECTED typing them to the terminal, any clues of what's going on?

@mencargo
Copy link
Author

mencargo commented Jul 15, 2021

Tried multiple options, like:
jumpapp google-stable-chrome (always a new window)
jumpapp -t google-chrome google-chrome-stable (always a new window)
jumpapp google-chrome-stable -t chrome (raise but opens a new tab with 'chrome/' on url)

Ended up making a symlink:
ln -s /usr/bin/chrome /usr/bin/google-chrome-stable
And calling it by jumpapp chrome

It shouldn't need this workaround... but well, it works...

However I cannot make the other work:

$ ls -lha /usr/bin/code*
lrwxrwxrwx 1 root root  17 Jul 12 18:44 /usr/bin/code -> /usr/bin/code-oss
-rwxr-xr-x 1 root root 234 Jul 12 18:44 /usr/bin/code-oss

jumpapp seems to find it:

$ jumpapp -L code
Matched Windows [1]
0x02600005 arch 12799 0 code-oss: ● #!/bin/bash • Untitled-1 - project - Code - OSS

Hot keys for jumpapp code opens a new window.
But $ jumpapp code raises an open window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant