Launchy fails to launch files on network shares
Application launcher for Windows, Mac OS X, FreeBSD and Linux
Brought to you by:
karlinjf
Currently Launchy can't launch things on network shares, eg, \\Server\whatever.exe, due to the fact that it replaces the \\ with //, and ShellExecuteEx doesn't like that. The attached patch just changes the /'s back to \'s right before ShellExecuteEx is called.
I'd second that!
Please incorporate the patch!
Any thoughts on this one?
Please make UNC paths work! I am working in a team environment and we have the sysinternals suite sitting on \\serv\tools\
I can index them with Launchy but can't run them!
Please fix this!
I have updated the patch so that it is fits with the latest revision. The new patch simply calls QDir::toNativeSeparators on the file path, which fixes the problem. Please include this, as this is a very simple and easily fixed bug.
Whoops, the patch broke Weby. I updated the patch again to check for file existence first, and only use toNativeSeparators if the file or directory exists. This fixes the bug and doesn't break anything, as far as I can tell.
Thanks a lot for your patches masamunexgp, however it does not help me because I cant compile my own Launchy. I have tried downloading Express Edition and compiling, but the .exe that is generated only works on the build PC, not on others :(