letsfindaway / OpenBoard

I'm using this fork to contribute features and fixes to the upstream project. In order to create good pull requests, I'm rebasing my feature branches, squashing and reordering commits, etc. If you fork this repository be aware that my development branches may rewrite history without prior notice.
http://openboard.ch/
GNU General Public License v3.0
9 stars 0 forks source link

Show/hide onboard using DBus #97

Closed letsfindaway closed 2 years ago

letsfindaway commented 2 years ago

Currently the onboard OSK is shown and hdden by starting and killing the process. Even the source code says "Not exactly a great solution". And indeed, there is a DBus method allowing to show and hide the OSK by sending

As Qt offers a DBus interface, we should use this. So

For openSUSE builds, add a Recommends: onboard (stronger) or Suggests: onboard (weaker) to the spec file.

letsfindaway commented 2 years ago

done as a single commit within the branch for rework of the build system