| Author |
Message |
pa_mcclamrock

Joined: 03 Jun 2005 Posts: 657 Location: Fort Wayne, Indiana, USA
|
Posted: Wed 01 Jun 2011, 05:53 Post subject:
WISH Command Console 2011 Subject description: UNIX and Tcl/Tk/Gnocl Command Console |
|
WISH Command Console (http://www.pa-mcclamrock.com/papenguinspacks.html#wishcon) is a simple, Tcl-based, Unix-type command-line console, requiring Tcl (http://www.pa-mcclamrock.com/tcl-8.5.6-v1.pet), Tk (http://www.pa-mcclamrock.com/tk-8.5.6.pet), and Gnocl (http://www.pa-mcclamrock.com/gnocl-0.9.95-20110429.pet). It can run single-line and multiple-line Tcl/Tk/Gnocl commands, as well as many (though not quite all) common Unix commands. Features include the following:
* GTK+ text widget offers great flexibility in editing single- or multiple-line expressions.
* Command history listbox allows quick review and re-running of numerous past commands.
* Multiple programs can be listed and then run with a single click.
* "Kill" button allows an unresponsive program window to be bumped off with a single click by xkill (included in package).
* Word wrap can be applied or un-applied to lines.
* Expressions in commands and output can be searched for.
* Code can easily be saved in files.
_________________ It's stupid to use inferior software for ideological reasons.
--Linus Torvalds
Visit Pa Penguin's Icebox: http://www.pa-mcclamrock.com/icebox.html
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Wed 01 Jun 2011, 18:52 Post subject:
|
|
Pa:
| Code: | # ./wishcon
Error in startup script: couldn't read file "/usr/local/lib/wishes/commonprocs.tcl": no such file or directory
while executing
"source [file join $libdir commonprocs.tcl]"
(file "./wishcon" line 56) |
|
|
Back to top
|
|
 |
pa_mcclamrock

Joined: 03 Jun 2005 Posts: 657 Location: Fort Wayne, Indiana, USA
|
Posted: Wed 01 Jun 2011, 20:04 Post subject:
|
|
OK, I see what the problem is. I put commonprocs.tcl in the wrong place in the package: /usr/local/lib instead of /usr/local/lib/wishes. Uploaded fixed package to website, and attached it to this message too.
| Description |
|

Download |
| Filename |
wishcon-2011.pet |
| Filesize |
20.3 KB |
| Downloaded |
94 Time(s) |
_________________ It's stupid to use inferior software for ideological reasons.
--Linus Torvalds
Visit Pa Penguin's Icebox: http://www.pa-mcclamrock.com/icebox.html
|
|
Back to top
|
|
 |
8-bit

Joined: 03 Apr 2007 Posts: 3012 Location: Oregon
|
Posted: Thu 02 Jun 2011, 17:17 Post subject:
|
|
Pa,
Have you tried running some of your wish apps through Wish Command Console?
It will show errors reported by programs run through it.
I have had the Wish Binary file viewer fail with error messages about not being able to find color themes or some thing to that effect.
|
|
Back to top
|
|
 |
pa_mcclamrock

Joined: 03 Jun 2005 Posts: 657 Location: Fort Wayne, Indiana, USA
|
Posted: Fri 03 Jun 2011, 06:43 Post subject:
|
|
| 8-bit wrote: | Pa,
Have you tried running some of your wish apps through Wish Command Console?
It will show errors reported by programs run through it.
I have had the Wish Binary file viewer fail with error messages about not being able to find color themes or some thing to that effect. |
It works fine on my system:
| Code: | % wishbinvu &
14429
% |
Please try it again and let me know the exact error message you get; I'm pretty sure the problem can be solved.
_________________ It's stupid to use inferior software for ideological reasons.
--Linus Torvalds
Visit Pa Penguin's Icebox: http://www.pa-mcclamrock.com/icebox.html
|
|
Back to top
|
|
 |
|