antiright-devel
[Top][All Lists]
Advanced

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

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


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/ACE-desktop ACE hacks/xsh_panel.sh
Date: Thu, 08 Nov 2007 05:54:10 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/11/08 05:54:09

Modified files:
        ACE-desktop    : ACE 
Added files:
        ACE-desktop/hacks: xsh_panel.sh 

Log message:
        Add xshell-based panel.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/ACE?cvsroot=antiright&r1=1.49&r2=1.50
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/hacks/xsh_panel.sh?cvsroot=antiright&rev=1.1

Patches:
Index: ACE
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/ACE,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- ACE 2 Oct 2007 14:35:36 -0000       1.49
+++ ACE 8 Nov 2007 05:54:09 -0000       1.50
@@ -363,12 +363,13 @@
        CMD="$CMD -os -og 500x450 -or 42"
        manual_root=$(ACE Manual_Root)
        cd $manual_root/man$1
-       CMD="$CMD \"Manual Section $1\""
-       for file in $(ls | cut -d. -f1); do
-               CMD="$CMD \"ACE -A Read_Man_Page \'$1\' $file\""
+       CMD="$CMD -al \"Manual Section $1\""
+       CMD="$CMD Exit___,gtk-quit"
+       CMD="$CMD \"ACE -A Man_Browse_Section $1 # Back,gtk-go-back\""
+       for MANPAGE in *.$1; do
+               MANPAGE="$(echo $MANPAGE | cut -d'.' -f1)"
+               CMD="$CMD \"ACE -A Read_Man_Page $MANPAGE\""
        done
-       CMD="$CMD \"ACE -A Man_Browse_Section $1 # Back\""
-
        exec sh -c "$CMD"
 }
 

Index: hacks/xsh_panel.sh
===================================================================
RCS file: hacks/xsh_panel.sh
diff -N hacks/xsh_panel.sh
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ hacks/xsh_panel.sh  8 Nov 2007 05:54:09 -0000       1.1
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+xshell -oe -at 'gtkshell -at exec'
+
+




reply via email to

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