Mac os X desktop launcher for x11 app
If you need to have a launcher for X11 applications on MacosX desktop you need to create a file like this one in your Desktop directory /Users/username/Desktop:
<pre>
#!/bin/bash
/usr/bin/open-x11 /opt/local/bin/konqueror &
</pre>
to lauch konqueror installed via darwinports
Make this file executable with chmod +x.
Select x11 to be the default app to open this file.
comments : 0 Add comment
