class Launchy::Detect::NixDesktopEnvironment::NotFound

The one that is found when all else fails. And this must be declared last

Public Class Methods

browser() click to toggle source
# File lib/launchy/detect/nix_desktop_environment.rb, line 85
def self.browser
  ::Launchy::Argv.new
end
is_current_desktop_environment?() click to toggle source
# File lib/launchy/detect/nix_desktop_environment.rb, line 81
def self.is_current_desktop_environment?
  true
end