class Launchy::Detect::NixDesktopEnvironment

def self.detect

NixDekstopEnvironment::Unknown
If the current dekstop environment be detected, the return

Detect the current *nix desktop environment
def self.detect
  found = find_child(:is_current_desktop_environment?)
  Launchy.log("Current Desktop environment not found. #{Launchy.bug_report_message}") unless found
  found
end