>So, you answer the question -- you cannot be sure the CD you create will
>autoplay in linux. However, _if_ the user uses Gnome, _and_ is using it's
>default file manager (Nautilus) _and_ has not changed the default preferences,
>there will be a prompt shown to the user asking whether the autorun.sh file
>should be run.
Atlast i made a solution for nautilus like this.I tested
it in ubuntu 8.10 and works fine.
1.Create two files named as autorun.inf and autostart.sh
2.The contents should be like this :
/* autorun.inf */
[autorun]
open=sh autostart.sh
icon=LOGO1.GIF
/* autostart.sh */
#!/bin/bash
firefox home.html &
--
With regards,
Balachandar.K.M. - LOVE WITH LINUX -
Blogs at http://infoqueue.wordpress.com
_______________________________________________
To unsubscribe, email [email protected] with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc