Subject: Python-ui needcs to open compressed .txt files on Debian
Author: Teemu Hukkanen <tjhukkan@iki.fi>
Forwarded: not-needed

Index: pkg-hatari/python-ui/uihelpers.py
===================================================================
--- pkg-hatari.orig/python-ui/uihelpers.py
+++ pkg-hatari/python-ui/uihelpers.py
@@ -137,7 +137,7 @@ class UIHelp:
         self.view_url(self._path + "compatibility.html", "Hatari compatibility list")
 
     def view_hatari_releasenotes(self, dummy=None):
-        self.view_url(self._path + "release-notes.txt", "Hatari release notes")
+        self.view_url(self._path + "release-notes.txt.gz", "Hatari release notes")
 
     def view_hatariui_page(self, dummy=None):
         self.view_url(self._path + "hatari-ui.html", "Hatari UI information")
@@ -149,10 +149,10 @@ class UIHelp:
         self.view_url(self._path + "bugs.txt", "Hatari bugs")
 
     def view_hatari_todo(self, dummy=None):
-        self.view_url(self._path + "todo.txt", "Hatari TODO items")
+        self.view_url(self._path + "todo.txt.gz", "Hatari TODO items")
 
     def view_hatari_authors(self, dummy=None):
-        self.view_url(self._path + "authors.txt", "Hatari authors")
+        self.view_url(self._path + "authors.txt.gz", "Hatari authors")
 
     def view_hatari_mails(self, dummy=None):
         self.view_url("https://www.hatari-emu.org/contact.html", "Hatari mailing lists")
