PDA

View Full Version : [gnome] Running items once GDM has started



AnalBeard
May 5th, 2009, 04:47 PM
Hi guys, i've got what i hope is a fairly simple query. Basically, i'm remastering a Ubuntu live cd and i'd like to have firefox launch and display a locally-hosted webpage when the user logs in. now, i know the following code is what i want:

firefox file:///path/to/file.htm
my problem is this: how do i go about making this command run on login? because i'm editing a livecd i'm unable to use the graphical tool and i'm not sure what file i should be editing to achieve this. obviously i can't use init.d or rc.local because this needs to run once GDM has launched. any ideas?