table of contents
RTP-GNOME(1) | Run Theme-D program using Theme-D-Gnome | RTP-GNOME(1) |
NAME¶
rtp-gnome - run Theme-D program using Theme-D-Gnome
SYNOPSIS¶
rtp-gnome [ METAARG ] ... PROGRAMFILE [ PROGRAMARG ] ...
DESCRIPTION¶
Command rtp-gnome runs Theme-D program PROGRAMFILE using the Theme-D-Gnome library. This command ensures that the GNOME libraries are probably loaded into the runtime environment. Otherwise the command is similar to run-theme-d-program. The METAARG arguments are handled by the rtp-gnome script itself and the PROGRAMARG arguments are passed to the Theme-D program.
OPTIONS¶
- --no-verbose-errors
- No verbose information about errors (exceptions).
- --backtrace
- Display backtrace on runtime error.
- --pretty-backtrace
- Display pretty printed backtrace on error. This options works only if you have linked your Theme-D program with option --runtime-pretty-backtrace.
ENVIRONMENT¶
- THEME_D_CONFIG_FILE
- If this variable is defined its value is used as the Theme-D configuration file instead of the default configuration file.
- THEME_D_CUSTOM_CODE
- List of Guile bytecode files to be loaded before the Theme-D program is run. The filenames shall be separated with colons.
FILES¶
- /etc/theme-d-config
- The Theme-D configuration file.
- ~/.theme-d-config
- The Theme-D configuration file. This file should be normally present only if you use Theme-D in local mode.
SEE ALSO¶
run-theme-d-program(1), theme-d-compile(1), theme-d-link(1), theme-d-gnome-user-guide.pdf, theme-d-user-guide.pdf
2018-10-03 | GNU |