summarylogtreecommitdiffstats
path: root/add_broken_warning.patch
diff options
context:
space:
mode:
authorwereii2021-10-29 15:51:51 +0200
committerwereii2022-02-13 19:42:21 +0100
commit5cb6837f9cd3feb55c4f689c11a69d37c78a15d8 (patch)
tree15d5ada060f445ca4fff4ce2a66da6053935f8ab /add_broken_warning.patch
parentc73b86ce81ff1b2205d4395379331e9ec26a7641 (diff)
downloadaur-5cb6837f9cd3feb55c4f689c11a69d37c78a15d8.tar.gz
Update to 2.39.3, added partially broken warnings
Diffstat (limited to 'add_broken_warning.patch')
-rw-r--r--add_broken_warning.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/add_broken_warning.patch b/add_broken_warning.patch
new file mode 100644
index 000000000000..d312636125bf
--- /dev/null
+++ b/add_broken_warning.patch
@@ -0,0 +1,35 @@
+From 2de69a76165678e50df8975a3434a2a11fb4c88b Mon Sep 17 00:00:00 2001
+From: wereii <8504482+wereii@users.noreply.github.com>
+Date: Sun, 13 Feb 2022 19:00:39 +0100
+Subject: [PATCH] Add broken warning to error dialog
+
+---
+ gui/errorDialog.py | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+diff --git a/gui/errorDialog.py b/gui/errorDialog.py
+index 769821091..32c2fda5c 100644
+--- a/gui/errorDialog.py
++++ b/gui/errorDialog.py
+@@ -83,6 +83,18 @@ class ErrorFrame(AuxiliaryFrame):
+ "information about how this was triggered. Please contact the developers with the \n"
+ "information provided through the EVE Online forums or file a GitHub issue.")
+
++ desc = desc + "\n".join(
++ (
++ "\n!!!", # yep, double newline
++ "AUR PACKAGER WARNING: Pyfa is currently BROKEN on Arch Linux, many errors are to be expected.",
++ "There are some incompatibilites between Pyfa's dependency - wxPython and python3.10.",
++ "Until that is resolved some functionality of Pyfa will not work.",
++ "",
++ "PLEASE do not create new issues in Pyfa repository, instead use Pyfa's AUR page or this issue:",
++ "https://github.com/pyfa-org/Pyfa/issues/2391",
++ )
++ )
++
+ self.SetSizeHints(wx.DefaultSize, wx.DefaultSize)
+
+ mainSizer = wx.BoxSizer(wx.VERTICAL)
+--
+2.35.1
+