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