jumpapp icon indicating copy to clipboard operation
jumpapp copied to clipboard

Works differently from terminal

Open mencargo opened this issue 4 years ago • 1 comments

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 avatar Jul 15 '21 05:07 mencargo

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.

mencargo avatar Jul 15 '21 16:07 mencargo