Package Details: yed 1:3.25-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.020331
First Submitted: 2009-03-08 11:56 (UTC)
Last Updated: 2025-01-31 19:03 (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 .. 3 4 5 6 7 8 9 10 11 12 Next › Last »

Bevan commented on 2014-11-22 17:11 (UTC)

Good catch, orschiro. Seems like quite a bit of research was needed to find out what caused the problem. It also solves the behaviour in gnome that the icon is shown twice in the dock if the application is set as a favorite. Thanks for the fix! :)

orschiro commented on 2014-11-22 15:45 (UTC)

@Bevan Could you please add the following line to yed.desktop? + StartupWMClass=B-A-A-B This will fix an issue with multiple icons displayed in plank dock bar. More information: http://kb.openstudioproject.com/content/fix-double-google-chrome-icon-docky-and-plank https://github.com/numixproject/numix-icon-theme-circle/issues/865 Thank you for your maintenance! Robert

orschiro commented on 2014-10-08 06:38 (UTC)

Is someone using a custom icon theme and can confirm that the custom icon is displayed for all apps except for yed? My issue is related to using Numix Icon theme and described here. https://github.com/numixproject/numix-icon-theme-circle/issues/865#issuecomment-58161636 I would appreciate any hints!

i18nde commented on 2014-09-25 07:29 (UTC)

Yes, that it is. Thanks a lot. ;)

Bevan commented on 2014-09-24 16:46 (UTC)

Do you use the archlinux-fr repository? They have a prebuilt yed package in there but still in version 3.12.2. Here yaourt complains about this on every update, so this may be a reason.

orschiro commented on 2014-09-24 15:59 (UTC)

@i18nde Does the same happen if you build it manually?

i18nde commented on 2014-09-24 13:15 (UTC)

It will not update via yaourt to yEd-3.13, although it it written here, still remains at version 3.12.2. Any ideas? Thanks.

Bevan commented on 2012-11-07 20:22 (UTC)

@ystein: It seems like they have split up their software into two jar files without increasing their version number. I've just corrected the PKGBUILD. Thank you for reporting.