felixhageloh / weather-widget

A weather widget for Übersicht
64 stars 32 forks source link

/bin/sh: /Applications/System: No such file or directory #14

Open daitarn opened 9 years ago

daitarn commented 9 years ago

Hi, as stated in the title I'm getting this error: /bin/sh: /Applications/System: No such file or directory I have Mavericks installed (10.9.5), and I have on my root directory the hidden folder "bin" with the Unix executable named "sh" inside!? Thanks in advance

felixhageloh commented 9 years ago

The /bin/sh is just telling that the error uncured when running a shell command. The problem is probably the second part: /Applications/System/. It almost looks like it is a cut off path that had a space in it. Does it look like the starting path to your widgets folder maybe?

daitarn commented 9 years ago

Thanks for your replay, no, the widgets folder is in the default location, user Library/App support/Übersicht/widgets. But there is no Applications folder with System in it on my HD, I've searched with System files+Invisible files enabled, strange.. I have 3 other widgets and they are working fine.

felixhageloh commented 9 years ago

Are you using the weather widget as is, or did you add some modifications?

daitarn commented 9 years ago

As is, I always just copy them first to the widgets folder to see if they work. Maybe some other process on my computer is interfering with your widget or the Übersicht app itself?

felixhageloh commented 9 years ago

Yeah it might be something specific to your machine. I don't think it is another process though, but more likely some different configuration. I will see if I can find what it could be!