[AG-TECH] Gnome launchers in FC2

Douglas Kosovic douglask at itee.uq.edu.au
Thu Sep 16 04:21:12 CDT 2004


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





More information about the ag-tech mailing list