Tiziano Müller
Tiziano Müller
This is a duplicate of #55, a PR which solves it is here: https://github.com/firehol/firehol/pull/461
also, if you want to install to `/usr/local` make sure that you pass `PREFIX=/usr/local` to `make` for both building (manually run `make clean` if you already built it) and install.
@Zygo ok, thanks a lot for the detailed instructions. So the idea would be that polling the btrfs transaction ID should be cached and not being registered as I/O, correct?...
> This is just the first thought, but I am not sure that enabling binding to on/off button events is the right thing. What your presenter does is essentially (in...
> > The other is press+hold at which point there is no Button-event, only the MotionNotify start to appear when moving the presenter and stop when releasing the button again....
> > Here it's just that while holding the button it acts as a normal mouse but you don't get the ButtonDown/Release events. > > I'm confused. When you press...
:+1: 🤣 thanks for the hint! ``` diff --git a/src/classes/presentation_controller.vala b/src/classes/presentation_controller.vala index 9ae2010..088f0cf 100644 --- a/src/classes/presentation_controller.vala +++ b/src/classes/presentation_controller.vala @@ -770,6 +770,9 @@ namespace pdfpc { drag_x=-1; drag_y=-1; + if (event.button...
Small update: on a newer kernel (4.20.12 than 4.12.14), the button to enable the mouse shows up as button 1 instead of button 3. Everything else remains the same.
Yes, I've seen that and almost tried it. But then I discovered that pdfpc has a pointer mode already built-in and decided it would be much easier to use, especially...
ok, I retried it with and without `--verbose` and I can't reproduce it anymore, even with the same track which I was able to play on my mobile device also...