Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2016-04-15 18:59:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-03 23:05:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2016-04-15 18:59:27.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Apr 12 08:51:58 UTC 2016 - [email protected]
+
+- Update to version 3.20.1:
+  + Fix startx.
+  + Updated translations.
+- Drop main-fix-starting-gnome-session-via-startx.patch: fixed
+  upstream.
+
+-------------------------------------------------------------------

Old:
----
  gnome-session-3.20.0.tar.xz
  main-fix-starting-gnome-session-via-startx.patch

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

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

Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.H5OTU0/_old  2016-04-15 18:59:28.000000000 +0200
+++ /var/tmp/diff_new_pack.H5OTU0/_new  2016-04-15 18:59:28.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gnome-session
-Version:        3.20.0
+Version:        3.20.1
 Release:        0
 Summary:        Session Tools for the GNOME Desktop
 License:        GPL-2.0+
@@ -28,8 +28,6 @@
 Source2:        gnome.desktop
 # PATCH-FIX-UPSTREAM gnome-session-ice-auth-for-suid.patch [email protected] -- 
Carries ICE auth over to other UIDs in this session using an env var.
 Patch0:         gnome-session-ice-auth-for-suid.patch
-# PATCH-FIX-UPSTREAM main-fix-starting-gnome-session-via-startx.patch 
bgo#764379 [email protected] -- Fix starting gnome-session with old DM or startx
-Patch1:         main-fix-starting-gnome-session-via-startx.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
 BuildRequires:  hicolor-icon-theme
@@ -115,7 +113,6 @@
 # Disabled, as it fails
 #translation-update-upstream
 %patch0 -p1
-%patch1 -p1
 
 %build
 NOCONFIGURE=1 gnome-autogen.sh

++++++ gnome-session-3.20.0.tar.xz -> gnome-session-3.20.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.0/ChangeLog 
new/gnome-session-3.20.1/ChangeLog
--- old/gnome-session-3.20.0/ChangeLog  2016-03-22 19:01:09.000000000 +0100
+++ new/gnome-session-3.20.1/ChangeLog  2016-04-11 17:54:45.000000000 +0200
@@ -1,6 +1,75 @@
 # Generated by Makefile. Do not edit.
 
-commit 9eabb00b3065c1eb72deb10eb0adb3f9fdad1d13 (HEAD -> gnome-3-20, 
github/gnome-3-20)
+commit e28c512b8af495c15fa78dff9a0e21dd95ccd33c (HEAD -> gnome-3-20, 
github/gnome-3-20)
+Author: Ray Strode <[email protected]>
+Date:   Mon Apr 11 11:53:32 2016 -0400
+
+    configure: bump to 3.20.1
+
+M      configure.ac
+
+commit cc6a286b3cb7caa85fb219c630ea66ddcbde1659
+Author: Ray Strode <[email protected]>
+Date:   Mon Apr 11 11:41:49 2016 -0400
+
+    NEWS: update for release
+
+M      NEWS
+
+commit e84653d1679397a897c5657880e8f96822270633 (origin/gnome-3-20)
+Author: Alexander Shopov <[email protected]>
+Date:   Sat Apr 9 07:36:41 2016 +0300
+
+    Updated Bulgarian translation
+
+M      po/bg.po
+
+commit 1d532bed525262baa3d051ebbcbd07a1027fff7e
+Author: Fabio Tomat <[email protected]>
+Date:   Fri Apr 8 09:37:35 2016 +0000
+
+    Updated Friulian translation
+
+M      po/fur.po
+
+commit 2d2dcf3354701aa663d08e8337c608e245a9f2c1
+Author: Andreas Henriksson <[email protected]>
+Date:   Wed Mar 30 18:49:15 2016 +0200
+
+    main: fix starting gnome session via startx
+    
+    The changes related to gsm_util_setenv during 3.19.x seems to have
+    broken starting a gnome desktop the old fashioned way, eg. via startx.
+    
+    The gnome.session required components has OnlyShowIn=GNOME; which
+    disqualifies them from being started unless XDG_CURRENT_DESKTOP is also
+    set to GNOME (by the gio utility function used to look up info).
+    
+    Currently gnome-session already carries code to catch the case of
+    XDG_CURRENT_DESKTOP being unset and set it to GNOME as a fallback.
+    Unfortunately the changes to gsm_util_setenv seems to have made it only
+    set the values in the (dbus activated) child environment, rather than
+    the current environment which g_desktop_app_info_get_show_in is looking
+    at.
+    
+    Make the fallback code set XDG_CURRENT_DESKTOP in both current
+    and child environment fixes it.
+    Also move the entire hunk of code before initializing gio to
+    prevent potential thread issues, now that is uses g_setenv.
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=764379
+
+M      gnome-session/main.c
+
+commit faf44253a5bbf0c2c554e74dab82b250a66ce25d
+Author: Daniel Korostil <[email protected]>
+Date:   Tue Mar 22 22:44:44 2016 +0200
+
+    Updated Ukrainian translation
+
+M      po/uk.po
+
+commit 9eabb00b3065c1eb72deb10eb0adb3f9fdad1d13 (tag: 3.20.0)
 Author: Ray Strode <[email protected]>
 Date:   Tue Mar 22 13:58:07 2016 -0400
 
@@ -16,7 +85,7 @@
 
 M      NEWS
 
-commit ce6301355826d271da0e50be85ec515f3750c8f0 (origin/gnome-3-20)
+commit ce6301355826d271da0e50be85ec515f3750c8f0
 Author: Fabio Tomat <[email protected]>
 Date:   Mon Mar 21 07:52:45 2016 +0000
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.0/NEWS 
new/gnome-session-3.20.1/NEWS
--- old/gnome-session-3.20.0/NEWS       2016-03-22 18:54:06.000000000 +0100
+++ new/gnome-session-3.20.1/NEWS       2016-04-11 17:41:42.000000000 +0200
@@ -1,4 +1,11 @@
 ==============
+Version 3.20.1
+==============
+
+       * Fix startx
+       * Translation updates
+
+==============
 Version 3.20.0
 ==============
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.0/aclocal.m4 
new/gnome-session-3.20.1/aclocal.m4
--- old/gnome-session-3.20.0/aclocal.m4 2016-03-22 19:00:22.000000000 +0100
+++ new/gnome-session-3.20.1/aclocal.m4 2016-04-11 17:54:12.000000000 +0200
@@ -335,7 +335,7 @@
 # on various variables needed by the Makefile.in.in installed by 
 # glib-gettextize.
 dnl
-glib_DEFUN([GLIB_GNU_GETTEXT],
+AU_DEFUN([GLIB_GNU_GETTEXT],
   [AC_REQUIRE([AC_PROG_CC])dnl
    
    GLIB_LC_MESSAGES
@@ -405,7 +405,8 @@
    rm -f po/POTFILES
    sed -e "/^#/d" -e "/^\$/d" -e "s,.*,        $posrcprefix& \\\\," -e 
"\$s/\(.*\) \\\\/\1/" \
        < $srcdir/po/POTFILES.in > po/POTFILES
-  ])
+  ],
+  [[$0: This macro is deprecated. You should use upstream gettext instead.]])
 
 # AM_GLIB_DEFINE_LOCALEDIR(VARIABLE)
 # -------------------------------
@@ -792,7 +793,7 @@
 ])
 
 dnl pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
-dnl serial 11 (pkg-config-0.29)
+dnl serial 11 (pkg-config-0.29.1)
 dnl
 dnl Copyright © 2004 Scott James Remnant <[email protected]>.
 dnl Copyright © 2012-2015 Dan Nicholson <[email protected]>
@@ -834,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])
+[m4_define([PKG_MACROS_VERSION], [0.29.1])
 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.0/configure 
new/gnome-session-3.20.1/configure
--- old/gnome-session-3.20.0/configure  2016-03-22 19:00:24.000000000 +0100
+++ new/gnome-session-3.20.1/configure  2016-04-11 17:54:13.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.0.
+# Generated by GNU Autoconf 2.69 for gnome-session 3.20.1.
 #
 # 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.0'
-PACKAGE_STRING='gnome-session 3.20.0'
+PACKAGE_VERSION='3.20.1'
+PACKAGE_STRING='gnome-session 3.20.1'
 
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.0 to adapt to many kinds of systems.
+\`configure' configures gnome-session 3.20.1 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.0:";;
+     short | recursive ) echo "Configuration of gnome-session 3.20.1:";;
    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.0
+gnome-session configure 3.20.1
 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.0, which was
+It was created by gnome-session $as_me 3.20.1, 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.0'
+ VERSION='3.20.1'
 
 
 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.0, which was
+This file was extended by gnome-session $as_me 3.20.1, 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.0
+gnome-session config.status 3.20.1
 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.0/configure.ac 
new/gnome-session-3.20.1/configure.ac
--- old/gnome-session-3.20.0/configure.ac       2016-03-22 18:53:47.000000000 
+0100
+++ new/gnome-session-3.20.1/configure.ac       2016-04-11 17:42:07.000000000 
+0200
@@ -1,5 +1,5 @@
 AC_INIT([gnome-session],
-        [3.20.0],
+        [3.20.1],
         [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.0/gnome-session/main.c 
new/gnome-session-3.20.1/gnome-session/main.c
--- old/gnome-session-3.20.0/gnome-session/main.c       2016-03-07 
21:29:23.000000000 +0100
+++ new/gnome-session-3.20.1/gnome-session/main.c       2016-04-11 
17:41:13.000000000 +0200
@@ -292,6 +292,15 @@
                 gsm_util_init_error (TRUE, "%s", error->message);
         }
 
+        /* From 3.14 GDM sets XDG_CURRENT_DESKTOP. For compatibility with
+         * older versions of GDM,  other display managers, and startx,
+         * set a fallback value if we don't find it set.
+         */
+        if (g_getenv ("XDG_CURRENT_DESKTOP") == NULL) {
+            g_setenv("XDG_CURRENT_DESKTOP", "GNOME", TRUE);
+            gsm_util_setenv ("XDG_CURRENT_DESKTOP", "GNOME");
+        }
+
         /* Make sure we initialize gio in a way that does not autostart any 
daemon */
         initialize_gio ();
 
@@ -375,13 +384,6 @@
                 exit (1);
         }
 
-        /* From 3.14 GDM sets XDG_CURRENT_DESKTOP. For compatibility with
-         * older versions of GDM,  other display managers, and startx,
-         * set a fallback value if we don't find it set.
-         */
-        if (g_getenv ("XDG_CURRENT_DESKTOP") == NULL)
-            gsm_util_setenv ("XDG_CURRENT_DESKTOP", "GNOME");
-
         /* Push locale variables to dbus-daemon */
         maybe_push_env_var ("LC_TIME");
         maybe_push_env_var ("LC_NUMERIC");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-session-3.20.0/gnome-session/org.gnome.SessionManager.c 
new/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.c
--- old/gnome-session-3.20.0/gnome-session/org.gnome.SessionManager.c   
2016-03-03 15:49:35.000000000 +0100
+++ new/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.c   
2016-04-11 17:43:31.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.47.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.48.0. 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.0/gnome-session/org.gnome.SessionManager.h 
new/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.h
--- old/gnome-session-3.20.0/gnome-session/org.gnome.SessionManager.h   
2016-03-03 15:49:35.000000000 +0100
+++ new/gnome-session-3.20.1/gnome-session/org.gnome.SessionManager.h   
2016-04-11 17:43:31.000000000 +0200
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.47.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.48.0. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
@@ -595,6 +595,10 @@
 
 GType gsm_exported_manager_proxy_get_type (void) G_GNUC_CONST;
 
+#if GLIB_CHECK_VERSION(2, 44, 0)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (GsmExportedManagerProxy, g_object_unref)
+#endif
+
 void gsm_exported_manager_proxy_new (
     GDBusConnection     *connection,
     GDBusProxyFlags      flags,
@@ -661,6 +665,10 @@
 
 GType gsm_exported_manager_skeleton_get_type (void) G_GNUC_CONST;
 
+#if GLIB_CHECK_VERSION(2, 44, 0)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (GsmExportedManagerSkeleton, g_object_unref)
+#endif
+
 GsmExportedManager *gsm_exported_manager_skeleton_new (void);
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.0/po/bg.po 
new/gnome-session-3.20.1/po/bg.po
--- old/gnome-session-3.20.0/po/bg.po   2016-02-22 14:18:56.000000000 +0100
+++ new/gnome-session-3.20.1/po/bg.po   2016-04-11 17:41:13.000000000 +0200
@@ -14,10 +14,10 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: gnome-session master\n"
+"Project-Id-Version: gnome-session gnome-3-20\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-01-22 07:43+0200\n"
-"PO-Revision-Date: 2016-01-19 20:46+0200\n"
+"POT-Creation-Date: 2016-04-09 07:38+0300\n"
+"PO-Revision-Date: 2016-04-09 07:38+0300\n"
 "Last-Translator: Alexander Shopov <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
 "Language: bg\n"
@@ -38,18 +38,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 "Влизане в GNOME"
 
-#: ../data/gnome-xorg.desktop.in.h:1
-msgid "GNOME on Xorg"
-msgstr "GNOME с Xorg"
-
 #: ../data/gnome-dummy.session.desktop.in.in.h:1
 msgid "GNOME dummy"
 msgstr "GNOME — фиктивна"
 
+#: ../data/gnome-wayland.desktop.in.h:1
+msgid "GNOME on Wayland"
+msgstr "GNOME с Wayland"
+
 #: ../data/session-selector.ui.h:1
 msgid "Custom Session"
 msgstr "Друга сесия"
@@ -154,11 +154,11 @@
 msgid "Show extension warning"
 msgstr "Показване на предупреждение за разширение"
 
-#: ../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 "Не отговаря"
 
-#: ../gnome-session/gsm-util.c:381
+#: ../gnome-session/gsm-util.c:382
 msgid "_Log out"
 msgstr "_Изход"
 
@@ -220,7 +220,7 @@
 msgid "Disable hardware acceleration check"
 msgstr "Изключване на проверката за хардуерно ускорение"
 
-#: ../gnome-session/main.c:309
+#: ../gnome-session/main.c:318
 msgid " - the GNOME session manager"
 msgstr "— управление на сесиите на GNOME"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.0/po/fur.po 
new/gnome-session-3.20.1/po/fur.po
--- old/gnome-session-3.20.0/po/fur.po  2016-03-22 18:51:03.000000000 +0100
+++ new/gnome-session-3.20.1/po/fur.po  2016-04-11 17:20:29.000000000 +0200
@@ -7,8 +7,8 @@
 "Project-Id-Version: gnome-session 2.20.x\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-20 22:06+0000\n"
-"PO-Revision-Date: 2016-03-21 08:52+0100\n"
+"POT-Creation-Date: 2016-04-08 09:25+0000\n"
+"PO-Revision-Date: 2016-04-08 11:36+0200\n"
 "Last-Translator: Fabio Tomat <[email protected]>\n"
 "Language-Team: Friulian <[email protected]>\n"
 "Language: fur\n"
@@ -170,8 +170,7 @@
 msgid ""
 "Refusing new client connection because the session is currently being shut "
 "down\n"
-msgstr ""
-"Refudi le gnove conession client parce che la session a si sta studant\n"
+msgstr "Refudi le gnove conession client parcè che la session si sta studant\n"
 
 #: ../gnome-session/gsm-xsmp-server.c:609
 #, c-format
@@ -211,7 +210,7 @@
 msgid "Disable hardware acceleration check"
 msgstr "Gjave control acelerazion hardware"
 
-#: ../gnome-session/main.c:309
+#: ../gnome-session/main.c:318
 msgid " - the GNOME session manager"
 msgstr "- Ministradôr di session di GNOME"
 
@@ -240,7 +239,7 @@
 " -h, --help        Mostre chest jutori\n"
 "  --version         Mostre version dal program\n"
 "  --app-id ID       Il ID de aplicazion di doprâ\n"
-"                    cuant che a si inibìs (opzionâl)\n"
+"                    cuant che si inibìs (opzionâl)\n"
 "  --reason REASON   La reson par inibî (opzionâl)\n"
 "  --inhibit ARG     Liste, separade da virgule, di elements di inibî:\n"
 "                    logout, switch-user, suspend, idle, automount\n"
@@ -275,12 +274,12 @@
 
 #: ../tools/gnome-session-selector.c:115
 msgid "Session names are not allowed to contain ‘/’ characters"
-msgstr "I nons di session a no puedin vê il caratar ‘/’"
+msgstr "I nons di session no puedin vê il caratar ‘/’"
 
 #: ../tools/gnome-session-selector.c:123
 #, c-format
 msgid "A session named ‘%s’ already exists"
-msgstr "Une session clamade ‘%s’ a esist aromai"
+msgstr "Une session clamade ‘%s’ e esist aromai"
 
 #: ../tools/gnome-session-quit.c:50
 msgid "Log out"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-3.20.0/po/uk.po 
new/gnome-session-3.20.1/po/uk.po
--- old/gnome-session-3.20.0/po/uk.po   2016-02-25 16:00:49.000000000 +0100
+++ new/gnome-session-3.20.1/po/uk.po   2016-04-11 17:41:13.000000000 +0200
@@ -9,8 +9,8 @@
 msgstr ""
 "Project-Id-Version: gnome-session\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-02-23 13:09+0200\n"
-"PO-Revision-Date: 2016-02-23 13:10+0300\n"
+"POT-Creation-Date: 2016-03-22 22:43+0200\n"
+"PO-Revision-Date: 2016-03-22 22:44+0300\n"
 "Last-Translator: Daniel Korostil <[email protected]>\n"
 "Language-Team: linux.org.ua\n"
 "Language: uk\n"
@@ -34,18 +34,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 "Це — сеанс входу в GNOME"
 
-#: ../data/gnome-xorg.desktop.in.h:1
-msgid "GNOME on Xorg"
-msgstr "GNOME через Xorg"
-
 #: ../data/gnome-dummy.session.desktop.in.in.h:1
 msgid "GNOME dummy"
 msgstr "Несправжній GNOME"
 
+#: ../data/gnome-wayland.desktop.in.h:1
+msgid "GNOME on Wayland"
+msgstr "GNOME через Wayland"
+
 #: ../data/session-selector.ui.h:1
 msgid "Custom Session"
 msgstr "Власний сеанс"
@@ -150,11 +150,11 @@
 msgid "Show extension warning"
 msgstr "Показати зауваги розширення"
 
-#: ../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 "Не відповідає"
 
-#: ../gnome-session/gsm-util.c:381
+#: ../gnome-session/gsm-util.c:382
 msgid "_Log out"
 msgstr "Ви_йти"
 


Reply via email to