From fe321167531404cead741d1250c2910aa724ba56 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 16 May 2009 19:16:51 +0200 Subject: [PATCH] grml-info: add support for xlinks2 --- debian/changelog | 4 +++- usr_bin/grml-info | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.1.4