RISCOS.com

www.riscos.com Technical Support:
RISC OS 3 User Guide

 

RISC OS 3.7 User Guide


3 - Customising the desktop start-up procedure


This chapter explains how to control the processes between switch-on and the time when you can start working. These processes are started and controlled by the !Boot application.

On hard disc machines, the !Boot application is always stored in the root directory. Click on the hard disc icon and you will see it. (On network systems, it is known as !ArmBoot or !ShareBoot.)

Never move or delete !Boot; your computer may not work if you do!

There are two ways of modifying the start-up procedure:

Desktop boot files

You can use a Desktop boot file to save your current working environment - the desktop - so that when you next switch on the computer you will see the same desktop again.

A Desktop boot file remembers:

For instance you could automatically start up Edit and Alarm, and then log onto your file server, each time you switch on.

The following sections shows you how to make a Desktop boot file, and modify it to include your own commands and scripts.

Setting up a Desktop boot file

Before you actually save a Desktop boot file, follow these steps:

  1. Make a list of exactly what you want your Desktop boot file to do.
  2. Save any files you are working on.
  3. Delete any existing Desktop boot files (see the later section Deleting a Desktop boot file).
  4. Shutdown and then switch off your computer and then switch it back on again.
  5. Set up your desktop as you want it to look when you switch on. This might include:

Notes

It is important that you do not do anything that you don't want to have in your Desktop boot file, as otherwise your Desktop boot file stores unwanted instructions. In particular:

Saving a Desktop boot file

Once you have a desktop layout on your screen that you would like to use each time you start your computer, you can save the layout:

  1. Press Menu over the Task manager icon and display the Desktop boot/Save boot file: dialogue box:

             

  2. Save the file by clicking on OK. Don't change the path name given in the Save box.

Now, each time you switch on or reset your computer, the Desktop boot file is used to start up and display the desktop in exactly the way it looked when you saved the Desktop boot file.

Note for network users: You can drag the Save as icon to your User Root directory on a Level 4 Fileserver (rename the file to !ArmBoot) or a writable directory on an Acorn Access network (you can give the file any valid RISC OS filename).

Things to bear in mind

Desktop boot file overriding the CMOS RAM settings

When you run a Desktop boot file, it may be set to override some CMOS RAM settings in the !Boot configuration application. This can cause confusion. If you have saved a Desktop boot file and then change these parameters using !Boot configuration, the changes don't have any effect. This is due to the Desktop boot file overriding !Boot's settings. The following settings are affected:

If you're not changing these settings, delete them from your Desktop boot file so that changes you make using !Boot configuration are used correctly.

Pre RISC OS 3 applications

Applications written before RISC OS 3 was released cannot automatically be saved using the Desktop boot option in this way. However, you can still add lines to your Desktop boot file by hand to start such applications automatically.

For example, the following line runs the application !OldApp.

    Run adfs::HardDisc4.$.!OldApp

Changing the name of your hard disc

When you create a Desktop boot file, the file includes the name of the hard disc. If you rename your hard disc, the Desktop boot file may cease to work unless you edit or reconstruct it.

Moving applications

If you use the Desktop boot file to load applications, you must not move those applications to a different directory unless you also change the Desktop boot file to reflect the changes. If the Desktop boot file cannot find an application or file it simply ignores the instruction and continues.

NFS Filer - Desktop saving

If you have applications in the root directory of an NFS mount which you want to store in a Desktop boot file, edit the saved desktop boot file to remove the Filer_Boots of those applications, or move them after the line where the mount is mounted. This ensures that the NFS mount is present when these applications are Filer_Booted.

Deleting a Desktop boot file

If you've created a Desktop boot file that you no longer want, go to the directory

    ADFS::HardDisc4.$.!Boot.Choices.Boot.Tasks

and delete the !Boot file that is in that directory.

Inside the Desktop boot file

It is fairly easy to inspect and edit your Desktop boot file. The Desktop boot file is stored in the following file:

    ADFS::HardDisc4.$.!Boot.Choices.Boot.Tasks.!Boot

Remember: To view the contents of an application directory such as !Boot, hold down the Shift key when you double-click on the application.

To view the Desktop boot file, start !Edit and then drag the Desktop boot icon onto the Edit application icon on the icon bar.

This section looks at the typical lines found in a Desktop boot file. You don't need to know these details to use a Desktop boot file, but an understanding may be useful if you decide to edit your Desktop boot file. To look at a Desktop boot file, drag the boot file icon from the Save boot file box to the Edit icon.

The following example uses typical entries and values; however these may be different (or not present at all) on your computer. Note that entries usually appear on one line in the Desktop boot file.

Line in Desktop boot file and action to be taken:

Commenting out lines in a Desktop boot file

If you don't want the computer to run an application on start-up, you can comment out the relevant line in the Desktop boot file by typing a | character at the beginning. This is simpler than saving a whole new Desktop boot file; you can uncomment the line later if you want to start using the application again.

    | Run adfs::HardDisc4.$.Apps.!SciCalc

Saving all of !Boot

!Boot is one of the most important applications on your computer. Without it your computer won't work correctly. Save a copy of !Boot before you start changing any configuration parameters within it (follow the directions given in Backing up hard discs but only copy !Boot itself).

You could also make a copy of !Boot on the hard disc so that you can quickly copy back a working !Boot if you have problems. When you copy !Boot, give it a different name (for example, BootCopy) that does not begin with an exclamation mark. This ensures that the computer does not think it is an application. You can also restore the !Boot file to its factory default values using the !ResetBoot application in the Diversions directory (but this will not restore a completely deleted !Boot file).
 

  Inside the !Boot application

This section is not essential reading. If you don't feel you need to know about the !Boot application, you can skip this section.

!Boot is a collection of files and applications that are used to control the desktop. You won't need to know about all of them, just the few essential ones. The most important is the Desktop boot file, described earlier.

The !Boot application contains the essential resource applications that most applications use; !System, !Scrap and !Fonts. It also contains the configuration application !Configure (this is what you actually see if you double-click on !Boot).

The PreDesktop file

The PreDesktop file is used to configure the computer for particular purposes. You won't normally need to change any of the parameters in this file. However, if you do need to change the way your computer works, put any changes in this file. Examples of how to use this file are given in the file itself.

The PreDesktop file has the following pathname:

    ADFS::HardDisc4.$.!Boot.Choices.Boot.PreDesktop

You can edit the PreDesktop file by loading it into Edit (Shift double-click).

Aliases

This section is used for setting system aliases. This part of the file is only of use if you use the command line interface.

Paths

This section of the file is used for defining standard paths and directories. It is only of use if you are programming.

Options

A section for placing other options that may need to be set up.

ResApps

This section registers applications with ResourceFS for display in Resources:$.Apps (the Apps directory on the icon bar). The line in the file registers all the applications currently in the Apps directory on the hard disc. You can also add your own choices of application here using the AddApp command<:

    AddApp ADFS::HardDisc4.$.Utilities.!ChangeFSI

Misc

A section for placing additional instructions such as

Resource applications

Inside !Boot, there are three resource applications; these resources are used by the computer and by other applications to store essential information. However, you won't often use them directly in your everyday computing tasks.
 

  !System

!System is used to store new system modules (to replace or supplement existing parts of the operating system).

You may need to add modules by hand because they are not supplied as part of a !System. The !System application can be found in !Boot.Resources. Copy the modules to the Modules directory within !System.

When you buy more applications for your computer you may find that additional modules are supplied in the form of a !System application. The !System supplied with the application must be merged with the !System in the computer using the !Boot configuration application.
 

  !Scrap

!Scrap is used to store temporary files. Applications often use temporary files during copying, printing and saving; these files are erased when they are no longer needed.
 

  !Fonts

!Fonts is used to store the fonts needed by the desktop and applications. If you have many fonts, !Boot may create additional !Fonts applications in which to store them.

When you buy additional fonts, or applications that contain new fonts, you will find that the fonts are normally supplied in a !Fonts application. This !Fonts must be merged with the !Fonts in the computer. Use the !Boot configuration option to do this; see the section Fonts in the chapter Changing the computer's configuration for more details.

Similarly, you may need to add fonts by hand because they are not supplied as part of a !Fonts. The !Fonts application is in !Boot.Resources. Copy the new font directory into !Fonts.

Other files in the !Boot application

Resources directory

This contains the resource applications !System, !Scrap and !Fonts and the configuration resource !Configure and its associated Configure directory. If you want to make sure that no one changes the computer's configuration, it is possible to remove the !Configure application from this directory. If you do this, double-clicking on !Boot give a message that you cannot configure the computer.

Utils directory

This contains utilities used by the !Boot application.

Library directory

This contains utilities used by the !Boot application that can also be used by other applications.

Choices.Boot directory

This contains:


RISC OS 3.7 User Guide - 21 JAN 1997

This edition Copyright © 3QD Developments Ltd 2015
Last Edit: Tue,03 Nov 2015