diff --git a/desktop/bashrun/README b/desktop/bashrun/README index 7de8f90063..f29559aebe 100644 --- a/desktop/bashrun/README +++ b/desktop/bashrun/README @@ -6,5 +6,4 @@ certain commands in a new terminal window, looking up manual and info pages, performing dict and google queries, defining bookmarks for webpages or piping command output to the clipboard. -NOTE: This uses xdotool if it is installed. Also, zenity or kdialog -is used if installed (will fall back to xmessage otherwise). +This can use xdotool, zenity, or kdialog if installed. diff --git a/desktop/bashrun/bashrun.info b/desktop/bashrun/bashrun.info index 8988ed22a6..03edf19da8 100644 --- a/desktop/bashrun/bashrun.info +++ b/desktop/bashrun/bashrun.info @@ -5,6 +5,6 @@ DOWNLOAD="http://ovh.dl.sourceforge.net/project/bashrun/Bashrun/bashrun-0.16.1/b MD5SUM="cfc3b503fed6c2553f9e385617a9d1d1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="xdotool zenity" +REQUIRES="xdotool" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi"