Hello community, here is the log from the commit of package mutter for openSUSE:Factory checked in at 2017-05-31 12:13:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mutter (Old) and /work/SRC/openSUSE:Factory/.mutter.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mutter" Wed May 31 12:13:38 2017 rev:106 rq:496408 version:3.24.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mutter/mutter.changes 2017-04-29 10:49:05.605785048 +0200 +++ /work/SRC/openSUSE:Factory/.mutter.new/mutter.changes 2017-05-31 12:13:39.843880028 +0200 @@ -1,0 +2,21 @@ +Thu May 18 18:03:09 UTC 2017 - [email protected] + +- Add pkgconfig(libwacom) BuildRequires: Build advanced tablet + support. + +------------------------------------------------------------------- +Thu May 11 15:29:06 UTC 2017 - [email protected] + +- Update to version 3.24.2: + + Don't crash when wayland clients commit to destroyed surfaces + (bgo#781391). + + Fix frame updates on hide-titlebar-when-maximized changes + (bgo#781862). + + Fix accessible screen coordinates on X11 (bgo#781902). + + Fix copy+paste of UTF8 strings between X11 and wayland + (bgo#782472). + + Fix non-wayland builds (bgo#780533). + + Misc. bug fixes: bgo#781242, bgo#780215, bgo#759085. + + Updated translations. + +------------------------------------------------------------------- Old: ---- mutter-3.24.1.tar.xz New: ---- mutter-3.24.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mutter.spec ++++++ --- /var/tmp/diff_new_pack.fe3J0D/_old 2017-05-31 12:13:40.851737762 +0200 +++ /var/tmp/diff_new_pack.fe3J0D/_new 2017-05-31 12:13:40.851737762 +0200 @@ -23,7 +23,7 @@ %endif Name: mutter -Version: 3.24.1 +Version: 3.24.2 Release: 0 Summary: Window and compositing manager based on Clutter License: GPL-2.0+ @@ -59,6 +59,7 @@ BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libcanberra-gtk3) BuildRequires: pkgconfig(libstartup-notification-1.0) +BuildRequires: pkgconfig(libwacom) BuildRequires: pkgconfig(pango) >= 1.2.0 BuildRequires: pkgconfig(upower-glib) >= 0.99.0 BuildRequires: pkgconfig(x11-xcb) ++++++ mutter-3.24.1.tar.xz -> mutter-3.24.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mutter-3.24.1/Makefile.in new/mutter-3.24.2/Makefile.in --- old/mutter-3.24.1/Makefile.in 2017-04-11 01:24:09.000000000 +0200 +++ new/mutter-3.24.2/Makefile.in 2017-05-11 14:30:21.000000000 +0200 @@ -176,7 +176,7 @@ $(top_srcdir)/build-aux/missing \ $(top_srcdir)/src/meta/meta-version.h.in ABOUT-NLS COPYING \ NEWS build-aux/compile build-aux/config.guess \ - build-aux/config.rpath build-aux/config.sub \ + build-aux/config.rpath build-aux/config.sub build-aux/depcomp \ build-aux/install-sh build-aux/ltmain.sh build-aux/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mutter-3.24.1/NEWS new/mutter-3.24.2/NEWS --- old/mutter-3.24.1/NEWS 2017-04-11 01:23:10.000000000 +0200 +++ new/mutter-3.24.2/NEWS 2017-05-11 14:30:09.000000000 +0200 @@ -1,3 +1,19 @@ +3.24.2 +====== +* Don't crash when wayland clients commit to destroyed surfaces [Jonas; #781391] +* Fix frame updates on hide-titlebar-when-maximized changes [Florian; #781862] +* Fix accessible screen coordinates on X11 [Florian; #781902] +* Fix copy+paste of UTF8 strings between X11 and wayland [Carlos; #782472] +* Fix non-wayland builds [Chris; #780533] +* Misc. bug fixes [Philip, Matthias, Nigel; #781242, #780215, #759085] + +Contributors: + Jonas Ådahl, Philip Chimento, Carlos Garnacho, Matthias Liertzer, + Florian Müllner, Nigel Taylor, Chris Vine + +Translations: + Jordi Mas [ca] + 3.24.1 ====== * Always sync window geometry on state changes [Jonas; #780292] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mutter-3.24.1/clutter/clutter/cally/cally-actor.c new/mutter-3.24.2/clutter/clutter/cally/cally-actor.c --- old/mutter-3.24.1/clutter/clutter/cally/cally-actor.c 2017-03-09 19:39:06.000000000 +0100 +++ new/mutter-3.24.2/clutter/clutter/cally/cally-actor.c 2017-05-11 13:09:30.000000000 +0200 @@ -781,7 +781,7 @@ "position of the stage"); } else -#else +#endif { static gboolean yet_warned = FALSE; @@ -793,7 +793,6 @@ "atk_component_get_extents() with ATK_XY_SCREEN."); } } -#endif if (xp) *xp = x; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mutter-3.24.1/clutter/tests/conform/actor-graph.c new/mutter-3.24.2/clutter/tests/conform/actor-graph.c --- old/mutter-3.24.1/clutter/tests/conform/actor-graph.c 2017-03-09 19:39:07.000000000 +0100 +++ new/mutter-3.24.2/clutter/tests/conform/actor-graph.c 2017-05-11 13:12:52.000000000 +0200 @@ -350,7 +350,8 @@ g_assert_cmpstr (clutter_actor_get_name (iter), ==, "qux"); clutter_actor_add_child (actor, g_object_new (CLUTTER_TYPE_ACTOR, - "name", "foo")); + "name", "foo", + NULL)); clutter_actor_replace_child (actor, iter, g_object_new (CLUTTER_TYPE_ACTOR, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mutter-3.24.1/configure new/mutter-3.24.2/configure --- old/mutter-3.24.1/configure 2017-04-11 01:24:08.000000000 +0200 +++ new/mutter-3.24.2/configure 2017-05-11 14:30:21.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for mutter 3.24.1. +# Generated by GNU Autoconf 2.69 for mutter 3.24.2. # # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=mutter>. # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='mutter' PACKAGE_TARNAME='mutter' -PACKAGE_VERSION='3.24.1' -PACKAGE_STRING='mutter 3.24.1' +PACKAGE_VERSION='3.24.2' +PACKAGE_STRING='mutter 3.24.2' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=mutter' PACKAGE_URL='' @@ -1430,7 +1430,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 mutter 3.24.1 to adapt to many kinds of systems. +\`configure' configures mutter 3.24.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1504,7 +1504,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of mutter 3.24.1:";; + short | recursive ) echo "Configuration of mutter 3.24.2:";; esac cat <<\_ACEOF @@ -1673,7 +1673,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -mutter configure 3.24.1 +mutter configure 3.24.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2088,7 +2088,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by mutter $as_me 3.24.1, which was +It was created by mutter $as_me 3.24.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2962,7 +2962,7 @@ # Define the identity of the package. PACKAGE='mutter' - VERSION='3.24.1' + VERSION='3.24.2' cat >>confdefs.h <<_ACEOF @@ -4736,8 +4736,8 @@ MUTTER_MAJOR_VERSION=3 MUTTER_MINOR_VERSION=24 -MUTTER_MICRO_VERSION=1 -MUTTER_VERSION=3.24.1 +MUTTER_MICRO_VERSION=2 +MUTTER_VERSION=3.24.2 MUTTER_PLUGIN_API_VERSION=3 LIBMUTTER_API_VERSION=0 @@ -18806,7 +18806,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by mutter $as_me 3.24.1, which was +This file was extended by mutter $as_me 3.24.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18872,7 +18872,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -mutter config.status 3.24.1 +mutter config.status 3.24.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/mutter-3.24.1/configure.ac new/mutter-3.24.2/configure.ac --- old/mutter-3.24.1/configure.ac 2017-04-11 01:23:10.000000000 +0200 +++ new/mutter-3.24.2/configure.ac 2017-05-11 14:30:09.000000000 +0200 @@ -2,7 +2,7 @@ m4_define([mutter_major_version], [3]) m4_define([mutter_minor_version], [24]) -m4_define([mutter_micro_version], [1]) +m4_define([mutter_micro_version], [2]) m4_define([mutter_version], [mutter_major_version.mutter_minor_version.mutter_micro_version]) Binary files old/mutter-3.24.1/po/ca.gmo and new/mutter-3.24.2/po/ca.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mutter-3.24.1/po/ca.po new/mutter-3.24.2/po/ca.po --- old/mutter-3.24.1/po/ca.po 2017-04-11 01:23:10.000000000 +0200 +++ new/mutter-3.24.2/po/ca.po 2017-05-11 14:30:09.000000000 +0200 @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: metacity 2.24\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" "product=mutter&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2017-03-20 07:06+0100\n" +"POT-Creation-Date: 2017-04-28 15:40+0000\n" "PO-Revision-Date: 2016-03-13 14:45+0100\n" "Last-Translator: Gil Forcada <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -24,10 +24,475 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Gtranslator 2.91.6\n" +#: data/50-mutter-navigation.xml:6 +msgid "Navigation" +msgstr "Navegació" + +#: data/50-mutter-navigation.xml:9 +msgid "Move window to workspace 1" +msgstr "Mou la finestra a l'espai de treball 1" + +#: data/50-mutter-navigation.xml:12 +msgid "Move window to workspace 2" +msgstr "Mou la finestra a l'espai de treball 2" + +#: data/50-mutter-navigation.xml:15 +msgid "Move window to workspace 3" +msgstr "Mou la finestra a l'espai de treball 3" + +#: data/50-mutter-navigation.xml:18 +msgid "Move window to workspace 4" +msgstr "Mou la finestra a l'espai de treball 4" + +#: data/50-mutter-navigation.xml:21 +msgid "Move window to last workspace" +msgstr "Mou la finestra a l'últim espai de treball" + +#: data/50-mutter-navigation.xml:24 +msgid "Move window one workspace to the left" +msgstr "Mou la finestra un espai de treball a l'esquerra" + +#: data/50-mutter-navigation.xml:27 +msgid "Move window one workspace to the right" +msgstr "Mou la finestra un espai de treball a la dreta" + +#: data/50-mutter-navigation.xml:30 +msgid "Move window one workspace up" +msgstr "Mou la finestra un espai de treball amunt" + +#: data/50-mutter-navigation.xml:33 +msgid "Move window one workspace down" +msgstr "Mou la finestra un espai de treball avall" + +#: data/50-mutter-navigation.xml:36 +msgid "Move window one monitor to the left" +msgstr "Mou la finestra un monitor a l'esquerra" + +#: data/50-mutter-navigation.xml:39 +msgid "Move window one monitor to the right" +msgstr "Mou la finestra un monitor a la dreta" + +#: data/50-mutter-navigation.xml:42 +msgid "Move window one monitor up" +msgstr "Mou la finestra un monitor amunt" + +#: data/50-mutter-navigation.xml:45 +msgid "Move window one monitor down" +msgstr "Mou la finestra un monitor avall" + +#: data/50-mutter-navigation.xml:49 +msgid "Switch applications" +msgstr "Canvia d'aplicacions" + +#: data/50-mutter-navigation.xml:54 +msgid "Switch to previous application" +msgstr "Canvia a l'aplicació anterior" + +#: data/50-mutter-navigation.xml:58 +msgid "Switch windows" +msgstr "Canvia de finestres" + +#: data/50-mutter-navigation.xml:63 +msgid "Switch to previous window" +msgstr "Canvia a la finestra anterior" + +#: data/50-mutter-navigation.xml:67 +msgid "Switch windows of an application" +msgstr "Canvia entre les finestres d'una aplicació" + +#: data/50-mutter-navigation.xml:72 +msgid "Switch to previous window of an application" +msgstr "Canvia a la finestra anterior d'una aplicació" + +#: data/50-mutter-navigation.xml:76 +#, fuzzy +#| msgid "Switch system controls directly" +msgid "Switch system controls" +msgstr "Canvia immediatament entre els controls del sistema" + +#: data/50-mutter-navigation.xml:81 +msgid "Switch to previous system control" +msgstr "Canvia al control del sistema anterior" + +#: data/50-mutter-navigation.xml:85 +msgid "Switch windows directly" +msgstr "Canvia immediatament entre finestres" + +#: data/50-mutter-navigation.xml:90 +msgid "Switch directly to previous window" +msgstr "Canvia immediatament a la finestra anterior" + +#: data/50-mutter-navigation.xml:94 +msgid "Switch windows of an app directly" +msgstr "Canvia immediatament entre les finestres d'una aplicació" + +#: data/50-mutter-navigation.xml:99 +msgid "Switch directly to previous window of an app" +msgstr "Canvia immediatament a la finestra anterior d'una aplicació" + +#: data/50-mutter-navigation.xml:103 +msgid "Switch system controls directly" +msgstr "Canvia immediatament entre els controls del sistema" + +#: data/50-mutter-navigation.xml:108 +msgid "Switch directly to previous system control" +msgstr "Canvia immediatament al control del sistema anterior" + +#: data/50-mutter-navigation.xml:111 +msgid "Hide all normal windows" +msgstr "Oculta totes les finestres normals" + +#: data/50-mutter-navigation.xml:114 +msgid "Switch to workspace 1" +msgstr "Canvia a l'espai de treball 1" + +#: data/50-mutter-navigation.xml:117 +msgid "Switch to workspace 2" +msgstr "Canvia a l'espai de treball 2" + +#: data/50-mutter-navigation.xml:120 +msgid "Switch to workspace 3" +msgstr "Canvia a l'espai de treball 3" + +#: data/50-mutter-navigation.xml:123 +msgid "Switch to workspace 4" +msgstr "Canvia a l'espai de treball 4" + +#: data/50-mutter-navigation.xml:126 +msgid "Switch to last workspace" +msgstr "Canvia a l'últim espai de treball" + +#: data/50-mutter-navigation.xml:129 +msgid "Move to workspace left" +msgstr "Mou a l'espai de treball de l'esquerra" + +#: data/50-mutter-navigation.xml:132 +msgid "Move to workspace right" +msgstr "Mou a l'espai de treball de la dreta" + +#: data/50-mutter-navigation.xml:135 +msgid "Move to workspace above" +msgstr "Mou a l'espai de treball de sobre" + +#: data/50-mutter-navigation.xml:138 +msgid "Move to workspace below" +msgstr "Mou a l'espai de treball de sota" + +#: data/50-mutter-system.xml:6 +msgid "System" +msgstr "Sistema" + +#: data/50-mutter-system.xml:8 +msgid "Show the run command prompt" +msgstr "Mostra l'indicador d'execució d'aplicacions" + +#: data/50-mutter-system.xml:10 +msgid "Show the activities overview" +msgstr "Mostra la vista general d'activitats" + +#: data/50-mutter-windows.xml:6 +msgid "Windows" +msgstr "Finestres" + +#: data/50-mutter-windows.xml:8 +msgid "Activate the window menu" +msgstr "Activa el menú de finestra" + +#: data/50-mutter-windows.xml:10 +msgid "Toggle fullscreen mode" +msgstr "Canvia entre el mode a pantalla completa" + +#: data/50-mutter-windows.xml:12 +msgid "Toggle maximization state" +msgstr "Canvia l'estat de maximització" + +#: data/50-mutter-windows.xml:14 +msgid "Maximize window" +msgstr "Maximitza la finestra" + +#: data/50-mutter-windows.xml:16 +msgid "Restore window" +msgstr "Restaura la finestra" + +#: data/50-mutter-windows.xml:18 +msgid "Toggle shaded state" +msgstr "Canvia l'estat d'ombrejat" + +#: data/50-mutter-windows.xml:20 +msgid "Close window" +msgstr "Tanca la finestra" + +#: data/50-mutter-windows.xml:22 +msgid "Hide window" +msgstr "Oculta la finestra" + +#: data/50-mutter-windows.xml:24 +msgid "Move window" +msgstr "Mou la finestra" + +#: data/50-mutter-windows.xml:26 +msgid "Resize window" +msgstr "Redimensiona la finestra" + +#: data/50-mutter-windows.xml:29 +msgid "Toggle window on all workspaces or one" +msgstr "" +"Canvia la funció que fa que la finestra estigui en tots els espais de " +"treball o només en un" + +#: data/50-mutter-windows.xml:31 +msgid "Raise window if covered, otherwise lower it" +msgstr "Alça la finestra si està coberta per una altra, o sinó baixa-la" + +#: data/50-mutter-windows.xml:33 +msgid "Raise window above other windows" +msgstr "Alça la finestra per damunt de les altres" + +#: data/50-mutter-windows.xml:35 +msgid "Lower window below other windows" +msgstr "Baixa la finestra sota les altres" + +#: data/50-mutter-windows.xml:37 +msgid "Maximize window vertically" +msgstr "Maximitza la finestra verticalment" + +#: data/50-mutter-windows.xml:39 +msgid "Maximize window horizontally" +msgstr "Maximitza la finestra horitzontalment" + +#: data/50-mutter-windows.xml:43 +msgid "View split on left" +msgstr "Mostra la partició a l'esquerra" + +#: data/50-mutter-windows.xml:47 +msgid "View split on right" +msgstr "Mostra la partició a la dreta" + +#: data/mutter.desktop.in:4 +msgid "Mutter" +msgstr "Mutter" + +#: data/org.gnome.mutter.gschema.xml.in:7 +msgid "Modifier to use for extended window management operations" +msgstr "" +"Modificador que s'utilitzarà per les operacions ampliades de gestió de " +"finestres" + +#: data/org.gnome.mutter.gschema.xml.in:8 +#, fuzzy +#| msgid "" +#| "This key will initiate the \"overlay\", which is a combination window " +#| "overview and application launching system. The default is intended to be " +#| "the \"Windows key\" on PC hardware. It's expected that this binding " +#| "either the default or set to the empty string." +msgid "" +"This key will initiate the “overlay”, which is a combination window overview " +"and application launching system. The default is intended to be the “Windows " +"key” on PC hardware. It’s expected that this binding either the default or " +"set to the empty string." +msgstr "" +"Aquesta tecla iniciarà l'«overlay» (superposador), el qual és una combinació " +"de visualització de finestres i sistema de llançament d'aplicacions. El " +"valor predeterminat és la «tecla Windows» en maquinari basat en ordinadors " +"PC. El valor d'aquesta vinculació s'espera que sigui el predeterminat o text " +"en blanc." + +#: data/org.gnome.mutter.gschema.xml.in:20 +msgid "Attach modal dialogs" +msgstr "Adjunta els diàlegs modals" + +#: data/org.gnome.mutter.gschema.xml.in:21 +msgid "" +"When true, instead of having independent titlebars, modal dialogs appear " +"attached to the titlebar of the parent window and are moved together with " +"the parent window." +msgstr "" +"Quan sigui «true» (cert), en lloc de tenir barres de títol independents, els " +"diàlegs modals apareixeran adjuntats a la barra de títol de la finestra mare " +"i es mouran juntament amb aquesta." + +#: data/org.gnome.mutter.gschema.xml.in:30 +msgid "Enable edge tiling when dropping windows on screen edges" +msgstr "" +"Habilita la tesselització a les vores en deixar anar les finestres a les " +"vores de la pantalla" + +#: data/org.gnome.mutter.gschema.xml.in:31 +msgid "" +"If enabled, dropping windows on vertical screen edges maximizes them " +"vertically and resizes them horizontally to cover half of the available " +"area. Dropping windows on the top screen edge maximizes them completely." +msgstr "" +"Si s'habilita, es maximitzaran les finestres verticalment i es " +"redimensionaran horitzontalment per cobrir la meitat de l'àrea disponible en " +"deixar-les anar a les vores verticals de la pantalla. Si es deixen anar a la " +"vora superior de la pantalla es maximitzaran completament." + +#: data/org.gnome.mutter.gschema.xml.in:40 +msgid "Workspaces are managed dynamically" +msgstr "Els espais de treball es gestionen dinàmicament" + +#: data/org.gnome.mutter.gschema.xml.in:41 +#, fuzzy +#| msgid "" +#| "Determines whether workspaces are managed dynamically or whether there's " +#| "a static number of workspaces (determined by the num-workspaces key in " +#| "org.gnome.desktop.wm.preferences)." +msgid "" +"Determines whether workspaces are managed dynamically or whether there’s a " +"static number of workspaces (determined by the num-workspaces key in org." +"gnome.desktop.wm.preferences)." +msgstr "" +"Determina si els espais de treball es gestionen dinàmicament o hi ha un " +"nombre determinat d'espais de treball (determinat per la clau «num-" +"workspaces» a «org.gnome.desktop.wm.preferences»)." + +#: data/org.gnome.mutter.gschema.xml.in:50 +msgid "Workspaces only on primary" +msgstr "Espais de treball només en el primari" + +#: data/org.gnome.mutter.gschema.xml.in:51 +msgid "" +"Determines whether workspace switching should happen for windows on all " +"monitors or only for windows on the primary monitor." +msgstr "" +"Determina si el canvi d'espai de treball hauria de ser per les finestres en " +"tots els monitors o només en les finestres del monitor primari." + +#: data/org.gnome.mutter.gschema.xml.in:59 +msgid "No tab popup" +msgstr "Sense finestres emergents a les pestanyes" + +#: data/org.gnome.mutter.gschema.xml.in:60 +msgid "" +"Determines whether the use of popup and highlight frame should be disabled " +"for window cycling." +msgstr "" +"Determina si s'ha d'inhabilitar el quadre que es mostra a les finestres " +"emergents i ressaltades en commutar entre finestres." + +#: data/org.gnome.mutter.gschema.xml.in:68 +msgid "Delay focus changes until the pointer stops moving" +msgstr "Retarda el canvi del focus fins que s'aturi el punter" + +#: data/org.gnome.mutter.gschema.xml.in:69 +#, fuzzy +#| msgid "" +#| "If set to true, and the focus mode is either \"sloppy\" or \"mouse\" then " +#| "the focus will not be changed immediately when entering a window, but " +#| "only after the pointer stops moving." +msgid "" +"If set to true, and the focus mode is either “sloppy” or “mouse” then the " +"focus will not be changed immediately when entering a window, but only after " +"the pointer stops moving." +msgstr "" +"Si és «true» (cert), i el mode del focus és «sloppy» o «mouse», no es " +"canviarà el focus immediatament quan s'entri a una finestra, només es " +"canviarà quan el punter deixi de moure's." + +#: data/org.gnome.mutter.gschema.xml.in:79 +msgid "Draggable border width" +msgstr "Amplada del contorn arrossegable" + +#: data/org.gnome.mutter.gschema.xml.in:80 +#, fuzzy +#| msgid "" +#| "The amount of total draggable borders. If the theme's visible borders are " +#| "not enough, invisible borders will be added to meet this value." +msgid "" +"The amount of total draggable borders. If the theme’s visible borders are " +"not enough, invisible borders will be added to meet this value." +msgstr "" +"La quantitat total de contorn arrossegable. Si els contorns visibles del " +"tema no són suficients, s'afegiran contorns invisibles per aconseguir aquest " +"valor." + +#: data/org.gnome.mutter.gschema.xml.in:89 +msgid "Auto maximize nearly monitor sized windows" +msgstr "" +"Maximitza automàticament les finestres que gairebé facin la mida de la " +"pantalla" + +#: data/org.gnome.mutter.gschema.xml.in:90 +msgid "" +"If enabled, new windows that are initially the size of the monitor " +"automatically get maximized." +msgstr "" +"Si s'habilita, les finestres que inicialment gairebé fan la mida de la " +"pantalla es maximitzaran automàticament." + +#: data/org.gnome.mutter.gschema.xml.in:98 +msgid "Place new windows in the center" +msgstr "Posiciona les finestres noves al centre" + +#: data/org.gnome.mutter.gschema.xml.in:99 +msgid "" +"When true, the new windows will always be put in the center of the active " +"screen of the monitor." +msgstr "" +"Si és «true» (cert), les finestres noves seran posicionades al centre de la " +"pantalla activa del monitor." + +#: data/org.gnome.mutter.gschema.xml.in:120 +msgid "Select window from tab popup" +msgstr "Selecció de finestra entre les emergents d'una pestanya" + +#: data/org.gnome.mutter.gschema.xml.in:125 +msgid "Cancel tab popup" +msgstr "Cancel·lació de les finestres emergents a les pestanyes" + +#: data/org.gnome.mutter.wayland.gschema.xml.in:6 +msgid "Switch to VT 1" +msgstr "Canvia al terminal virtual 1" + +#: data/org.gnome.mutter.wayland.gschema.xml.in:10 +msgid "Switch to VT 2" +msgstr "Canvia al terminal virtual 2" + +#: data/org.gnome.mutter.wayland.gschema.xml.in:14 +msgid "Switch to VT 3" +msgstr "Canvia al terminal virtual 3" + +#: data/org.gnome.mutter.wayland.gschema.xml.in:18 +msgid "Switch to VT 4" +msgstr "Canvia al terminal virtual 4" + +#: data/org.gnome.mutter.wayland.gschema.xml.in:22 +msgid "Switch to VT 5" +msgstr "Canvia al terminal virtual 5" + +#: data/org.gnome.mutter.wayland.gschema.xml.in:26 +msgid "Switch to VT 6" +msgstr "Canvia al terminal virtual 6" + +#: data/org.gnome.mutter.wayland.gschema.xml.in:30 +msgid "Switch to VT 7" +msgstr "Canvia al terminal virtual 7" + +#: data/org.gnome.mutter.wayland.gschema.xml.in:34 +msgid "Switch to VT 8" +msgstr "Canvia al terminal virtual 8" + +#: data/org.gnome.mutter.wayland.gschema.xml.in:38 +msgid "Switch to VT 9" +msgstr "Canvia al terminal virtual 9" + +#: data/org.gnome.mutter.wayland.gschema.xml.in:42 +msgid "Switch to VT 10" +msgstr "Canvia al terminal virtual 10" + +#: data/org.gnome.mutter.wayland.gschema.xml.in:46 +msgid "Switch to VT 11" +msgstr "Canvia al terminal virtual 11" + +#: data/org.gnome.mutter.wayland.gschema.xml.in:50 +msgid "Switch to VT 12" +msgstr "Canvia al terminal virtual 12" + #. TRANSLATORS: This string refers to a button that switches between #. * different modes. #. -#: ../src/backends/meta-input-settings.c:1840 +#: src/backends/meta-input-settings.c:1848 #, c-format msgid "Mode Switch (Group %d)" msgstr "Mode de commutació (grup %d)" @@ -35,37 +500,37 @@ #. TRANSLATORS: This string refers to an action, cycles drawing tablets' #. * mapping through the available outputs. #. -#: ../src/backends/meta-input-settings.c:1862 +#: src/backends/meta-input-settings.c:1870 msgid "Switch monitor" msgstr "Commuta el monitor" -#: ../src/backends/meta-input-settings.c:1864 +#: src/backends/meta-input-settings.c:1872 msgid "Show on-screen help" msgstr "Mostra l'ajuda en pantalla" -#: ../src/backends/meta-monitor-manager.c:630 +#: src/backends/meta-monitor-manager.c:630 msgid "Built-in display" msgstr "Pantalla integrada" -#: ../src/backends/meta-monitor-manager.c:653 +#: src/backends/meta-monitor-manager.c:653 msgid "Unknown" msgstr "Desconeguda" -#: ../src/backends/meta-monitor-manager.c:655 +#: src/backends/meta-monitor-manager.c:655 msgid "Unknown Display" msgstr "Pantalla desconeguda" #. TRANSLATORS: this is a monitor vendor name, followed by a #. * size in inches, like 'Dell 15"' #. -#: ../src/backends/meta-monitor-manager.c:663 +#: src/backends/meta-monitor-manager.c:663 #, c-format msgid "%s %s" msgstr "%s %s" #. This probably means that a non-WM compositor like xcompmgr is running; #. * we have no way to get it to exit -#: ../src/compositor/compositor.c:474 +#: src/compositor/compositor.c:474 #, c-format msgid "" "Another compositing manager is already running on screen %i on display “%s”." @@ -73,21 +538,21 @@ "Ja s'està executant un altre gestor de composició al monitor %i a la " "pantalla «%s»." -#: ../src/core/bell.c:194 +#: src/core/bell.c:194 msgid "Bell event" msgstr "Esdeveniment de campana" #. Translators: %s is a window title -#: ../src/core/delete.c:127 +#: src/core/delete.c:127 #, c-format msgid "“%s” is not responding." msgstr "«%s» no està responent." -#: ../src/core/delete.c:129 +#: src/core/delete.c:129 msgid "Application is not responding." msgstr "L'aplicació no està responent." -#: ../src/core/delete.c:134 +#: src/core/delete.c:134 msgid "" "You may choose to wait a short while for it to continue or force the " "application to quit entirely." @@ -95,45 +560,45 @@ "Podeu esperar un moment perquè continuï o podeu forçar-ne la sortida " "completa." -#: ../src/core/delete.c:141 +#: src/core/delete.c:141 msgid "_Force Quit" msgstr "_Força'n la sortida" -#: ../src/core/delete.c:141 +#: src/core/delete.c:141 msgid "_Wait" msgstr "_Espera" -#: ../src/core/display.c:608 +#: src/core/display.c:608 #, c-format msgid "Failed to open X Window System display “%s”\n" msgstr "" "S'ha produït un error en obrir la pantalla del sistema de finestres X «%s»\n" -#: ../src/core/main.c:189 +#: src/core/main.c:189 msgid "Disable connection to session manager" msgstr "Inhabilita la connexió al gestor de sessions" -#: ../src/core/main.c:195 +#: src/core/main.c:195 msgid "Replace the running window manager" msgstr "Reemplaça el gestor de finestres en execució" -#: ../src/core/main.c:201 +#: src/core/main.c:201 msgid "Specify session management ID" msgstr "Especifica l'ID de gestió de sessió" -#: ../src/core/main.c:206 +#: src/core/main.c:206 msgid "X Display to use" msgstr "Visualització X per usar" -#: ../src/core/main.c:212 +#: src/core/main.c:212 msgid "Initialize session from savefile" msgstr "Inicialitza la sessió des del fitxer desat" -#: ../src/core/main.c:218 +#: src/core/main.c:218 msgid "Make X calls synchronous" msgstr "Fes que les crides a l'X siguin síncrones" -#: ../src/core/main.c:225 +#: src/core/main.c:225 msgid "Run as a wayland compositor" msgstr "Funciona com a compositor de Wayland" @@ -142,15 +607,15 @@ # # Camins: # ../src/core/main.c:223 -#: ../src/core/main.c:231 +#: src/core/main.c:231 msgid "Run as a nested compositor" msgstr "Funciona com a compositor imbricat" -#: ../src/core/main.c:239 +#: src/core/main.c:239 msgid "Run as a full display server, rather than nested" msgstr "Funciona com a servidor de pantalla completa, en comptes d'imbricat" -#: ../src/core/mutter.c:39 +#: src/core/mutter.c:39 #, c-format msgid "" "mutter %s\n" @@ -166,20 +631,20 @@ "No hi ha CAP garantia; ni tan sols la garantia implícita de COMERCIABILITAT\n" "o ADEQUACIÓ A PER UN PROPÒSIT PARTICULAR.\n" -#: ../src/core/mutter.c:53 +#: src/core/mutter.c:53 msgid "Print version" msgstr "Escriu versió" -#: ../src/core/mutter.c:59 +#: src/core/mutter.c:59 msgid "Mutter plugin to use" msgstr "Connector del Mutter a utilitzar" -#: ../src/core/prefs.c:1997 +#: src/core/prefs.c:1997 #, c-format msgid "Workspace %d" msgstr "Espai de treball %d" -#: ../src/core/screen.c:580 +#: src/core/screen.c:580 #, c-format msgid "" "Display “%s” already has a window manager; try using the --replace option to " @@ -188,21 +653,21 @@ "La pantalla «%s» ja té un gestor de finestres; proveu l'opció --replace per " "reemplaçar el gestor de finestres actual." -#: ../src/core/screen.c:665 +#: src/core/screen.c:665 #, c-format msgid "Screen %d on display “%s” is invalid\n" msgstr "El monitor %d en la pantalla '%s' no és vàlida\n" -#: ../src/core/util.c:120 +#: src/core/util.c:120 msgid "Mutter was compiled without support for verbose mode\n" msgstr "Mutter es va compilar sense compatibilitat per al mode detallat\n" -#: ../src/wayland/meta-wayland-tablet-pad.c:563 +#: src/wayland/meta-wayland-tablet-pad.c:563 #, c-format msgid "Mode Switch: Mode %d" msgstr "Mode de commutació: mode %d" -#: ../src/x11/session.c:1815 +#: src/x11/session.c:1815 msgid "" "These windows do not support “save current setup” and will have to be " "restarted manually next time you log in." @@ -210,356 +675,11 @@ "Aquestes finestres no implementen «desa la configuració actual» i s'hauran " "de reiniciar manualment la pròxima vegada que entreu." -#: ../src/x11/window-props.c:559 +#: src/x11/window-props.c:559 #, c-format msgid "%s (on %s)" msgstr "%s (a %s)" -#~ msgid "Navigation" -#~ msgstr "Navegació" - -#~ msgid "Move window to workspace 1" -#~ msgstr "Mou la finestra a l'espai de treball 1" - -#~ msgid "Move window to workspace 2" -#~ msgstr "Mou la finestra a l'espai de treball 2" - -#~ msgid "Move window to workspace 3" -#~ msgstr "Mou la finestra a l'espai de treball 3" - -#~ msgid "Move window to workspace 4" -#~ msgstr "Mou la finestra a l'espai de treball 4" - -#~ msgid "Move window to last workspace" -#~ msgstr "Mou la finestra a l'últim espai de treball" - -#~ msgid "Move window one workspace to the left" -#~ msgstr "Mou la finestra un espai de treball a l'esquerra" - -#~ msgid "Move window one workspace to the right" -#~ msgstr "Mou la finestra un espai de treball a la dreta" - -#~ msgid "Move window one workspace up" -#~ msgstr "Mou la finestra un espai de treball amunt" - -#~ msgid "Move window one workspace down" -#~ msgstr "Mou la finestra un espai de treball avall" - -#~ msgid "Move window one monitor to the left" -#~ msgstr "Mou la finestra un monitor a l'esquerra" - -#~ msgid "Move window one monitor to the right" -#~ msgstr "Mou la finestra un monitor a la dreta" - -#~ msgid "Move window one monitor up" -#~ msgstr "Mou la finestra un monitor amunt" - -#~ msgid "Move window one monitor down" -#~ msgstr "Mou la finestra un monitor avall" - -#~ msgid "Switch applications" -#~ msgstr "Canvia d'aplicacions" - -#~ msgid "Switch to previous application" -#~ msgstr "Canvia a l'aplicació anterior" - -#~ msgid "Switch windows" -#~ msgstr "Canvia de finestres" - -#~ msgid "Switch to previous window" -#~ msgstr "Canvia a la finestra anterior" - -#~ msgid "Switch windows of an application" -#~ msgstr "Canvia entre les finestres d'una aplicació" - -#~ msgid "Switch to previous window of an application" -#~ msgstr "Canvia a la finestra anterior d'una aplicació" - -#~ msgid "Switch to previous system control" -#~ msgstr "Canvia al control del sistema anterior" - -#~ msgid "Switch windows directly" -#~ msgstr "Canvia immediatament entre finestres" - -#~ msgid "Switch directly to previous window" -#~ msgstr "Canvia immediatament a la finestra anterior" - -#~ msgid "Switch windows of an app directly" -#~ msgstr "Canvia immediatament entre les finestres d'una aplicació" - -#~ msgid "Switch directly to previous window of an app" -#~ msgstr "Canvia immediatament a la finestra anterior d'una aplicació" - -#~ msgid "Switch system controls directly" -#~ msgstr "Canvia immediatament entre els controls del sistema" - -#~ msgid "Switch directly to previous system control" -#~ msgstr "Canvia immediatament al control del sistema anterior" - -#~ msgid "Hide all normal windows" -#~ msgstr "Oculta totes les finestres normals" - -#~ msgid "Switch to workspace 1" -#~ msgstr "Canvia a l'espai de treball 1" - -#~ msgid "Switch to workspace 2" -#~ msgstr "Canvia a l'espai de treball 2" - -#~ msgid "Switch to workspace 3" -#~ msgstr "Canvia a l'espai de treball 3" - -#~ msgid "Switch to workspace 4" -#~ msgstr "Canvia a l'espai de treball 4" - -#~ msgid "Switch to last workspace" -#~ msgstr "Canvia a l'últim espai de treball" - -#~ msgid "Move to workspace left" -#~ msgstr "Mou a l'espai de treball de l'esquerra" - -#~ msgid "Move to workspace right" -#~ msgstr "Mou a l'espai de treball de la dreta" - -#~ msgid "Move to workspace above" -#~ msgstr "Mou a l'espai de treball de sobre" - -#~ msgid "Move to workspace below" -#~ msgstr "Mou a l'espai de treball de sota" - -#~ msgid "System" -#~ msgstr "Sistema" - -#~ msgid "Show the run command prompt" -#~ msgstr "Mostra l'indicador d'execució d'aplicacions" - -#~ msgid "Show the activities overview" -#~ msgstr "Mostra la vista general d'activitats" - -#~ msgid "Windows" -#~ msgstr "Finestres" - -#~ msgid "Activate the window menu" -#~ msgstr "Activa el menú de finestra" - -#~ msgid "Toggle fullscreen mode" -#~ msgstr "Canvia entre el mode a pantalla completa" - -#~ msgid "Toggle maximization state" -#~ msgstr "Canvia l'estat de maximització" - -#~ msgid "Maximize window" -#~ msgstr "Maximitza la finestra" - -#~ msgid "Restore window" -#~ msgstr "Restaura la finestra" - -#~ msgid "Toggle shaded state" -#~ msgstr "Canvia l'estat d'ombrejat" - -#~ msgid "Close window" -#~ msgstr "Tanca la finestra" - -#~ msgid "Hide window" -#~ msgstr "Oculta la finestra" - -#~ msgid "Move window" -#~ msgstr "Mou la finestra" - -#~ msgid "Resize window" -#~ msgstr "Redimensiona la finestra" - -#~ msgid "Toggle window on all workspaces or one" -#~ msgstr "" -#~ "Canvia la funció que fa que la finestra estigui en tots els espais de " -#~ "treball o només en un" - -#~ msgid "Raise window if covered, otherwise lower it" -#~ msgstr "Alça la finestra si està coberta per una altra, o sinó baixa-la" - -#~ msgid "Raise window above other windows" -#~ msgstr "Alça la finestra per damunt de les altres" - -#~ msgid "Lower window below other windows" -#~ msgstr "Baixa la finestra sota les altres" - -#~ msgid "Maximize window vertically" -#~ msgstr "Maximitza la finestra verticalment" - -#~ msgid "Maximize window horizontally" -#~ msgstr "Maximitza la finestra horitzontalment" - -#~ msgid "View split on left" -#~ msgstr "Mostra la partició a l'esquerra" - -#~ msgid "View split on right" -#~ msgstr "Mostra la partició a la dreta" - -#~ msgid "Mutter" -#~ msgstr "Mutter" - -#~ msgid "Modifier to use for extended window management operations" -#~ msgstr "" -#~ "Modificador que s'utilitzarà per les operacions ampliades de gestió de " -#~ "finestres" - -#~ msgid "" -#~ "This key will initiate the \"overlay\", which is a combination window " -#~ "overview and application launching system. The default is intended to be " -#~ "the \"Windows key\" on PC hardware. It's expected that this binding " -#~ "either the default or set to the empty string." -#~ msgstr "" -#~ "Aquesta tecla iniciarà l'«overlay» (superposador), el qual és una " -#~ "combinació de visualització de finestres i sistema de llançament " -#~ "d'aplicacions. El valor predeterminat és la «tecla Windows» en maquinari " -#~ "basat en ordinadors PC. El valor d'aquesta vinculació s'espera que sigui " -#~ "el predeterminat o text en blanc." - -#~ msgid "Attach modal dialogs" -#~ msgstr "Adjunta els diàlegs modals" - -#~ msgid "" -#~ "When true, instead of having independent titlebars, modal dialogs appear " -#~ "attached to the titlebar of the parent window and are moved together with " -#~ "the parent window." -#~ msgstr "" -#~ "Quan sigui «true» (cert), en lloc de tenir barres de títol independents, " -#~ "els diàlegs modals apareixeran adjuntats a la barra de títol de la " -#~ "finestra mare i es mouran juntament amb aquesta." - -#~ msgid "Enable edge tiling when dropping windows on screen edges" -#~ msgstr "" -#~ "Habilita la tesselització a les vores en deixar anar les finestres a les " -#~ "vores de la pantalla" - -#~ msgid "" -#~ "If enabled, dropping windows on vertical screen edges maximizes them " -#~ "vertically and resizes them horizontally to cover half of the available " -#~ "area. Dropping windows on the top screen edge maximizes them completely." -#~ msgstr "" -#~ "Si s'habilita, es maximitzaran les finestres verticalment i es " -#~ "redimensionaran horitzontalment per cobrir la meitat de l'àrea disponible " -#~ "en deixar-les anar a les vores verticals de la pantalla. Si es deixen " -#~ "anar a la vora superior de la pantalla es maximitzaran completament." - -#~ msgid "Workspaces are managed dynamically" -#~ msgstr "Els espais de treball es gestionen dinàmicament" - -#~ msgid "" -#~ "Determines whether workspaces are managed dynamically or whether there's " -#~ "a static number of workspaces (determined by the num-workspaces key in " -#~ "org.gnome.desktop.wm.preferences)." -#~ msgstr "" -#~ "Determina si els espais de treball es gestionen dinàmicament o hi ha un " -#~ "nombre determinat d'espais de treball (determinat per la clau «num-" -#~ "workspaces» a «org.gnome.desktop.wm.preferences»)." - -#~ msgid "Workspaces only on primary" -#~ msgstr "Espais de treball només en el primari" - -#~ msgid "" -#~ "Determines whether workspace switching should happen for windows on all " -#~ "monitors or only for windows on the primary monitor." -#~ msgstr "" -#~ "Determina si el canvi d'espai de treball hauria de ser per les finestres " -#~ "en tots els monitors o només en les finestres del monitor primari." - -#~ msgid "No tab popup" -#~ msgstr "Sense finestres emergents a les pestanyes" - -#~ msgid "" -#~ "Determines whether the use of popup and highlight frame should be " -#~ "disabled for window cycling." -#~ msgstr "" -#~ "Determina si s'ha d'inhabilitar el quadre que es mostra a les finestres " -#~ "emergents i ressaltades en commutar entre finestres." - -#~ msgid "Delay focus changes until the pointer stops moving" -#~ msgstr "Retarda el canvi del focus fins que s'aturi el punter" - -#~ msgid "" -#~ "If set to true, and the focus mode is either \"sloppy\" or \"mouse\" then " -#~ "the focus will not be changed immediately when entering a window, but " -#~ "only after the pointer stops moving." -#~ msgstr "" -#~ "Si és «true» (cert), i el mode del focus és «sloppy» o «mouse», no es " -#~ "canviarà el focus immediatament quan s'entri a una finestra, només es " -#~ "canviarà quan el punter deixi de moure's." - -#~ msgid "Draggable border width" -#~ msgstr "Amplada del contorn arrossegable" - -#~ msgid "" -#~ "The amount of total draggable borders. If the theme's visible borders are " -#~ "not enough, invisible borders will be added to meet this value." -#~ msgstr "" -#~ "La quantitat total de contorn arrossegable. Si els contorns visibles del " -#~ "tema no són suficients, s'afegiran contorns invisibles per aconseguir " -#~ "aquest valor." - -#~ msgid "Auto maximize nearly monitor sized windows" -#~ msgstr "" -#~ "Maximitza automàticament les finestres que gairebé facin la mida de la " -#~ "pantalla" - -#~ msgid "" -#~ "If enabled, new windows that are initially the size of the monitor " -#~ "automatically get maximized." -#~ msgstr "" -#~ "Si s'habilita, les finestres que inicialment gairebé fan la mida de la " -#~ "pantalla es maximitzaran automàticament." - -#~ msgid "Place new windows in the center" -#~ msgstr "Posiciona les finestres noves al centre" - -#~ msgid "" -#~ "When true, the new windows will always be put in the center of the active " -#~ "screen of the monitor." -#~ msgstr "" -#~ "Si és «true» (cert), les finestres noves seran posicionades al centre de " -#~ "la pantalla activa del monitor." - -#~ msgid "Select window from tab popup" -#~ msgstr "Selecció de finestra entre les emergents d'una pestanya" - -#~ msgid "Cancel tab popup" -#~ msgstr "Cancel·lació de les finestres emergents a les pestanyes" - -#~ msgid "Switch to VT 1" -#~ msgstr "Canvia al terminal virtual 1" - -#~ msgid "Switch to VT 2" -#~ msgstr "Canvia al terminal virtual 2" - -#~ msgid "Switch to VT 3" -#~ msgstr "Canvia al terminal virtual 3" - -#~ msgid "Switch to VT 4" -#~ msgstr "Canvia al terminal virtual 4" - -#~ msgid "Switch to VT 5" -#~ msgstr "Canvia al terminal virtual 5" - -#~ msgid "Switch to VT 6" -#~ msgstr "Canvia al terminal virtual 6" - -#~ msgid "Switch to VT 7" -#~ msgstr "Canvia al terminal virtual 7" - -#~ msgid "Switch to VT 8" -#~ msgstr "Canvia al terminal virtual 8" - -#~ msgid "Switch to VT 9" -#~ msgstr "Canvia al terminal virtual 9" - -#~ msgid "Switch to VT 10" -#~ msgstr "Canvia al terminal virtual 10" - -#~ msgid "Switch to VT 11" -#~ msgstr "Canvia al terminal virtual 11" - -#~ msgid "Switch to VT 12" -#~ msgstr "Canvia al terminal virtual 12" - #~ msgid "Failed to scan themes directory: %s\n" #~ msgstr "No s'ha pogut analitzar el directori de temes: %s\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mutter-3.24.1/src/compositor/compositor.c new/mutter-3.24.2/src/compositor/compositor.c --- old/mutter-3.24.1/src/compositor/compositor.c 2017-04-11 01:23:10.000000000 +0200 +++ new/mutter-3.24.2/src/compositor/compositor.c 2017-05-11 13:45:44.000000000 +0200 @@ -388,7 +388,9 @@ meta_display_sync_wayland_input_focus (display); meta_display_cancel_touch (display); +#ifdef HAVE_WAYLAND meta_dnd_wayland_handle_begin_modal (compositor); +#endif } return TRUE; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mutter-3.24.1/src/core/main.c new/mutter-3.24.2/src/core/main.c --- old/mutter-3.24.1/src/core/main.c 2017-04-11 01:23:10.000000000 +0200 +++ new/mutter-3.24.2/src/core/main.c 2017-05-11 13:45:44.000000000 +0200 @@ -443,11 +443,13 @@ #endif /* HAVE_WAYLAND */ *compositor_type = META_COMPOSITOR_TYPE_X11; +#ifdef HAVE_WAYLAND if (opt_nested) { *backend_gtype = META_TYPE_BACKEND_X11_NESTED; return; } +#endif /* HAVE_WAYLAND */ #ifdef HAVE_NATIVE_BACKEND if (opt_display_server) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mutter-3.24.1/src/wayland/meta-wayland-surface.c new/mutter-3.24.2/src/wayland/meta-wayland-surface.c --- old/mutter-3.24.1/src/wayland/meta-wayland-surface.c 2017-04-11 01:23:10.000000000 +0200 +++ new/mutter-3.24.2/src/wayland/meta-wayland-surface.c 2017-04-28 17:39:57.000000000 +0200 @@ -615,7 +615,7 @@ meta_wayland_surface_role_get_surface (surface_role); MetaWaylandSurface *parent = surface->sub.parent; - if (parent->role) + if (parent && parent->role) return meta_wayland_surface_role_get_toplevel (parent->role); else return NULL; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mutter-3.24.1/src/wayland/meta-xwayland-selection.c new/mutter-3.24.2/src/wayland/meta-xwayland-selection.c --- old/mutter-3.24.1/src/wayland/meta-xwayland-selection.c 2017-04-11 00:55:45.000000000 +0200 +++ new/mutter-3.24.2/src/wayland/meta-xwayland-selection.c 2017-05-10 20:53:30.000000000 +0200 @@ -829,7 +829,7 @@ /* Takes ownership of fd */ selection->x11_selection = x11_selection_data_new (compositor->xwayland_manager.selection_data, - fd, mime_type); + fd, gdk_x11_get_xatom_name (type_atom)); XConvertSelection (xdisplay, selection->selection_atom, type_atom, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mutter-3.24.1/src/x11/window-props.c new/mutter-3.24.2/src/x11/window-props.c --- old/mutter-3.24.1/src/x11/window-props.c 2017-04-11 01:23:10.000000000 +0200 +++ new/mutter-3.24.2/src/x11/window-props.c 2017-04-28 17:40:06.000000000 +0200 @@ -1721,6 +1721,7 @@ if (META_WINDOW_MAXIMIZED (window)) { meta_window_queue (window, META_QUEUE_MOVE_RESIZE); + meta_window_frame_size_changed (window); if (window->frame) meta_frame_update_style (window->frame);
