zoukankan      html  css  js  c++  java
  • Dia Diagram Mac OSX Yosemite Fix 闪退 xterm

    [转]http://navkirats.blogspot.hk/2014/10/dia-diagram-mac-osx-yosemite-fix-i-use.html

    I use the Dia tool for all my diagramming work. I have worked with many tools, but find Dia the easiest to use and is the most responsive, apart from it being a great OpenSource tool :).
     
    I recently upgraded to the new Mac Operating System Yosemite and I could no longer use Dia. Each time I clicked on the Dia icon, it would jump up & down and do nothing. I finally tried opening the app via the command line, which gave me the following error:
     
     
    The domain/default pair of (.GlobalPreferences, AppleCollationOrder) does not exist
     
    The error trace ended with GTK warning - could not open display.
     
    I could not find anything on the internet that was Dia specific, so I thought of writing this blog, in hope of helping someone in the same situation as me. So here is what I did:
     
     
    1. Goto your Applications directory where Dia.app exists (mine was located at: /Applications)
    2. Right click the icon and click on Show Package Contents
    3. Goto the directory Dia.app/Contents/Resources/bin
    4. Edit the file dia, in your favourite text editor.
    5. After line 39, add the line: export DISPLAY=:0
    6. Save and exit.
    7. Close XQuartz if its running.
    8. Now Dia should come up.
    9. If it does not come up, try restarting your computer.
    If not, try and add the line - export DISPLAY=:0 to your ~/.bash_profile, re-login and hopefully you should have Dia working once again. 
     
    Let me know if this helped you out :)





    The red rectangle shows where I put the DISPLAY variable for Dia to start responding.

  • 相关阅读:
    PAT甲题题解-1017. Queueing at Bank (25)-模拟
    PAT甲题题解-1015. Reversible Primes (20)-素数
    PAT甲题题解-1013. Battle Over Cities (25)-求联通分支个数
    PAT甲题题解-1012. The Best Rank (25)-排序水题
    POJ 3384 Feng Shui
    POJ 3525 Most Distant Point from the Sea
    HDU 1115 Lifting the Stone
    FJ省队集训最终测试 T2
    FJ省队集训最终测试 T3
    考前总结小本本
  • 原文地址:https://www.cnblogs.com/jice/p/4942422.html
Copyright © 2011-2022 走看看