Module: YSupport::KDE
- Defined in:
- lib/y_support/kde.rb
Class Method Summary collapse
-
.show_file_with_kioclient(fɴ_with_path) ⇒ Object
display it with kioclient.
Class Method Details
.show_file_with_kioclient(fɴ_with_path) ⇒ Object
display it with kioclient
7 8 9 |
# File 'lib/y_support/kde.rb', line 7 def show_file_with_kioclient( fɴ_with_path ) system "sleep 0.2; kioclient exec 'file:%s'" % fɴ_with_path end |