Simone Caronni

Results 115 comments of Simone Caronni

Hitting the same issue here, the various combinations of `--overwrite` and `--remove` makes the files being deleted or synced in excess with no real reproducible pattern on our systems. ```...

Just to be clear, we're not using any backslash at the end of the path.

I am the Steam maintainer in Fedora, and was playing with a few things that were not working in my setup. There is an issue in Steam, ONLY when running...

Works perfectly, using the vendor/product id is a better idea. Here is the line that I added to your `51-these-are-not-joysticks-rm.rules` file: `SUBSYSTEM=="input", ATTRS{idVendor}=="0955", ATTRS{idProduct}=="7210", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1", ENV{ID_INPUT_MOUSE}=""` Mode `666` is...

The plug creates multiple devices also when `ID_INPUT_MOUSE` is empty, so the best thing to do would probably be to remove the device like you did for the other devices:...

Nevermind, got it. The first one removes the `event*` device. Ok, so the full lines for the controller should be: `SUBSYSTEM=="input", ATTRS{idVendor}=="0955", ATTRS{idProduct}=="7210", ENV{ID_INPUT_MOUSE}=="?*", RUN+="/bin/rm %E{DEVNAME}", ENV{ID_INPUT_MOUSE}="", ENV{ID_INPUT_JOYSTICK}="1"` `SUBSYSTEM=="input", ATTRS{idVendor}=="0955",...

Please ignore my last comments, I've made some tests, if the event device for the mouse ceases to exist, the controller does not work. What you pushed to the other...

I guess I was not clear enough at https://github.com/minio/mc/issues/4047#issuecomment-1273268059, the issue we are facing is when doing a mirror to a local filesystem for backup purposes. In that case we...

The first issue is still the same in the first comment, I don't think it makes sense to open another one: ![image](https://user-images.githubusercontent.com/1983966/216925140-17d57f42-abaf-4648-b018-8ba8babe2147.png) Just passing `--overwrite --remove` removes everything. I'll open...

Hello, thanks for your work on the engine. I've been using this "variant" in the past few months and I'm very happy with it, it includes already the OpenAL stuff:...