Duplicate command does not work on other stream deck devices
It looks like when I create an action on my stream deck mini (switching audio devices, using a shell script to change volume) I can't replicate the same command on my other stream deck devices (mk2, plus). I copy it perfectly over to another button and it just doesn't work. It's like the command is locked to the mini and can't be used elsewhere. Just hoping maybe someone has some insight on this? Thanks in advance 🙂
33 Replies
which action are you using for this? The run command one?
yeah, it's the run command for both that i am testing.
let me know if there's some logs or anything i can help with.
What commands do you use in these actions? Could you send me an example profile with these actions? (Please on the SD+ or SDXL if available)
for switching audio devices, i use
pactl set-default-sink alsa_output.usb-GS3_GS3_20180508-00.analog-stereo
and pactl set-default-sink alsa_output.pci-0000_13_00.6.analog-stereo
for each run command. im uploading a video demonstration if that helps.have yopu tried instead of copying the whole button, to only copy the commands them selfs and recreate the construct around them? Does this work?
I just tried (have more or less the same button set up) and for my copying from my XL to my plus works without problems.
which version of OpenDeck do you have installed right now? Stable or Git Version? Latest? How did you install it?
OpenDeck v2.5.0 (ba75e04) on x86_64-unknown-linux-gnu installed via flatpak
ill make a video of this real quick
Anything in the logs regarding this?
Pastebin
opendeck2 - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
@Matt Derrick Just a stupid question, but have you tried restarting your PC?
haha that's never a stupid question (i work in IT haha) ill give that a go here real quick
thanks. (I also work in IT and many say its a stupid question, but it resolves a lot of problems)
same (non functional) result
is the command working without a toggle action? (No need for a video all the time, I believe you also without one)
nope, separating out the commands to two different buttons on the plus does not work either 🙁
could you create a test profile and create there the buttons to see if it works?
oh, behold! the command works after a computer restart, on both decks!
nice.
funny enough tho, i do notice that the commands i copied and pasted from the mini to the plus on different buttons, the command is blank. that seems to happen sometimes when copying and pasting ive noticed.
Just one thing, Please open issues in #issues next time so they can be separeted easier from the rest.
ahhhh my bad, will do in the future
interresting. I am setting up my SD+ since yesterday with a lot of copy pasting and never encountered this so far.
i wonder if it makes a difference using shortcuts vs right click?
you are using shortcuts or right click?
both
kinda intermittently
i'll see if i can recreate the issue and start a new thread for it
ok. I will switch to using shortcut because right now, I only use right klick in opendeck
thanks for the help by the way!
no worries
there is no shortcut
only right click works
yeah. just tried it too. @Matt Derrick about what shortcuts are you talking? CTRL+C and CTRL+V?
also I think copying and pasting toggle actions could be broken
just checked the code
for my toggle audio output it worked between my XL and my Plus.
yes, this was copy and paste with the keyboard shortcuts. not for the button itself, but the commands that go into the field of the button.
it's worth noting that it does seem intermittent. sometimes it works, sometimes it doesn't. ill play with it to see if i can find specifically what doesn't work.
copying and pasting the command text should be no different to entering it manually as if it were not copypasted
but maybe try entering a space after the command and then backspacing it after pasting, just to be sure