antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright/ACE-desktop/hacks juke.sh


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/ACE-desktop/hacks juke.sh
Date: Sun, 21 Oct 2007 01:22:10 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/10/21 01:22:10

Modified files:
        ACE-desktop/hacks: juke.sh 

Log message:
        Only start juke applet by default if osd_cat does not exist.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/hacks/juke.sh?cvsroot=antiright&r1=1.6&r2=1.7

Patches:
Index: juke.sh
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/hacks/juke.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- juke.sh     21 Oct 2007 01:19:38 -0000      1.6
+++ juke.sh     21 Oct 2007 01:22:10 -0000      1.7
@@ -89,9 +89,11 @@
 }
 
 if [ "$1" = "" ]; then
+       if [ "$(which osd_cat)" = "" ]; then
        if [ "$(pgrep -f JUKE_APPLET)" = "" ]; then
                song_applet &
        fi
+       fi
        trap next_song 2
        trap stop_playing 3
        while :; do




reply via email to

[Prev in Thread] Current Thread [Next in Thread]