Launchy::Detect::NixDesktopEnvironment
# File lib/launchy/detect/nix_desktop_environment.rb, line 63 def self.browser ::Launchy::Argv.new( ] exo-open --launch WebBrowser ] ) end
# File lib/launchy/detect/nix_desktop_environment.rb, line 55 def self.is_current_desktop_environment? if Launchy::Application.find_executable( 'xprop' ) then %[ xprop -root _DT_SAVE_MODE].include?("xfce") else false end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.