Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:Factory checked in at 2017-11-10 14:45:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell-extensions (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-shell-extensions.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-shell-extensions"

Fri Nov 10 14:45:03 2017 rev:70 rq:539469 version:3.26.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
    2017-11-03 19:05:59.628322686 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new/gnome-shell-extensions.changes
       2017-11-10 14:45:15.298423677 +0100
@@ -1,0 +2,22 @@
+Mon Nov  6 01:20:01 UTC 2017 - [email protected]
+
+- Move SLE-Classic function in gnome-shell to
+  gnome-shell-extensions (bsc#1065611).
+  + Update gnome-shell-add-app-to-desktop.patch
+  + Update gse-sle-classic-ext.patch
+  + Update sle-classic-favorites-menu-at-end.patch
+  + Update sle-classic-xorg.desktop
+  + Update sle-classic.desktop
+  + Add sle-classic.json
+  + Add [email protected]
+
+-------------------------------------------------------------------
+Sat Nov  4 03:09:18 UTC 2017 - [email protected]
+
+- Update to version 3.26.2:
+  + Updated translations.
+- Update Url to
+  https://wiki.gnome.org/Projects/GnomeShell/Extensions: current
+  GNOME Shell Extensions project web page.
+
+-------------------------------------------------------------------

Old:
----
  gnome-shell-extensions-3.26.1.tar.xz

New:
----
  gnome-shell-extensions-3.26.2.tar.xz
  sle-classic.json
  [email protected]

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

Other differences:
------------------
++++++ gnome-shell-extensions.spec ++++++
--- /var/tmp/diff_new_pack.5LHiAJ/_old  2017-11-10 14:45:19.826259983 +0100
+++ /var/tmp/diff_new_pack.5LHiAJ/_new  2017-11-10 14:45:19.830259838 +0100
@@ -19,17 +19,19 @@
 
 %global __requires_exclude typelib\\(Meta\\)
 Name:           gnome-shell-extensions
-Version:        3.26.1
+Version:        3.26.2
 Release:        0
 Summary:        A collection of extensions for GNOME Shell
 License:        GPL-2.0+
 Group:          System/GUI/GNOME
-Url:            http://live.gnome.org/GnomeShell/Extensions
-Source:         
http://download.gnome.org/sources/gnome-shell-extensions/3.26/%{name}-%{version}.tar.xz
+Url:            https://wiki.gnome.org/Projects/GnomeShell/Extensions
+Source:         
https://download.gnome.org/sources/gnome-shell-extensions/3.26/%{name}-%{version}.tar.xz
 Source1:        README.SUSE
 Source2:        sle-classic.desktop
 Source3:        SLE-theme.tar.gz
 Source4:        sle-classic-xorg.desktop
+Source5:        sle-classic.json
+Source6:        [email protected]
 # PATCH-FEATURE-OPENSUSE gnome-shell-add-app-to-desktop.patch bnc#870580 
[email protected] --  allow adding app shortcut to desktop easily.
 Patch1:         gnome-shell-add-app-to-desktop.patch
 # PATCH-FEATURE-SLE sle-classic-favorites-menu-at-end.patch bnc#890989 
[email protected] -- put the favorites at the end of the app catogories for 
accessibility reason -- [email protected] bnc#890989
@@ -128,12 +130,19 @@
 %if !0%{?is_opensuse}
 install -m0644 %{SOURCE2} 
%{buildroot}/%{_datadir}/xsessions/sle-classic.desktop
 install -m0644 %{SOURCE4} 
%{buildroot}/%{_datadir}/xsessions/sle-classic-xorg.desktop
+cp 
%{buildroot}/%{_datadir}/gnome-shell/extensions/[email protected]/classic.css
 \
+%{buildroot}/%{_datadir}/gnome-shell/extensions/[email protected]/sle-classic.css
+install -m0644 %{SOURCE5} 
%{buildroot}/%{_datadir}/gnome-shell/modes/sle-classic.json
 install -d -m755 %{buildroot}%{_datadir}/wayland-sessions
 install -m0644 %{SOURCE2} 
%{buildroot}/%{_datadir}/wayland-sessions/sle-classic.desktop
 # Install SLE theme
 tar -xzvf %{SOURCE3}
 install -d %{buildroot}%{_datadir}/gnome-shell/theme
 cp SLE-theme/theme/*  %{buildroot}%{_datadir}/gnome-shell/theme
+#Install [email protected] extension
+tar -xzvf %{SOURCE6}
+install -d %{buildroot}%{_datadir}/gnome-shell/extensions/[email protected]
+cp [email protected]/*  
%{buildroot}%{_datadir}/gnome-shell/extensions/[email protected]
 
 # Prepare for 'default.desktop' being update-alternative handled, boo#1039756
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
@@ -191,6 +200,9 @@
 %{_datadir}/xsessions/default.desktop
 %{_datadir}/xsessions/sle-classic.desktop
 %{_datadir}/xsessions/sle-classic-xorg.desktop
+%{_datadir}/gnome-shell/extensions/[email protected]/sle-classic.css
+%{_datadir}/gnome-shell/modes/sle-classic.json
+%{_datadir}/gnome-shell/extensions/[email protected]/
 %dir %{_datadir}/wayland-sessions
 %{_datadir}/wayland-sessions/default.desktop
 %{_datadir}/wayland-sessions/sle-classic.desktop

++++++ gnome-shell-add-app-to-desktop.patch ++++++
--- /var/tmp/diff_new_pack.5LHiAJ/_old  2017-11-10 14:45:19.870258392 +0100
+++ /var/tmp/diff_new_pack.5LHiAJ/_new  2017-11-10 14:45:19.870258392 +0100
@@ -1,7 +1,7 @@
-diff --git a/extensions/apps-menu/extension.js 
b/extensions/apps-menu/extension.js
-index 2f4002a..ed51e0c 100644
---- a/extensions/apps-menu/extension.js
-+++ b/extensions/apps-menu/extension.js
+Index: gnome-shell-extensions-3.26.1/extensions/apps-menu/extension.js
+===================================================================
+--- gnome-shell-extensions-3.26.1.orig/extensions/apps-menu/extension.js
++++ gnome-shell-extensions-3.26.1/extensions/apps-menu/extension.js
 @@ -7,6 +7,8 @@ const Lang = imports.lang;
  const Shell = imports.gi.Shell;
  const St = imports.gi.St;
@@ -11,7 +11,7 @@
  const Main = imports.ui.main;
  const Meta = imports.gi.Meta;
  const PanelMenu = imports.ui.panelMenu;
-@@ -68,9 +70,20 @@ const ApplicationMenuItem = new Lang.Class({
+@@ -68,9 +70,20 @@ const ApplicationMenuItem = new Lang.Cla
          let textureCache = St.TextureCache.get_default();
          let iconThemeChangedId = textureCache.connect('icon-theme-changed',
                                                        Lang.bind(this, 
this._updateIcon));
@@ -32,7 +32,7 @@
              }));
          this._updateIcon();
  
-@@ -92,6 +105,106 @@ const ApplicationMenuItem = new Lang.Class({
+@@ -92,6 +105,105 @@ const ApplicationMenuItem = new Lang.Cla
          });
      },
  
@@ -108,9 +108,8 @@
 +                    destDirPath = Glib.build_filenamev([GLib.get_home_dir(), 
"Desktop"]);
 +                }
 +                let destFile = Gio.File.new_for_path(destDirPath + '/' + 
sourceFile.get_basename());
-+                if (sourceFile.copy(destFile, Gio.FileCopyFlags.OVERWRITE,
-+                                  null, null, null)) {
-+                    // In order to make the general monitor recognize the 
setting of metadata, 
++                if (sourceFile.copy(destFile, Gio.FileCopyFlags.OVERWRITE, 
null, null)) {
++                    // In order to make the general monitor recognize the 
setting of metadata,
 +                    // this function call should  before the setting of unix 
mode.
 +                    destFile.set_attribute_string("metadata::trusted",
 +                                                  "yes",

++++++ gnome-shell-extensions-3.26.1.tar.xz -> 
gnome-shell-extensions-3.26.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-3.26.1/Makefile.in 
new/gnome-shell-extensions-3.26.2/Makefile.in
--- old/gnome-shell-extensions-3.26.1/Makefile.in       2017-10-04 
01:10:58.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/Makefile.in       2017-11-02 
19:51:31.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-3.26.1/NEWS 
new/gnome-shell-extensions-3.26.2/NEWS
--- old/gnome-shell-extensions-3.26.1/NEWS      2017-10-04 01:10:28.000000000 
+0200
+++ new/gnome-shell-extensions-3.26.2/NEWS      2017-11-02 19:51:08.000000000 
+0100
@@ -1,7 +1,11 @@
+3.26.2
+======
+* updated translations: (ca@valencia)
+
 3.26.1
 ======
 * native-window-placement: Adjust to gnome-shell changes
-* updated translations: el, fa, ru, sv 
+* updated translations: el, fa, ru, sv
 
 3.26.0
 ======
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-3.26.1/aclocal.m4 
new/gnome-shell-extensions-3.26.2/aclocal.m4
--- old/gnome-shell-extensions-3.26.1/aclocal.m4        2017-10-04 
01:10:58.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/aclocal.m4        2017-11-02 
19:51:31.000000000 +0100
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.15 -*- Autoconf -*-
+# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -448,7 +448,7 @@
 ]
 )
 
-# Copyright (C) 2002-2014 Free Software Foundation, Inc.
+# Copyright (C) 2002-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -463,7 +463,7 @@
 [am__api_version='1.15'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.15], [],
+m4_if([$1], [1.15.1], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -479,14 +479,14 @@
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.15])dnl
+[AM_AUTOMAKE_VERSION([1.15.1])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -538,7 +538,7 @@
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
 
-# Copyright (C) 1997-2014 Free Software Foundation, Inc.
+# Copyright (C) 1997-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -569,7 +569,7 @@
 Usually this means the macro was only invoked conditionally.]])
 fi])])
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -760,7 +760,7 @@
 
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -836,7 +836,7 @@
 
 # Do all the work for Automake.                             -*- Autoconf -*-
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1033,7 +1033,7 @@
 done
 echo "timestamp for $_am_arg" 
>`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1054,7 +1054,7 @@
 fi
 AC_SUBST([install_sh])])
 
-# Copyright (C) 2003-2014 Free Software Foundation, Inc.
+# Copyright (C) 2003-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1075,7 +1075,7 @@
 
 # Check to see how 'make' treats includes.                 -*- Autoconf -*-
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1125,7 +1125,7 @@
 
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
-# Copyright (C) 1997-2014 Free Software Foundation, Inc.
+# Copyright (C) 1997-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1164,7 +1164,7 @@
 
 # Helper functions for option handling.                     -*- Autoconf -*-
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1193,7 +1193,7 @@
 AC_DEFUN([_AM_IF_OPTION],
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1240,7 +1240,7 @@
 # For backward compatibility.
 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1259,7 +1259,7 @@
 
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1340,7 +1340,7 @@
 rm -f conftest.file
 ])
 
-# Copyright (C) 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1400,7 +1400,7 @@
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 ])
 
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1428,7 +1428,7 @@
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
-# Copyright (C) 2006-2014 Free Software Foundation, Inc.
+# Copyright (C) 2006-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1447,7 +1447,7 @@
 
 # Check how to create a tarball.                            -*- Autoconf -*-
 
-# Copyright (C) 2004-2014 Free Software Foundation, Inc.
+# Copyright (C) 2004-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-3.26.1/config/compile 
new/gnome-shell-extensions-3.26.2/config/compile
--- old/gnome-shell-extensions-3.26.1/config/compile    2017-10-04 
01:10:58.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/config/compile    2017-11-02 
19:51:31.000000000 +0100
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2012-10-14.11; # UTC
+scriptversion=2016-01-11.22; # UTC
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 # Written by Tom Tromey <[email protected]>.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -255,7 +255,8 @@
     echo "compile $scriptversion"
     exit $?
     ;;
-  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
+  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
+  icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
     func_cl_wrapper "$@"      # Doesn't return...
     ;;
 esac
@@ -342,6 +343,6 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-3.26.1/config/config.guess 
new/gnome-shell-extensions-3.26.2/config/config.guess
--- old/gnome-shell-extensions-3.26.1/config/config.guess       2017-10-04 
01:10:58.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/config/config.guess       2017-11-02 
19:51:31.000000000 +0100
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
-#   Copyright 1992-2016 Free Software Foundation, Inc.
+#   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2016-10-02'
+timestamp='2017-08-08'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -50,7 +50,7 @@
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright 1992-2016 Free Software Foundation, Inc.
+Copyright 1992-2017 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -259,6 +259,9 @@
     *:Sortix:*:*)
        echo ${UNAME_MACHINE}-unknown-sortix
        exit ;;
+    *:Redox:*:*)
+       echo ${UNAME_MACHINE}-unknown-redox
+       exit ;;
     alpha:OSF1:*:*)
        case $UNAME_RELEASE in
        *4.0)
@@ -837,10 +840,11 @@
        UNAME_PROCESSOR=`/usr/bin/uname -p`
        case ${UNAME_PROCESSOR} in
            amd64)
-               echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 
's/[-(].*//'` ;;
-           *)
-               echo ${UNAME_PROCESSOR}-unknown-freebsd`echo 
${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
+               UNAME_PROCESSOR=x86_64 ;;
+           i386)
+               UNAME_PROCESSOR=i586 ;;
        esac
+       echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 
's/[-(].*//'`
        exit ;;
     i*:CYGWIN*:*)
        echo ${UNAME_MACHINE}-pc-cygwin
@@ -1303,14 +1307,21 @@
        if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
            if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
                if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') 
| \
-                   (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
-                   grep IS_64BIT_ARCH >/dev/null
+                      (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+                      grep IS_64BIT_ARCH >/dev/null
                then
                    case $UNAME_PROCESSOR in
                        i386) UNAME_PROCESSOR=x86_64 ;;
                        powerpc) UNAME_PROCESSOR=powerpc64 ;;
                    esac
                fi
+               # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc
+               if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \
+                      (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+                      grep IS_PPC >/dev/null
+               then
+                   UNAME_PROCESSOR=powerpc
+               fi
            fi
        elif test "$UNAME_PROCESSOR" = i386 ; then
            # Avoid executing cc on OS X 10.9, as it ships with a stub
@@ -1334,15 +1345,18 @@
     *:QNX:*:4*)
        echo i386-pc-qnx
        exit ;;
-    NEO-?:NONSTOP_KERNEL:*:*)
+    NEO-*:NONSTOP_KERNEL:*:*)
        echo neo-tandem-nsk${UNAME_RELEASE}
        exit ;;
     NSE-*:NONSTOP_KERNEL:*:*)
        echo nse-tandem-nsk${UNAME_RELEASE}
        exit ;;
-    NSR-?:NONSTOP_KERNEL:*:*)
+    NSR-*:NONSTOP_KERNEL:*:*)
        echo nsr-tandem-nsk${UNAME_RELEASE}
        exit ;;
+    NSX-*:NONSTOP_KERNEL:*:*)
+       echo nsx-tandem-nsk${UNAME_RELEASE}
+       exit ;;
     *:NonStop-UX:*:*)
        echo mips-compaq-nonstopux
        exit ;;
@@ -1418,8 +1432,8 @@
 $0: unable to guess system type
 
 This script (version $timestamp), has failed to recognize the
-operating system you are using. If your script is old, overwrite
-config.guess and config.sub with the latest versions from:
+operating system you are using. If your script is old, overwrite *all*
+copies of config.guess and config.sub with the latest versions from:
 
   http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
 and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-3.26.1/config/config.sub 
new/gnome-shell-extensions-3.26.2/config/config.sub
--- old/gnome-shell-extensions-3.26.1/config/config.sub 2017-10-04 
01:10:58.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/config/config.sub 2017-11-02 
19:51:31.000000000 +0100
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Configuration validation subroutine script.
-#   Copyright 1992-2016 Free Software Foundation, Inc.
+#   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2016-09-05'
+timestamp='2017-04-02'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -67,7 +67,7 @@
 version="\
 GNU config.sub ($timestamp)
 
-Copyright 1992-2016 Free Software Foundation, Inc.
+Copyright 1992-2017 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -263,7 +263,7 @@
        | fido | fr30 | frv | ft32 \
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
        | hexagon \
-       | i370 | i860 | i960 | ia64 \
+       | i370 | i860 | i960 | ia16 | ia64 \
        | ip2k | iq2000 \
        | k1om \
        | le32 | le64 \
@@ -301,6 +301,7 @@
        | open8 | or1k | or1knd | or32 \
        | pdp10 | pdp11 | pj | pjl \
        | powerpc | powerpc64 | powerpc64le | powerpcle \
+       | pru \
        | pyramid \
        | riscv32 | riscv64 \
        | rl78 | rx \
@@ -314,6 +315,7 @@
        | ubicom32 \
        | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
        | visium \
+       | wasm32 \
        | we32k \
        | x86 | xc16x | xstormy16 | xtensa \
        | z8k | z80)
@@ -387,7 +389,7 @@
        | h8300-* | h8500-* \
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
        | hexagon-* \
-       | i*86-* | i860-* | i960-* | ia64-* \
+       | i*86-* | i860-* | i960-* | ia16-* | ia64-* \
        | ip2k-* | iq2000-* \
        | k1om-* \
        | le32-* | le64-* \
@@ -428,6 +430,7 @@
        | orion-* \
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
+       | pru-* \
        | pyramid-* \
        | riscv32-* | riscv64-* \
        | rl78-* | romp-* | rs6000-* | rx-* \
@@ -444,6 +447,7 @@
        | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
        | vax-* \
        | visium-* \
+       | wasm32-* \
        | we32k-* \
        | x86-* | x86_64-* | xc16x-* | xps100-* \
        | xstormy16-* | xtensa*-* \
@@ -946,6 +950,9 @@
        nsr-tandem)
                basic_machine=nsr-tandem
                ;;
+       nsx-tandem)
+               basic_machine=nsx-tandem
+               ;;
        op50n-* | op60c-*)
                basic_machine=hppa1.1-oki
                os=-proelf
@@ -1241,6 +1248,9 @@
                basic_machine=a29k-wrs
                os=-vxworks
                ;;
+       wasm32)
+               basic_machine=wasm32-unknown
+               ;;
        w65*)
                basic_machine=w65-wdc
                os=-none
@@ -1395,7 +1405,7 @@
              | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
-             | -chorusos* | -chorusrdb* | -cegcc* \
+             | -chorusos* | -chorusrdb* | -cegcc* | -glidix* \
              | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* 
\
              | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | 
-linux-android* \
              | -linux-newlib* | -linux-musl* | -linux-uclibc* \
@@ -1407,7 +1417,7 @@
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
-             | -onefs* | -tirtos* | -phoenix*)
+             | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox*)
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        -qnx*)
@@ -1636,6 +1646,9 @@
        sparc-* | *-sun)
                os=-sunos4.1.1
                ;;
+       pru-*)
+               os=-elf
+               ;;
        *-be)
                os=-beos
                ;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-3.26.1/config/install-sh 
new/gnome-shell-extensions-3.26.2/config/install-sh
--- old/gnome-shell-extensions-3.26.1/config/install-sh 2017-10-04 
01:10:58.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/config/install-sh 2017-11-02 
19:51:31.000000000 +0100
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2013-12-25.23; # UTC
+scriptversion=2016-01-11.22; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -496,6 +496,6 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-3.26.1/config/missing 
new/gnome-shell-extensions-3.26.2/config/missing
--- old/gnome-shell-extensions-3.26.1/config/missing    2017-10-04 
01:10:58.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/config/missing    2017-11-02 
19:51:31.000000000 +0100
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Common wrapper for a few potentially missing GNU programs.
 
-scriptversion=2013-10-28.13; # UTC
+scriptversion=2016-01-11.22; # UTC
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <[email protected]>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -210,6 +210,6 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-3.26.1/configure 
new/gnome-shell-extensions-3.26.2/configure
--- old/gnome-shell-extensions-3.26.1/configure 2017-10-04 01:10:58.000000000 
+0200
+++ new/gnome-shell-extensions-3.26.2/configure 2017-11-02 19:51:31.000000000 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gnome-shell-extensions 3.26.1.
+# Generated by GNU Autoconf 2.69 for gnome-shell-extensions 3.26.2.
 #
 # Report bugs to 
<https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions>.
 #
@@ -581,8 +581,8 @@
 # Identity of this package.
 PACKAGE_NAME='gnome-shell-extensions'
 PACKAGE_TARNAME='gnome-shell-extensions'
-PACKAGE_VERSION='3.26.1'
-PACKAGE_STRING='gnome-shell-extensions 3.26.1'
+PACKAGE_VERSION='3.26.2'
+PACKAGE_STRING='gnome-shell-extensions 3.26.2'
 
PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions'
 PACKAGE_URL=''
 
@@ -1283,7 +1283,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-shell-extensions 3.26.1 to adapt to many kinds 
of systems.
+\`configure' configures gnome-shell-extensions 3.26.2 to adapt to many kinds 
of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1354,7 +1354,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gnome-shell-extensions 
3.26.1:";;
+     short | recursive ) echo "Configuration of gnome-shell-extensions 
3.26.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1472,7 +1472,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gnome-shell-extensions configure 3.26.1
+gnome-shell-extensions configure 3.26.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1652,7 +1652,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-shell-extensions $as_me 3.26.1, which was
+It was created by gnome-shell-extensions $as_me 3.26.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2519,7 +2519,7 @@
 
 # Define the identity of the package.
  PACKAGE='gnome-shell-extensions'
- VERSION='3.26.1'
+ VERSION='3.26.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -7330,7 +7330,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gnome-shell-extensions $as_me 3.26.1, which was
+This file was extended by gnome-shell-extensions $as_me 3.26.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -7387,7 +7387,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-shell-extensions config.status 3.26.1
+gnome-shell-extensions config.status 3.26.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-shell-extensions-3.26.1/configure.ac 
new/gnome-shell-extensions-3.26.2/configure.ac
--- old/gnome-shell-extensions-3.26.1/configure.ac      2017-10-04 
01:10:36.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/configure.ac      2017-11-02 
19:50:20.000000000 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([gnome-shell-extensions],[3.26.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
+AC_INIT([gnome-shell-extensions],[3.26.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([config])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-3.26.1/data/Makefile.in 
new/gnome-shell-extensions-3.26.2/data/Makefile.in
--- old/gnome-shell-extensions-3.26.1/data/Makefile.in  2017-10-04 
01:10:58.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/data/Makefile.in  2017-11-02 
19:51:31.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-3.26.1/extensions/Makefile.in 
new/gnome-shell-extensions-3.26.2/extensions/Makefile.in
--- old/gnome-shell-extensions-3.26.1/extensions/Makefile.in    2017-10-04 
01:10:58.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/extensions/Makefile.in    2017-11-02 
19:51:31.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-3.26.1/extensions/alternate-tab/Makefile.in 
new/gnome-shell-extensions-3.26.2/extensions/alternate-tab/Makefile.in
--- old/gnome-shell-extensions-3.26.1/extensions/alternate-tab/Makefile.in      
2017-10-04 01:10:58.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/extensions/alternate-tab/Makefile.in      
2017-11-02 19:51:32.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-3.26.1/extensions/apps-menu/Makefile.in 
new/gnome-shell-extensions-3.26.2/extensions/apps-menu/Makefile.in
--- old/gnome-shell-extensions-3.26.1/extensions/apps-menu/Makefile.in  
2017-10-04 01:10:59.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/extensions/apps-menu/Makefile.in  
2017-11-02 19:51:32.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-3.26.1/extensions/auto-move-windows/Makefile.in 
new/gnome-shell-extensions-3.26.2/extensions/auto-move-windows/Makefile.in
--- old/gnome-shell-extensions-3.26.1/extensions/auto-move-windows/Makefile.in  
2017-10-04 01:10:59.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/extensions/auto-move-windows/Makefile.in  
2017-11-02 19:51:32.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-3.26.1/extensions/auto-move-windows/prefs.js 
new/gnome-shell-extensions-3.26.2/extensions/auto-move-windows/prefs.js
--- old/gnome-shell-extensions-3.26.1/extensions/auto-move-windows/prefs.js     
2016-07-29 07:03:34.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/extensions/auto-move-windows/prefs.js     
2017-11-02 19:49:36.000000000 +0100
@@ -1,14 +1,10 @@
 // -*- mode: js2; indent-tabs-mode: nil; js2-basic-offset: 4 -*-
 // Start apps on custom workspaces
 
-const GdkPixbuf = imports.gi.GdkPixbuf;
 const Gio = imports.gi.Gio;
-const GLib = imports.gi.GLib;
 const GObject = imports.gi.GObject;
-const GMenu = imports.gi.GMenu;
 const Gtk = imports.gi.Gtk;
 const Lang = imports.lang;
-const Mainloop = imports.mainloop;
 
 const Gettext = imports.gettext.domain('gnome-shell-extensions');
 const _ = Gettext.gettext;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-3.26.1/extensions/drive-menu/Makefile.in 
new/gnome-shell-extensions-3.26.2/extensions/drive-menu/Makefile.in
--- old/gnome-shell-extensions-3.26.1/extensions/drive-menu/Makefile.in 
2017-10-04 01:10:59.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/extensions/drive-menu/Makefile.in 
2017-11-02 19:51:32.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-3.26.1/extensions/example/Makefile.in 
new/gnome-shell-extensions-3.26.2/extensions/example/Makefile.in
--- old/gnome-shell-extensions-3.26.1/extensions/example/Makefile.in    
2017-10-04 01:10:59.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/extensions/example/Makefile.in    
2017-11-02 19:51:32.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-3.26.1/extensions/launch-new-instance/Makefile.in 
new/gnome-shell-extensions-3.26.2/extensions/launch-new-instance/Makefile.in
--- 
old/gnome-shell-extensions-3.26.1/extensions/launch-new-instance/Makefile.in    
    2017-10-04 01:10:59.000000000 +0200
+++ 
new/gnome-shell-extensions-3.26.2/extensions/launch-new-instance/Makefile.in    
    2017-11-02 19:51:32.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-3.26.1/extensions/native-window-placement/Makefile.in
 
new/gnome-shell-extensions-3.26.2/extensions/native-window-placement/Makefile.in
--- 
old/gnome-shell-extensions-3.26.1/extensions/native-window-placement/Makefile.in
    2017-10-04 01:10:59.000000000 +0200
+++ 
new/gnome-shell-extensions-3.26.2/extensions/native-window-placement/Makefile.in
    2017-11-02 19:51:32.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-3.26.1/extensions/places-menu/Makefile.in 
new/gnome-shell-extensions-3.26.2/extensions/places-menu/Makefile.in
--- old/gnome-shell-extensions-3.26.1/extensions/places-menu/Makefile.in        
2017-10-04 01:10:59.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/extensions/places-menu/Makefile.in        
2017-11-02 19:51:32.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-3.26.1/extensions/screenshot-window-sizer/Makefile.in
 
new/gnome-shell-extensions-3.26.2/extensions/screenshot-window-sizer/Makefile.in
--- 
old/gnome-shell-extensions-3.26.1/extensions/screenshot-window-sizer/Makefile.in
    2017-10-04 01:10:59.000000000 +0200
+++ 
new/gnome-shell-extensions-3.26.2/extensions/screenshot-window-sizer/Makefile.in
    2017-11-02 19:51:32.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-3.26.1/extensions/user-theme/Makefile.in 
new/gnome-shell-extensions-3.26.2/extensions/user-theme/Makefile.in
--- old/gnome-shell-extensions-3.26.1/extensions/user-theme/Makefile.in 
2017-10-04 01:10:59.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/extensions/user-theme/Makefile.in 
2017-11-02 19:51:32.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-3.26.1/extensions/window-list/Makefile.in 
new/gnome-shell-extensions-3.26.2/extensions/window-list/Makefile.in
--- old/gnome-shell-extensions-3.26.1/extensions/window-list/Makefile.in        
2017-10-04 01:10:59.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/extensions/window-list/Makefile.in        
2017-11-02 19:51:32.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-3.26.1/extensions/windowsNavigator/Makefile.in 
new/gnome-shell-extensions-3.26.2/extensions/windowsNavigator/Makefile.in
--- old/gnome-shell-extensions-3.26.1/extensions/windowsNavigator/Makefile.in   
2017-10-04 01:10:59.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/extensions/windowsNavigator/Makefile.in   
2017-11-02 19:51:32.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-3.26.1/extensions/workspace-indicator/Makefile.in 
new/gnome-shell-extensions-3.26.2/extensions/workspace-indicator/Makefile.in
--- 
old/gnome-shell-extensions-3.26.1/extensions/workspace-indicator/Makefile.in    
    2017-10-04 01:10:59.000000000 +0200
+++ 
new/gnome-shell-extensions-3.26.2/extensions/workspace-indicator/Makefile.in    
    2017-11-02 19:51:32.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
Binary files old/gnome-shell-extensions-3.26.1/po/[email protected] and 
new/gnome-shell-extensions-3.26.2/po/[email protected] differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-3.26.1/po/[email protected] 
new/gnome-shell-extensions-3.26.2/po/[email protected]
--- old/gnome-shell-extensions-3.26.1/po/[email protected]       2017-05-30 
01:55:20.000000000 +0200
+++ new/gnome-shell-extensions-3.26.2/po/[email protected]       2017-10-17 
17:50:10.000000000 +0200
@@ -7,50 +7,45 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: gnome-shell-extensions\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-08-17 14:40+0200\n"
-"PO-Revision-Date: 2014-08-17 14:38+0200\n"
-"Last-Translator: Gil Forcada <[email protected]>\n"
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-";
+"shell&keywords=I18N+L10N&component=extensions\n"
+"POT-Creation-Date: 2017-09-08 06:09+0000\n"
+"PO-Revision-Date: 2017-07-08 13:29+0100\n"
+"Last-Translator: Xavi Ivars <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
-"Language: ca@valencia\n"
+"Language: ca-valencia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bits\n"
+"Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: ../data/gnome-classic.desktop.in.h:1
-#: ../data/gnome-classic.session.desktop.in.in.h:1
+#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
 msgid "GNOME Classic"
 msgstr "GNOME clàssic"
 
-#: ../data/gnome-classic.desktop.in.h:2
+#: data/gnome-classic.desktop.in:4
 msgid "This session logs you into GNOME Classic"
 msgstr "Esta sessió vos permet utilitzar el GNOME clàssic"
 
-#: ../data/gnome-shell-classic.desktop.in.in.h:1
-msgid "GNOME Shell Classic"
-msgstr "GNOME Shell clàssic"
-
-#: ../data/gnome-shell-classic.desktop.in.in.h:2
-msgid "Window management and application launching"
-msgstr "Gestió de finestres i iniciació d'aplicacions"
-
-#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:7
 msgid "Attach modal dialog to the parent window"
 msgstr "Adjunta el diàleg modal a la finestra pare"
 
-#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:8
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:25
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:33
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:41
 msgid ""
 "This key overrides the key in org.gnome.mutter when running GNOME Shell."
 msgstr ""
 "Si s'executa el GNOME Shell, esta clau sobreescriu la clau «org.gnome."
 "mutter»."
 
-#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:16
 msgid "Arrangement of buttons on the titlebar"
-msgstr "Disposició dels botons en la barra de títol"
+msgstr "Disposició dels botons en la barra de títol"
 
-#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:17
 msgid ""
 "This key overrides the key in org.gnome.desktop.wm.preferences when running "
 "GNOME Shell."
@@ -58,58 +53,58 @@
 "Si s'executa el GNOME Shell, esta clau sobreescriu la clau «org.gnome."
 "desktop.wm.preferences»."
 
-#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:24
 msgid "Enable edge tiling when dropping windows on screen edges"
 msgstr ""
-"Habilita la tesselització a les vores en deixar anar les finestres a les "
+"Habilita la tessel·lització a les vores en deixar anar les finestres a les "
 "vores de la pantalla"
 
-#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:6
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:32
 msgid "Workspaces only on primary monitor"
 msgstr "Els espais de treball només es mostren en el monitor principal"
 
-#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:7
+#: data/org.gnome.shell.extensions.classic-overrides.gschema.xml:40
 msgid "Delay focus changes in mouse mode until the pointer stops moving"
 msgstr ""
 "Retarda el canvi de focus, en mode ratolí, fins que el punter estiga quiet"
 
-#: ../extensions/alternate-tab/prefs.js:20
+#: extensions/alternate-tab/prefs.js:20
 msgid "Thumbnail only"
 msgstr "Només miniatures"
 
-#: ../extensions/alternate-tab/prefs.js:21
+#: extensions/alternate-tab/prefs.js:21
 msgid "Application icon only"
 msgstr "Només la icona de l'aplicació"
 
-#: ../extensions/alternate-tab/prefs.js:22
+#: extensions/alternate-tab/prefs.js:22
 msgid "Thumbnail and application icon"
 msgstr "Miniatura i icona de l'aplicació"
 
-#: ../extensions/alternate-tab/prefs.js:38
+#: extensions/alternate-tab/prefs.js:38
 msgid "Present windows as"
 msgstr "Mostra les finestres com a"
 
-#: ../extensions/alternate-tab/prefs.js:69
+#: extensions/alternate-tab/prefs.js:69
 msgid "Show only windows in the current workspace"
 msgstr "Mostra només les icones de l'espai de treball actual"
 
-#: ../extensions/apps-menu/extension.js:39
+#: extensions/apps-menu/extension.js:41
 msgid "Activities Overview"
 msgstr "Vista general d'activitats"
 
-#: ../extensions/apps-menu/extension.js:113
+#: extensions/apps-menu/extension.js:141
 msgid "Favorites"
 msgstr "Preferides"
 
-#: ../extensions/apps-menu/extension.js:282
+#: extensions/apps-menu/extension.js:436
 msgid "Applications"
 msgstr "Aplicacions"
 
-#: 
../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
+#: 
extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
 msgid "Application and workspace list"
 msgstr "Aplicació i llista d'espais de treball"
 
-#: 
../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
+#: 
extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:7
 msgid ""
 "A list of strings, each containing an application id (desktop file name), "
 "followed by a colon and the workspace number"
@@ -118,90 +113,94 @@
 "d'aplicació (nom del fitxer de l'escriptori), seguit de dos punts i el "
 "número de l'espai de treball"
 
-#: ../extensions/auto-move-windows/prefs.js:60
+#: extensions/auto-move-windows/prefs.js:60
 msgid "Application"
 msgstr "Aplicació"
 
-#: ../extensions/auto-move-windows/prefs.js:69
-#: ../extensions/auto-move-windows/prefs.js:127
+#: extensions/auto-move-windows/prefs.js:69
+#: extensions/auto-move-windows/prefs.js:127
 msgid "Workspace"
 msgstr "Espai de treball"
 
-#: ../extensions/auto-move-windows/prefs.js:85
+#: extensions/auto-move-windows/prefs.js:85
 msgid "Add Rule"
 msgstr "Afig una regla"
 
-#: ../extensions/auto-move-windows/prefs.js:106
+#: extensions/auto-move-windows/prefs.js:106
 msgid "Create new matching rule"
 msgstr "Crea una regla de coincidència nova"
 
-#: ../extensions/auto-move-windows/prefs.js:111
+#: extensions/auto-move-windows/prefs.js:111
 msgid "Add"
 msgstr "Afig"
 
-#: ../extensions/drive-menu/extension.js:106
+#. TRANSLATORS: %s is the filesystem name
+#: extensions/drive-menu/extension.js:107
 #, javascript-format
-msgid "Ejecting drive '%s' failed:"
+msgid "Ejecting drive “%s” failed:"
 msgstr "Ha fallat l'expulsió de la unitat «%s»:"
 
-#: ../extensions/drive-menu/extension.js:123
+#: extensions/drive-menu/extension.js:125
 msgid "Removable devices"
 msgstr "Dispositius extraïbles"
 
-#: ../extensions/drive-menu/extension.js:150
-msgid "Open File"
-msgstr "Obri el fitxer"
+#: extensions/drive-menu/extension.js:150
+msgid "Open Files"
+msgstr "Obri els fitxers"
 
-#: ../extensions/example/extension.js:17
+#: extensions/example/extension.js:17
 msgid "Hello, world!"
 msgstr "Hola, món!"
 
-#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
+#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:5
 msgid "Alternative greeting text."
 msgstr "Text de rebuda alternatiu."
 
-#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
+#: extensions/example/org.gnome.shell.extensions.example.gschema.xml:6
 msgid ""
 "If not empty, it contains the text that will be shown when clicking on the "
 "panel."
 msgstr ""
 "Si no és buit, conté el text que es mostrarà quan es faça clic en el quadre."
 
-#: ../extensions/example/prefs.js:30
+#: extensions/example/prefs.js:30
 msgid "Message"
 msgstr "Missatge"
 
-#: ../extensions/example/prefs.js:43
+#. TRANSLATORS: Example is the name of the extension, should not be
+#. translated
+#: extensions/example/prefs.js:43
 msgid ""
 "Example aims to show how to build well behaved extensions for the Shell and "
 "as such it has little functionality on its own.\n"
-"Nevertheless it's possible to customize the greeting message."
+"Nevertheless it’s possible to customize the greeting message."
 msgstr ""
 "L'«Example» està pensat com una extensió del GNOME Shell que demostri la "
 "manera correcta de crear extensions. Com a extensió pròpiament dita no fa "
 "gairebé res.\n"
-"Tot i així permet personalitzar el missatge del rebedor."
+"Tot i així permet personalitzar el missatge de benvinguda."
 
-#: 
../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
+#: 
extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:5
 msgid "Use more screen for windows"
 msgstr "Utilitza més pantalla per les finestres"
 
-#: 
../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
+#: 
extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:6
 msgid ""
 "Try to use more screen for placing window thumbnails by adapting to screen "
 "aspect ratio, and consolidating them further to reduce the bounding box. "
 "This setting applies only with the natural placement strategy."
 msgstr ""
 "Intenta utilitzar més espai de la pantalla per posicionar les miniatures de "
-"les finestres adaptant-les al ràtio d'aspecte de la pantalla, consolidant-"
-"les més per reduir la capsa que les envolta. Este paràmetre de configuració "
-"només s'aplica a l'estratègia de posicionament de finestres natural."
+"les finestres adaptant-les a la ràtio d'aspecte de la pantalla, consolidant-"
+"les més per reduir la capsa que les envolta. Este paràmetre de "
+"configuració només s'aplica a l'estratègia de posicionament de finestres "
+"natural."
 
-#: 
../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
+#: 
extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:11
 msgid "Place window captions on top"
 msgstr "Posiciona els títols de les finestres al damunt"
 
-#: 
../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
+#: 
extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:12
 msgid ""
 "If true, place window captions on top the respective thumbnail, overriding "
 "shell default of placing it at the bottom. Changing this setting requires "
@@ -209,135 +208,168 @@
 msgstr ""
 "Si és «true» (cert), posiciona el títol de la finestra damunt de la "
 "miniatura corresponent, substituint el comportament per defecte del Shell de "
-"posicionar-lo a baix. Cal reiniciar el Shell per tal de que este canvi tinga "
+"posicionar-lo a baix. Cal reiniciar el Shell per tal que este canvi tinga "
 "efecte."
 
-#: ../extensions/places-menu/extension.js:78
-#: ../extensions/places-menu/extension.js:81
+#: extensions/places-menu/extension.js:78
+#: extensions/places-menu/extension.js:81
 msgid "Places"
 msgstr "Llocs"
 
-#: ../extensions/places-menu/placeDisplay.js:57
+#: extensions/places-menu/placeDisplay.js:65
+#, javascript-format
+msgid "Failed to mount volume for “%s”"
+msgstr "No s'ha pogut muntar el volum «%s»"
+
+#: extensions/places-menu/placeDisplay.js:78
 #, javascript-format
-msgid "Failed to launch \"%s\""
+msgid "Failed to launch “%s”"
 msgstr "No s'ha pogut iniciar «%s»"
 
-#: ../extensions/places-menu/placeDisplay.js:99
-#: ../extensions/places-menu/placeDisplay.js:122
+#: extensions/places-menu/placeDisplay.js:137
+#: extensions/places-menu/placeDisplay.js:160
 msgid "Computer"
 msgstr "Ordinador"
 
-#: ../extensions/places-menu/placeDisplay.js:200
+#: extensions/places-menu/placeDisplay.js:303
 msgid "Home"
 msgstr "Inici"
 
-#: ../extensions/places-menu/placeDisplay.js:287
+#: extensions/places-menu/placeDisplay.js:347
 msgid "Browse Network"
 msgstr "Navega per la xarxa"
 
-#: ../extensions/systemMonitor/extension.js:214
-msgid "CPU"
-msgstr "CPU"
-
-#: ../extensions/systemMonitor/extension.js:267
-msgid "Memory"
-msgstr "Memòria"
+#: 
extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml:7
+msgid "Cycle Screenshot Sizes"
+msgstr "Mostra cíclicament mides de captura de pantalla"
+
+#: 
extensions/screenshot-window-sizer/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml:11
+msgid "Cycle Screenshot Sizes Backward"
+msgstr "Mostra cíclicament cap arrere mides de captura de pantalla"
 
-#: 
../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
+#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:5
 msgid "Theme name"
 msgstr "Nom del tema"
 
-#: 
../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
+#: extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml:6
 msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
 msgstr "El nom del tema que es carregarà des de ~/.themes/name/gnome-shell"
 
-#: ../extensions/window-list/extension.js:110
+#: extensions/window-list/extension.js:110
 msgid "Close"
 msgstr "Tanca"
 
-#: ../extensions/window-list/extension.js:120
+#: extensions/window-list/extension.js:129
 msgid "Unminimize"
 msgstr "Desminimitza"
 
-#: ../extensions/window-list/extension.js:121
+#: extensions/window-list/extension.js:130
 msgid "Minimize"
 msgstr "Minimitza"
 
-#: ../extensions/window-list/extension.js:127
+#: extensions/window-list/extension.js:136
 msgid "Unmaximize"
 msgstr "Desmaximitza"
 
-#: ../extensions/window-list/extension.js:128
+#: extensions/window-list/extension.js:137
 msgid "Maximize"
 msgstr "Maximitza"
 
-#: ../extensions/window-list/extension.js:300
+#: extensions/window-list/extension.js:420
 msgid "Minimize all"
 msgstr "Minimitza-ho tot"
 
-#: ../extensions/window-list/extension.js:308
+#: extensions/window-list/extension.js:428
 msgid "Unminimize all"
 msgstr "Desminimitza-ho tot"
 
-#: ../extensions/window-list/extension.js:316
+#: extensions/window-list/extension.js:436
 msgid "Maximize all"
 msgstr "Maximitza-ho tot"
 
-#: ../extensions/window-list/extension.js:325
+#: extensions/window-list/extension.js:445
 msgid "Unmaximize all"
 msgstr "Desmaximitza-ho tot"
 
-#: ../extensions/window-list/extension.js:334
+#: extensions/window-list/extension.js:454
 msgid "Close all"
 msgstr "Tanca-ho tot"
 
-#: ../extensions/window-list/extension.js:644
-#: ../extensions/workspace-indicator/extension.js:30
+#: extensions/window-list/extension.js:678
+#: extensions/workspace-indicator/extension.js:30
 msgid "Workspace Indicator"
 msgstr "Indicador de l'espai de treball"
 
-#: ../extensions/window-list/extension.js:798
+#: extensions/window-list/extension.js:842
 msgid "Window List"
 msgstr "Llista de finestres"
 
-#: 
../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
+#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:12
 msgid "When to group windows"
 msgstr "Quan s'han d'agrupar les finestres"
 
-#: 
../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
+#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:13
 msgid ""
 "Decides when to group windows from the same application on the window list. "
-"Possible values are \"never\", \"auto\" and \"always\"."
+"Possible values are “never”, “auto” and “always”."
 msgstr ""
 "Decideix quan s'han d'agrupar les finestres de la mateixa aplicació a la "
 "llista de finestres. Els valors possibles són: «never» (mai), "
 "«auto» (automàticament) i «always» (sempre)."
 
-#: ../extensions/window-list/prefs.js:30
+#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
+msgid "Show the window list on all monitors"
+msgstr "Mostra la llista de finestres a tots els monitors"
+
+#: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
+msgid ""
+"Whether to show the window list on all connected monitors or only on the "
+"primary one."
+msgstr ""
+"Si es mostra la llista de finestres en tots els monitors connectats o només "
+"al primari."
+
+#: extensions/window-list/prefs.js:32
 msgid "Window Grouping"
 msgstr "Agrupació de finestres"
 
-#: ../extensions/window-list/prefs.js:49
+#: extensions/window-list/prefs.js:50
 msgid "Never group windows"
 msgstr "Mai agrupes les finestres"
 
-#: ../extensions/window-list/prefs.js:50
+#: extensions/window-list/prefs.js:51
 msgid "Group windows when space is limited"
 msgstr "Agrupa les finestres quan l'espai estiga limitat"
 
-#: ../extensions/window-list/prefs.js:51
+#: extensions/window-list/prefs.js:52
 msgid "Always group windows"
 msgstr "Agrupa les finestres sempre"
 
-#: ../extensions/workspace-indicator/prefs.js:141
+#: extensions/window-list/prefs.js:75
+msgid "Show on all monitors"
+msgstr "Mostra a tots els monitors"
+
+#: extensions/workspace-indicator/prefs.js:141
 msgid "Workspace Names"
 msgstr "Noms dels espais de treball"
 
-#: ../extensions/workspace-indicator/prefs.js:157
+#: extensions/workspace-indicator/prefs.js:157
 msgid "Name"
 msgstr "Nom"
 
-#: ../extensions/workspace-indicator/prefs.js:198
+#: extensions/workspace-indicator/prefs.js:198
 #, javascript-format
 msgid "Workspace %d"
 msgstr "Espai de treball %d"
+
+#~ msgid "GNOME Shell Classic"
+#~ msgstr "GNOME Shell clàssic"
+
+#~ msgid "Window management and application launching"
+#~ msgstr "Gestió de finestres i iniciació d'aplicacions"
+
+#~ msgid "CPU"
+#~ msgstr "CPU"
+
+#~ msgid "Memory"
+#~ msgstr "Memòria"

++++++ gse-sle-classic-ext.patch ++++++
++++ 942 lines (skipped)
++++ between 
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gse-sle-classic-ext.patch
++++ and 
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new/gse-sle-classic-ext.patch

++++++ sle-classic-favorites-menu-at-end.patch ++++++
--- /var/tmp/diff_new_pack.5LHiAJ/_old  2017-11-10 14:45:20.074251017 +0100
+++ /var/tmp/diff_new_pack.5LHiAJ/_new  2017-11-10 14:45:20.078250873 +0100
@@ -1,18 +1,20 @@
 
-Index: gnome-shell-extensions-3.26.0/extensions/apps-menu/extension.js
+Index: gnome-shell-extensions-3.26.1/extensions/apps-menu/extension.js
 ===================================================================
---- gnome-shell-extensions-3.26.0.orig/extensions/apps-menu/extension.js
-+++ gnome-shell-extensions-3.26.0/extensions/apps-menu/extension.js
-@@ -22,6 +22,8 @@ const Pango = imports.gi.Pango;
- const Gettext = imports.gettext.domain('gnome-shell-extensions');
- const _ = Gettext.gettext;
+--- gnome-shell-extensions-3.26.1.orig/extensions/apps-menu/extension.js
++++ gnome-shell-extensions-3.26.1/extensions/apps-menu/extension.js
+@@ -33,6 +33,10 @@ const HORIZ_FACTOR = 5;
+ const MENU_HEIGHT_OFFSET = 132;
+ const NAVIGATION_REGION_OVERSHOOT = 50;
  
-+const SLEClassicExt = imports.ui.SLEClassicExt;
++function isSLEClassicMode() {
++    return Main.sessionMode.currentMode == "sle-classic" ? true : false;
++}
 +
- const ExtensionUtils = imports.misc.extensionUtils;
- const Me = ExtensionUtils.getCurrentExtension();
- const Convenience = Me.imports.convenience;
-@@ -785,8 +787,6 @@ const ApplicationsButton = new Lang.Clas
+ const ActivitiesMenuItem = new Lang.Class({
+     Name: 'ActivitiesMenuItem',
+     Extends: PopupMenu.PopupBaseMenuItem,
+@@ -790,8 +794,6 @@ const ApplicationsButton = new Lang.Clas
          let tree = new GMenu.Tree({ menu_basename: 'applications.menu' });
          tree.load_sync();
          let root = tree.get_root_directory();
@@ -21,13 +23,13 @@
          let iter = root.iter();
          let nextType;
          while ((nextType = iter.next()) != GMenu.TreeItemType.INVALID) {
-@@ -804,6 +804,10 @@ const ApplicationsButton = new Lang.Clas
+@@ -809,6 +811,10 @@ const ApplicationsButton = new Lang.Clas
              }
          }
  
 +        let categoryMenuItem = new CategoryMenuItem(this, null);
 +        this.categoriesBox.insert_child_at_index(categoryMenuItem.actor,
-+                                                 
SLEClassicExt.isSLEClassicMode() ? -1 : 0);
++                                                 isSLEClassicMode() ? -1 : 0);
 +
          //Load applications
          this._displayButtons(this._listApplications(null));

++++++ sle-classic-xorg.desktop ++++++
--- /var/tmp/diff_new_pack.5LHiAJ/_old  2017-11-10 14:45:20.102250005 +0100
+++ /var/tmp/diff_new_pack.5LHiAJ/_new  2017-11-10 14:45:20.106249860 +0100
@@ -135,7 +135,7 @@
 Comment[zh_CN]=该会话将登录到“SLE 经典模式”
 Comment[zh_HK]=這個作業階段讓你登入 SLE Classic
 Comment[zh_TW]=這個作業階段讓您登入 SLE Classic
-Exec=env GNOME_SHELL_SESSION_MODE=classic SLE_CLASSIC_MODE=1 gnome-session 
--session gnome-classic
+Exec=env GNOME_SHELL_SESSION_MODE=sle-classic gnome-session --session 
gnome-classic
 TryExec=gnome-session
 Icon=
 Type=Application

++++++ sle-classic.desktop ++++++
--- /var/tmp/diff_new_pack.5LHiAJ/_old  2017-11-10 14:45:20.130248993 +0100
+++ /var/tmp/diff_new_pack.5LHiAJ/_new  2017-11-10 14:45:20.130248993 +0100
@@ -135,7 +135,7 @@
 Comment[zh_CN]=该会话将登录到“SLE 经典模式”
 Comment[zh_HK]=這個作業階段讓你登入 SLE Classic
 Comment[zh_TW]=這個作業階段讓您登入 SLE Classic
-Exec=env GNOME_SHELL_SESSION_MODE=classic SLE_CLASSIC_MODE=1 gnome-session 
--session gnome-classic
+Exec=env GNOME_SHELL_SESSION_MODE=sle-classic gnome-session --session 
gnome-classic
 TryExec=gnome-session
 Icon=
 Type=Application

++++++ sle-classic.json ++++++
{
    "parentMode": "user",
    "stylesheetName": "gnome-classic.css",
    "enabledExtensions": [
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "[email protected]"
    ],
    "panel": {
        "left": ["activities"],
        "center": [],
        "right": ["a11y", "keyboard", "dateMenu", "aggregateMenu"]
    }
}

Reply via email to