+++ /dev/null
-From: Nathan Pratta Teodosio <nathan.teodosio@canonical.com>
-Date: Thu, 25 Aug 2022 11:02:03 +0200
-Subject: Compatibility with older python3-nautilus
-Forwarded: https://github.com/nextcloud/desktop/pull/4870
-
----
- shell_integration/nautilus/syncstate.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/shell_integration/nautilus/syncstate.py b/shell_integration/nautilus/syncstate.py
-index c4dacb5..9e0d51b 100644
---- a/shell_integration/nautilus/syncstate.py
-+++ b/shell_integration/nautilus/syncstate.py
-@@ -200,9 +200,10 @@ class MenuExtension_ownCloud(GObject.GObject, Nautilus.MenuProvider):
- break
- return (topLevelFolder, internalFile)
-
-- def get_file_items(self, window, files):
-+ def get_file_items(self, *args):
- # Show the menu extension to share a file or folder
-
-+ files = args[-1]
- # Get usable file paths from the uris
- all_internal_files = True
- for i, file_uri in enumerate(files):
0002-use_system_buildflags.patch
0003-Use-release-version-for-Debian.patch
0004-Revert-8fb673457b42-Add-a-button-to-create-a-debug-a.patch
-0005-compat-older-python3-nautilus.patch