You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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...
I'm in Arch Linux,
budgie-desktop
install withgnome
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?
The text was updated successfully, but these errors were encountered: