Skip to content
Snippets Groups Projects
Commit 9d15abbf authored by Fons Rademakers's avatar Fons Rademakers
Browse files

moved config and run files to etc directory. The system.rootrc file will

also be placed in this directory by ./configure.


git-svn-id: http://root.cern.ch/svn/root/trunk@1771 27541ba8-7e3a-0410-8455-c3a389f83636
parent 6029f456
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
# ROOT mime types
# Actions beginning with ! will be executed in the shell
# Actions beginning with -> are member functions of the selected
# object's class (not yet implemented, still hard coded in the
# class Browse() method).
# All other actions will be handed "as is" to the interpreter
[application/postscript]
pattern = *.e?ps
icon = ps.xpm
action = !ghostview %s
[application/pdf]
pattern = *.pdf
icon = pdf.xpm
action = !acroread %s
[audio/x-wav]
pattern = *.wave?
icon = audio_s.xpm
action = !vplay -s 22500 %s
[audio/basic]
pattern = *.snd *.au
icon = audio_s.xpm
action = !cat %s /dev/audio
[audio/midi]
pattern = *.midi?
icon = midi_s.xpm
action = !cat %s /dev/midi
[video/mpeg]
pattern = *.mpeg? *.mpg
icon = video_s.xpm
action = !xanim %s
[image/gif]
pattern = *.gif
icon = image.xpm
action = !xv %s
[image/jpeg]
pattern = *.jpeg *.jp[ge]
icon = image.xpm
action = !xv %s
[image/tiff]
pattern = *.tiff?
icon = image.xpm
action = !xv %s
[image/x-xpixmap]
pattern = *.x[bp]m
icon = image.xpm
action = !xv %s
[text/html]
pattern = *.html
icon = netscape.xpm
action = !netscape %s
[text/plain]
pattern = *.te?xt
icon = emacs.xpm
action = !xterm -e vi %s &
[text/tex]
pattern = *.tex
icon = tex.xpm
action = !xterm -e vi %s &
[settings/executable]
pattern = .bash_profile .bashrc .profile .login .kshrc .cshrc .xsession
icon = run_config.xpm
action = !xterm -e vi %s &
[settings/config]
pattern = .*rc *.conf
icon = settings.xpm
action = !xterm -e vi %s &
[text/source-c]
pattern = *.c
icon = c_source.xpm
action = !xterm -e vi %s &
[text/source-c++]
pattern = *.cxx *.cpp *.cc *.h
icon = cpp_source.xpm
action = !xterm -e vi %s &
[root/script]
pattern = *.C
icon = macro_s.xpm macro_t.xpm
action = .x %s
[root/file]
pattern = *.root
icon = rootdb_s.xpm rootdb_t.xpm
action = TFile *ftmp = new TFile("%s")
[root/tfile]
pattern = TFile TNetFile TRFIOFile
icon = rootdb_s.xpm rootdb_t.xpm
action = ->Browse()
[root/th1]
pattern = TH1[CSFD]
icon = h1_s.xpm h1_t.xpm
action = ->Draw()
[root/th2]
pattern = TH2[CSFD]
icon = h2_s.xpm h2_t.xpm
action = ->Draw()
[root/th3]
pattern = TH3[CSFD]
icon = h3_s.xpm h3_t.xpm
action = ->Draw()
[root/tf1]
pattern = TF1
icon = f1_s.xpm f1_t.xpm
action = ->Draw()
[root/tf2]
pattern = TF2
icon = f2_s.xpm f2_t.xpm
action = ->Draw()
[root/tprofile]
pattern = TProfile
icon = profile_s.xpm profile_t.xpm
action = ->Draw()
[root/ttree]
pattern = TTree
icon = tree_s.xpm tree_t.xpm
action = ->Browse()
[root/tntuple]
pattern = TNtuple
icon = ntuple_s.xpm ntuple_t.xpm
action = ->Browse()
[root/tchain]
pattern = TChain
icon = chain_s.xpm chain_t.xpm
action = ->Browse()
[root/tleaf]
pattern = TLeaf*
icon = leaf_s.xpm leaf_t.xpm
action = ->Browse()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment