Issues.00313 - lordmundi/wikidoctest GitHub Wiki
00313: request for -nogui option in dsp_manager
Summary: request for -nogui option in dsp_manager
Created: 2011–01–06 09:53
Status: Released
Category: Request
From: frankie
Version: 2.1
Released_In: 2.2
Description:
Previously, in issue Issues.00271 there was a request to allow the manager executable to run without any X environment (such as a server at runlevel 3). This was accomplished with a -notcltk option to close that issue (see link above).
However, recently there has been interest in using tcl scripts in the manager without tk. This is a request for a new option, possible called "-nogui" which would disable tk but not tcl, allowing non-visual tcl scripts to still execute as well as make other plugins and scripts aware that we are running in a non-visual environment.
We would also need a "dsp." tcl command to query the current setting to tcl scripts could be smart about what mode the manager is in.
Comments
brad January 6, 2010, at 10:03 AM: This has been implemented as "-notk"
The tcl command "dsp.info interp" will return "tcl" if running without tk and "tcltk" if running with it.
Associated Commits
| commit | ed8ca5aaa88f31bbb559c05b0fe32858a1092579
link7 |
||
| Author: | Brad Bell
|
| Date: | Fri Jan 7 03:18:23 2011 -0600
|
| Message: | [@Issue 00313: Included the "-tk" option to the usage message for completeness.
@] |
Affected Files:
bin_Linux_FC3/dsp_manager | Bin 87678 -> 87678 bytes
bin_Win32/dsp_manager.exe | Bin 785615 -> 785615 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
| commit | 5c68533fdd4ec34a4cc3dc91d19483f9df16e346
link8 |
||
| Author: | Brad Bell
|
| Date: | Fri Jan 7 03:17:07 2011 -0600
|
| Message: | [@Issue 00313: Modified the usage message to include the following options
(-notk, -nogui, -gui). @] |
Affected Files:
bin_Linux_FC3/dsp_manager | Bin 87550 -> 87678 bytes
bin_Win32/dsp_manager.exe | Bin 785615 -> 785615 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
| commit | 39577fd8bdc39b445730616ef96763161e84c0d8
link9 |
||
| Author: | Brad Bell
|
| Date: | Thu Jan 6 04:05:09 2011 -0600
|
| Message: | [@Issue 00313: added "dsp.info interp" command to return "tcl" if only running
tcl and "tcltk" if running with tk. @] |
Affected Files:
bin_Linux_FC3/dsp_manager | Bin 86092 -> 87550 bytes
bin_Win32/dsp_manager.exe | Bin 785615 -> 785615 bytes
lib_Linux_FC3/libtclcmds.a | Bin 44970 -> 47126 bytes
lib_Linux_FC3/libtclcmds_s.so | Bin 39111 -> 40945 bytes
lib_Win32/libtclcmds.dll | Bin 871562 -> 873933 bytes
5 files changed, 0 insertions(+), 0 deletions(-)
| commit | eaa4f353afa9a09598534fdfadd8a92c4c71cd51
link10 |
||
| Author: | Brad Bell
|
| Date: | Thu Jan 6 03:39:16 2011 -0600
|
| Message: | [@Issue 00313: The ability to specify "-nogui,-gui" to not include or include tk
support in addition to tcl support. @] |
Affected Files:
bin_Linux_FC3/dsp_manager | Bin 85700 -> 86092 bytes
bin_Win32/dsp_manager.exe | Bin 785103 -> 785615 bytes
2 files changed, 0 insertions(+), 0 deletions(-)