···6 <id>org.inkscape.input.eps</id>
7 <dependency type="extension">org.inkscape.input.pdf</dependency>
8- <dependency type="executable" location="path">ps2pdf</dependency>
9-+ <dependency type="executable" location="path">@ghostscript@/bin/ps2pdf</dependency>
10 <param name="crop" type="bool" gui-hidden="true">true</param>
11 <param name="autorotate" type="optiongroup" appearance="combo" gui-text="Determine page orientation from text direction"
12 gui-description="The PS/EPS importer can try to determine the page orientation such that the majority of the text runs left-to-right.">
···18 <id>org.inkscape.input.postscript_input</id>
19 <dependency type="extension">org.inkscape.input.pdf</dependency>
20- <dependency type="executable" location="path">ps2pdf</dependency>
21-+ <dependency type="executable" location="path">@ghostscript@/bin/ps2pdf</dependency>
22 <param name="autorotate" type="optiongroup" appearance="combo" gui-text="Determine page orientation from text direction"
23 gui-description="The PS/EPS importer can try to determine the page orientation such that the majority of the text runs left-to-right.">
24 <option value="None">Disabled</option>
···6 <id>org.inkscape.input.eps</id>
7 <dependency type="extension">org.inkscape.input.pdf</dependency>
8- <dependency type="executable" location="path">ps2pdf</dependency>
9++ <dependency type="executable" location="absolute">@ghostscript@/bin/ps2pdf</dependency>
10 <param name="crop" type="bool" gui-hidden="true">true</param>
11 <param name="autorotate" type="optiongroup" appearance="combo" gui-text="Determine page orientation from text direction"
12 gui-description="The PS/EPS importer can try to determine the page orientation such that the majority of the text runs left-to-right.">
···18 <id>org.inkscape.input.postscript_input</id>
19 <dependency type="extension">org.inkscape.input.pdf</dependency>
20- <dependency type="executable" location="path">ps2pdf</dependency>
21++ <dependency type="executable" location="absolute">@ghostscript@/bin/ps2pdf</dependency>
22 <param name="autorotate" type="optiongroup" appearance="combo" gui-text="Determine page orientation from text direction"
23 gui-description="The PS/EPS importer can try to determine the page orientation such that the majority of the text runs left-to-right.">
24 <option value="None">Disabled</option>