[Cuis-dev] A few question about automatic installation of packages at boot (ie. OSProcesses)

Nicola Mingotti nmingotti at gmail.com
Fri Jul 30 03:18:53 PDT 2021


Hi guys,

A few questions for you ;)

1] If I install OSProcesses from the File browser no problem, but if I 
install it from
the '.st' script, like below, I get an annoying message asking me to 
press ok.
Why that? The message I send via GUI or script it the same AFAICanSay.
---------
  " -] OSProcesses "
  vmDir _ DirectoryEntry smalltalkImageDirectory .
  pathStr1 _ vmDir parent pathName, 'OSProcesses/OSProcesses.pck.st'.
  file1 _  FileSystemEntry withPathName: pathStr1.
  CodePackageFile installPackage: file1.
---------

2] Why dos package OSProcesses does not have the standard name 
Cuis-Smalltalk-OSProcesses ?


3] Since I am automatizing the system via script I would prefer that when
I select World -> Quit the system stop asking me if I want to save the 
image,
by default I don't want. Is there a variable the say that ? Or do I need 
to make
a change, file it out and file it in in the '.st' file ?

bye
Nicola


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20210730/3fc36019/attachment.htm>


More information about the Cuis-dev mailing list