Ok. I had some success finally with the wizard and the notify applet. What I ended up having to do was run these commands on first boot:
/usr/sbin/sconadm register -N /usr/lib/cc-ccr/bin/ccr -p cns.swup.autoAnalysis.enabled -v false I got the info on the first command from this web site: http://docs.sun.com/app/docs/doc/817-1985/6mhm8o5vo?a=view The second command came from studying the /usr/dt/config/Xsession.d/1001.swupnot and /usr/bin/swupnot scripts. Unfortunatly, these commands won't work if run at install time. (I tried) Thus, I am using: at now < /opt/unity/firstboot/commands in %post of my rpm. (we are using openPKG bolted to the side of Solaris 10) This schedules a job to run durring install. But since atd isn't running it can't run the job. So the job actually gets run on first boot when atd starts for the first time. So thanks to all the people who had suggestions... =) Anyone know now how to stop the "About the Gnome Desktop" pop up from starting on first login? ;) This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list [email protected]
