Home › Forums › Help and Support › This application requires Zero Install 2.8 to run
- This topic has 19 replies, 3 voices, and was last updated 10 years, 9 months ago by
foques SourceForge.
-
AuthorPosts
-
2015-01-09 at 17:13 #756
I installed the Zero Install and get the following message when I want to start the dispcalGUI: This application requires Zero Install 2.8 to run. I have a i1 display 2 and OSX Yosemite.
Any ideas where the problem might be?2015-01-09 at 17:18 #757There should be a “Download and install” button on the message dialog. If that doesn’t work, please open a terminal and type:
0install -VIf the command is not found or the version is below 2.8, please download this:
http://sourceforge.net/projects/zero-install/files/0install/2.8/ZeroInstall.pkg/download
2015-01-09 at 17:24 #758I did that but the problem still persists…
2015-01-09 at 17:25 #759What’s the output of
0install -V2015-01-09 at 17:27 #760Command not found…
2015-01-09 at 17:40 #761What the output of
echo $PATHand
ls -la /usr/local/bin2015-01-09 at 17:42 #762/Library/Frameworks/Python.framework/Versions/2.7/bin:/Library/Frameworks/Python.framework/Versions/3.4/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Argyll_V1.6.3/bin
and
ls: bin: Permission denied
2015-01-09 at 17:45 #763Seems to be an permissions problem. I’d like to know if Disk Utility’s “Fix permissions” can fix this.
In case it can’t, run
sudo chmod +rx /usr/local/bin2015-01-09 at 18:09 #764It seems that was the problem. Working now. 🙂 Thanks.
2015-08-26 at 4:19 #765Good day, I’m having the same issue.
0install -V shows same 0 – command not found.I’ve downloaded and isntalled the 0onstall several times .
$path shows /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
la -la /user/local/bin
ls: /usr/local/bin: Permission deniedI ran Disk Util with no luck; it is a brand new iMac so there isn’t anything disk util can fix yet. Help?
2015-08-26 at 15:40 #766Hi, do you happen to have something else installed that might have affected folder permissions, e.g. MacPorts?
Running the following in a terminal should fix permissions:
sudo chmod +rx /usr/local/bin2015-08-26 at 19:13 #767Hi, I do not have anything else installed.
I did try running the command, it gave me the shpiel about “power is responsibilty”, and it didn’t go any further than that.2015-08-26 at 20:03 #768So it didn’t ask for your password? Note that the command itself (chmod) doesn’t have any output, so if it ran then the permissions should be fixed now.
2015-08-26 at 21:26 #769Hello, it did run and ask for the password, but I got the same message about 0install afterwards.
2015-08-26 at 21:27 #770What’s the output of:
0install -V -
AuthorPosts