Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Prefer-xdg-open.patch | Prefer xdg-open Add xdg-open as the first choice whenever this seems to be useful. |
"Dr. Tobias Quathamer" <toddy@debian.org> | no | 2018-01-31 | ||
0002-Prefer-python3-over-python2.patch | Prefer python3 over python2 | "Dr. Tobias Quathamer" <toddy@debian.org> | no | 2018-09-17 | ||
0003-Replace-shebang-line-with-python3.patch | Replace shebang line with python3 To find all affected files, the following two commands have been used: grep -r --files-with-matches "^#\!\s*/usr/bin.*python" src/ | xargs sed -i -e "1 s/^#\!.*python.*/#\!\/usr\/bin\/python3/" grep -r --files-with-matches "^#\!\s*/usr/bin.*python" lib/ | xargs sed -i -e "1 s/^#\!.*python.*/#\!\/usr\/bin\/python3/" |
"Dr. Tobias Quathamer" <toddy@debian.org> | no | 2018-09-17 | ||
0004-Use-python3-internally-in-the-C-code-as-well.patch | Use python3 internally in the C code as well | "Dr. Tobias Quathamer" <toddy@debian.org> | no | 2018-09-17 | ||
0007-Fix-path-to-perl.patch | Fix path to perl | "Dr. Tobias Quathamer" <toddy@debian.org> | no | 2019-09-01 | ||
0006-Store-correctly-the-window-position-with-Wayland.patch | Store correctly the window position with Wayland To do this, hard-coded test for xcb had to be replaced with a call to platformName(). Since this method does not exist in Qt4, we emulate it. Note that Qt5 uses xcb bindings for X11 system, while Qt4 relies on older X11 bindings. We return platorm == "qt4x11" in this case. Fixes bug #11746. (cherry picked from commit 222a317dd243fb18f01bfa6e994902fee06ae3db) See https://www.lyx.org/trac/changeset/d418b6f4c8/lyxgit |
"Dr. Tobias Quathamer" <toddy@debian.org> | no | 2020-12-01 |