2016-12-26 3 views
0

Gestern funktionierte meine Inkscape-Installation einwandfrei. Jetzt habe ich den Computer benutzt und das XQuarz Icon erscheint und schließt sofort.XQuartz funktioniert nicht unter OS X El Capitan + Fehler 127 auf OnyX

Ich habe versucht, die Anwendungen von Terminal zu sehen, ob es Warnmeldungen

nb21:~ pacha$ open -a Inkscape 
nb21:~ pacha$ open -a XQuartz 

Haben konfrontiert Sie das gleiche laufen? Was kann ich ohne sichtbare Fehler machen?

Heute habe ich versucht mit OnyX und ich habe zwei bisher unbekannte Fehler: Error 127 sh: getconf: Befehl nicht und Fehler 127 sh gefunden: cat: Befehl nicht

enter image description here gefunden enter image description here

I haven‘ t installiert neue Software oder Updates: S

Antwort

0

meine Lösung (I Gebräu und Xcode vor installiert)

brew install coreutils 
brew install binutils 
brew install diffutils 
brew install ed --with-default-names 
brew install findutils --with-default-names 
brew install gawk 
brew install gnu-indent --with-default-names 
brew install gnu-sed --with-default-names 
brew install gnu-tar --with-default-names 
brew install gnu-which --with-default-names 
brew install gnutls 
brew install grep --with-default-names 
brew install gzip 
brew install screen 
brew install watch 
brew install wdiff --with-gettext 
brew install wget 
brew install bash 
brew install emacs 
brew install gdb 
brew install gpatch 
brew install less 
brew install m4 
brew install make 
brew install nano 
brew install file-formula 
brew install git 
brew install openssh 
brew install perl 
brew install python 
brew install rsync 
brew install svn 
brew install unzip 
brew install vim --override-system-vi 
brew install macvim --override-system-vim --custom-system-icons 
brew install zsh 

sudo launchctl config user path /usr/local/opt/coreutils/libexec/gnuman:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Library/TeX/texbin 
Verwandte Themen