PSGraph icon indicating copy to clipboard operation
PSGraph copied to clipboard

Doesn't detect Graphviz on linux

Open Stephanevg opened this issue 6 years ago • 3 comments

Hi,

I wasn't sure if PSgraph is 'supported' on Linux. I am on ubuntu 1804, and I have the following error message when I try to create a graph:

image

As you could seem these are automated tests.

I have installed Graphviz using: sudo apt install graphviz (I had to follow this first https://packages.ubuntu.com/trusty/amd64/graphviz/download )

If it is supported on linux, the errors messages are wrong, as there is no program files on Linux

Stephanevg avatar Dec 13 '18 00:12 Stephanevg

I added a pull request to change the error message: https://github.com/KevinMarquette/PSGraph/pull/86 I think there is also a problem on the versions between the one available on the gallery, and the one you have on your master branch, but I'll create a seperate issue for that. (See here --> https://github.com/KevinMarquette/PSGraph/issues/87)

Stephanevg avatar Dec 13 '18 08:12 Stephanevg

Thank you for the changes.

I have been depending on the community for Linux and MacOS support so we have been slowly working out the cross platform related nuances. The core commands are platform agnostic for generating the graphviz dot DSL.

KevinMarquette avatar Dec 16 '18 21:12 KevinMarquette

Hi @KevinMarquette Is this something you have been working to Improve since?

Stephanevg avatar Aug 02 '19 21:08 Stephanevg