Re: Extending fluxbox menu with a script.

2013-11-22 Thread Scott Ferguson
On 23/11/13 06:14, Sharon Kimble wrote: > On Fri, 22 Nov 2013 12:15:21 + > Sharon Kimble wrote: > >> On Fri, 22 Nov 2013 09:09:23 +1100 >> Scott Ferguson wrote: >> >>> On 22/11/13 08:50, Scott Ferguson wrote: On 22/11/13 06:39, Scott Ferguson wrote: >>> Try #2 :/ >>> >>> Try

Re: Extending fluxbox menu with a script.

2013-11-22 Thread Scott Ferguson
On 23/11/13 01:13, Sharon Kimble wrote: > On Fri, 22 Nov 2013 12:15:21 + > Sharon Kimble wrote: > >> On Fri, 22 Nov 2013 09:09:23 +1100 >> Scott Ferguson wrote: >> >>> On 22/11/13 08:50, Scott Ferguson wrote: On 22/11/13 06:39, Scott Ferguson wrote: >>> Try #2 :/ >>> >>> Try

Re: Extending fluxbox menu with a script.

2013-11-22 Thread Scott Ferguson
On 22/11/13 23:15, Sharon Kimble wrote: > On Fri, 22 Nov 2013 09:09:23 +1100 > Scott Ferguson wrote: > >> On 22/11/13 08:50, Scott Ferguson wrote: >>> On 22/11/13 06:39, Scott Ferguson wrote: >> >>> >>> Try #2 :/ >> >> Try #3 (no sleep last night - trees and power lines down across the >> proper

Re: Extending fluxbox menu with a script.

2013-11-22 Thread Sharon Kimble
On Fri, 22 Nov 2013 12:15:21 + Sharon Kimble wrote: > On Fri, 22 Nov 2013 09:09:23 +1100 > Scott Ferguson wrote: > > > On 22/11/13 08:50, Scott Ferguson wrote: > > > On 22/11/13 06:39, Scott Ferguson wrote: > > > > > > > > Try #2 :/ > > > > Try #3 (no sleep last night - trees and power l

Re: Extending fluxbox menu with a script.

2013-11-22 Thread Linux-Fan
On 11/22/2013 03:13 PM, Sharon Kimble wrote: > I've been doing some more testing and now got the 'submenu' being > generated at the end, which is good. But, the sed lines are also > stripping out *all* of the [end] lines which separate the sections of > the menu, which are needed for it to function

Re: Extending fluxbox menu with a script.

2013-11-22 Thread Sharon Kimble
On Fri, 22 Nov 2013 12:15:21 + Sharon Kimble wrote: > On Fri, 22 Nov 2013 09:09:23 +1100 > Scott Ferguson wrote: > > > On 22/11/13 08:50, Scott Ferguson wrote: > > > On 22/11/13 06:39, Scott Ferguson wrote: > > > > > > > > Try #2 :/ > > > > Try #3 (no sleep last night - trees and power l

Re: Extending fluxbox menu with a script.

2013-11-22 Thread Sharon Kimble
On Fri, 22 Nov 2013 09:09:23 +1100 Scott Ferguson wrote: > On 22/11/13 08:50, Scott Ferguson wrote: > > On 22/11/13 06:39, Scott Ferguson wrote: > > > > > Try #2 :/ > > Try #3 (no sleep last night - trees and power lines down across the > property in last nights storms) Sorry. > This time I r

Re: Extending fluxbox menu with a script.

2013-11-21 Thread Sharon Kimble
On Thu, 21 Nov 2013 17:35:38 -0500 Neal Murphy wrote: > On Thursday, November 21, 2013 01:15:34 PM Sharon Kimble wrote: > > I am trying to write a bash script which has this line in it - > > > > mv ~/.fluxbox/menu ~/.fluxbox/menu-$(/bin/date +%Y%m%d-%R); mmaker > > fluxbox -f;; > > > > This lin

Re: Extending fluxbox menu with a script.

2013-11-21 Thread Neal Murphy
On Thursday, November 21, 2013 01:15:34 PM Sharon Kimble wrote: > I am trying to write a bash script which has this line in it - > > mv ~/.fluxbox/menu ~/.fluxbox/menu-$(/bin/date +%Y%m%d-%R); mmaker > fluxbox -f;; > > This line is creating a fluxbox menu which ends with these lines - > '

Re: Extending fluxbox menu with a script.

2013-11-21 Thread Scott Ferguson
On 22/11/13 08:50, Scott Ferguson wrote: > On 22/11/13 06:39, Scott Ferguson wrote: > > Try #2 :/ Try #3 (no sleep last night - trees and power lines down across the property in last nights storms) Sorry. This time I remembered to escape those brackets. Please test this - I can only check the s

Re: Extending fluxbox menu with a script.

2013-11-21 Thread Scott Ferguson
On 22/11/13 06:39, Scott Ferguson wrote: > Try:- > echo " > #!/bin/bash > # .fmenu > mv ~/.fluxbox/menu{,-$(/bin/date +%Y%m%d-%R)} > mmaker fluxbox -f > echo" > [submenu] (My Menu) > [include] (~/.fluxbox/usermenu) > [end] > [separator]" >> ~/.fluxbox/menu" > ~/.fmenu > chmod +x ~/.fmenu Try #2 :/

Re: Extending fluxbox menu with a script.

2013-11-21 Thread Scott Ferguson
On 22/11/13 05:15, Sharon Kimble wrote: > I am trying to write a bash script which has this line in it - > > mv ~/.fluxbox/menu ~/.fluxbox/menu-$(/bin/date +%Y%m%d-%R); mmaker > fluxbox -f;; > > This line is creating a fluxbox menu which ends with these lines - > ' [restart] (Restart

Re: Extending fluxbox menu with a script.

2013-11-21 Thread Linux-Fan
On 11/21/2013 07:15 PM, Sharon Kimble wrote: > I am trying to write a bash script which has this line in it - > > mv ~/.fluxbox/menu ~/.fluxbox/menu-$(/bin/date +%Y%m%d-%R); mmaker > fluxbox -f;; > > This line is creating a fluxbox menu which ends with these lines - > ' [restart] (Re

Extending fluxbox menu with a script.

2013-11-21 Thread Sharon Kimble
I am trying to write a bash script which has this line in it - mv ~/.fluxbox/menu ~/.fluxbox/menu-$(/bin/date +%Y%m%d-%R); mmaker fluxbox -f;; This line is creating a fluxbox menu which ends with these lines - ' [restart] (Restart) [separator] [exit]