[access.txt 2/00 Digital Insight] Accessing Robochart from other applications: Identifying Robochart diagrams with the "file" command: Add this line to /etc/magic (/usr/share/magic in Linux): -------------------------------- 0 string RCV Robochart diagram data -------------------------------- From the Gnome File Manager: Put the following lines into /usr/share/mime-info/rchart.mime (for global access) or ~/.gnome/mime-info/rchart.mime (for personal access): -------------------------------- application/robochart ext: cht -------------------------------- Put the following lines into /usr/share/mime-info/rchart.keys (for global access) or ~/.gnome/mime-info/rchart.keys (for personal access), replacing {install_dir} with your Robochart installation directory: -------------------------------- application/robochart: [en_US]icon-filename={install_dir}/rcdiag.png [en_US]open=rchart %s -------------------------------- From Netscape: From the Edit/Preferences window, Navigator/Applications category, add a new application entry. Set Description to "Robochart diagram" MIMEType to "application/robochart" Suffixes to ".cht" Application to "rchart"" From xfm (X File Manager): Put the following lines in ~/.xfm/xfmrc (replace {install_dir} with your Robochart installation directory): -------------------------------- :{install_dir}/rcdiag.xpm:exec rchart $1: *.cht:{install_dir}/rcdiag.xpm:exec rchart $1: --------------------------------