class UnavailableXDoToolError

Public Instance Methods

message() click to toggle source
# File lib/pecari/player.rb, line 72
  def message
    <<-EOF
      Cannot find xdotool on you system. Try installing it with this command:
      "sudo apt-get install xdotool"
    EOF
  end