6.2.13. RTI Launcher¶
The following issues affect backward compatibility in Launcher starting in Release 6.0.0.
6.2.13.1. Configuration¶
6.2.13.1.1. Custom buttons¶
If you added custom buttons to the User tab in previous releases, you need to make the following changes to continue seeing the User tab and buttons:
Open your old
user.xmlfile:
rti_workspace/<version>/user_config/launcher/panels/user.xml.
In your 6.0.0 installation, look for the following:
rti_workspace/<version>/user_config/launcher/panels/user/example.xml.
Make a copy of
example.xmlfor each button that you have and rename the file how you want. (The buttons will display alphabetically by .xml file name.)
Copy each
<button name="your_button_name">tag component from your olduser.xmlfile to each renamedexample.xmlfile.
To set the order of the buttons in the User tab, do one of the following:
Modify
configuration.xml.Modify your
example.xmlfile names to set the order of the buttons alphabetically.
Launcher orders the buttons in the User tab as specified in
configuration.xmlor, if not specified there, alphabetically byexample.xmlfile name.
See “Adding a Button to the Launcher’s User Panel,” in the RTI Launcher User’s Manual for more details.
6.2.13.1.2. New GTK+ dependency¶
To run Launcher on a Linux system, Launcher requires at least GTK+ 2 version 2.24.0 and its dependencies. As a result, Launcher might not be able to run on some operating systems, such as SuSE 11 SP2 (which has an older version of GTK+ 2).