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

Play/Pause and Touchpad On/Off hotkeys do not work in Ubuntu on V540TU #932

Closed
filipleple opened this issue Jul 5, 2024 · 7 comments
Closed
Assignees
Labels
bug Something isn't working firmware needs review novacustom_v54_mtl NovaCustom V54 Series

Comments

@filipleple
Copy link
Member

Component

Dasharo firmware

Device

NovaCustom V54 14th Gen

Dasharo version

v0.9.0-rc7

Dasharo Tools Suite version

No response

Brief summary

Play/Pause and Touchpad On/Off hotkeys do not work in Ubuntu on V540TU

How reproducible

100%

How to reproduce

Try to use the Play/Pause and Touchpad On/Off hotkeys

Expected behavior

The Play/Pause should play and pause, and the Touchpad On/Off should turn the touchpad on and off

Actual behavior

On Ubuntu, they don't. Only a icon appears at the bottom of the screen. However, all hotkeys work just fine on Windows.

Screenshots

No response

Additional context

No response

Solutions you've tried

No response

@macpijan
Copy link
Contributor

macpijan commented Jul 8, 2024

Ubuntu/kernel version missing in the report

@wessel-novacustom
Copy link

Touchpad Fn key switch requires a post installation step whenafter it works for me.

@mkopec
Copy link
Member

mkopec commented Jul 9, 2024

The touchpad hotkey fix was upstreamed into systemd and is part of version v256 and up: https://github.com/systemd/systemd/releases/tag/v256

@mkopec
Copy link
Member

mkopec commented Jul 9, 2024

The play / pause hotkey produces the KEY_PLAYPAUSE keycode in libinput debug-events correctly. I'm guessing you didn't have an application listening for the play/pause event, hence the popup.

When I play YouTube in Firefox, the hotkey works correctly. @filipleple could you retest with some app playing media to confirm it works for you too?

@filipleple
Copy link
Member Author

@mkopec yeah i can see it detected correctly in libinput debug-events as well, though when I try to use it to pause a video the popup appears and the media stream doesn't react. (making sure to have the window focused ofc, in a case where spacebar does play and pause it). I realized I used kernel 6.8.0-36 in this test, this might be the cause

@macpijan
Copy link
Contributor

macpijan commented Jul 9, 2024

The play / pause hotkey produces the KEY_PLAYPAUSE keycode in libinput debug-events correctly.

This is where our test should probably end.

If we submit a bug, ideally we should refer to the test case ID which we claim is failing here.

@mkopec
Copy link
Member

mkopec commented Jul 9, 2024

the media stream doesn't react.

The application doesn't support MPRIS, I guess not all browsers support it out of the box. In any case if the correct event appears in libinput debug-events, then the firmware's job is done, whatever happens in userspace depends on userspace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working firmware needs review novacustom_v54_mtl NovaCustom V54 Series
Projects
Development

No branches or pull requests

5 participants