Samuel Hawarden
Samuel Hawarden
Sorry. I assumed the current version available on git would be at least 3.8.3 not 3.8.2... The same issue is occurring in 3.8.3 ### Source: ``` $ wget https://github.com/hpcng/singularity/releases/download/v3.8.3/singularity-3.8.3.tar.gz $...
It looks like [lookupUnixUid()](https://github.com/hpcng/singularity/blob/v3.8.3/internal/pkg/util/user/cgo_lookup_unix.go#109) is throwing `No such file or directory`... which is not making it all the back to debug output... Except that this is the 2nd instance of...
Hi @cclerget , I haven't used singularity before now. I have just installed versions going back through 3.3.0 and they all fail for domain users with the same message while...
@cclerget The AD domain accounts are authenticated using winbind.
### Root The main point was indeed to not run things as root even if doing so just runs it from `/root/.config/autokey/`. It's not messing with my user's folders etc...
@josephj11 I have managed to get it working but the solution is nasty. It doesn't require root though so I'll count it as a win. For this example... ...the application...
No but `xinput` thinks I have 8 and I was after a solution that didn't care what device you were using.
@Elliria I am trying to get something purely in AutoKey but so haven't managed to yet as AutoKey lacks the native ability to wait for a key to be released....
It's incredibly frustrating. `xdotool` works perfectly for my use case, but only if I do it directly on the command line. If I running `sleep 5; xdotool keydown 2; sleep...
@josephj11 I have tried. Unfortunately Wine and Proton only let AutoHotkey see applications running in the same Wine prefix.