>>>> "BC" == Ben Collins <[EMAIL PROTECTED]> writes:
[...]
BC> THe correct thing would be to fail if sawfish is running, in the pre-inst.
BC> Force the user to upgrade at a console. Lot's of things like XDM and GDM,
BC> do this aswell. It is the only sane way. Folks who do upgrades, are always
BC> advised to do it from a tty, and not in X, anyway.
Yes, of course.
My postinst script is:
# restart sawfish
if [ `pidof sawfish` ]; then
sawfish-client -display :0.0 -f restart
fi
Christian
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- Find the display Christian Marillat
- Re: Find the display Jacob Kuntz
- Re: Find the display Decklin Foster
- Re: Find the display Bart Schuller
- Re: Find the display [OT] Michael Urman
- Re: Find the display Christian Marillat
- Re: Find the display Ben Collins
- Re: Find the display Christian Marillat
- Re: Find the display Ben Collins
- Re: Find the display Decklin Foster
- Re: Find the display Christian Marillat
- Re: Find the display Hamish Moffatt
- Re: Find the display Hamish Moffatt
- Re: Find the display Christian Marillat
- Re: Find the display Jordi Mallach
- Re: Find the display goswin . brederlow
- Re: Find the display Michael Urman
- Re: Find the display Christian Marillat

