Module: YSupport::KDE

Defined in:
lib/y_support/kde.rb

Class Method Summary collapse

Class Method Details

.show_file_with_kioclient(fɴ_with_path) ⇒ Object

Open a file with kioclient (using KDE file-viewer associations).



9
10
11
# File 'lib/y_support/kde.rb', line 9

def show_file_with_kioclient( fɴ_with_path )
  system "sleep 0.2; kioclient exec 'file:%s'" % fɴ_with_path
end