diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:19:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:19:02 +0000 |
commit | 0e345d89cd71bcdf5be0252ef6cadc6d76dabe3d (patch) | |
tree | 0f5ea7071b241b13bd624d615334876f3aacc37f /debian/patches/urlplot.pl.diff | |
parent | Adding upstream version 20231031. (diff) | |
download | irssi-scripts-debian.tar.xz irssi-scripts-debian.zip |
Adding debian version 20231031.debian/20231031debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/urlplot.pl.diff')
-rw-r--r-- | debian/patches/urlplot.pl.diff | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/urlplot.pl.diff b/debian/patches/urlplot.pl.diff new file mode 100644 index 0000000..ac189d8 --- /dev/null +++ b/debian/patches/urlplot.pl.diff @@ -0,0 +1,15 @@ +Description: "" +Forwarded: not-needed +Author: "" +Last-Update: 2010-05-12 +--- a/scripts/urlplot.pl ++++ b/scripts/urlplot.pl +@@ -264,7 +264,7 @@ + + # Defaults + sub DEF_URL_COMMAND() { +- 'mozilla -remote "openURL(__URL__)" > /dev/null 2>&1 || mozilla "__URL__"&' } ++ 'sensible-browser __URL__ > /dev/null 2>&1' } + sub DEF_URL_CACHE_MAX() { 90 } + sub DEF_URL_LOG_FILE_AUTORELOAD_TIME() { 120 } + sub DEF_URL_TIME_FORMAT() { '%Y:%m:%d - %H:%M:%S' } |