Angelo Graziosi
Angelo Graziosi
Have you read [this](https://docs.microsoft.com/it-it/archive/blogs/windowsinternals/windows-10-how-to-configure-file-associations-for-it-pros) document? Could it be helpful? It seems that just exporting associations in an `xml` file, changing the desired associations there and re-importing the `xml` should solve...
I have the same issue and opened a similar ticket (#22853). Some year ago I removed Brave from all systems because of this.. then I saw that this was in...
BTW, I find that collecting that data is not exactly in line with the policy of the **Secure, Fast & Private Web Browser** ...
I just upgraded to 1.42.83: same situation described in this issue. Nothing changed since April and, frankly, I am annoyed each time to revert to 1.37 which is the last...
I was working on this argument and I came across this discussion. This is what I did. It should be self explanatory by means of comments. Maybe you find bugs...
Applying this patch Emacs in MSYS2 builds and works: ``` cat Makefile.in.patch --- src/Makefile.in.orig 2022-04-08 15:34:57.000000000 +0200 +++ src/Makefile.in 2022-04-08 17:30:07.117334600 +0200 @@ -610,7 +610,9 @@ lisp.mk $(etc)/DOC $(lisp) \...
@jeremyd2019 , maybe you need to look at the [patch](https://github.com/msys2/MSYS2-packages/blob/master/emacs/configure.ac.diff) that [MSYS2](https://github.com/msys2/MSYS2-packages/blob/master/emacs/PKGBUILD) uses to build Emacs package... It asumes that MSYS2 is.. Cygwin... The strange thing here is that the...
Sorry @StarWolf3000, but I did not wrote about the USB storage is not R/W and mounted.. I wrote about `find` does not work. The usb storage works regularly, is mounted...
@StarWolf3000, obviously I tried that... I remember this is an old issue that affects mainly FAT32 USB keys and that sometimes cannot be reproduced. BTW, on WSL-Ubuntu it works: ```...
@WilliamNoad, regarding this error: ``` rm -rf /f/foo rm: fts_read failed: No such file or directory ``` I have found [this](https://stackoverflow.com/questions/51921976/catch-rm-fts-read-no-such-file-or-directory-error-and-continue) discussion from which I deduced I have to try...