On Tue, Mar 05, 2013 at 01:08:38PM +0100, Anders Bruun Olsen wrote: > Next question: How would I go about getting the .app to start x2goclient > with --broker-url added? > It seems that just changing Info.plist isn't an option, since Apple > apparently hates cmd-line arguments and doesn't provide a way to include > these here. Would I need to patch the source code to just pretend > --broker-url is set, or perhaps provide a seperate script to start the > client with the right arguments?
You could rename x2goclient.app/Contents/MacOS/x2goclient to x2goclient.bin and create a small script named x2goclient into the directory that will run the binary with the required arguments. -- Clemens Lang MacPorts Developer _______________________________________________ X2Go-Dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/x2go-dev
