From c589febab53264c1c442d0c4ac14916324dbb9de Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Sat, 25 Apr 2009 23:28:40 -0400 Subject: [PATCH] Use xfce4-panel --exit instead of kill and pgrep to quit panels. --- common/panels | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/panels b/common/panels index 0d6c12b..14426d1 100644 --- a/common/panels +++ b/common/panels @@ -28,5 +28,5 @@ AddToFunc StartFunction_Screen0 AddToFunc ExitFunction + I KillModule FvwmPager -+ I PipeRead 'kill `pgrep -P $PPID xfce4-panel` &>/dev/null' ++ I PipeRead 'xfce4-panel --exit &>/dev/null' + I PipeRead 'kill `pgrep -P $PPID uim-toolbar-gtk` &>/dev/null' -- 2.43.0