-
-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Describe the bug
A clear and concise description of what the bug is.
Desktop (please complete the following information):
- Distro: Arch Linux
- Desktop Environment: Gnome
- output of
uname -a: Linux eos 6.12.47-1-lts Flaky /dev/hidraw causing haptics worker panic #1 SMP PREEMPT_DYNAMIC Fri, 12 Sep 2025 08:06:51 +0000 x86_64 GNU/Linux
Service Logs
Please copy the output of journalctl -u surface-dial.service / the daemon's stdout/stderr.
-- no entries --
but, when manually run and run with stacktrace: thread '' panicked at src/fake_input.rs:121:14:
failed to install virtual touchpad device: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
thread '' panicked at src/controller/controls/media_with_volume.rs:17:22:
called Result::unwrap() on an Err value: RecvError
When possible, please reproduce the bug with the RUST_BACKTRACE=1 environment variable set. Having a detailed backtrace will make it easier to diagnose (and hopefully fix) the bug.