gnome-applet-volume-control is a huge usability regression

Oliver Grawert ogra at ubuntu.com
Tue Aug 21 11:50:27 UTC 2012


hi,
Am Dienstag, den 21.08.2012, 06:45 -0400 schrieb Gene Heskett:
> > > (Someone correct me if i'm wrong, my knowledge is old and non-Ubuntu,
> > > but i don't see why this would have changed.)
> > > All scripts in /etc/rc.5/ will not be run until runlevel 5 is
> > > reached, which is typically the "graphical" run level.
> > 
here is an upstart script, just store it in /etc/init/myscript.conf and
be done:

--- snip ---

description: "running myscript"

start on (starting gdm
          or starting kdm
          or starting xdm
          or starting lxdm
          or starting lightdm)

task
script
	/path/to/your/script
end script
--- snap ---

this will fire your script only if the display manager emitted the
"starting" event .. for more details see [1]

ciao
	oli

[1] http://upstart.ubuntu.com/cookbook/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20120821/511bb1bb/attachment.sig>


More information about the ubuntu-users mailing list