ui.backend.x11: search path for xmessage rather than hardcoding path

db4
Joe Groff 2010-04-25 12:18:45 -07:00
parent e5c65b2204
commit 859ec88bcd
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ M: x11-ui-backend beep ( -- )
[ dup CHAR: ' = [ drop "'\\''" ] [ 1string ] if ] { } map-as concat ;
: xmessage ( string -- )
escape-' "/usr/X11R6/bin/xmessage '" "'" surround system drop ;
escape-' "/usr/bin/env xmessage '" "'" surround system drop ;
PRIVATE>
M: x11-ui-backend system-alert