> From: [email protected] [mailto:discuss- > [email protected]] On Behalf Of William Chan > > I have my service #chkconfig 5 99 37 since my service needs x11 > My service subscribes to Messaging Queue and makes call to an application > which uses x11.
If you're trying to run a service that requires x11, don't run it as a system service. (Because it's going to need some active x11 session anyway.) Try something else like ... In gnome, go to System / Preferences, and configure some login script. So when you login, this thing will automatically launch. Or something similar. _______________________________________________ Discuss mailing list [email protected] http://lists.blu.org/mailman/listinfo/discuss
