Linux - internal function call issues #780
oldgearguy
started this conversation in
General
Replies: 2 comments 1 reply
|
Is it a uiButton and not a uImageButton? |
1 reply
|
I tested it in Fedora 43 - it seems to be working for me. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a panel that has a uiButton for MIDI configuration. The button has the "Component Generic"/Internal function this component should execute field set to: MIDI Device Selection.
This works perfectly 100% of the time in Windows and Apple environments. In Linux, you need to continuously click on the button and maybe once every 15/20 clicks the menu will pop up. Sometimes you just get a beep, sometimes nothing. Even adding a (temporary) hot key combo did not help.
Is there a special Linux setting or some other thing I should do to get this to work?
(I have an alternate approach - create a restricted instance with a menu bar, but I'd rather not do that if I don't have to, especially since it's only for the Linux version).
All reactions