Hi Jim, > A workaround is use a shell script wrapper for AGServiceManager.py, like: > ---- > #!/bin/sh > /usr/bin/AGServiceManager.py "$@" > ---- > > You could then modify 'VenueServer-Debug.desktop' located in: > /usr/share/applications/AccessGrid > and change the "Exec=VenueServer.py -d" line to something like > "Exec=VenueServer.sh -d"
Sorry typos in the above, what I meant to say was: A workaround is use a shell script wrapper for AGServiceManager.py, like: ---- #!/bin/sh /usr/bin/AGServiceManager.py "$@" ---- You could then modify 'ServiceManager-Debug.desktop' located in: /usr/share/applications/AccessGrid and change the "Exec=AGServiceManager.py -d" line to something like "Exec=AGServiceManager.sh -d" Cheers, Doug