diff --git a/src/calibre/trac/plugins/download.py b/src/calibre/trac/plugins/download.py index eaa3f9469c..7552f140b6 100644 --- a/src/calibre/trac/plugins/download.py +++ b/src/calibre/trac/plugins/download.py @@ -143,7 +143,7 @@ def top_level(self, req): ] data = dict(title='Get ' + __appname__, operating_systems=operating_systems, width=200, - font_size='xx-large') + font_size='xx-large', top_level=True) return 'download.html', data, None def version_from_filename(self): @@ -236,6 +236,6 @@ def linux(self, req): OS({'name' : 'generic','title': 'Install from source', 'img':'linux'}), ] data = dict(title='Choose linux distribution', width=100, - operating_systems=operating_systems, font_size='x-large') + operating_systems=operating_systems, font_size='x-large', top_level=False) return 'download.html', data, None diff --git a/src/calibre/trac/plugins/templates/download.html b/src/calibre/trac/plugins/templates/download.html index b4d401c38b..639e656e5c 100644 --- a/src/calibre/trac/plugins/templates/download.html +++ b/src/calibre/trac/plugins/templates/download.html @@ -11,6 +11,11 @@
+If you have a 64bit computer, or an outdated operating system, the distribution + specific installation may not work for you. In that case, first try the binary installer. + If that also does not work, your only recourse is to try to install from source. In order + to do that you will have to install all the dependencies as well as the -dev package of PyQt4. +