Package Details: drawio-desktop 24.2.5-1

Git Clone URL: https://aur.archlinux.org/drawio-desktop.git (read-only, click to copy)
Package Base: drawio-desktop
Description: Diagram drawing application built on web technology
Upstream URL: https://github.com/jgraph/drawio-desktop
Licenses: Apache-2.0
Submitter: kitsunyan
Maintainer: dvalter
Last Packager: dvalter
Votes: 67
Popularity: 3.54
First Submitted: 2017-12-11 20:40 (UTC)
Last Updated: 2024-04-14 18:34 (UTC)

Latest Comments

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

jensp commented on 2021-09-08 06:56 (UTC)

It looks like the last Electron update broke Drawio. Whenever Drawio tries to open a dialog the following error appears:

Uncaught TypeError: Cannot read properties of undefined (reading 'dialog')

dvalter commented on 2021-05-31 20:59 (UTC)

@frealgagu thanks for the notice, fixed it!

frealgagu commented on 2021-05-27 23:47 (UTC)

nodejs>=12 should be added to makedependencies. Build with https://archlinux.org/packages/community/x86_64/nodejs-lts-dubnium is unsuccessful for that reason.

bassam commented on 2021-01-03 18:43 (UTC)

Lastest update doesn't seem to work.

curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume. ==> ERROR: Failure while downloading https://github.com/jgraph/drawio/archive/v14.1.5.tar.gz Aborting... Failed to build drawio-desktop

Kant commented on 2021-01-01 20:16 (UTC) (edited on 2021-01-01 20:17 (UTC) by Kant)

version 14.1.5 was released: https://github.com/jgraph/drawio-desktop/releases/tag/v14.1.5

here's the sha256sums:

sha256sums=('4a958c245c3a3d080641c3e80333578f298156e3205864dc036034a731183935'
            'd989553071cd12deb5471975200a85fcd8d5d9e516a63331305a4e2c0ec59063')

dvalter commented on 2020-06-29 09:27 (UTC)

@medmedin looks like you've experienced Github's unability to deliver sources. I had a few 500's trying to test that, so probably you should try to build this package later.

medmedin commented on 2020-06-26 11:04 (UTC)

build failed :

curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume. ==> ERROR: Failure while downloading https://github.com/jgraph/drawio/archive/v13.3.1.tar.gz Aborting... Failed to build drawio-desktop

kroloskar commented on 2020-04-09 15:23 (UTC)

@dvalter thanks a lot, the drawio-desktop-bin works fine! :)

dvalter commented on 2020-04-09 09:42 (UTC) (edited on 2020-04-09 09:47 (UTC) by dvalter)

@kroloskar, currently we use Apache Ant in the build process.

A part of Ant attempts to find Java installation the way I described earlier.

In your case it uses incorrect JAVA_HOME variable to (fail to) find java.

For your case the good way is changing JAVA_HOME to /usr/lib/jvm-11-openjdk/ (in case your Java is actually installed there). And the right way is setting up JDK/JRE as described in Arch Wiki (https://wiki.archlinux.org/index.php/Java) and setting JAVA_HOME to /usr/lib/jvm/default

Alternatively you may use drawio-desktop-bin. It does not require Java for packaging.