Commit graph

11 commits

Author SHA1 Message Date
Pino Toscano
c6e4774e62 nautilus: drop spurious shebang
It is not a Python script to be run directly, but it is rather loaded
as plugin.
2023-02-05 09:17:15 +01:00
Erich Eickmeyer
9b6d3a7c3d nautilus: Update for compatibility with Nautilus 43 2022-08-17 14:10:16 +00:00
Nicolas Fella
87db95b22f Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
Albert Vaca Cintora
14cdd8e2b5 Exception doesn't have strerr
Fix crash when crashing when translation not found
2020-04-02 12:38:09 +02:00
Andy Holmes
cc655348eb Nautilus Extension: fix gettext usage
Apparently the way we did this in GSConnect never actually worked, it
just took years for someone to report it. Since this extension is
derived from GSConnect's it's likely that's the case here, too.

This is the appropriate way to use gettext according to the Python3
documentation.
2019-12-07 16:08:25 +00:00
Pino Toscano
ce771bbf6c i18n: fix extraction of nautilus extension
There are only Python sources, so set the language of xgettext to
Python.
2019-07-05 09:53:22 +02:00
Nicolas Fella
3b8fedea1a Replace http GNU urls with https 2019-03-23 17:29:26 +01:00
Nicolas Fella
76be5a17b6 Remove unnecessary pass 2019-03-21 13:26:46 +01:00
Albert Vaca
138147bf58 Compat with python3 2018-05-29 21:09:45 +02:00
Albert Vaca
18e799612d Do not do a dbus call every time get_file_items is called 2018-05-29 21:09:45 +02:00
Albert Vaca
2008490ad9 Adds a nautilus-python extension to share files
Reviewed by Aleix Pol
2018-03-24 17:39:51 +01:00