From d7174116874c6ce8fff5808c317511aff0e50a15 Mon Sep 17 00:00:00 2001 From: Richard Grenville Date: Tue, 25 Feb 2014 22:13:43 +0800 Subject: [PATCH] Misc #177: Clarify the message about missing xwininfo/xprop Clarify the message about missing xwininfo/xprop. (#177) --- bin/compton-trans | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compton-trans b/bin/compton-trans index d9aafaa..8f6710d 100755 --- a/bin/compton-trans +++ b/bin/compton-trans @@ -26,7 +26,7 @@ # "command" is a shell built-in, faster than "which" if test -z "$(command -v xprop)" -o -z "$(command -v xwininfo)"; then - echo 'Please install x11-utils/xorg-xprop/xorg-xwininfo.' >& 2 + echo 'The command xwininfo or xprop is not available. They might reside in a package named xwininfo, xprop, x11-utils, xorg-xprop, or xorg-xwininfo.' >& 2 exit 1 fi