Class: Launchy::Detect::NixDesktopEnvironment::NotFound

Inherits:
Launchy::Detect::NixDesktopEnvironment show all
Defined in:
lib/launchy/detect/nix_desktop_environment.rb

Overview

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

Class Method Summary collapse

Methods inherited from Launchy::Detect::NixDesktopEnvironment

browsers, detect, fallback_browsers

Methods included from Launchy::DescendantTracker

#children, #find_child, #inherited

Class Method Details

.browserObject



86
87
88
# File 'lib/launchy/detect/nix_desktop_environment.rb', line 86

def self.browser
  ::Launchy::Argv.new
end

.is_current_desktop_environment?Boolean

Returns:

  • (Boolean)


82
83
84
# File 'lib/launchy/detect/nix_desktop_environment.rb', line 82

def self.is_current_desktop_environment?
  true
end