Fall back environment as the last case
# File lib/launchy/detect/nix_desktop_environment.rb, line 73 def self.browser ::Launchy::Argv.new( 'xdg-open' ) end
# File lib/launchy/detect/nix_desktop_environment.rb, line 69 def self.is_current_desktop_environment? Launchy::Application.find_executable( browser ) end