-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
capitalized desktop filename #220
Comments
If you're experiencing a new bug, I'm not sure that's the problem. On my system it works fine with |
I think that you misunderstood me :P If you take a look at playonlinux entry in the database file https://github.com/Foggalong/hardcode-fixer/blob/master/tofix.csv#L254 |
Ah, it's a nice idea but since in theory any of the characters could be upper or lower case it would increase computation time a fair bit to iterate through them all. |
We can just lowercase both of files names during the execution of the script (just to check if the file exists) |
In principal it's a sound idea, but I think it might work out as less optimised with the relatively small number of file names that fit that description. Happy to be proved wrong mind if that isn't the case |
I don't have any idea how to implement this at the moment :pi will see if i will get some ideas in the near future |
No problem 👍 |
The script does not detect desktop files if it has some letter uppercase/lowercase
For example Playonlinux in fedora's desktop filename is
PlayOnLinux
The text was updated successfully, but these errors were encountered: