[Cuis-dev] A few question about automatic installation of packages at boot (ie. OSProcesses)
Gerald Klix
cuis.01 at klix.ch
Sat Jul 31 04:17:25 PDT 2021
Hi Nicola,
I am doing something similar to transform a Cuis-image into
a Haver-image, but I am using Feature:
https://hg.sr.ht/~cy-de-fect/HaverOnCuis/browse/haver/Haverize.pck.st?rev=tip#L27
I don't get any unwanted confirmation dialogs.
Are you referring to the message displayed
in the attached screen-shot. The message is rather silly.
Please use Feature>>#require: with a
FileSystemEntry instance as an argument.
(Nevertheless we should fix that silly message)
Best Regards and HTH,
Gerald
On 7/30/21 12:18 PM, Nicola Mingotti via Cuis-dev wrote:
> 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 --------------
A non-text attachment was scrubbed...
Name: OSProcess-silly-message.jpeg
Type: image/jpeg
Size: 21024 bytes
Desc: not available
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20210731/0f4b4609/attachment-0001.jpeg>
More information about the Cuis-dev
mailing list