Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2016-07-20 09:17:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-session (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-session.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-session"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes      
2016-07-01 09:52:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2016-07-20 09:17:07.000000000 +0200
@@ -1,0 +2,17 @@
+Mon Jul 11 17:30:19 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.2:
+  + Fixes to D-Bus activation environment.
+  + Compiler warning fixes.
+  + Fail whale localization fix.
+  + Fix heap corruption in dbus-launch wrapper code.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Jul  6 06:43:18 UTC 2016 - f...@suse.com
+
+- Replace pkgconfig(libsystemd-*) with pkgconfig(libsystemd)
+  Nowadays pkgconfig(libsystemd) replaces all libsystemd-* libs,
+  which are obsolete.
+
+-------------------------------------------------------------------

Old:
----
  gnome-session-3.20.1.tar.xz

New:
----
  gnome-session-3.20.2.tar.xz

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

Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.44u5Ln/_old  2016-07-20 09:17:08.000000000 +0200
+++ /var/tmp/diff_new_pack.44u5Ln/_new  2016-07-20 09:17:08.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gnome-session
-Version:        3.20.1
+Version:        3.20.2
 Release:        0
 Summary:        Session Tools for the GNOME Desktop
 License:        GPL-2.0+
@@ -47,8 +47,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 2.90.7
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(json-glib-1.0) >= 0.10
-BuildRequires:  pkgconfig(libsystemd-daemon)
-BuildRequires:  pkgconfig(libsystemd-login)
+BuildRequires:  pkgconfig(libsystemd) >= 209
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xau)

++++++ gnome-session-3.20.1.tar.xz -> gnome-session-3.20.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.1/ChangeLog 
new/gnome-session-3.20.2/ChangeLog
--- old/gnome-session-3.20.1/ChangeLog  2016-04-11 17:54:45.000000000 +0200
+++ new/gnome-session-3.20.2/ChangeLog  2016-07-11 16:43:54.000000000 +0200
@@ -1,6 +1,151 @@
 # Generated by Makefile. Do not edit.
 
-commit e28c512b8af495c15fa78dff9a0e21dd95ccd33c (HEAD -> gnome-3-20, 
github/gnome-3-20)
+commit eba0460033804d2d5ce60953c76fd75f396cc43e (HEAD -> gnome-3-20)
+Author: Ray Strode <rstr...@redhat.com>
+Date:   Mon Jul 11 10:33:16 2016 -0400
+
+    configure: bump to 3.20.2
+
+M      configure.ac
+
+commit 36163eff68f016ff817a91b4c60b6146bf3926f8
+Author: Ray Strode <rstr...@redhat.com>
+Date:   Mon Jul 11 10:33:01 2016 -0400
+
+    NEWS: update for release
+
+M      NEWS
+
+commit 634ab70d9f03b1650be4b8259091ca3036f0fbf9
+Author: Hanno Boeck <ha...@hboeck.de>
+Date:   Mon Jul 11 10:37:03 2016 -0400
+
+    main: fix heap overflow in dbus-launch wrapping
+    
+    I have discovered a heap overflow with the help of an address sanitizer.
+    
+    The require_dbus_session() function has this code:
+    
+            new_argv = g_malloc (argc + 3 * sizeof (*argv));
+    
+    The intention is to allocate space for (argc + 3) pointers. However 
obviously a
+    parenthesis is missing, therefore only argc bytes + 3 * pointer size gets
+    allocated, which is insufficient space. This leads to invalid memory 
writes.
+    
+    The fix is trivial: Parentheses around argc + 3.
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=768441
+
+M      gnome-session/main.c
+
+commit fdd2863515c837ff2a011492d0d49cd5a29566e0
+Author: Michael Catanzaro <mcatanz...@gnome.org>
+Date:   Fri Jul 1 12:23:37 2016 -0500
+
+    fail-whale-dialog: Fix -Wmaybe-uninitialized warning
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=768294
+
+M      gnome-session/gsm-fail-whale-dialog.c
+
+commit 0740ec32db7368837da13842db9fd5420f669b88
+Author: Cosimo Cecchi <cosi...@gnome.org>
+Date:   Wed Jun 29 23:38:29 2016 -0700
+
+    client: fix GCC warnings
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=766836
+
+M      gnome-session/gsm-dbus-client.c
+
+commit 1c241fe1a796c5115c8ed95e33e3473d7970acc4 (origin/gnome-3-20)
+Author: Christian Kirbach <christian.kirb...@gmail.com>
+Date:   Thu Jun 2 17:16:06 2016 +0000
+
+    Updated German translation
+
+M      po/de.po
+
+commit d99c1df83ddc2620cda8e69ba3b875c7d9679dfd
+Author: Ray Strode <rstr...@redhat.com>
+Date:   Mon May 9 11:13:19 2016 -0400
+
+    gnome-session: move update-activation-environment call down
+    
+    I had a think-o and where it should be placed in the script.
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=766176
+
+M      gnome-session/gnome-session.in
+
+commit 2871a12398d7d1d67911f9bc15b5b214359b7773
+Author: Ray Strode <rstr...@redhat.com>
+Date:   Mon May 9 09:59:20 2016 -0400
+
+    gnome-session: update activation environment at startup
+    
+    The dbus daemon gets started before some environment variables
+    are set at start up.
+    
+    This commit makes sure the dbus daemon is given a clean snapshot
+    of the environment at the time the session is started.
+    
+    This is a near-term workaround for
+    
+    https://github.com/alexlarsson/xdg-app/issues/147
+    
+    and will probably go away when we figure out a story for bug 736660
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=766176
+
+M      gnome-session/gnome-session.in
+
+commit 8bc3fb2bd2da5c176f7d37db7b4620bf60062dde
+Author: Roddy Shuler <ro...@endlessm.com>
+Date:   Wed May 4 11:03:53 2016 -0700
+
+    Initialize fail whale translations
+    
+    Without this, the fail whale dialog displayed upon desktop crashes
+    is always in English.
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=765999
+
+M      gnome-session/gsm-fail-whale-dialog.c
+
+commit 031fa0a844d5aa4270b222230ade7b71e9f001c8
+Author: Tiago Santos <tiagofsanto...@sapo.pt>
+Date:   Thu May 5 20:32:16 2016 +0000
+
+    Updated Portuguese translation
+
+M      po/pt.po
+
+commit d5419e35f5256475102b7b56bd67a7688b4dc048
+Author: Kjartan Maraas <kmar...@gnome.org>
+Date:   Tue May 3 23:31:45 2016 +0200
+
+    Updated Norwegian bokmål translation.
+
+M      po/nb.po
+
+commit f9f28018c8b4b26dea8e2c0b493281e5530da5e2
+Author: GNOME Translation Robot <gnome-sysad...@gnome.org>
+Date:   Thu Apr 28 13:43:48 2016 +0000
+
+    Updated Portuguese translation
+
+M      po/pt.po
+
+commit 42a15f324f1a429fbd85acae000c090009895ffe
+Author: Rūdolfs Mazurs <rudol...@src.gnome.org>
+Date:   Sun Apr 24 16:16:54 2016 +0300
+
+    Update Latvian translation
+
+M      po/lv.po
+
+commit e28c512b8af495c15fa78dff9a0e21dd95ccd33c (tag: 3.20.1)
 Author: Ray Strode <rstr...@redhat.com>
 Date:   Mon Apr 11 11:53:32 2016 -0400
 
@@ -16,7 +161,7 @@
 
 M      NEWS
 
-commit e84653d1679397a897c5657880e8f96822270633 (origin/gnome-3-20)
+commit e84653d1679397a897c5657880e8f96822270633
 Author: Alexander Shopov <a...@kambanaria.org>
 Date:   Sat Apr 9 07:36:41 2016 +0300
 
@@ -2263,7 +2408,7 @@
 
 M      po/bn_IN.po
 
-commit 8cc363ff9263d64dcf0f15c6ef6e9dcd778ee980 (tag: 3.14.0)
+commit 8cc363ff9263d64dcf0f15c6ef6e9dcd778ee980 (tag: 
before-rhel-7.3-gnome-session-3.3.92-nv30.patch, tag: before-rhel-7.3, tag: 
3.14.0)
 Author: Ray Strode <rstr...@redhat.com>
 Date:   Mon Sep 22 10:21:21 2014 -0400
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.1/NEWS 
new/gnome-session-3.20.2/NEWS
--- old/gnome-session-3.20.1/NEWS       2016-04-11 17:41:42.000000000 +0200
+++ new/gnome-session-3.20.2/NEWS       2016-07-11 16:42:52.000000000 +0200
@@ -1,4 +1,13 @@
 ==============
+Version 3.20.2
+==============
+       * Fixes to D-Bus activation environment
+       * Compiler warning fixes
+       * Fail whale localization fix
+       * Fix heap corruption in dbus-launch wrapper code
+       * Translation updates
+
+==============
 Version 3.20.1
 ==============
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.1/aclocal.m4 
new/gnome-session-3.20.2/aclocal.m4
--- old/gnome-session-3.20.1/aclocal.m4 2016-04-11 17:54:12.000000000 +0200
+++ new/gnome-session-3.20.2/aclocal.m4 2016-07-11 16:43:17.000000000 +0200
@@ -760,8 +760,8 @@
 )
 
 # nls.m4 serial 5 (gettext-0.18)
-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
-dnl Inc.
+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software
+dnl Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -793,7 +793,7 @@
 ])
 
 dnl pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
-dnl serial 11 (pkg-config-0.29.1)
+dnl serial 11 (pkg-config-0.29)
 dnl
 dnl Copyright © 2004 Scott James Remnant <sc...@netsplit.com>.
 dnl Copyright © 2012-2015 Dan Nicholson <dbn.li...@gmail.com>
@@ -835,7 +835,7 @@
 dnl See the "Since" comment for each macro you use to see what version
 dnl of the macros you require.
 m4_defun([PKG_PREREQ],
-[m4_define([PKG_MACROS_VERSION], [0.29.1])
+[m4_define([PKG_MACROS_VERSION], [0.29])
 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
     [m4_fatal([pkg.m4 version $1 or higher is required but 
]PKG_MACROS_VERSION[ found])])
 ])dnl PKG_PREREQ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.1/configure 
new/gnome-session-3.20.2/configure
--- old/gnome-session-3.20.1/configure  2016-04-11 17:54:13.000000000 +0200
+++ new/gnome-session-3.20.2/configure  2016-07-11 16:43:19.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gnome-session 3.20.1.
+# Generated by GNU Autoconf 2.69 for gnome-session 3.20.2.
 #
 # Report bugs to 
<http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-session>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='gnome-session'
 PACKAGE_TARNAME='gnome-session'
-PACKAGE_VERSION='3.20.1'
-PACKAGE_STRING='gnome-session 3.20.1'
+PACKAGE_VERSION='3.20.2'
+PACKAGE_STRING='gnome-session 3.20.2'
 
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-session'
 PACKAGE_URL=''
 
@@ -1485,7 +1485,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 gnome-session 3.20.1 to adapt to many kinds of systems.
+\`configure' configures gnome-session 3.20.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1555,7 +1555,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gnome-session 3.20.1:";;
+     short | recursive ) echo "Configuration of gnome-session 3.20.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1747,7 +1747,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gnome-session configure 3.20.1
+gnome-session configure 3.20.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2116,7 +2116,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gnome-session $as_me 3.20.1, which was
+It was created by gnome-session $as_me 3.20.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2985,7 +2985,7 @@
 
 # Define the identity of the package.
  PACKAGE='gnome-session'
- VERSION='3.20.1'
+ VERSION='3.20.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -17141,7 +17141,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gnome-session $as_me 3.20.1, which was
+This file was extended by gnome-session $as_me 3.20.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17207,7 +17207,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-gnome-session config.status 3.20.1
+gnome-session config.status 3.20.2
 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/gnome-session-3.20.1/configure.ac 
new/gnome-session-3.20.2/configure.ac
--- old/gnome-session-3.20.1/configure.ac       2016-04-11 17:42:07.000000000 
+0200
+++ new/gnome-session-3.20.2/configure.ac       2016-07-11 16:42:54.000000000 
+0200
@@ -1,5 +1,5 @@
 AC_INIT([gnome-session],
-        [3.20.1],
+        [3.20.2],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-session])
 
 AC_CONFIG_SRCDIR([gnome-session])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.1/gnome-session/gnome-session.in 
new/gnome-session-3.20.2/gnome-session/gnome-session.in
--- old/gnome-session-3.20.1/gnome-session/gnome-session.in     2015-10-14 
17:09:01.000000000 +0200
+++ new/gnome-session-3.20.2/gnome-session/gnome-session.in     2016-06-30 
19:11:55.000000000 +0200
@@ -12,4 +12,6 @@
   export LC_PAPER=$REGION
 fi
 
+dbus-update-activation-environment --all ||:
+
 exec @libexecdir@/gnome-session-binary "$@"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.1/gnome-session/gsm-dbus-client.c 
new/gnome-session-3.20.2/gnome-session/gsm-dbus-client.c
--- old/gnome-session-3.20.1/gnome-session/gsm-dbus-client.c    2016-03-15 
19:38:16.000000000 +0100
+++ new/gnome-session-3.20.2/gnome-session/gsm-dbus-client.c    2016-07-11 
16:29:22.000000000 +0200
@@ -149,13 +149,14 @@
         pid_t            pid;
 
         retval = FALSE;
+        connection = NULL;
+        uid_variant = pid_variant = NULL;
 
         if (sender == NULL) {
                 goto out;
         }
 
         error = NULL;
-        uid_variant = pid_variant = NULL;
         connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error);
 
         if (error != NULL) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-session-3.20.1/gnome-session/gsm-fail-whale-dialog.c 
new/gnome-session-3.20.2/gnome-session/gsm-fail-whale-dialog.c
--- old/gnome-session-3.20.1/gnome-session/gsm-fail-whale-dialog.c      
2015-05-22 22:35:44.000000000 +0200
+++ new/gnome-session-3.20.2/gnome-session/gsm-fail-whale-dialog.c      
2016-07-11 16:29:45.000000000 +0200
@@ -304,10 +304,10 @@
                                               NULL);
         if (fail_icon != NULL) {
                 image = gtk_image_new_from_pixbuf (fail_icon);
+                gtk_widget_show (image);
+                gtk_box_pack_start (GTK_BOX (box), image, FALSE, FALSE, 0);
                 g_object_unref (fail_icon);
         }
-        gtk_widget_show (image);
-        gtk_box_pack_start (GTK_BOX (box), image, FALSE, FALSE, 0);
 
         label = gtk_label_new (NULL);
         markup = g_strdup_printf ("<b><big>%s</big></b>", _("Oh no!  Something 
has gone wrong."));
@@ -367,6 +367,10 @@
         GsmFailWhaleDialog        *fail_dialog;
         GError *error = NULL;
 
+        bindtextdomain (GETTEXT_PACKAGE, LOCALE_DIR);
+        bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
+        textdomain (GETTEXT_PACKAGE);
+
         gtk_init_with_args (&argc, &argv, " - fail whale",
                             entries, GETTEXT_PACKAGE,
                             &error);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.1/gnome-session/main.c 
new/gnome-session-3.20.2/gnome-session/main.c
--- old/gnome-session-3.20.1/gnome-session/main.c       2016-04-11 
17:41:13.000000000 +0200
+++ new/gnome-session-3.20.2/gnome-session/main.c       2016-07-11 
16:42:01.000000000 +0200
@@ -187,7 +187,7 @@
                               TRUE);
 
         /* +2 for our new arguments, +1 for NULL */
-        new_argv = g_malloc (argc + 3 * sizeof (*argv));
+        new_argv = g_malloc ((argc + 3) * sizeof (*argv));
 
         new_argv[0] = "dbus-launch";
         new_argv[1] = "--exit-with-session";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.App.c 
new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.App.c
--- old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.App.c       
2016-03-03 15:49:35.000000000 +0100
+++ new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.App.c       
2016-07-11 16:43:50.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.47.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.49.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.App.h 
new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.App.h
--- old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.App.h       
2016-03-03 15:49:35.000000000 +0100
+++ new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.App.h       
2016-07-11 16:43:50.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.47.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.49.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
@@ -150,6 +150,10 @@
 
 GType gsm_exported_app_proxy_get_type (void) G_GNUC_CONST;
 
+#if GLIB_CHECK_VERSION(2, 44, 0)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (GsmExportedAppProxy, g_object_unref)
+#endif
+
 void gsm_exported_app_proxy_new (
     GDBusConnection     *connection,
     GDBusProxyFlags      flags,
@@ -216,6 +220,10 @@
 
 GType gsm_exported_app_skeleton_get_type (void) G_GNUC_CONST;
 
+#if GLIB_CHECK_VERSION(2, 44, 0)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (GsmExportedAppSkeleton, g_object_unref)
+#endif
+
 GsmExportedApp *gsm_exported_app_skeleton_new (void);
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.Client.c 
new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.Client.c
--- old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.Client.c    
2016-03-03 15:49:35.000000000 +0100
+++ new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.Client.c    
2016-07-11 16:43:50.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.47.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.49.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.Client.h 
new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.Client.h
--- old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.Client.h    
2016-03-03 15:49:35.000000000 +0100
+++ new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.Client.h    
2016-07-11 16:43:50.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.47.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.49.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
@@ -228,6 +228,10 @@
 
 GType gsm_exported_client_proxy_get_type (void) G_GNUC_CONST;
 
+#if GLIB_CHECK_VERSION(2, 44, 0)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (GsmExportedClientProxy, g_object_unref)
+#endif
+
 void gsm_exported_client_proxy_new (
     GDBusConnection     *connection,
     GDBusProxyFlags      flags,
@@ -294,6 +298,10 @@
 
 GType gsm_exported_client_skeleton_get_type (void) G_GNUC_CONST;
 
+#if GLIB_CHECK_VERSION(2, 44, 0)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (GsmExportedClientSkeleton, g_object_unref)
+#endif
+
 GsmExportedClient *gsm_exported_client_skeleton_new (void);
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.ClientPrivate.c 
new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.ClientPrivate.c
--- 
old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.ClientPrivate.c 
    2016-03-03 15:49:35.000000000 +0100
+++ 
new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.ClientPrivate.c 
    2016-07-11 16:43:50.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.47.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.49.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.ClientPrivate.h 
new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.ClientPrivate.h
--- 
old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.ClientPrivate.h 
    2016-03-03 15:49:35.000000000 +0100
+++ 
new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.ClientPrivate.h 
    2016-07-11 16:43:50.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.47.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.49.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
@@ -131,6 +131,10 @@
 
 GType gsm_exported_client_private_proxy_get_type (void) G_GNUC_CONST;
 
+#if GLIB_CHECK_VERSION(2, 44, 0)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (GsmExportedClientPrivateProxy, g_object_unref)
+#endif
+
 void gsm_exported_client_private_proxy_new (
     GDBusConnection     *connection,
     GDBusProxyFlags      flags,
@@ -197,6 +201,10 @@
 
 GType gsm_exported_client_private_skeleton_get_type (void) G_GNUC_CONST;
 
+#if GLIB_CHECK_VERSION(2, 44, 0)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (GsmExportedClientPrivateSkeleton, 
g_object_unref)
+#endif
+
 GsmExportedClientPrivate *gsm_exported_client_private_skeleton_new (void);
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.Inhibitor.c 
new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.Inhibitor.c
--- old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.Inhibitor.c 
2016-03-03 15:49:35.000000000 +0100
+++ new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.Inhibitor.c 
2016-07-11 16:43:50.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.47.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.49.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.Inhibitor.h 
new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.Inhibitor.h
--- old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.Inhibitor.h 
2016-03-03 15:49:35.000000000 +0100
+++ new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.Inhibitor.h 
2016-07-11 16:43:50.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.47.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.49.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
@@ -204,6 +204,10 @@
 
 GType gsm_exported_inhibitor_proxy_get_type (void) G_GNUC_CONST;
 
+#if GLIB_CHECK_VERSION(2, 44, 0)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (GsmExportedInhibitorProxy, g_object_unref)
+#endif
+
 void gsm_exported_inhibitor_proxy_new (
     GDBusConnection     *connection,
     GDBusProxyFlags      flags,
@@ -270,6 +274,10 @@
 
 GType gsm_exported_inhibitor_skeleton_get_type (void) G_GNUC_CONST;
 
+#if GLIB_CHECK_VERSION(2, 44, 0)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (GsmExportedInhibitorSkeleton, g_object_unref)
+#endif
+
 GsmExportedInhibitor *gsm_exported_inhibitor_skeleton_new (void);
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.Presence.c 
new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.Presence.c
--- old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.Presence.c  
2016-03-03 15:49:35.000000000 +0100
+++ new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.Presence.c  
2016-07-11 16:43:50.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.47.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.49.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.Presence.h 
new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.Presence.h
--- old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.Presence.h  
2016-03-03 15:49:35.000000000 +0100
+++ new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.Presence.h  
2016-07-11 16:43:50.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.47.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.49.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
@@ -157,6 +157,10 @@
 
 GType gsm_exported_presence_proxy_get_type (void) G_GNUC_CONST;
 
+#if GLIB_CHECK_VERSION(2, 44, 0)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (GsmExportedPresenceProxy, g_object_unref)
+#endif
+
 void gsm_exported_presence_proxy_new (
     GDBusConnection     *connection,
     GDBusProxyFlags      flags,
@@ -223,6 +227,10 @@
 
 GType gsm_exported_presence_skeleton_get_type (void) G_GNUC_CONST;
 
+#if GLIB_CHECK_VERSION(2, 44, 0)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (GsmExportedPresenceSkeleton, g_object_unref)
+#endif
+
 GsmExportedPresence *gsm_exported_presence_skeleton_new (void);
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.c 
new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.c
--- old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.c   
2016-04-11 17:43:31.000000000 +0200
+++ new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.c   
2016-07-11 16:43:50.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.48.0. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.49.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.h 
new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.h
--- old/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.h   
2016-04-11 17:43:31.000000000 +0200
+++ new/gnome-session-3.20.2/gnome-session/org.gnome.SessionManager.h   
2016-07-11 16:43:50.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.48.0. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.49.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.1/po/de.po 
new/gnome-session-3.20.2/po/de.po
--- old/gnome-session-3.20.1/po/de.po   2016-03-15 19:35:49.000000000 +0100
+++ new/gnome-session-3.20.2/po/de.po   2016-07-11 16:41:11.000000000 +0200
@@ -23,9 +23,9 @@
 "Project-Id-Version: gnome-session master\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-";
 "session&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2016-03-07 22:41+0000\n"
-"PO-Revision-Date: 2016-03-08 10:27+0100\n"
-"Last-Translator: Mario Blättermann <mario.blaetterm...@gmail.com>\n"
+"POT-Creation-Date: 2016-05-05 20:32+0000\n"
+"PO-Revision-Date: 2016-06-02 19:15+0200\n"
+"Last-Translator: Christian Kirbach <christian.kirb...@gmail.com>\n"
 "Language-Team: Deutsch <gnome...@gnome.org>\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
@@ -169,7 +169,7 @@
 msgid "Not responding"
 msgstr "Keine Antwort"
 
-#: ../gnome-session/gsm-util.c:381
+#: ../gnome-session/gsm-util.c:382
 msgid "_Log out"
 msgstr "_Abmelden"
 
@@ -232,7 +232,7 @@
 msgid "Disable hardware acceleration check"
 msgstr "Überprüfung des Hardware-Beschleunigers abschalten"
 
-#: ../gnome-session/main.c:309
+#: ../gnome-session/main.c:318
 msgid " - the GNOME session manager"
 msgstr " - Die GNOME-Sitzung verwalten"
 
@@ -263,8 +263,8 @@
 "  --app-id KENNUNG  Die beim Unterdrücken zu benutzende\n"
 "                    Programmkennung (optional)\n"
 "  --reason GRUND    Der Grund für das Unterdrücken (optional)\n"
-"  --inhibit ARG     Zu unterdrückende Funktionalitäten als mit Kommata "
-"getrennte Liste:\n"
+"  --inhibit ARG     Zu unterdrückende Funktionalitäten als durch "
+"Doppelpunkte getrennte Liste:\n"
 "                    logout, switch-user, suspend, idle, automount\n"
 "  --inhibit-only    BEFEHL nicht starten und stattdessen dauerhaft warten\n"
 "\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.1/po/lv.po 
new/gnome-session-3.20.2/po/lv.po
--- old/gnome-session-3.20.1/po/lv.po   2016-03-03 22:23:05.000000000 +0100
+++ new/gnome-session-3.20.2/po/lv.po   2016-07-11 16:41:11.000000000 +0200
@@ -12,10 +12,10 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: lv\n"
-"Report-Msgid-Bugs-To: 
http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-se";
-"ssion&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2016-03-03 10:03+0000\n"
-"PO-Revision-Date: 2016-03-03 21:55+0200\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-";
+"session&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2016-04-24 09:30+0000\n"
+"PO-Revision-Date: 2016-04-24 16:16+0200\n"
 "Last-Translator: Rūdolfs Mazurs <rudolfs.maz...@gmail.com>\n"
 "Language-Team: Latvian <lata-l...@googlegroups.com>\n"
 "Language: lv\n"
@@ -39,19 +39,19 @@
 msgid "GNOME"
 msgstr "GNOME"
 
-#: ../data/gnome.desktop.in.h:2 ../data/gnome-xorg.desktop.in.h:2
+#: ../data/gnome.desktop.in.h:2 ../data/gnome-wayland.desktop.in.h:2
 msgid "This session logs you into GNOME"
 msgstr "Šī sesija ieraksta jūs GNOME vidē"
 
-#: ../data/gnome-xorg.desktop.in.h:1
-#| msgid "GNOME on Wayland"
-msgid "GNOME on Xorg"
-msgstr "GNOME ar Xorg"
-
 #: ../data/gnome-dummy.session.desktop.in.in.h:1
 msgid "GNOME dummy"
 msgstr "GNOME makets"
 
+#: ../data/gnome-wayland.desktop.in.h:1
+#| msgid "GNOME on Xorg"
+msgid "GNOME on Wayland"
+msgstr "GNOME ar Wayland"
+
 #: ../data/session-selector.ui.h:1
 msgid "Custom Session"
 msgstr "Pielāgota sesija"
@@ -156,11 +156,11 @@
 msgid "Show extension warning"
 msgstr "Rādīt paplašinājumu brīdinājumus"
 
-#: ../gnome-session/gsm-manager.c:1262 ../gnome-session/gsm-manager.c:1908
+#: ../gnome-session/gsm-manager.c:1228 ../gnome-session/gsm-manager.c:1874
 msgid "Not responding"
 msgstr "Neatbild"
 
-#: ../gnome-session/gsm-util.c:381
+#: ../gnome-session/gsm-util.c:382
 msgid "_Log out"
 msgstr "_Izrakstīties"
 
@@ -220,7 +220,7 @@
 msgid "Disable hardware acceleration check"
 msgstr "Izslēgt aparatūras paātrinājuma pārbaudi"
 
-#: ../gnome-session/main.c:309
+#: ../gnome-session/main.c:318
 msgid " - the GNOME session manager"
 msgstr " - GNOME sesiju pārvaldnieks"
 
@@ -318,3 +318,4 @@
 #: ../tools/gnome-session-quit.c:198
 msgid "Program called with conflicting options"
 msgstr "Programma izsaukta ar konfliktējošām opcijām"
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.1/po/nb.po 
new/gnome-session-3.20.2/po/nb.po
--- old/gnome-session-3.20.1/po/nb.po   2016-01-05 22:27:19.000000000 +0100
+++ new/gnome-session-3.20.2/po/nb.po   2016-07-11 16:41:11.000000000 +0200
@@ -1,14 +1,14 @@
 # Norwegian bokmål translation of gnome-session.
 # Copyright (C) 1998-2004 Free Software Foundation, Inc.
-# Kjartan Maraas <kmar...@gnome.org>, 1998-2015.
+# Kjartan Maraas <kmar...@gnome.org>, 1998-2016.
 # Torstein Adolf Winterseth <kvike...@fsfe.org>, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: gnome-session 3.19.x\n"
+"Project-Id-Version: gnome-session 3.20.x\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-11-15 19:57+0100\n"
-"PO-Revision-Date: 2015-11-15 19:59+0100\n"
+"POT-Creation-Date: 2016-05-03 23:30+0200\n"
+"PO-Revision-Date: 2016-05-03 23:31+0200\n"
 "Last-Translator: Kjartan Maraas <kmar...@gnome.org>\n"
 "Language-Team: Norwegian bokmål <i18n...@lister.ping.uio.no>\n"
 "Language: no\n"
@@ -29,18 +29,18 @@
 msgid "GNOME"
 msgstr "GNOME"
 
-#: ../data/gnome.desktop.in.h:2 ../data/gnome-xorg.desktop.in.h:2
+#: ../data/gnome.desktop.in.h:2 ../data/gnome-wayland.desktop.in.h:2
 msgid "This session logs you into GNOME"
 msgstr "Denne økten logger inn i GNOME"
 
-#: ../data/gnome-xorg.desktop.in.h:1
-msgid "GNOME on Xorg"
-msgstr "GNOME på Xorg"
-
 #: ../data/gnome-dummy.session.desktop.in.in.h:1
 msgid "GNOME dummy"
 msgstr "GNOME dummy"
 
+#: ../data/gnome-wayland.desktop.in.h:1
+msgid "GNOME on Wayland"
+msgstr "GNOME på Wayland"
+
 #: ../data/session-selector.ui.h:1
 msgid "Custom Session"
 msgstr "Egendefinert økt"
@@ -133,7 +133,7 @@
 msgid "_Log Out"
 msgstr "_Logg ut"
 
-#: ../gnome-session/gsm-fail-whale-dialog.c:361 ../gnome-session/main.c:280
+#: ../gnome-session/gsm-fail-whale-dialog.c:361 ../gnome-session/main.c:281
 msgid "Enable debugging code"
 msgstr "Aktiver feilsøkingskode"
 
@@ -145,11 +145,11 @@
 msgid "Show extension warning"
 msgstr "Vis advarsel om utvidelser"
 
-#: ../gnome-session/gsm-manager.c:1256 ../gnome-session/gsm-manager.c:1902
+#: ../gnome-session/gsm-manager.c:1228 ../gnome-session/gsm-manager.c:1874
 msgid "Not responding"
 msgstr "Svarer ikke"
 
-#: ../gnome-session/gsm-util.c:381
+#: ../gnome-session/gsm-util.c:382
 msgid "_Log out"
 msgstr "_Logg ut"
 
@@ -176,40 +176,40 @@
 msgid "Could not create ICE listening socket: %s"
 msgstr "Kunne ikke opprette plugg for ICE-lytting: %s"
 
-#: ../gnome-session/main.c:278
+#: ../gnome-session/main.c:279
 msgid "Override standard autostart directories"
 msgstr "Overstyr forvalgte kataloger for autostart"
 
-#: ../gnome-session/main.c:278
+#: ../gnome-session/main.c:279
 msgid "AUTOSTART_DIR"
 msgstr "AUTOSTART_DIR"
 
-#: ../gnome-session/main.c:279
+#: ../gnome-session/main.c:280
 msgid "Session to use"
 msgstr "Økt som skal brukes"
 
-#: ../gnome-session/main.c:279
+#: ../gnome-session/main.c:280
 msgid "SESSION_NAME"
 msgstr "SESSION_NAME"
 
-#: ../gnome-session/main.c:281
+#: ../gnome-session/main.c:282
 msgid "Do not load user-specified applications"
 msgstr "Ikke last brukerdefinerte programmer"
 
-#: ../gnome-session/main.c:282
+#: ../gnome-session/main.c:283
 msgid "Version of this application"
 msgstr "Versjon av dette programmet"
 
 #. Translators: the 'fail whale' is the black dialog we show when something 
goes seriously wrong
-#: ../gnome-session/main.c:284
+#: ../gnome-session/main.c:285
 msgid "Show the fail whale dialog for testing"
 msgstr "Vis feildialog for testing"
 
-#: ../gnome-session/main.c:285
+#: ../gnome-session/main.c:286
 msgid "Disable hardware acceleration check"
 msgstr "Slå av sjekk for maskinvareaksellerasjon"
 
-#: ../gnome-session/main.c:307
+#: ../gnome-session/main.c:318
 msgid " - the GNOME session manager"
 msgstr "- GNOME økthåndterer"
 
@@ -280,30 +280,30 @@
 msgid "A session named ‘%s’ already exists"
 msgstr "En økt med navn «%s» eksisterer allerede"
 
-#: ../tools/gnome-session-quit.c:49
+#: ../tools/gnome-session-quit.c:50
 msgid "Log out"
 msgstr "Logg ut"
 
-#: ../tools/gnome-session-quit.c:50
+#: ../tools/gnome-session-quit.c:51
 msgid "Power off"
 msgstr "Slå av"
 
-#: ../tools/gnome-session-quit.c:51
+#: ../tools/gnome-session-quit.c:52
 msgid "Reboot"
 msgstr "Start på nytt"
 
-#: ../tools/gnome-session-quit.c:52
+#: ../tools/gnome-session-quit.c:53
 msgid "Ignoring any existing inhibitors"
 msgstr "Overser eventuelle hindringer"
 
-#: ../tools/gnome-session-quit.c:53
+#: ../tools/gnome-session-quit.c:54
 msgid "Don't prompt for user confirmation"
 msgstr "Ikke spør etter bekreftelse fra bruker"
 
-#: ../tools/gnome-session-quit.c:87 ../tools/gnome-session-quit.c:101
+#: ../tools/gnome-session-quit.c:88 ../tools/gnome-session-quit.c:102
 msgid "Could not connect to the session manager"
 msgstr "Kunne ikke koble til økthåndterer"
 
-#: ../tools/gnome-session-quit.c:196
+#: ../tools/gnome-session-quit.c:198
 msgid "Program called with conflicting options"
 msgstr "Programmet ble kalt med motstridende alternativer"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.1/po/pt.po 
new/gnome-session-3.20.2/po/pt.po
--- old/gnome-session-3.20.1/po/pt.po   2016-01-05 22:27:19.000000000 +0100
+++ new/gnome-session-3.20.2/po/pt.po   2016-07-11 16:41:11.000000000 +0200
@@ -5,21 +5,24 @@
 # Duarte Loreto <happyguy...@hotmail.com>, 2001, 2002, 2003, 2004, 2005, 2006, 
2007, 2008, 2009, 2010, 2011, 2012, 2013.
 # António Lima <amrl...@gmail.com>, 2013.
 # Pedro Albuquerque <palbuquerqu...@gmail.com>, 2015.
+# Sérgio Cardeira <cardeira dot sergio at gmail dot com>, 2016.
+# Tiago Santos <tiagofsanto...@sapo.pt>, 2016.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: 3.18\n"
-"Report-Msgid-Bugs-To: 
http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-session&keywords=I18N+L10N&component=general\n";
-"POT-Creation-Date: 2015-11-13 22:01+0000\n"
-"PO-Revision-Date: 2015-11-14 07:55+0000\n"
-"Last-Translator: <>\n"
-"Language-Team: Pedro Albuquerque\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-";
+"session&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2016-05-05 09:40+0000\n"
+"PO-Revision-Date: 2016-05-05 21:30+0100\n"
+"Last-Translator: Tiago Santos <tiagofsanto...@sapo.pt>\n"
+"Language-Team: Português <>\n"
 "Language: pt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Gtranslator 2.91.6\n"
+"X-Generator: Poedit 1.5.4\n"
 "X-Project-Style: gnome\n"
 "X-Language: pt_PT\n"
 "X-Source-Language: C\n"
@@ -36,19 +39,19 @@
 msgid "GNOME"
 msgstr "GNOME"
 
-#: ../data/gnome.desktop.in.h:2 ../data/gnome-xorg.desktop.in.h:2
+#: ../data/gnome.desktop.in.h:2 ../data/gnome-wayland.desktop.in.h:2
 msgid "This session logs you into GNOME"
 msgstr "Esta é uma sessão no GNOME"
 
-#: ../data/gnome-xorg.desktop.in.h:1
-#| msgid "GNOME on Wayland"
-msgid "GNOME on Xorg"
-msgstr "GNOME em Xorg"
-
 #: ../data/gnome-dummy.session.desktop.in.in.h:1
 msgid "GNOME dummy"
 msgstr "GNOME de teste"
 
+#: ../data/gnome-wayland.desktop.in.h:1
+#| msgid "GNOME on Xorg"
+msgid "GNOME on Wayland"
+msgstr "GNOME no Wayland"
+
 #: ../data/session-selector.ui.h:1
 msgid "Custom Session"
 msgstr "Sessão personalizada"
@@ -67,7 +70,7 @@
 
 #: ../data/session-selector.ui.h:5
 msgid "Rena_me Session"
-msgstr "Renomear _Sessão"
+msgstr "Renomear _sessão"
 
 #: ../data/session-selector.ui.h:6
 msgid "_Continue"
@@ -75,7 +78,7 @@
 
 #: ../data/session-properties.ui.h:1
 msgid "Additional startup _programs:"
-msgstr "A_Plicações de arranque adicionais:"
+msgstr "A_plicações de arranque adicionais:"
 
 #: ../data/session-properties.ui.h:2
 msgid "Startup Programs"
@@ -84,7 +87,7 @@
 #: ../data/session-properties.ui.h:3
 msgid "_Automatically remember running applications when logging out"
 msgstr ""
-"Recordar _Automaticamente as aplicações em execução ao terminar a sessão"
+"Recordar _automaticamente as aplicações em execução ao terminar a sessão"
 
 #: ../data/session-properties.ui.h:4
 msgid "_Remember Currently Running Applications"
@@ -100,11 +103,11 @@
 
 #: ../data/session-properties.ui.h:7
 msgid "Comm_ent:"
-msgstr "Com_Entário:"
+msgstr "Com_entário:"
 
 #: ../data/session-properties.ui.h:8
 msgid "Co_mmand:"
-msgstr "Co_Mando:"
+msgstr "Co_mando:"
 
 #: ../data/session-properties.ui.h:9
 msgid "_Name:"
@@ -142,7 +145,7 @@
 msgid "_Log Out"
 msgstr "_Terminar a sessão"
 
-#: ../gnome-session/gsm-fail-whale-dialog.c:361 ../gnome-session/main.c:280
+#: ../gnome-session/gsm-fail-whale-dialog.c:361 ../gnome-session/main.c:281
 msgid "Enable debugging code"
 msgstr "Ativar o código de depuração"
 
@@ -154,11 +157,11 @@
 msgid "Show extension warning"
 msgstr "Mostrar aviso de extensão"
 
-#: ../gnome-session/gsm-manager.c:1256 ../gnome-session/gsm-manager.c:1902
+#: ../gnome-session/gsm-manager.c:1228 ../gnome-session/gsm-manager.c:1874
 msgid "Not responding"
 msgstr "Não está a responder"
 
-#: ../gnome-session/gsm-util.c:381
+#: ../gnome-session/gsm-util.c:382
 msgid "_Log out"
 msgstr "_Terminar a sessão"
 
@@ -187,40 +190,40 @@
 msgid "Could not create ICE listening socket: %s"
 msgstr "Impossível criar socket de escuta ICE: %s"
 
-#: ../gnome-session/main.c:278
+#: ../gnome-session/main.c:279
 msgid "Override standard autostart directories"
 msgstr "Especificar novas pastas base de arranque automático"
 
-#: ../gnome-session/main.c:278
+#: ../gnome-session/main.c:279
 msgid "AUTOSTART_DIR"
 msgstr "PASTA_INICIOAUTO"
 
-#: ../gnome-session/main.c:279
+#: ../gnome-session/main.c:280
 msgid "Session to use"
 msgstr "Sessão a utilizar"
 
-#: ../gnome-session/main.c:279
+#: ../gnome-session/main.c:280
 msgid "SESSION_NAME"
 msgstr "NOME_SESSAO"
 
-#: ../gnome-session/main.c:281
+#: ../gnome-session/main.c:282
 msgid "Do not load user-specified applications"
 msgstr "Não carregar as aplicações especificadas pelo utilizador"
 
-#: ../gnome-session/main.c:282
+#: ../gnome-session/main.c:283
 msgid "Version of this application"
 msgstr "Versão desta aplicação"
 
 #. Translators: the 'fail whale' is the black dialog we show when something 
goes seriously wrong
-#: ../gnome-session/main.c:284
+#: ../gnome-session/main.c:285
 msgid "Show the fail whale dialog for testing"
 msgstr "Mostrar o diálogo de falha total para teste"
 
-#: ../gnome-session/main.c:285
+#: ../gnome-session/main.c:286
 msgid "Disable hardware acceleration check"
 msgstr "Desativar teste de aceleração por equipamento"
 
-#: ../gnome-session/main.c:307
+#: ../gnome-session/main.c:318
 msgid " - the GNOME session manager"
 msgstr " - o gestor de sessões do GNOME"
 
@@ -294,31 +297,31 @@
 msgid "A session named ‘%s’ already exists"
 msgstr "Já existe uma sessão designada \"%s\""
 
-#: ../tools/gnome-session-quit.c:49
+#: ../tools/gnome-session-quit.c:50
 msgid "Log out"
 msgstr "Terminar a sessão"
 
-#: ../tools/gnome-session-quit.c:50
+#: ../tools/gnome-session-quit.c:51
 msgid "Power off"
 msgstr "Desligar"
 
-#: ../tools/gnome-session-quit.c:51
+#: ../tools/gnome-session-quit.c:52
 msgid "Reboot"
 msgstr "Reiniciar"
 
-#: ../tools/gnome-session-quit.c:52
+#: ../tools/gnome-session-quit.c:53
 msgid "Ignoring any existing inhibitors"
 msgstr "A ignorar quaisquer inibidores existentes"
 
-#: ../tools/gnome-session-quit.c:53
+#: ../tools/gnome-session-quit.c:54
 msgid "Don't prompt for user confirmation"
 msgstr "Não pedir confirmação ao utilizador"
 
-#: ../tools/gnome-session-quit.c:87 ../tools/gnome-session-quit.c:101
+#: ../tools/gnome-session-quit.c:88 ../tools/gnome-session-quit.c:102
 msgid "Could not connect to the session manager"
 msgstr "Impossível ligar ao gestor de sessões"
 
-#: ../tools/gnome-session-quit.c:196
+#: ../tools/gnome-session-quit.c:198
 msgid "Program called with conflicting options"
 msgstr "Aplicação invocada com conflito de opções"
 
@@ -624,20 +627,19 @@
 
 #~ msgid ""
 #~ "List of components that are required as part of the session. (Each "
-#~ "element names a key under "
-#~ "\"/desktop/gnome/session/required_components\"). The Startup Applications "
-#~ "preferences tool will not normally allow users to remove a required "
-#~ "component from the session, and the session manager will automatically "
-#~ "add the required components back to the session at login time if they do "
-#~ "get removed."
+#~ "element names a key under \"/desktop/gnome/session/required_components"
+#~ "\"). The Startup Applications preferences tool will not normally allow "
+#~ "users to remove a required component from the session, and the session "
+#~ "manager will automatically add the required components back to the "
+#~ "session at login time if they do get removed."
 #~ msgstr ""
 #~ "Lista de componentes que são necessários como parte da sessão. (Cada "
-#~ "elemento designa uma chave sob "
-#~ "\"/desktop/gnome/session/required_components\"). As Preferências de "
-#~ "Aplicações de Arranque normalmente não permitirão aos utilizadores "
-#~ "remover um componente necessário da sessão, e o gestor de sessões irá "
-#~ "automaticamente adicionar novamente, ao iniciar uma sessão, os "
-#~ "componentes necessários, caso tenham sido removidos."
+#~ "elemento designa uma chave sob \"/desktop/gnome/session/"
+#~ "required_components\"). As Preferências de Aplicações de Arranque "
+#~ "normalmente não permitirão aos utilizadores remover um componente "
+#~ "necessário da sessão, e o gestor de sessões irá automaticamente adicionar "
+#~ "novamente, ao iniciar uma sessão, os componentes necessários, caso tenham "
+#~ "sido removidos."
 
 #~ msgid "Logout prompt"
 #~ msgstr "Perguntar ao terminar sessão"


Reply via email to