bassmanitram / actions-for-nautilus

An extension to the Gnome "Files" file manager that allows you to add arbitrary actions to the file selection context menu.
Apache License 2.0
165 stars 16 forks source link

49 jquery gets 404 in configurator #54

Closed bassmanitram closed 7 months ago

bassmanitram commented 7 months ago

The start scripts for the configurator insisted on jquery being in /usr/share/javascript/jquery. This may not be the case when the extension is installed via the makefile. The PR, then, changes the strategy to make the location of Jquery be an environment variable which is discovered or defaulted at execution time.