Celestia/Command Line

< Celestia

Introduction

Celestia can be started either by clicking on its icon or by typing a command into a terminal window. Under Windows, the terminal window is often called a DOS window or CMD window.

A typical command to run Celestia might be

cd Celestia
./Celestia

The command line can optionally include the following qualifiers. These qualifiers are different depending on which command interface Celestia was built for. Each command qualifier (aka switch) should be prefixed by two hyphens

Windows command qualifiers


Change root celestia directory to <path>
Start Celestia in fullscreen mode
Send the command line to a running instance of Celestia. If no running instance exists, a new one is started.
Start in the given <url> or if the parameter is the name of a script file, execute <filename>.
Write debug messages to <filename> (Although --verbose can only write to a file, the redirection > is required.)

gtk command qualifiers

Use alternate configuration file
Use alternate installation directory
Use additional "extras" directory
Start full-screen
Disable splash screen
Enable debug mode.

KDE command qualifiers

Use alternate configuration file
Use alternate installation directory
Use additional "extras" directory
Start full-screen
Disable splash screen
Start and goto URL
Start in the given url/execute script file.
Command-line help
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.