summaryrefslogtreecommitdiff
path: root/net-im/telegram-desktop/files/tdesktop-2.7.1-fix-disable-dbus-integration.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/telegram-desktop/files/tdesktop-2.7.1-fix-disable-dbus-integration.patch')
-rw-r--r--net-im/telegram-desktop/files/tdesktop-2.7.1-fix-disable-dbus-integration.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-im/telegram-desktop/files/tdesktop-2.7.1-fix-disable-dbus-integration.patch b/net-im/telegram-desktop/files/tdesktop-2.7.1-fix-disable-dbus-integration.patch
deleted file mode 100644
index 8563ee5fdca0..000000000000
--- a/net-im/telegram-desktop/files/tdesktop-2.7.1-fix-disable-dbus-integration.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- tdesktop-2.7.1-full.orig/Telegram/SourceFiles/platform/linux/specific_linux.cpp
-+++ tdesktop-2.7.1-full/Telegram/SourceFiles/platform/linux/specific_linux.cpp
-@@ -754,10 +754,12 @@ void InstallLauncher(bool force) {
-
- void RegisterCustomScheme(bool force) {
- try {
-+#ifndef DESKTOP_APP_DISABLE_DBUS_INTEGRATION
- if (InSnap()) {
- SnapDefaultHandler(qsl("tg"));
- return;
- }
-+#endif // !DESKTOP_APP_DISABLE_DBUS_INTEGRATION
-
- if (cExeName().isEmpty()) {
- return;