···66 <id>org.inkscape.input.eps</id>
77 <dependency type="extension">org.inkscape.input.pdf</dependency>
88- <dependency type="executable" location="path">ps2pdf</dependency>
99-+ <dependency type="executable" location="path">@ghostscript@/bin/ps2pdf</dependency>
99++ <dependency type="executable" location="absolute">@ghostscript@/bin/ps2pdf</dependency>
1010 <param name="crop" type="bool" gui-hidden="true">true</param>
1111 <param name="autorotate" type="optiongroup" appearance="combo" gui-text="Determine page orientation from text direction"
1212 gui-description="The PS/EPS importer can try to determine the page orientation such that the majority of the text runs left-to-right.">
···1818 <id>org.inkscape.input.postscript_input</id>
1919 <dependency type="extension">org.inkscape.input.pdf</dependency>
2020- <dependency type="executable" location="path">ps2pdf</dependency>
2121-+ <dependency type="executable" location="path">@ghostscript@/bin/ps2pdf</dependency>
2121++ <dependency type="executable" location="absolute">@ghostscript@/bin/ps2pdf</dependency>
2222 <param name="autorotate" type="optiongroup" appearance="combo" gui-text="Determine page orientation from text direction"
2323 gui-description="The PS/EPS importer can try to determine the page orientation such that the majority of the text runs left-to-right.">
2424 <option value="None">Disabled</option>