- Dia Diagram Editor
- Free drawing software for Windows, Mac OS X, and Linux
- Brought to you by: zbrown
- Group
- Searches
- #105 Dia not starting under Mac OS X El Capitan (10.11.1)
- Discussion
- jclosure / install_dia_osx.md
- This comment has been minimized.
- avatar-lavventura commented Apr 11, 2018
- This comment has been minimized.
- Weiming-Hu commented May 30, 2018
- This comment has been minimized.
- robertkeizer commented Jul 13, 2018
- This comment has been minimized.
- pamchi commented Oct 16, 2018
- This comment has been minimized.
- ersuneetsingh commented Oct 30, 2018
- This comment has been minimized.
- Tripazzy commented Dec 15, 2018
- This comment has been minimized.
- lama97 commented Feb 4, 2019
- This comment has been minimized.
- andialles commented Feb 15, 2019
- This comment has been minimized.
- madmuv commented Mar 13, 2019
- This comment has been minimized.
- pralhadsapre commented Mar 19, 2019
- This comment has been minimized.
- trankov commented Apr 15, 2019
- This comment has been minimized.
- csbrust commented Apr 23, 2019
- This comment has been minimized.
- muhammed-salman commented Jul 18, 2019
- This comment has been minimized.
- aalex commented Nov 20, 2019
- This comment has been minimized.
- cristobal85 commented Mar 24, 2020
- This comment has been minimized.
- sap00k commented Apr 8, 2020
- This comment has been minimized.
- joshuaolusayo commented Apr 22, 2020
- This comment has been minimized.
- helgardmeyer commented May 18, 2020
- This comment has been minimized.
- maggiekean commented Jul 30, 2020
- This comment has been minimized.
- jmattlandrum commented Sep 3, 2020
- This comment has been minimized.
- alonso-cadenas commented Sep 8, 2020
- This comment has been minimized.
- Charffyyy commented Sep 13, 2020
- This comment has been minimized.
- ficus commented Feb 8, 2021
- This comment has been minimized.
- motorina0 commented Feb 12, 2021
- This comment has been minimized.
- michalliu commented Feb 15, 2021
- This comment has been minimized.
- Romain-N69 commented Feb 17, 2021
- This comment has been minimized.
- jbandoro commented Feb 18, 2021
- This comment has been minimized.
- juniorcas12 commented Feb 24, 2021
- This comment has been minimized.
- Arigye commented Mar 3, 2021
- This comment has been minimized.
- Pranav-44 commented May 4, 2021 •
- This comment has been minimized.
- leo0001000 commented Jul 24, 2021
- This comment has been minimized.
- karobdiaz commented Aug 8, 2021
- This comment has been minimized.
- vladimir454 commented Sep 22, 2021
- Brutally add many things to the PATH. If the directories do not exist, they won’t be used anyway.
- People should really use
- http://developer.apple.com/qa/qa2001/qa1067.html
- but since no one does, we correct this by making the ‘classic’ PATH additions here:
- /usr/local/bin which, though standard, doesn’t seem to be in the PATH
- newer python as recommended by MacPython http://www.python.org/download/mac/
- MacPorts (former DarwinPorts)
- LaTeX distribution for Mac OS X
- Elmedia Video Player 4+
- Eltima LLC
- Снимки экрана
- Описание
Dia Diagram Editor
Free drawing software for Windows, Mac OS X, and Linux
Brought to you by: zbrown
Group
Searches
#105 Dia not starting under Mac OS X El Capitan (10.11.1)
Dia Version is 0.97.2-7 installed via Homebrew Cask dia. Have installed XQuartz 2.7.8 via Homebrew Cask too.
If I try to run dia it crashes. If I run it from commandline the following output is created:
The Mac OS X error report has the following information:
Hope someone knows what is going on here.
Thank you for your time.
Discussion
I am seeing the same issue. Homebrew, El Capitan, XQuartz 2.7.8, Dia 0.97.2-7.
Note that the unloadable library is being sought at @executable_path/../lib/dia/libdia.dylib.
The distribution does not have a lib/dia/libdia.dylib. There is lib/libdia.dylib and dia/libdia.dylib.
I will be happy to provide any further assistance.
I can confirm that the recent DIA version does not start if you upgrade to El Capitan. Before DIA was working as intended.
I can confirm that DIA starts again if you add
after line 39 of the DIA app.
Let’s see how stable the program will be.
Does not work for me on macOS Sierra Version 10.12.2, XQuartz 2.7.11:
Seems I was using a broken version (from homebrew). Downloading the latest 0.97.2 direct seems to work without any changes at all.
[Mac OS 10.13.2, with Xquartz 2.7.9, Dia-0.97.2-7.dmg]
I can’t run Dia via its icon. To run it from the terminal, I first need to ‘export DISPLAY=:0‘ before running /Applications/Dia.app/Content/Resources/bin/dia
To run it from the icon in LaunchPad, the bin/dia script needs to be modified to export DISPLAY=:0 before the test in line 27.
The reason for the failure seems to be due to the fact that $DISPLAY already contains a value; on my system it is: /private/tmp/com.apple.launchd.ltexsnZtF4/org.macosforge.xquartz:0.
In either case, there is no DIA icon in the Launch Bar while DIA is running. Though there is an X11 icon.
I upgraded my Xquartz 2.7.11, and now I have a Dia icon, but it ‘bounces’ the entire time that Dia is open.
Working for me and would work on any Mac OS X version; just follow these steps:
1. Download both files: Dia and XQuartz.
2. Install both
— Do not run any of them.
3. Go to Applications/Dia/Resources/bin and open «dia» file with your prefer text editor.
4. It’s time to add this line (export DISPLAY=:0) into the code:
5. Before line 27 and after line 40. (Remember the code to add is: export DISPLAY=:0)
6. Must looks like the attached image.
7. Save the changes and run Dia.
8. Everything nust be good with a functional Dia.
Well this script seems a little bit outdated, I don’t see any reason to export DISPLAY in this script. There is also a second error preventing console usage for genereting images from diagrams. Arguments to script are not passed to dia binary. Proposed solution gets rid off both.
Источник
jclosure / install_dia_osx.md
After his it won’t run because DISPLAY=:0 env var is not set
Add the following content to line 40 (right before the oascript call)
This comment has been minimized.
Copy link Quote reply
avatar-lavventura commented Apr 11, 2018
This comment has been minimized.
Copy link Quote reply
Weiming-Hu commented May 30, 2018
This works! Thank you!
This comment has been minimized.
Copy link Quote reply
robertkeizer commented Jul 13, 2018
This was helpful.
This comment has been minimized.
Copy link Quote reply
pamchi commented Oct 16, 2018
This comment has been minimized.
Copy link Quote reply
ersuneetsingh commented Oct 30, 2018
Thanks. It works.
This comment has been minimized.
Copy link Quote reply
Tripazzy commented Dec 15, 2018
This doesn’t work on Mojave.
This comment has been minimized.
Copy link Quote reply
lama97 commented Feb 4, 2019
Thanks alot ! It worked 🙂
This comment has been minimized.
Copy link Quote reply
andialles commented Feb 15, 2019
Works for me on 10.14.2(Mojave). Thanks a ton!!
This comment has been minimized.
Copy link Quote reply
madmuv commented Mar 13, 2019
thank you so much, my Mojave works!!
This comment has been minimized.
Copy link Quote reply
pralhadsapre commented Mar 19, 2019
Works perfectly on Mojave. Thank you 🙂
This comment has been minimized.
Copy link Quote reply
trankov commented Apr 15, 2019
Doesn’t work for my High Sierra (mid2011 cannot be upgraded to Mohave). If somebody won this trouble please tell how. Thanks in advance.
This comment has been minimized.
Copy link Quote reply
csbrust commented Apr 23, 2019
Works for me on High Sierra (MacBook Pro late 2011). BUT, I had to run it from the console window, could not click to open in the Applications. To run dia this way, open a terminal and enter.
$ cd /Applications
$ ./Dia.app/Contents/Resources/bin/dia
This comment has been minimized.
Copy link Quote reply
muhammed-salman commented Jul 18, 2019
Thanks @csbrust this works for me in Mac OS Mojave
This comment has been minimized.
Copy link Quote reply
aalex commented Nov 20, 2019
Works on macOS 10.14.6. Finally! Thank you!
This comment has been minimized.
Copy link Quote reply
cristobal85 commented Mar 24, 2020
Works on macOS 10.15.3 Catalina. Thanks so much!
This comment has been minimized.
Copy link Quote reply
sap00k commented Apr 8, 2020
on macOS High Sierra 10.13.6 it does not work. any help
This comment has been minimized.
Copy link Quote reply
joshuaolusayo commented Apr 22, 2020
Works on macOS Mojave 10.14.6. Thanks
This comment has been minimized.
Copy link Quote reply
helgardmeyer commented May 18, 2020
Works on macOS Catalina 10.15.4. Thank you
This comment has been minimized.
Copy link Quote reply
maggiekean commented Jul 30, 2020
Thank you! Worked like a charm!
This comment has been minimized.
Copy link Quote reply
jmattlandrum commented Sep 3, 2020
Thanks much! Interstingly, Dia was working fine for me. I didn’t use it for a month or so, then couldn’t get it to work. This did the trick.
(High Sierra 10.13.6).
This comment has been minimized.
Copy link Quote reply
alonso-cadenas commented Sep 8, 2020
Works on macOS Catalina 10.15.6. Thank you!
This comment has been minimized.
Copy link Quote reply
Charffyyy commented Sep 13, 2020
does not work for me on macOS Catalina 10.15.5
When I tried to open Dia, I click it, it says «dia is damaged» and asked me to move it to trash.
Anybody know how to fix this? Thank you!
This comment has been minimized.
Copy link Quote reply
ficus commented Feb 8, 2021
Still working in 2021. Thanks.
This comment has been minimized.
Copy link Quote reply
motorina0 commented Feb 12, 2021
This comment has been minimized.
Copy link Quote reply
michalliu commented Feb 15, 2021
Works like a charm, Thank you!
This comment has been minimized.
Copy link Quote reply
Romain-N69 commented Feb 17, 2021
This comment has been minimized.
Copy link Quote reply
jbandoro commented Feb 18, 2021
Thanks! Works for me for Dia-0.97.2-7.dmg on mac OS 10.14.6
This comment has been minimized.
Copy link Quote reply
juniorcas12 commented Feb 24, 2021
Thanks It worked on minimac catalina 10.15.7 Dia-0.97.2-7.dmg
This comment has been minimized.
Copy link Quote reply
Arigye commented Mar 3, 2021
Thanks it worked for me on 10.12.6
This comment has been minimized.
Copy link Quote reply
Pranav-44 commented May 4, 2021 •
works fine👍🏼. just remember to open the diagram file in a Xcode or some other app to edit it.
This comment has been minimized.
Copy link Quote reply
leo0001000 commented Jul 24, 2021
Thanks!! It works for me on july 24. MacOS Big Sur
This comment has been minimized.
Copy link Quote reply
karobdiaz commented Aug 8, 2021
Thanks!! It works for me on july 24. MacOS Big Sur
Hi! How are u? Could you explain to me how it is installed please?
This comment has been minimized.
Copy link Quote reply
vladimir454 commented Sep 22, 2021
hi there. this code is working in macos Big Sur
i just copied the dia bin to dia-cmd
first edit with vim and make changes
look for these part.
Brutally add many things to the PATH. If the directories do not exist, they won’t be used anyway.
People should really use
/.macosx/environment.plist to set environment variables as explained by Apple:
http://developer.apple.com/qa/qa2001/qa1067.html
but since no one does, we correct this by making the ‘classic’ PATH additions here:
/usr/local/bin which, though standard, doesn’t seem to be in the PATH
newer python as recommended by MacPython http://www.python.org/download/mac/
MacPorts (former DarwinPorts)
LaTeX distribution for Mac OS X
Check for X11
if [[ «» == $DISPLAY ]]; then
export DISPLAY=:0
fi
startx= which startx
if [[ «» == $startx ]]; then
if [[ ! -e /opt/X11/bin/startx ]]; then
# Ref: http://navkirats.blogspot.de/2014/10/dia-diagram-mac-osx-yosemite-fix-i-use.html
versionOSX=$(sw_vers -productVersion | awk -F ‘.’ ‘
[[ $
osascript -e ‘tell app «System Events» to display dialog «X11 (XQuartz) is not installed or not running. Would you like to visit xquartz.macosforge.org now in order to download and install XQuartz?» with icon 0’
if [[ $? -eq 0 ]]; then
open http://xquartz.macosforge.org
exit
fi
fi
fi
osascript -e ‘tell app «XQuartz» to launch’
for i in seq 1 30 ; do
if [[ ps aux | grep -v grep | grep startx | wc -l -lt 1 ]]; then
sleep 1
fi
done
if [[ «$DISPLAY» =
«/tmp» ]]; then
if [[ ! -e $DISPLAY ]]; then
export DISPLAY=:0
fi
fi
Источник
Elmedia Video Player 4+
Eltima LLC
-
- 4,7 • Оценок: 2,4 тыс.
-
- Бесплатно
- Включает встроенные покупки
Снимки экрана
Описание
Elmedia Video Player is a free media player for macOS. It can play pretty much any file type, be it AVI, MP4, FLV, SWF, WMV, MKV, MP3, M4V etc. Elmedia Video Player is an all-in-one solution that doesn’t call for any additional plugins or codecs.
This player has a wonderful HD experience to offer to its users thanks to native hardware-accelerated decoding that unloads the processor and brings the smooth and clean video onto the screen. Performance is further enhanced through M1 chip support.
Video and audio playback
* Keep the player on top of all apps to never miss a moment of the movie.
* Can switch between audio tracks, including external files.
* Offers its own volume control.
* Works great with various subtitles files.
* Lets you create & manage playlists.
* Able to fit the window to your screen.
* Adjustable playback speed.
* Audio visualizer helps you experience your songs in a new way.
* Seek through videos with the help of thumbnail previews.
**Watch online videos**
*Access YouTube, Vimeo, and Dailymotion videos directly from the app without bringing up a browser; no noisy ads to distract you with the Open Online Video option.
**Built-in subtitles search**
For effortless access to various subtitles we integrated Elmedia Video Player with the opensubtitles.org service, which lets you add desired subtitles to videos without leaving the app.
*Audio: mp3, m4a, wma, aac, ac3, aiff, ape, flac, mka, ogg, pcm, ra, vaw, waw, wav, aif, oga, caf, midi, mid, acm, dts, mpa, webm
*Video: 3gp, avi, mp4, mpeg, vob, flv, mov, mkv, 3iv, asf, fli, m1v, m2t, m2ts, m2v, m4v, mp2, mpg, mpg2, mpg4, mpv, mqv, nut, nuv, nsv, qt, ram, rec, rm, rmvb, ts, vcd, vfw, wmv, webm, rv, f4v, ogv, ogm, divx, asx, dat, tp, mjp, yuv, xvid, vc1, mtv
*Subtitles: utf, srt, ass, smi, txt, ssa, smil, jss, rt, idx, sub, xml
* When watching a movie with subtitles Elmedia Video Player can perfectly sync subtitles with the video.
Elmedia Video Player PRO is available via in-app purchase.
**Extra useful features of Elmedia Video Player PRO!**
*Stream local files to Chromecast, Smart TV, Apple TV, other AirPlay and DLNA-compliant devices.
* Picture-in-picture mode available.
* Ability to save subtitles from opensubtitles.org (
Elmedia Video Player can also stream audio and video content to other devices, like Roku TV, Samsung TV, LG TV, Sony TV, etc.
Elmedia’s extensive streaming possibilities:
— can stream video and audio files in their native formats or will transcode them to a supported format in real time;
— can stream the up to 4K videos to compatible devices (Chromecast Ultra, Apple TV 4K, etc.);
— can stream videos with subtitles (both embedded and external);
— can stream online videos from YouTube, Vimeo, and Dailymotion without ads (via the Open Online Video option);
— gives you full control over media streaming directly from the app. Play, pause, seek, or stop the video. When streaming to DLNA-compliant devices or Chromecast you can control volume in the player.
You can use Elmedia Video Player as an audio receiver over AirPlay. This option is helpful when you need to stream audio from your phone to a Mac with larger speakers.
Note: streaming functionality in the free version is available for 5 minute only.
* Adjust brightness, contrast, saturation, and more even during playback.
* Make the sound perfect for your ears with a 10-band equalizer. Choose one of existing presets or create your own unique sound.
* Make a screenshot of any moment or make the entire video a series of pictures with adjustable interval.
* Select the output device for audio.
* Transmit AC-3/DTS through S/PDIF.
* A couple of other convenient playback possibilities:
Select the language for the sound and subtitles;
Flip, rotate and mirror the video;
Loop any part of a video or audio file continuously.
Источник