in reply to Re^3: File::XDG on varying platforms
in thread File::XDG on varying platforms
...But also, I think you want the home directory on cygwin to be /cygdrive/c/Users/somia so that cygwin tools don't get confused by "C:".
Again, perceptive. Yeah, some things would probably be easier, but the vast majority of Cygwin-provided tools work just fine with mixed or "hybrid" absolute paths using a volume letter and colon and slashes instead of backslashes, like C:/Users/somia. One cygwin tool that does break is GnuPG (gpg), so with cpan or its competition, I cannot verify download CPAN packages that have been uploaded with a verifying-key. It's something I'd like to have working but not very important in my big picture.
If I set up another Windows system I will probably try using the unix-style pathname for my home directory. At this point I've got a lot of things that might break if I changed to that.
And, yes, %APPDATA% is set to C:\Users\somia\AppData\Roaming by default. The person who wrote File::XDG apparently did not want to use the Roaming, but instead chose Local.
For someone who has implied he doesn't use Windows, you seem to know rather a lot ;-)
May 28, 2025 at 02:45 UTC
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: File::XDG on varying platforms
by NERDVANA (Priest) on May 28, 2025 at 23:10 UTC | |
by Intrepid (Curate) on May 29, 2025 at 18:04 UTC |