Comment 30 for bug 1048805

Revision history for this message
David Fraser (davidf) wrote :

Added this to my ~/bin directory (on my path) as xfce4-appfinder and symlinked xfrun4 to it:

#!/bin/bash
extra_params=""
[ "`basename "$0"`" == "xfrun4" ] && { extra_params="-c" ; }
exec /usr/bin/xfce4-appfinder --disable-server $extra_params "$@"