Hello community,

here is the log from the commit of package python-nautilus for openSUSE:Factory 
checked in at 2019-07-22 17:18:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nautilus (Old)
 and      /work/SRC/openSUSE:Factory/.python-nautilus.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nautilus"

Mon Jul 22 17:18:58 2019 rev:25 rq:717535 version:1.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nautilus/python-nautilus.changes  
2019-07-13 14:00:53.710888872 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-nautilus.new.4126/python-nautilus.changes    
    2019-07-22 17:18:58.649930422 +0200
@@ -1,0 +2,13 @@
+Thu Jul 18 17:20:19 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 1.2.3:
+  + Fixed open-terminal example extension.
+  + Fixed glgo#GNOME/nautilus-python#3: setting argv[0] to thunar.
+  + Fixed glgo#GNOME/nautilus-python#4: allow overriding the build
+    date to enable reproducible builds.
+  + Removed build warnings.
+  + Fix to work with python 3.8.
+- Drop reproducible.patch: Fixed upstream.
+- Use modern macros.
+
+-------------------------------------------------------------------

Old:
----
  nautilus-python-1.2.2.tar.xz
  reproducible.patch

New:
----
  nautilus-python-1.2.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-nautilus.spec ++++++
--- /var/tmp/diff_new_pack.msJz1K/_old  2019-07-22 17:18:59.125930043 +0200
+++ /var/tmp/diff_new_pack.msJz1K/_new  2019-07-22 17:18:59.129930041 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nautilus
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,29 +12,30 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define _name nautilus-python
+
 Name:           python-nautilus
-Version:        1.2.2
+Version:        1.2.3
 Release:        0
 Summary:        Python bindings for Nautilus
 License:        GPL-2.0-or-later
 Group:          Development/Libraries/Python
 URL:            https://wiki.gnome.org/Projects/NautilusPython
 Source:         
http://download.gnome.org/sources/nautilus-python/1.2/%{_name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM -- https://gitlab.gnome.org/GNOME/nautilus-python/issues/4
-Patch0:         reproducible.patch
+
 BuildRequires:  %{python_module devel}
 BuildRequires:  gtk-doc
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(libnautilus-extension)
 BuildRequires:  pkgconfig(pygobject-3.0)
+
 Requires:       %{name}-common-files = %{version}
 Requires:       python-gobject
 # we can't have automatic typelib() Requires here: it's C code: 
PyImport_ImportModule("gi.repository.Nautilus")
@@ -81,8 +82,7 @@
 python-nautilus in both Python2 and Python3.
 
 %prep
-%setup -q -n %{_name}-%{version}
-%patch0 -p1
+%autosetup -p1 -n %{_name}-%{version}
 
 %build
 %define _configure ../configure
@@ -92,8 +92,9 @@
 %configure \
     --disable-static \
     --docdir=%{_docdir}/$python-nautilus \
-    --enable-gtk-doc
-make %{?_smp_mflags}
+       --enable-gtk-doc \
+       %{nil}
+%make_build
 popd
 }
 

++++++ nautilus-python-1.2.2.tar.xz -> nautilus-python-1.2.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/ChangeLog 
new/nautilus-python-1.2.3/ChangeLog
--- old/nautilus-python-1.2.2/ChangeLog 2018-01-01 19:19:54.000000000 +0100
+++ new/nautilus-python-1.2.3/ChangeLog 2019-07-18 02:04:25.000000000 +0200
@@ -1,3 +1,3 @@
 The ChangeLog file is no longer used.  
 
-For a list of changes goto: http://git.gnome.org/browse/nautilus-python/log/
+For a list of changes goto: 
https://gitlab.gnome.org/GNOME/nautilus-python/commits/master
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/NEWS 
new/nautilus-python-1.2.3/NEWS
--- old/nautilus-python-1.2.2/NEWS      2018-01-15 00:01:23.000000000 +0100
+++ new/nautilus-python-1.2.3/NEWS      2019-07-18 02:04:25.000000000 +0200
@@ -1,3 +1,12 @@
+1.2.3:
+    - First release from gitlab
+    - Fixed open-terminal example extension (Maximillian Schambach)
+    - Fixed invalid DOAP file category (Andre Klapper)
+    - Fixed bug #3, setting argv[0] to thunar
+    - Fixed bug #4, allow overriding the build date to enable reproducible 
builds
+    - Removed build warnings (Christian Stadelman)
+    - Fix to work with python 3.8 (stratakis)
+
 1.2.2:
     - Fixed bug #792427, Fix folder string comparison to prevent duplicate 
extension loading
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/compile 
new/nautilus-python-1.2.3/compile
--- old/nautilus-python-1.2.2/compile   2018-01-15 00:02:32.000000000 +0100
+++ new/nautilus-python-1.2.3/compile   2019-07-18 02:05:22.000000000 +0200
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
 scriptversion=2016-01-11.22; # UTC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/config.guess 
new/nautilus-python-1.2.3/config.guess
--- old/nautilus-python-1.2.2/config.guess      2018-01-15 00:02:32.000000000 
+0100
+++ new/nautilus-python-1.2.3/config.guess      2019-07-18 02:05:22.000000000 
+0200
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/config.sub 
new/nautilus-python-1.2.3/config.sub
--- old/nautilus-python-1.2.2/config.sub        2018-01-15 00:02:32.000000000 
+0100
+++ new/nautilus-python-1.2.3/config.sub        2019-07-18 02:05:22.000000000 
+0200
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Configuration validation subroutine script.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/configure 
new/nautilus-python-1.2.3/configure
--- old/nautilus-python-1.2.2/configure 2018-01-15 00:02:31.000000000 +0100
+++ new/nautilus-python-1.2.3/configure 2019-07-18 02:05:22.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for nautilus-python 1.2.2.
+# Generated by GNU Autoconf 2.69 for nautilus-python 1.2.3.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='nautilus-python'
 PACKAGE_TARNAME='nautilus-python'
-PACKAGE_VERSION='1.2.2'
-PACKAGE_STRING='nautilus-python 1.2.2'
+PACKAGE_VERSION='1.2.3'
+PACKAGE_STRING='nautilus-python 1.2.3'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1366,7 +1366,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures nautilus-python 1.2.2 to adapt to many kinds of 
systems.
+\`configure' configures nautilus-python 1.2.3 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1436,7 +1436,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of nautilus-python 1.2.2:";;
+     short | recursive ) echo "Configuration of nautilus-python 1.2.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1564,7 +1564,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-nautilus-python configure 1.2.2
+nautilus-python configure 1.2.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1842,7 +1842,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by nautilus-python $as_me 1.2.2, which was
+It was created by nautilus-python $as_me 1.2.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2710,7 +2710,7 @@
 
 # Define the identity of the package.
  PACKAGE='nautilus-python'
- VERSION='1.2.2'
+ VERSION='1.2.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12784,7 +12784,7 @@
 if test "x$PYTHON_LIBS" = x; then
   PYTHON_CONFIG=`which $PYTHON`-config
   if test -x "$PYTHON_CONFIG"; then
-    PYTHON_LIBS=`$PYTHON_CONFIG --ldflags 2>/dev/null`
+    PYTHON_LIBS=`$PYTHON_CONFIG --libs --embed 2>/dev/null` || 
PYTHON_LIBS=`$PYTHON_CONFIG --libs  2>/dev/null`
   else
     PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}"
   fi
@@ -13585,7 +13585,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by nautilus-python $as_me 1.2.2, which was
+This file was extended by nautilus-python $as_me 1.2.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13651,7 +13651,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-nautilus-python config.status 1.2.2
+nautilus-python config.status 1.2.3
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/configure.ac 
new/nautilus-python-1.2.3/configure.ac
--- old/nautilus-python-1.2.2/configure.ac      2018-01-15 00:01:50.000000000 
+0100
+++ new/nautilus-python-1.2.3/configure.ac      2019-07-18 02:04:25.000000000 
+0200
@@ -1,4 +1,4 @@
-AC_INIT([nautilus-python], [1.2.2])
+AC_INIT([nautilus-python], [1.2.3])
 
 AM_CONFIG_HEADER(config.h)
 AC_CONFIG_MACRO_DIR([m4])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/depcomp 
new/nautilus-python-1.2.3/depcomp
--- old/nautilus-python-1.2.2/depcomp   2018-01-15 00:02:32.000000000 +0100
+++ new/nautilus-python-1.2.3/depcomp   2019-07-18 02:05:23.000000000 +0200
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # depcomp - compile a program generating dependencies as side-effects
 
 scriptversion=2016-01-11.22; # UTC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/docs/Makefile.am 
new/nautilus-python-1.2.3/docs/Makefile.am
--- old/nautilus-python-1.2.2/docs/Makefile.am  2018-01-09 01:35:08.000000000 
+0100
+++ new/nautilus-python-1.2.3/docs/Makefile.am  2019-07-18 02:04:25.000000000 
+0200
@@ -74,7 +74,7 @@
 if ENABLE_GTK_DOC
 
 reference/builddate.xml: $(REFERENCE_DEPS)
-       $(PYTHON) -c 'import datetime; print(datetime.date.today())' > $@
+       $(PYTHON) -c "import datetime; import os; import time; 
print(datetime.datetime.utcfromtimestamp(int(os.environ.get('SOURCE_DATE_EPOCH',
 time.time()))).date())" > $@
 
 $(HTML_DATA): $(REFERENCE_DEPS) reference/builddate.xml
        $(GTKDOC_MKHTML) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/docs/Makefile.in 
new/nautilus-python-1.2.3/docs/Makefile.in
--- old/nautilus-python-1.2.2/docs/Makefile.in  2018-01-15 00:02:32.000000000 
+0100
+++ new/nautilus-python-1.2.3/docs/Makefile.in  2019-07-18 02:05:23.000000000 
+0200
@@ -614,7 +614,7 @@
 
 
 @ENABLE_GTK_DOC_TRUE@reference/builddate.xml: $(REFERENCE_DEPS)
-@ENABLE_GTK_DOC_TRUE@  $(PYTHON) -c 'import datetime; 
print(datetime.date.today())' > $@
+@ENABLE_GTK_DOC_TRUE@  $(PYTHON) -c "import datetime; import os; import time; 
print(datetime.datetime.utcfromtimestamp(int(os.environ.get('SOURCE_DATE_EPOCH',
 time.time()))).date())" > $@
 
 @ENABLE_GTK_DOC_TRUE@$(HTML_DATA): $(REFERENCE_DEPS) reference/builddate.xml
 @ENABLE_GTK_DOC_TRUE@  $(GTKDOC_MKHTML) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/class-nautilus-python-column-provider.html 
new/nautilus-python-1.2.3/docs/class-nautilus-python-column-provider.html
--- old/nautilus-python-1.2.2/docs/class-nautilus-python-column-provider.html   
2018-01-15 00:02:39.000000000 +0100
+++ new/nautilus-python-1.2.3/docs/class-nautilus-python-column-provider.html   
2019-07-18 02:05:28.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="nautilus-python-provider-reference.html" title="Provider 
Interfaces">
 <link rel="prev" href="nautilus-python-provider-reference.html" 
title="Provider Interfaces">
 <link rel="next" href="class-nautilus-python-info-provider.html" 
title="Nautilus.InfoProvider">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -103,6 +103,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/class-nautilus-python-column.html 
new/nautilus-python-1.2.3/docs/class-nautilus-python-column.html
--- old/nautilus-python-1.2.2/docs/class-nautilus-python-column.html    
2018-01-15 00:02:39.000000000 +0100
+++ new/nautilus-python-1.2.3/docs/class-nautilus-python-column.html    
2019-07-18 02:05:28.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="nautilus-python-class-reference.html" title="Available 
Classes">
 <link rel="prev" href="nautilus-python-class-reference.html" title="Available 
Classes">
 <link rel="next" href="class-nautilus-python-file-info.html" 
title="Nautilus.FileInfo">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -119,6 +119,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/class-nautilus-python-file-info.html 
new/nautilus-python-1.2.3/docs/class-nautilus-python-file-info.html
--- old/nautilus-python-1.2.2/docs/class-nautilus-python-file-info.html 
2018-01-15 00:02:39.000000000 +0100
+++ new/nautilus-python-1.2.3/docs/class-nautilus-python-file-info.html 
2019-07-18 02:05:28.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="nautilus-python-class-reference.html" title="Available 
Classes">
 <link rel="prev" href="class-nautilus-python-column.html" 
title="Nautilus.Column">
 <link rel="next" href="class-nautilus-python-menu.html" title="Nautilus.Menu">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -344,6 +344,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/class-nautilus-python-info-provider.html 
new/nautilus-python-1.2.3/docs/class-nautilus-python-info-provider.html
--- old/nautilus-python-1.2.2/docs/class-nautilus-python-info-provider.html     
2018-01-15 00:02:39.000000000 +0100
+++ new/nautilus-python-1.2.3/docs/class-nautilus-python-info-provider.html     
2019-07-18 02:05:28.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="nautilus-python-provider-reference.html" title="Provider 
Interfaces">
 <link rel="prev" href="class-nautilus-python-column-provider.html" 
title="Nautilus.ColumnProvider">
 <link rel="next" href="class-nautilus-python-location-widget-provider.html" 
title="Nautilus.LocationWidgetProvider">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -215,6 +215,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/class-nautilus-python-location-widget-provider.html
 
new/nautilus-python-1.2.3/docs/class-nautilus-python-location-widget-provider.html
--- 
old/nautilus-python-1.2.2/docs/class-nautilus-python-location-widget-provider.html
  2018-01-15 00:02:39.000000000 +0100
+++ 
new/nautilus-python-1.2.3/docs/class-nautilus-python-location-widget-provider.html
  2019-07-18 02:05:28.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="nautilus-python-provider-reference.html" title="Provider 
Interfaces">
 <link rel="prev" href="class-nautilus-python-info-provider.html" 
title="Nautilus.InfoProvider">
 <link rel="next" href="class-nautilus-python-menu-provider.html" 
title="Nautilus.MenuProvider">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -88,6 +88,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/class-nautilus-python-menu-item.html 
new/nautilus-python-1.2.3/docs/class-nautilus-python-menu-item.html
--- old/nautilus-python-1.2.2/docs/class-nautilus-python-menu-item.html 
2018-01-15 00:02:39.000000000 +0100
+++ new/nautilus-python-1.2.3/docs/class-nautilus-python-menu-item.html 
2019-07-18 02:05:28.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="nautilus-python-class-reference.html" title="Available 
Classes">
 <link rel="prev" href="class-nautilus-python-menu.html" title="Nautilus.Menu">
 <link rel="next" href="class-nautilus-python-property-page.html" 
title="Nautilus.PropertyPage">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -196,6 +196,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/class-nautilus-python-menu-provider.html 
new/nautilus-python-1.2.3/docs/class-nautilus-python-menu-provider.html
--- old/nautilus-python-1.2.2/docs/class-nautilus-python-menu-provider.html     
2018-01-15 00:02:40.000000000 +0100
+++ new/nautilus-python-1.2.3/docs/class-nautilus-python-menu-provider.html     
2019-07-18 02:05:28.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="nautilus-python-provider-reference.html" title="Provider 
Interfaces">
 <link rel="prev" href="class-nautilus-python-location-widget-provider.html" 
title="Nautilus.LocationWidgetProvider">
 <link rel="next" href="class-nautilus-python-property-page-provider.html" 
title="Nautilus.PropertyPageProvider">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -275,6 +275,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/class-nautilus-python-menu.html 
new/nautilus-python-1.2.3/docs/class-nautilus-python-menu.html
--- old/nautilus-python-1.2.2/docs/class-nautilus-python-menu.html      
2018-01-15 00:02:39.000000000 +0100
+++ new/nautilus-python-1.2.3/docs/class-nautilus-python-menu.html      
2019-07-18 02:05:28.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="nautilus-python-class-reference.html" title="Available 
Classes">
 <link rel="prev" href="class-nautilus-python-file-info.html" 
title="Nautilus.FileInfo">
 <link rel="next" href="class-nautilus-python-menu-item.html" 
title="Nautilus.MenuItem">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -82,6 +82,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/class-nautilus-python-property-page-provider.html
 
new/nautilus-python-1.2.3/docs/class-nautilus-python-property-page-provider.html
--- 
old/nautilus-python-1.2.2/docs/class-nautilus-python-property-page-provider.html
    2018-01-15 00:02:40.000000000 +0100
+++ 
new/nautilus-python-1.2.3/docs/class-nautilus-python-property-page-provider.html
    2019-07-18 02:05:28.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="nautilus-python-provider-reference.html" title="Provider 
Interfaces">
 <link rel="prev" href="class-nautilus-python-menu-provider.html" 
title="Nautilus.MenuProvider">
 <link rel="next" href="nautilus-python-enum-reference.html" title="Available 
Enums">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -121,6 +121,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/class-nautilus-python-property-page.html 
new/nautilus-python-1.2.3/docs/class-nautilus-python-property-page.html
--- old/nautilus-python-1.2.2/docs/class-nautilus-python-property-page.html     
2018-01-15 00:02:39.000000000 +0100
+++ new/nautilus-python-1.2.3/docs/class-nautilus-python-property-page.html     
2019-07-18 02:05:28.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="nautilus-python-class-reference.html" title="Available 
Classes">
 <link rel="prev" href="class-nautilus-python-menu-item.html" 
title="Nautilus.MenuItem">
 <link rel="next" href="nautilus-python-provider-reference.html" 
title="Provider Interfaces">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -100,6 +100,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/enum-nautilus-python-operation-result.html 
new/nautilus-python-1.2.3/docs/enum-nautilus-python-operation-result.html
--- old/nautilus-python-1.2.2/docs/enum-nautilus-python-operation-result.html   
2018-01-15 00:02:40.000000000 +0100
+++ new/nautilus-python-1.2.3/docs/enum-nautilus-python-operation-result.html   
2019-07-18 02:05:28.000000000 +0200
@@ -7,7 +7,7 @@
 <link rel="home" href="index.html" title="nautilus-python Reference Manual">
 <link rel="up" href="nautilus-python-enum-reference.html" title="Available 
Enums">
 <link rel="prev" href="nautilus-python-enum-reference.html" title="Available 
Enums">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -59,6 +59,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/docs/index.html 
new/nautilus-python-1.2.3/docs/index.html
--- old/nautilus-python-1.2.2/docs/index.html   2018-01-15 00:02:40.000000000 
+0100
+++ new/nautilus-python-1.2.3/docs/index.html   2019-07-18 02:05:28.000000000 
+0200
@@ -7,7 +7,7 @@
 <meta name="description" content="This reference describes the classes of the 
nautilus-python module.">
 <link rel="home" href="index.html" title="nautilus-python Reference Manual">
 <link rel="next" href="nautilus-python-overview.html" title="Overview">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -18,8 +18,8 @@
 <div><div class="authorgroup"><div class="author"><h3 class="author">
 <span class="firstname">Adam</span> <span class="surname">Plumb</span>
 </h3></div></div></div>
-<div><p class="releaseinfo">For nautilus-python version 1.2.2</p></div>
-<div><p class="pubdate">2018-01-14
+<div><p class="releaseinfo">For nautilus-python version 1.2.3</p></div>
+<div><p class="pubdate">2019-07-18
 </p></div>
 <div><div class="abstract">
 <p class="title"><b>Abstract</b></p>
@@ -73,6 +73,6 @@
 </dl></div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/nautilus-python-class-reference.html 
new/nautilus-python-1.2.3/docs/nautilus-python-class-reference.html
--- old/nautilus-python-1.2.2/docs/nautilus-python-class-reference.html 
2018-01-15 00:02:39.000000000 +0100
+++ new/nautilus-python-1.2.3/docs/nautilus-python-class-reference.html 
2019-07-18 02:05:28.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="nautilus-python Reference Manual">
 <link rel="prev" href="nautilus-python-overview-methods.html" 
title="Explanation of Passive/Active Methods">
 <link rel="next" href="class-nautilus-python-column.html" 
title="Nautilus.Column">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -41,6 +41,6 @@
 </dl></div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/nautilus-python-enum-reference.html 
new/nautilus-python-1.2.3/docs/nautilus-python-enum-reference.html
--- old/nautilus-python-1.2.2/docs/nautilus-python-enum-reference.html  
2018-01-15 00:02:40.000000000 +0100
+++ new/nautilus-python-1.2.3/docs/nautilus-python-enum-reference.html  
2019-07-18 02:05:28.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="nautilus-python Reference Manual">
 <link rel="prev" href="class-nautilus-python-property-page-provider.html" 
title="Nautilus.PropertyPageProvider">
 <link rel="next" href="enum-nautilus-python-operation-result.html" 
title="Nautilus.OperationResult">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -27,6 +27,6 @@
 </dt></dl></div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/nautilus-python-overview-example.html 
new/nautilus-python-1.2.3/docs/nautilus-python-overview-example.html
--- old/nautilus-python-1.2.2/docs/nautilus-python-overview-example.html        
2018-01-15 00:02:39.000000000 +0100
+++ new/nautilus-python-1.2.3/docs/nautilus-python-overview-example.html        
2019-07-18 02:05:28.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="nautilus-python-overview.html" title="Overview">
 <link rel="prev" href="nautilus-python-overview.html" title="Overview">
 <link rel="next" href="nautilus-python-overview-methods.html" 
title="Explanation of Passive/Active Methods">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -68,6 +68,6 @@
     the get_file_items method is called and a list of Nautilus.MenuItems is 
expected.</p>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/nautilus-python-overview-methods.html 
new/nautilus-python-1.2.3/docs/nautilus-python-overview-methods.html
--- old/nautilus-python-1.2.2/docs/nautilus-python-overview-methods.html        
2018-01-15 00:02:39.000000000 +0100
+++ new/nautilus-python-1.2.3/docs/nautilus-python-overview-methods.html        
2019-07-18 02:05:28.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="nautilus-python-overview.html" title="Overview">
 <link rel="prev" href="nautilus-python-overview-example.html" title="A Simple 
Extension">
 <link rel="next" href="nautilus-python-class-reference.html" title="Available 
Classes">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -33,6 +33,6 @@
     called by Nautilus are termed <span class="emphasis"><em>Passive 
Methods</em></span>.</p>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/nautilus-python-overview.html 
new/nautilus-python-1.2.3/docs/nautilus-python-overview.html
--- old/nautilus-python-1.2.2/docs/nautilus-python-overview.html        
2018-01-15 00:02:39.000000000 +0100
+++ new/nautilus-python-1.2.3/docs/nautilus-python-overview.html        
2019-07-18 02:05:28.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="nautilus-python Reference Manual">
 <link rel="prev" href="index.html" title="nautilus-python Reference Manual">
 <link rel="next" href="nautilus-python-overview-example.html" title="A Simple 
Extension">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -60,6 +60,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-python-1.2.2/docs/nautilus-python-provider-reference.html 
new/nautilus-python-1.2.3/docs/nautilus-python-provider-reference.html
--- old/nautilus-python-1.2.2/docs/nautilus-python-provider-reference.html      
2018-01-15 00:02:40.000000000 +0100
+++ new/nautilus-python-1.2.3/docs/nautilus-python-provider-reference.html      
2019-07-18 02:05:28.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="nautilus-python Reference Manual">
 <link rel="prev" href="class-nautilus-python-property-page.html" 
title="Nautilus.PropertyPage">
 <link rel="next" href="class-nautilus-python-column-provider.html" 
title="Nautilus.ColumnProvider">
-<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -41,6 +41,6 @@
 </dl></div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.27</div>
+<hr>Generated by GTK-Doc V1.28</div>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/docs/style.css 
new/nautilus-python-1.2.3/docs/style.css
--- old/nautilus-python-1.2.2/docs/style.css    2018-01-15 00:02:40.000000000 
+0100
+++ new/nautilus-python-1.2.3/docs/style.css    2019-07-18 02:05:28.000000000 
+0200
@@ -30,6 +30,10 @@
   vertical-align: top;
 }
 
+span.nowrap {
+  white-space: nowrap;
+}
+
 div.gallery-float
 {
   float: left;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/examples/open-terminal.py 
new/nautilus-python-1.2.3/examples/open-terminal.py
--- old/nautilus-python-1.2.2/examples/open-terminal.py 2018-01-02 
17:09:14.000000000 +0100
+++ new/nautilus-python-1.2.3/examples/open-terminal.py 2019-07-18 
02:04:25.000000000 +0200
@@ -1,23 +1,26 @@
 # This example is contributed by Martin Enlund
 import os
-import urllib
+
+# A way to get unquote working with python 2 and 3
+try:
+    from urllib import unquote
+except ImportError:
+    from urllib.parse import unquote
 
 import gi
 gi.require_version('GConf', '2.0')
 from gi.repository import Nautilus, GObject, GConf
 
-TERMINAL_KEY = '/desktop/gnome/applications/terminal/exec'
 
 class OpenTerminalExtension(Nautilus.MenuProvider, GObject.GObject):
     def __init__(self):
         self.client = GConf.Client.get_default()
         
     def _open_terminal(self, file):
-        filename = urllib.unquote(file.get_uri()[7:])
-        terminal = self.client.get_string(TERMINAL_KEY)
+        filename = unquote(file.get_uri()[7:])
 
         os.chdir(filename)
-        os.system('%s &' % terminal)
+        os.system('gnome-terminal')
         
     def menu_activate_cb(self, menu, file):
         self._open_terminal(file)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/ltmain.sh 
new/nautilus-python-1.2.3/ltmain.sh
--- old/nautilus-python-1.2.2/ltmain.sh 2018-01-15 00:02:27.000000000 +0100
+++ new/nautilus-python-1.2.3/ltmain.sh 2019-07-18 02:05:17.000000000 +0200
@@ -7272,10 +7272,12 @@
       # -tp=*                Portland pgcc target processor selection
       # --sysroot=*          for sysroot support
       # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time 
optimization
+      # -specs=*             GCC specs files
       # -stdlib=*            select c++ std lib with clang
       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
       
-t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
-      -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
+      
-O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
+      -specs=*)
         func_quote_for_eval "$arg"
        arg=$func_quote_for_eval_result
         func_append compile_command " $arg"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/m4/python.m4 
new/nautilus-python-1.2.3/m4/python.m4
--- old/nautilus-python-1.2.2/m4/python.m4      2018-01-01 19:19:54.000000000 
+0100
+++ new/nautilus-python-1.2.3/m4/python.m4      2019-07-18 02:04:25.000000000 
+0200
@@ -140,7 +140,7 @@
 if test "x$PYTHON_LIBS" = x; then
   PYTHON_CONFIG=`which $PYTHON`-config
   if test -x "$PYTHON_CONFIG"; then
-    PYTHON_LIBS=`$PYTHON_CONFIG --ldflags 2>/dev/null`
+    PYTHON_LIBS=`$PYTHON_CONFIG --libs --embed 2>/dev/null` || 
PYTHON_LIBS=`$PYTHON_CONFIG --libs  2>/dev/null`
   else
     PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}"
   fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/missing 
new/nautilus-python-1.2.3/missing
--- old/nautilus-python-1.2.2/missing   2018-01-15 00:02:32.000000000 +0100
+++ new/nautilus-python-1.2.3/missing   2019-07-18 02:05:22.000000000 +0200
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 # Common wrapper for a few potentially missing GNU programs.
 
 scriptversion=2016-01-11.22; # UTC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/src/nautilus-python-object.c 
new/nautilus-python-1.2.3/src/nautilus-python-object.c
--- old/nautilus-python-1.2.2/src/nautilus-python-object.c      2018-01-01 
19:50:38.000000000 +0100
+++ new/nautilus-python-1.2.3/src/nautilus-python-object.c      2019-07-18 
02:04:25.000000000 +0200
@@ -22,19 +22,10 @@
 #include "nautilus-python-object.h"
 #include "nautilus-python.h"
 
-#include <libnautilus-extension/nautilus-extension-types.h>
+#include <nautilus-extension.h>
 
 #include <pygobject.h>
 
-/* Nautilus extension headers */
-#include <libnautilus-extension/nautilus-file-info.h>
-#include <libnautilus-extension/nautilus-info-provider.h>
-#include <libnautilus-extension/nautilus-column-provider.h>
-#include <libnautilus-extension/nautilus-location-widget-provider.h>
-#include <libnautilus-extension/nautilus-menu-item.h>
-#include <libnautilus-extension/nautilus-menu-provider.h>
-#include <libnautilus-extension/nautilus-property-page-provider.h>
-
 #include <string.h>
 
 #define METHOD_PREFIX ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-python-1.2.2/src/nautilus-python.c 
new/nautilus-python-1.2.3/src/nautilus-python.c
--- old/nautilus-python-1.2.2/src/nautilus-python.c     2018-01-11 
21:50:56.000000000 +0100
+++ new/nautilus-python-1.2.3/src/nautilus-python.c     2019-07-18 
02:04:25.000000000 +0200
@@ -29,7 +29,7 @@
 #include "nautilus-python.h"
 #include "nautilus-python-object.h"
 
-#include <libnautilus-extension/nautilus-extension-types.h>
+#include <nautilus-extension.h>
 
 static const GDebugKey nautilus_python_debug_keys[] = {
     {"misc", NAUTILUS_PYTHON_DEBUG_MISC},
@@ -167,9 +167,9 @@
     
     debug("PySys_SetArgv");
 #if PY_MAJOR_VERSION >= 3
-    wchar_t *argv[] = { L"thunar", NULL };
+    wchar_t *argv[] = { L"nautilus", NULL };
 #else
-    char *argv[] = { "thunar", NULL };
+    char *argv[] = { "nautilus", NULL };
 #endif
     PySys_SetArgv(1, argv);
     if (PyErr_Occurred()) {


Reply via email to