Dane Finlay
Dane Finlay
I've run into some technical problems in trying to implement some of these features, mainly the Pause/Resume mechanism. That will be added in a later version, once I've ironed out...
Related to these things is issue #1. A pause and resume playback mechanism is mentioned there, which I had forgotten about. In addition to moving the cursor forward, highlighting the...
Hello @aluzzardi. Sorry for the late response. I must admit it has been quite some time since I used pam_usb. From the looks of it, my PR includes some of...
Incidentally, the README links to your [pam_usb wiki](https://github.com/aluzzardi/pam_usb/wiki) no longer work. I can update them in this branch if you like.
I can confirm this is still compiling and working properly for me using libudisks2 version 2.8.1-4. I had to move the `pam_usb.so` file from `/lib64/security` to `/lib/x86_64-linux-gnu/security` for it to...
Hey. I was looking into this and I noticed that another [fork](https://github.com/IGP/pam_usb) of this repo has most of these issues fixed. Plus it doesn't appear to have the problem with...
Ah yes. Sorry, I noticed that bug was still there some time after writing that and forgot to mention it I guess. I see what you mean about 'Searching for...'...
Ah right, that makes sense. I had thought the bug was external to pam_usb. If it is a udisks issue, then I'm wondering if it's fixed in more recent versions....
This sounds similar to dragonfly's [Configuration toolkit](https://dragonfly2.readthedocs.io/en/latest/config.html). This [_audacity.py module](https://github.com/t4ngo/dragonfly-modules/blob/master/command-modules/_audacity.py) is a good example of using it. That repository contains separate [_audacity-en.txt](https://github.com/t4ngo/dragonfly-modules/blob/master/command-modules/_audacity-en.txt) and [_audacity-nl.txt](https://github.com/t4ngo/dragonfly-modules/blob/master/command-modules/_audacity-nl.txt) files for using the grammar with...
I'm not sure if that's possible with the configuration toolkit as it currently stands.