Package Details: yed 1:3.23.2-1

Git Clone URL: https://aur.archlinux.org/yed.git (read-only, click to copy)
Package Base: yed
Description: Very powerful graph editor written in java
Upstream URL: http://www.yworks.com/en/products_yed_about.html
Licenses: custom
Submitter: fatmike
Maintainer: Bevan
Last Packager: Bevan
Votes: 249
Popularity: 0.060155
First Submitted: 2009-03-08 11:56 (UTC)
Last Updated: 2023-09-13 06:21 (UTC)

Dependencies (2)

Required by (0)

Sources (4)

Pinned Comments

balazsbotond commented on 2021-02-23 14:21 (UTC)

In case you need HiDPI support, run:

# $EDITOR $(which yed)

And add the -Dsun.java2d.uiScale=2.0 option to the java command, like:

/usr/bin/java -Dsun.java2d.uiScale=2.0 -jar /usr/share/java/yed/yed.jar "$@"

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 12 Next › Last »

rthoth commented on 2018-04-10 12:41 (UTC)

You're correct Bevan, I didn't think that. I installed openjfx and fixed my yed without changes on yed package.

Bevan commented on 2018-04-10 12:35 (UTC)

machfour: That's a good hint, thanks! I will add this as a dependency soon and adjust the start script to make sure that a JRE with JavaFX support is used.

rthoth: Exactly, this way you can force usage of Oracle's JRE. However, I don't want to force this for everybody as yed seems works fine with OpenJDK (apart from the warning on startup).

machfour commented on 2018-04-08 06:33 (UTC)

I had jdk8-openjdk and jre8-openjdk installed, and yEd wouldn't start until I also installed java-openjfx. Maybe it should be added as a dependency?

alexjorgef commented on 2018-04-07 23:02 (UTC) (edited on 2018-04-07 23:03 (UTC) by alexjorgef)

seems ok now, thanks

==> Validating source files with sha256sums...
    yEd-3.18.0.2.zip ... Passed
    yed.desktop ... Passed
    yed ... Passed

alexjorgef commented on 2018-04-06 04:33 (UTC) (edited on 2018-04-06 04:33 (UTC) by alexjorgef)

When i try to install yed via yaourt

==> Validating source files with sha256sums...
    yEd-3.17.2.zip ... FAILED
    yed.desktop ... Passed
    yed ... Passed
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build yed.

Bevan commented on 2018-03-31 09:27 (UTC) (edited on 2018-03-31 20:52 (UTC) by Bevan)

jose1711: I don't know. Did you test it yourself? I certainly won't before any Java 10 package is in the repositories or at least in AUR (an by that I don't mean jre-devel).

Edit: I missed that there is a "jre" package in AUR (only looked for jre10). I'll test and may update the script accordingly.

jose1711 commented on 2018-03-29 22:05 (UTC)

is there a problem running with oracle java 10? if not, please change the execution script accordingly. thank you, jose