Replies: 1 comment
-
Via dconf
|
Beta Was this translation helpful? Give feedback.
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 found that on the RPI (but not on Windows), the DSK Preferences window does not allow the user to click the "..." buttons to the right of the SK Key field and to the right of the Zones field. The problem is that the vertical scroll bar overlaps the buttons and captures any mouse buttons you may use when hovering over these areas. Workaround is to select the SK Key field (or Zones field) with the mouse, then use the Tab key to move to the next field ("..."), and press Enter.

RPI 4
BBN lysmarine-bbn-full-bookworm_2025-02-26-r1339-raspios-arm64.img.xz
OpenCPN 5.10.2
DashboardSK 0.2.0
Pavel, the author of DSK plugin, suggested using gsettings
gsettings get org.gnome.desktop.interface overlay-scrolling
true
Setting it to false does indeed solve the problem, disallowing the overlay:
gsettings set org.gnome.desktop.interface overlay-scrolling false
Beta Was this translation helpful? Give feedback.
All reactions