tags:

views:

248

answers:

1

Hi All, I have created my application using java. Also I created RPM which works fine in redhat. In that case I have to put my application.desktop file in startup directory to make my application autostart.

The folder structure is /etc/xdg/Startup

But in solaris this folder structure doesnot exist. So what I have to do to make my application autostart in solaris10

Thanks Sunil Kumar Sahoo

A: 

Solaris 10 uses an old version of gnome with which autostarted applications are defined in /usr/share/gnome/default.session

Have a look to that file header for details and syntax.

OpenSolaris uses /etc/xdg/autostart for that feature.

jlliagre
Hi there is no /etc/xdg/autostart directory in solaris 10. I have only /usr/share/gnome/default.session. I could not find a way to use default.session to make my application auto start
Deepak
The way to use default.session is self documented in that file. What did you add and how did it failed ?And please refrain to give a negative vote when the answer is correct.
jlliagre
Disappointed to see you fail to answer to my last comment and insist telling my correct answer is not useful to you.
jlliagre