* [gentoo-user] gnome exit clean
@ 2006-10-11 12:08 Shaochun Wang
2006-10-11 12:14 ` Arturo 'Buanzo' Busleiman
0 siblings, 1 reply; 5+ messages in thread
From: Shaochun Wang @ 2006-10-11 12:08 UTC (permalink / raw
To: gentoo-user
I want to execute beagle-shutdown when I logout from gnome,
how can I configure gnome to do something on exiting?
BTW, it's easy to achive this by the ExitFunction in FVWM.
And I don't know whether there exits equivalent things for gnome.
Thank you in advance.
--
Shaochun Wang <scwang@ios.ac.cn>
GPG Fingerprint: 70C2 6945 0E46 E08B 419A 007C AC5C F21F 358A 0833
You can get my publickey from the following url:
http://lcs.ios.ac.cn/~scwang/docs/scwangpublickey.gpg
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] gnome exit clean
2006-10-11 12:08 [gentoo-user] gnome exit clean Shaochun Wang
@ 2006-10-11 12:14 ` Arturo 'Buanzo' Busleiman
2006-10-11 13:08 ` Shaochun Wang
0 siblings, 1 reply; 5+ messages in thread
From: Arturo 'Buanzo' Busleiman @ 2006-10-11 12:14 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Shaochun Wang wrote:
> I want to execute beagle-shutdown when I logout from gnome,
> how can I configure gnome to do something on exiting?
/etc/gdm/PostSession if I'm not mistaken. Check that path out.
or find it with find /etc -name PostSession -type d
there is a file there (Default or Default.example, rename it if necessary to Default). Edit it.
- --
Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica
"Do you know about the dangers of DRM? Find out at http://www.defectivebydesign.org/what_is_drm"
http://www.buanzo.com.ar | http://www.vivamoslavida.com.ar : Portal no-comercial del buen vivir!
for f in www blog linux-consulting vpnmail; do firefox http://$f.buanzo.com.ar ; done
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFLOA4AlpOsGhXcE0RAqJzAJ9UiHCGwZm782EwCCmMTT8J+1c6ZwCePh0W
6KuHzfdo4vgZ6YJ9v9i5TCA=
=OmOQ
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] gnome exit clean
2006-10-11 12:14 ` Arturo 'Buanzo' Busleiman
@ 2006-10-11 13:08 ` Shaochun Wang
2006-10-11 13:51 ` Arturo 'Buanzo' Busleiman
0 siblings, 1 reply; 5+ messages in thread
From: Shaochun Wang @ 2006-10-11 13:08 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 171 bytes --]
On Wed, Oct 11, 2006 at 09:14:48AM -0300, Arturo 'Buanzo' Busleiman wrote:
> /etc/gdm/PostSession if I'm not mistaken. Check that path out.
It's /etc/X11/gdm/PostSession
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] gnome exit clean
2006-10-11 13:08 ` Shaochun Wang
@ 2006-10-11 13:51 ` Arturo 'Buanzo' Busleiman
2006-10-18 4:07 ` Vladimir G. Ivanovic
0 siblings, 1 reply; 5+ messages in thread
From: Arturo 'Buanzo' Busleiman @ 2006-10-11 13:51 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Shaochun Wang wrote:
> It's /etc/X11/gdm/PostSession
And I was mistaken, after all! :) So good for the find command :P
- --
Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica
"Do you know about the dangers of DRM? Find out at http://www.defectivebydesign.org/what_is_drm"
http://www.buanzo.com.ar | http://www.vivamoslavida.com.ar : Portal no-comercial del buen vivir!
for f in www blog linux-consulting vpnmail; do firefox http://$f.buanzo.com.ar ; done
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFLPbnAlpOsGhXcE0RAlI4AJ0TiXpjO1GnH00R3tyXGI07jFej/gCeIbiJ
SO42JyRzNGkv8UP3xWjo4JU=
=PxuX
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] gnome exit clean
2006-10-11 13:51 ` Arturo 'Buanzo' Busleiman
@ 2006-10-18 4:07 ` Vladimir G. Ivanovic
0 siblings, 0 replies; 5+ messages in thread
From: Vladimir G. Ivanovic @ 2006-10-18 4:07 UTC (permalink / raw
To: gentoo-user
On Wed, 2006-10-11 at 10:51 -0300, Arturo 'Buanzo' Busleiman wrote:
> Shaochun Wang wrote:
> > It's /etc/X11/gdm/PostSession
>
> And I was mistaken, after all! :) So good for the find command :P
If you know the file or directory name (or even part of it), rlocate is
much, much, much faster than trying to 'find' the file.
--- Vladimir
--
Vladimir G. Ivanovic <vgivanovic@comcast.net>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-10-18 4:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-11 12:08 [gentoo-user] gnome exit clean Shaochun Wang
2006-10-11 12:14 ` Arturo 'Buanzo' Busleiman
2006-10-11 13:08 ` Shaochun Wang
2006-10-11 13:51 ` Arturo 'Buanzo' Busleiman
2006-10-18 4:07 ` Vladimir G. Ivanovic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox