#!/usr/bin/ruby -Ku version = '0.2.2' require 'pathname' $: << MYDIR = File.dirname(Pathname.new(__FILE__).realpath) EVIL = false PID = Process.pid if ARGV.size > 0 case ARGV.first when '-k' exec "killall -9 fm" end pwd = ARGV.first if pwd =~ /^file:\/\// pwd = $' end unless File.exists?(pwd) pwd = nil end else pwd = nil end #require 'ftools' require 'pp' require 'ostruct' class OpenStruct; def __table__() @table end end require 'thread' for file in Dir.glob "#{MYDIR}/code/**/*.rb" require file [MYDIR.size + 1 ... -3] end load 'data/colorscheme/default.rb' require 'data/screensaver/clock.rb' unless ARGV.empty? or File.directory?(pwd) exec(Fm.getfilehandler_frompath(pwd)) end include CLI include Debug Debug.setup( :name => 'nyuron', :stream => File.open('/tmp/errorlog', 'a'), :level => 3 ) ERROR_STREAM = File.open('/tmp/errorlog', 'a') Signal.trap(Scheduler::UPDATE_SIGNAL) do Fm.refresh end begin Fm.initialize( pwd ) Fm.main_loop ensure log "exiting!" log "" closei if CLI.running? # Fm.dump ERROR_STREAM.close # Kill all other threads for thr in Thread.list unless thr == Thread.current thr.kill end end end