From: Michael Prokop Date: Sat, 16 May 2009 17:16:51 +0000 (+0200) Subject: grml-info: add support for xlinks2 X-Git-Tag: v1.1.19~3 X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=commitdiff_plain;h=fe321167531404cead741d1250c2910aa724ba56 grml-info: add support for xlinks2 --- diff --git a/debian/changelog b/debian/changelog index a43ad3f..a43bc37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ grml-scripts (1.1.19) unstable; urgency=low * Some minor cleanups for lintian: - cleanup of lintian's override file - drop unneeded /bin and /sbin from debian/dirs + * grml-info: add support for xlinks2 as dillo isn't available + in Debian/unstable due to removal of libgtk1.2 - -- Michael Prokop Mon, 06 Apr 2009 09:24:25 +0200 + -- Michael Prokop Sat, 16 May 2009 19:15:44 +0200 grml-scripts (1.1.18) unstable; urgency=low 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