What i mean, is that i’ve found that a lot of GUI programs really doesn’t like # symbol on it’s path, although it’s not like it’s prohibited on UNIX / Linux at all…
find for example doesn’t care, but i constantly find and report bugs related to paths which have # to different programs, now for example i’ve discovered that if you have it in Dolphin and will try to recursively search from that folder - search will fail back to folder, before # in full path…
you could find something what says this sign is a discrimination on someone and they all have to remove it from the code (like master and slave on GitHub)
Even on Windows it’s 100% legit symbol and i’ve never had a problem in any program with it, and Linux technically have waaaay less restricted characters for dirs / filenames
I assume there’s some “naive” special character processing/checking code flying around in the “one guy/gal coding away” universe which doesn’t account for all cases. I’m guilty of that myself too.