summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/retext/files/retext-8.0.1-fix-set-desktop-entry.patch')
-rw-r--r--app-editors/retext/files/retext-8.0.1-fix-set-desktop-entry.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-editors/retext/files/retext-8.0.1-fix-set-desktop-entry.patch b/app-editors/retext/files/retext-8.0.1-fix-set-desktop-entry.patch
new file mode 100644
index 000000000000..0ff685b89152
--- /dev/null
+++ b/app-editors/retext/files/retext-8.0.1-fix-set-desktop-entry.patch
@@ -0,0 +1,15 @@
+# Set desktop file name to correspond to the one installed by
+# the ebuild ("retext.desktop").
+# Bug: https://bugs.gentoo.org/925726
+
+--- a/ReText/__main__.py
++++ b/ReText/__main__.py
+@@ -65,7 +65,7 @@ def main():
+ app.setApplicationDisplayName("ReText")
+ app.setApplicationVersion(app_version)
+ app.setOrganizationDomain('mitya57.me')
+- app.setDesktopFileName('me.mitya57.ReText.desktop')
++ app.setDesktopFileName('retext')
+ QNetworkProxyFactory.setUseSystemConfiguration(True)
+
+ RtTranslator = QTranslator()