X-Git-Url: http://git.grml.org/?p=grml-scripts-core.git;a=blobdiff_plain;f=usr_bin%2Fgrml-info;h=005be7505776fa1498bc1fb8e3810daf8ecdca7a;hp=391ca6eaeb48eda99f6ac8882bb3a1082487e21a;hb=fe321167531404cead741d1250c2910aa724ba56;hpb=1fae5e6b267fc7e7797a39e242b782119b7cd390 diff --git a/usr_bin/grml-info b/usr_bin/grml-info index 391ca6e..005be75 100755 --- a/usr_bin/grml-info +++ b/usr_bin/grml-info @@ -14,6 +14,8 @@ local PAGE='/usr/share/doc/grml-docs/startpage.html' if [ -n "$DISPLAY" ]; then if check4progs dillo ; then dillo $PAGE + elif check4progs xlinks2 ; then + xlinks2 -mode 640x480 $PAGE elif check4progs firefox ; then firefox $PAGE elif check4progs x-www-browser ; then