# File lib/launchy/detect/nix_desktop_environment.rb, line 15
    def self.detect
      found = find_child( :is_current_desktop_environment? )
      Launchy.log("Current Desktop environment not flound. #{Launchy.bug_report_message}") unless found
      return found
    end