-
Notifications
You must be signed in to change notification settings - Fork 32
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
No Such File or Directory #18
Comments
It's not hardcoded, but I think I know what the issue might be. If you go to the widget and open the command: "#{process.argv[0]} weather.widget/get-weather \ If you replace that by command: "'#{process.argv[0]}' weather.widget/get-weather \ i.e. add quotes around |
Sorry- no. That results in a notification error of
Curt But it did clear the path error on the desktop…fwiw
|
Found this in the Web Inspector: /Users/curtcaveney/Library/Application Support/Übersicht/widgets/weather.widget/index.coffee:142:29: error: unexpected
|
hmm, make sure they are single quotes, just like in the example (you can also just copy paste the example) |
It was indeed single quotes. I checked several times to ensure it was right. Maybe it has something to do with the way I am editing, and copying the folder. I tried starting all over by unzipping a fresh folder. Then, without editing the coffee file or anything I copied that folder to Ubersicht and…it worked! It even detected my location correctly. Previously I have been trying to change some default settings in coffee but the widget then fails. What is the correct way to copy/move/edit? I have been unzipping the file in my Downloads, editing coffee with TextEdit then copying the folder to widgets. For editing I have been using TextEdit. Even if I do something very simply like trying to change C to F the widget fails. I have edited in my Downloads folder…fail. I have edited in the widgets folder…fail. ???? Curt
|
Felix-I tried editing the coffee file with Xcode and that worked fine. It must be that the file can not be edited with TextEdit.
|
The widget is throwing this error:
/Volumes/Macintosh : No such file or directory
My Hard Drive is called "Macintosh SSD". It appears like /Volumes/Macintosh is hard-coded somewhere. Any way to modify?
The text was updated successfully, but these errors were encountered: