Remove Appendix A: Linux Distro Test Results as these are manuskript version specific

Curtis Gedak 2017-09-17 11:53:48 -06:00
parent 9dd66c2e3b
commit 59c591a9be

@ -113,117 +113,3 @@ Use the following steps on a different computer or Virtual Machine to test that
- [Using PyInstaller](https://pyinstaller.readthedocs.io/en/stable/usage.html)
- [What is PyQT?](https://riverbankcomputing.com/software/pyqt/intro)
---
# APPENDIX A: LINUX DISTRO TEST RESULTS
These test results are for the [manuskript-0.4.0-1-linux64.zip](https://sourceforge.net/projects/manuskript/files/manuskript/manuskript-0.4.0/manuskript-0.4.0-1-linux64.zip/download) package created with the [Package Manuskript for Linux with PyInstaller](https://github.com/olivierkes/manuskript/wiki/Package-Manuskript-for-Linux-with-PyInstaller) steps.
64 Bit Linux | Manuskript | Spellcheck | Pandoc |
Distro | Runs? | Works? [1] | Works? [2] |
--------------+------------+------------+------------+
Debian 8 | Yes | Yes | Yes |
Debian 9 | **No** [3] | | |
Fedora 25 | Yes | Yes [4] | Yes |
Fedora 26 | Yes | Yes [4] | Yes |
openSUSE 42.2 | Yes | Yes | Yes |
openSUSE 42.3 | **No** [3] | | |
Xubuntu 14.04 | Yes | Yes | Yes |
Kubuntu 16.04 | Yes | Yes | Yes |
[1] Install spelling dictionary package to use spell checker. For example for English install the package `aspell-en`.
[2] Install `pandoc` package to access additional Compile/Export formats, such as LaTeX and ePub.
[3] Segmentation fault occurs when trying to run `manuskript-0.4.0-1-linux64.zip` on Debian 9 Stretch and openSUSE 42.3.
Use [manuskript-0.4.0-1-deb9-linux64.zip](https://sourceforge.net/projects/manuskript/files/manuskript/manuskript-0.4.0/manuskript-0.4.0-1-deb9-linux64.zip/download) instead.
[4] Remove the `manuskript/libstdc++.so.6` file to get spell check to work on Fedora.
Note that some warning messages are displayed on some distros when running from the command line; however, these do not appear to affect manuskript operation.
## DISTRO MESSAGES
Following are additional details about warning messages observed during testing.
### Debian 8 Jessie
No warning messages.
### Debian 9 Stretch
Segmentation fault occurs when trying to run `manuskript-0.4.0-1-linux64.zip` on Debian 9 Stretch.
Use [manuskript-0.4.0-1-deb9-linux64.zip](https://sourceforge.net/projects/manuskript/files/manuskript/manuskript-0.4.0/manuskript-0.4.0-1-deb9-linux64.zip/download) instead.
### Fedora 25
Warning messages displayed:
(manuskript:2886): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
(manuskript:2886): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
...
** (manuskript:2886): WARNING **: Error loading plugin: /home/fedora/manuskript/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/lib64/enchant/libenchant_myspell.so)
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
These warning messages do not adversely impact the operation of manuskript.
In order to get spell check to work on Fedora I had to remove the `manuskript/libstdc++.so.6` file.
### Fedora 26
Warning messages displayed:
(manuskript:2471): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
(manuskript:2471): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
...
Gtk-Message: Failed to load module "pk-gtk-module"
Gtk-Message: Failed to load module "canberra-gtk-module"
These warning messages do not adversely impact the operation of manuskript.
In order to get spell check to work on Fedora I had to remove the `manuskript/libstdc++.so.6` file.
### openSUSE 42.2
Warning messages displayed:
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
These warning messages do not adversely impact the operation of manuskript.
### openSUSE 42.3
Segmentation fault occurs when trying to run `manuskript-0.4.0-1-linux64.zip` on openSUSE 42.3.
Use [manuskript-0.4.0-1-deb9-linux64.zip](https://sourceforge.net/projects/manuskript/files/manuskript/manuskript-0.4.0/manuskript-0.4.0-1-deb9-linux64.zip/download) instead.
### Xubuntu 14.04 LTS (Trusty Tahr)
Warning messages displayed:
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
These warning messages do not adversely impact the operation of manuskript.
### Kubuntu 16.04 LTS (Xenial Xerus)
Warning messages displayed:
** (process:6886): WARNING **: Error loading plugin: /home/gedakc/Downloads/manuskript/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/lib/x86_64-linux-gnu/enchant/libenchant_ispell.so)
** (process:6886): WARNING **: Error loading plugin: /home/gedakc/Downloads/manuskript/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/lib/x86_64-linux-gnu/enchant/libenchant_ispell.so)
These warning messages do not adversely impact the operation of manuskript.