Replies: 1 comment
-
Maybe I found a solution: where $abspath is the absolute path of the files to open |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have read some issues about it is not possible to open a file in linux (debian/ubuntu) by a click on a .drawio file.
I am writing a Gentoo Linux ebuild for drawio desktop and I am facing the same issue.
Is there a way to pass a filepath to be opened on application startup?
Right now I am opening drawio-desktop with:
$ export DRAWIO_DISABLE_UPDATE=true
$ cd /path/to/drawio
$ ./node_modules/.bin/electron --version="21.0.3" --name="draw.io" --description="draw.io desktop" . ./src/main/electron.js
(I am not sure if the last path to electron.js is needed).
Any help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions