Josselin Mouette, le Tue 19 Oct 2010 17:21:50 +0200, a écrit : > I’d prefer if we just stuck to making something that works - gdm2 > has always beeped when ready, and I don’t recall people complaining > of that.
That'd be a lot simpler indeed. > > > In this case we shouldn’t forget the correct X-GNOME-Autostart-Phase > > > so that the beep only happens when everything else is ready. > > > > Ah, I didn't know about that thing. I guess we can move > > gdm-simple-greeter.desktop.in to Desktop phase, and the beep task to > > Application phase? > > I guess that wouldn’t work anyway, since gdm-simple-greeter doesn’t > register itself to the session manager. Mmm, greeter-main.c's main() seems to be doing it: res = session_manager_connect (); if (! res) { g_warning ("Unable to connect to session manager"); exit (1); } res = register_client (); if (! res) { g_warning ("Unable to register client with session manager"); I tried to move gdm-simple-greeter to Desktop and beep to Application and the beep indeed seems to happen once the greeter is ready. Samuel -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org