antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright/ACE-desktop system.antiright hacks/ca...


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/ACE-desktop system.antiright hacks/ca...
Date: Mon, 12 Nov 2007 11:30:46 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/11/12 11:30:46

Modified files:
        ACE-desktop    : system.antiright 
Added files:
        ACE-desktop/hacks: calculator.sh 

Log message:
        Use file shell instead of file manager by default since it works.
        Add a simple calculator using bc, a temporary file, and the updated 
label.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/system.antiright?cvsroot=antiright&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/hacks/calculator.sh?cvsroot=antiright&rev=1.1

Patches:
Index: system.antiright
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/system.antiright,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- system.antiright    11 Nov 2007 03:42:34 -0000      1.16
+++ system.antiright    12 Nov 2007 11:30:46 -0000      1.17
@@ -6,7 +6,7 @@
 Custom_Updater: biff
 Deskbar_X:echo +0
 Deskbar_Y:echo +0
-File_Manager:ACE -A File_Manager
+File_Manager:ACE -A GUIDL File_Shell
 File_Sharing:exec nice -n 20 gtk-gnutella
 IRC:ACE Terminal -e irc
 Image_Editor:exec gimp

Index: hacks/calculator.sh
===================================================================
RCS file: hacks/calculator.sh
diff -N hacks/calculator.sh
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ hacks/calculator.sh 12 Nov 2007 11:30:46 -0000      1.1
@@ -0,0 +1,10 @@
+#!/bin/sh
+TEMP=/tmp/ACE_Hack_calculator.$$
+COMMAND=bc
+VERSION="calculator.sh 1.0"
+touch $TEMP
+gtkshell File::Exit__ 'Help::gtkshell -da & # About,gtk-about' \
+       -aul "tail $TEMP" -al Calculate: -at echo -al "$VERSION" \
+       | $COMMAND > $TEMP
+rm -f $TEMP
+




reply via email to

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