Closed gotroyb127 closed 4 years ago
That's certainly not the reason :-) Thanks for the report though.
POSIXly, path1//path2 and path1/path2 are the same thing, so this doesn't make any difference. More likely is that the line_cache was unexpectedly deleted, so when you launched again (even without any changes) it was resolved.
What version of clipmenu was this with?
Looks like this should have already been resolved by 2677932c560fa54c6c22fa706d01c0d17303f1a8, it's just not in a released version yet.
There should be a release in the not too distant future.
It seems that you are right. It tricked me though as it seemed like it stopped throwing errors (although actually it didn't).
I am using version 6.0.1-1 according to pacman (I have install it from the official ArchLinux repos).
I patched the 2677932 as you said and I am currently getting no errors.
Thank you.
Good news is 6.1.0 is now out :-)
I was getting errors like:
so i just removed the trailing
/
from line 16 (cache_dir=$CM_DIR/clipmenu.$major_version.$USER/
), so now it looks likecache_dir=$CM_DIR/clipmenu.$major_version.$USER
It seems that that slash was creating the error. I just commented so that you know.