Hello community,

here is the log from the commit of package gnome-boxes for openSUSE:Factory 
checked in at 2020-06-08 23:47:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-boxes (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-boxes.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-boxes"

Mon Jun  8 23:47:24 2020 rev:71 rq:811415 version:3.36.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-boxes/gnome-boxes.changes  2020-04-27 
23:28:50.218405804 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-boxes.new.3606/gnome-boxes.changes        
2020-06-08 23:48:01.734104226 +0200
@@ -1,0 +2,12 @@
+Mon May 25 17:15:11 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 3.36.4:
+  + Fix crash when input-source is not available.
+  + Include rolling release OSes in "Download an OS".
+  + Offer newest releases of recommended downloads.
+  + Fix drag and drop issue in file sharing.
+  + Grab focus for password field when showing an authentication
+    dialog.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gnome-boxes-3.36.3.tar.xz

New:
----
  gnome-boxes-3.36.4.tar.xz

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

Other differences:
------------------
++++++ gnome-boxes.spec ++++++
--- /var/tmp/diff_new_pack.bxsJZ2/_old  2020-06-08 23:48:03.290109026 +0200
+++ /var/tmp/diff_new_pack.bxsJZ2/_new  2020-06-08 23:48:03.294109038 +0200
@@ -22,7 +22,7 @@
 %define govf_sover 0.1
 %define gfrdp_sover 0.1
 Name:           gnome-boxes
-Version:        3.36.3
+Version:        3.36.4
 Release:        0
 Summary:        A GNOME 3 application to access remote or virtual systems
 License:        LGPL-2.0-or-later

++++++ gnome-boxes-3.36.3.tar.xz -> gnome-boxes-3.36.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-boxes-3.36.3/NEWS new/gnome-boxes-3.36.4/NEWS
--- old/gnome-boxes-3.36.3/NEWS 2020-04-20 13:50:04.000000000 +0200
+++ new/gnome-boxes-3.36.4/NEWS 2020-05-25 16:19:51.301112700 +0200
@@ -1,3 +1,25 @@
+3.36.4 - May 25, 2020
+=====================
+
+Changes since 3.36.3
+
+  - Fix crash when input-source is not available
+  - Include rolling release OSes in "Download an OS"
+  - Offer newest releases of recommended downloads
+  - Fix drag and drop issue in file sharing
+  - Grab focus for password field when showing an authentication dialog
+  - Added/updated/fixed translations:
+    - Slovak
+    - Catalan
+
+All contributors to this release:
+
+Dušan Kazik <[email protected]>
+Felipe Borges <[email protected]>
+Isaque Galdino <[email protected]>
+Jordi Mas <[email protected]>
+Manuel Wassermann <[email protected]>
+
 3.36.3 - Apr 20, 2020
 =====================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-boxes-3.36.3/data/org.gnome.Boxes.appdata.xml.in 
new/gnome-boxes-3.36.4/data/org.gnome.Boxes.appdata.xml.in
--- old/gnome-boxes-3.36.3/data/org.gnome.Boxes.appdata.xml.in  2020-04-20 
13:50:04.000000000 +0200
+++ new/gnome-boxes-3.36.4/data/org.gnome.Boxes.appdata.xml.in  2020-05-25 
16:19:51.318112600 +0200
@@ -39,9 +39,9 @@
     </screenshot>
   </screenshots>
   <releases>
-   <release version="3.36.3" date="2020-04-20">
+   <release version="3.36.4" date="2020-05-25">
      <description>
-        <p>Boxes 3.36.3 is the latest stable version of GNOME Boxes, and it
+        <p>Boxes 3.36.4 is the latest stable version of GNOME Boxes, and it
           contains all the features and bugfixes introduced since our 3.36 
release.
         </p>
         <ul>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-boxes-3.36.3/data/recommended-downloads.xml 
new/gnome-boxes-3.36.4/data/recommended-downloads.xml
--- old/gnome-boxes-3.36.3/data/recommended-downloads.xml       2020-04-20 
13:50:04.000000000 +0200
+++ new/gnome-boxes-3.36.4/data/recommended-downloads.xml       2020-05-25 
16:19:51.318112600 +0200
@@ -9,10 +9,10 @@
   available.
  -->
 <list>
-  <os_id>http://redhat.com/rhel/8.1</os_id>
-  <os_id>http://fedoraproject.org/fedora/31</os_id>
-  <os_id>http://fedoraproject.org/silverblue/31</os_id>
-  <os_id>http://ubuntu.com/ubuntu/19.10</os_id>
+  <os_id>http://redhat.com/rhel/8.2</os_id>
+  <os_id>http://fedoraproject.org/fedora/32</os_id>
+  <os_id>http://fedoraproject.org/silverblue/32</os_id>
+  <os_id>http://ubuntu.com/ubuntu/20.04</os_id>
   <os_id>http://opensuse.org/opensuse/15.1</os_id>
   <os_id>http://debian.org/debian/10</os_id>
   <os_id>http://endlessos.com/eos/3.7</os_id>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-boxes-3.36.3/data/ui/auth-notification.ui 
new/gnome-boxes-3.36.4/data/ui/auth-notification.ui
--- old/gnome-boxes-3.36.3/data/ui/auth-notification.ui 2020-04-20 
13:50:04.000000000 +0200
+++ new/gnome-boxes-3.36.4/data/ui/auth-notification.ui 2020-05-25 
16:19:51.319112800 +0200
@@ -88,6 +88,7 @@
             <property name="visibility">False</property>
             <signal name="focus-in-event" handler="on_entry_focus_in_event"/>
             <signal name="focus-out-event" handler="on_entry_focus_out_event"/>
+            <signal name="map" handler="on_password_entry_map"/>
             <signal name="activate" handler="on_password_entry_activated"/>
           </object>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-boxes-3.36.3/data/ui/display-page.ui 
new/gnome-boxes-3.36.4/data/ui/display-page.ui
--- old/gnome-boxes-3.36.3/data/ui/display-page.ui      2020-04-20 
13:50:04.000000000 +0200
+++ new/gnome-boxes-3.36.4/data/ui/display-page.ui      2020-05-25 
16:19:51.319112800 +0200
@@ -47,81 +47,90 @@
 
             <child type="overlay">
               <object class="GtkBox" id="transfer_message_box">
-                <property name="can_focus">False</property>
-                <property name="halign">center</property>
-                <property name="valign">center</property>
-                <style>
-                  <class name="app-notification"/>
-                  <class name="overlay-box"/>
-                </style>
+                <property name="hexpand">True</property>
+                <property name="vexpand">True</property>
                 <child>
-                  <object class="GtkImage">
-                    <property name="visible">True</property>
-                    <property name="can_focus">False</property>
-                    <property name="halign">end</property>
-                    <property name="valign">center</property>
-                    <property name="margin_right">24</property>
-                    <property 
name="icon_name">document-save-symbolic</property>
-                    <property name="icon_size">6</property>
-                  </object>
-                  <packing>
-                    <property name="expand">True</property>
-                    <property name="fill">True</property>
-                    <property name="position">0</property>
-                  </packing>
-                </child>
-                <child type="center">
                   <object class="GtkBox">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="halign">start</property>
+                    <property name="halign">center</property>
                     <property name="valign">center</property>
                     <property name="hexpand">True</property>
                     <property name="vexpand">True</property>
-                    <property name="orientation">vertical</property>
-                    <property name="spacing">10</property>
+                    <style>
+                      <class name="app-notification"/>
+                      <class name="overlay-box"/>
+                    </style>
                     <child>
-                      <object class="GtkLabel">
+                      <object class="GtkImage">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="halign">start</property>
-                        <property name="margin_left">4</property>
-                        <property name="label" translatable="yes">Ready to 
Receive File</property>
-                        <property name="justify">center</property>
-                        <style>
-                          <class name="tooltip"/>
-                        </style>
-                        <attributes>
-                          <attribute name="weight" value="bold"/>
-                        </attributes>
+                        <property name="halign">end</property>
+                        <property name="valign">center</property>
+                        <property name="margin_right">24</property>
+                        <property 
name="icon_name">document-save-symbolic</property>
+                        <property name="icon_size">6</property>
                       </object>
                       <packing>
-                        <property name="expand">False</property>
+                        <property name="expand">True</property>
                         <property name="fill">True</property>
                         <property name="position">0</property>
                       </packing>
                     </child>
-                    <child>
-                      <object class="GtkLabel">
+                    <child type="center">
+                      <object class="GtkBox">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
+                        <property name="halign">start</property>
+                        <property name="valign">center</property>
+                        <property name="hexpand">True</property>
                         <property name="vexpand">True</property>
-                        <property name="label" translatable="yes">You will 
find your file in the Downloads directory.</property>
-                        <property name="wrap">True</property>
-                        <property name="max_width_chars">25</property>
+                        <property name="orientation">vertical</property>
+                        <property name="spacing">10</property>
+                        <child>
+                          <object class="GtkLabel">
+                            <property name="visible">True</property>
+                            <property name="can_focus">False</property>
+                            <property name="halign">start</property>
+                            <property name="margin_left">4</property>
+                            <property name="label" translatable="yes">Ready to 
Receive File</property>
+                            <property name="justify">center</property>
+                            <style>
+                              <class name="tooltip"/>
+                            </style>
+                            <attributes>
+                              <attribute name="weight" value="bold"/>
+                            </attributes>
+                          </object>
+                          <packing>
+                            <property name="expand">False</property>
+                            <property name="fill">True</property>
+                            <property name="position">0</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <object class="GtkLabel">
+                            <property name="visible">True</property>
+                            <property name="can_focus">False</property>
+                            <property name="vexpand">True</property>
+                            <property name="label" translatable="yes">You will 
find your file in the Downloads directory.</property>
+                            <property name="wrap">True</property>
+                            <property name="max_width_chars">25</property>
+                          </object>
+                          <packing>
+                            <property name="expand">False</property>
+                            <property name="fill">True</property>
+                            <property name="position">1</property>
+                          </packing>
+                        </child>
                       </object>
                       <packing>
                         <property name="expand">False</property>
                         <property name="fill">True</property>
-                        <property name="position">1</property>
+                        <property name="position">2</property>
                       </packing>
                     </child>
                   </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">True</property>
-                    <property name="position">2</property>
-                  </packing>
                 </child>
               </object>
             </child>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-boxes-3.36.3/help/ca/ca.po 
new/gnome-boxes-3.36.4/help/ca/ca.po
--- old/gnome-boxes-3.36.3/help/ca/ca.po        2020-04-20 13:50:04.000000000 
+0200
+++ new/gnome-boxes-3.36.4/help/ca/ca.po        2020-05-25 16:19:51.324112700 
+0200
@@ -186,7 +186,7 @@
 #. (itstool) path: page/title
 #: C/clipboard.page:21
 msgid "Share the clipboard"
-msgstr "Compartiu el porta-retalls"
+msgstr "Compartir el porta-retalls"
 
 #. (itstool) path: page/p
 #: C/clipboard.page:23
@@ -288,7 +288,7 @@
 "Click <gui style=\"button\">New</gui> in the top left corner to launch the "
 "box creation wizard."
 msgstr ""
-"Feu clic a <gui style=\"button\">Nou</gui>a l'extrem superior esquerre per "
+"Feu clic a <gui style=\"button\">Nou</gui> a l'extrem superior esquerre per "
 "llançar l'assistent de creació."
 
 #. (itstool) path: item/p
@@ -364,7 +364,7 @@
 #. (itstool) path: item/p
 #: C/connect.page:56 C/create.page:52
 msgid "Click <gui style=\"button\">Create</gui>."
-msgstr "Feu clic a <gui style=\"button\">Crear</gui>."
+msgstr "Feu clic a <gui style=\"button\">Crea</gui>."
 
 #. (itstool) path: page/p
 #: C/connect.page:59
@@ -567,7 +567,7 @@
 "=\"what-is-a-virtual-machine\">virtual machines</link>, running locally or "
 "remotely. It also allows you to connect to the display of a remote computer."
 msgstr ""
-"<app>Màquines</app> és una aplicació que us dona accés a les <link xref"
+"<app>Màquines</app> és una aplicació que us dóna accés a les <link xref"
 "=\"what-is-a-virtual-machine\">màquines virtuals</link>, que s'executen "
 "local or remotament. També us permet connectar al monitor d'un ordinador "
 "remot."
@@ -822,7 +822,7 @@
 "select <gui>Properties</gui>."
 msgstr ""
 "També es pot accedir a la vista de propietats mitjançant l'assistent<gui "
-"style=\"button\">Personalitzar</gui> durant la configuració de la màquina. "
+"style=\"button\">Personalitza</gui> durant la configuració de la màquina. "
 "Si la màquina està en funcionament, feu clic al botó de menú (<_:media-1/>) "
 "a la capçalera i seleccioneu <gui>Propietats</gui>."
 
@@ -927,7 +927,7 @@
 #. (itstool) path: page/title
 #: C/prop-system.page:21
 msgid "Adjust the system requirements of a box"
-msgstr "Ajustar els requisits de sistema d'una màquina."
+msgstr "Ajustar els requisits de sistema d'una màquina"
 
 #. (itstool) path: page/p
 #: C/prop-system.page:23
@@ -975,7 +975,7 @@
 #. (itstool) path: page/title
 #: C/prop-trouble.page:21
 msgid "View the troubleshooting log of a box"
-msgstr "Consulteu el registre de problemes d'una màquina"
+msgstr "Consultar el registre de problemes d'una màquina"
 
 #. (itstool) path: page/p
 #: C/prop-trouble.page:23
@@ -1140,7 +1140,7 @@
 #. (itstool) path: td/p
 #: C/shortcuts.page:58
 msgid "<keyseq><key>Alt</key><key>Left</key></keyseq>"
-msgstr "<keyseq><key>Alt</key><key>Left</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Fletxa esquerra</key></keyseq>"
 
 #. (itstool) path: td/p
 #: C/shortcuts.page:63
@@ -1150,7 +1150,7 @@
 #. (itstool) path: td/p
 #: C/shortcuts.page:66
 msgid "<keyseq><key>Alt</key><key>Right</key></keyseq>"
-msgstr "<keyseq><key>Alt</key><key>Right</key></keyseq>"
+msgstr "<keyseq><key>Alt</key><key>Fletxa dreta</key></keyseq>"
 
 #. (itstool) path: td/p
 #: C/shortcuts.page:71
@@ -1212,7 +1212,7 @@
 msgstr ""
 "Obriu la <link xref=\"interface#properties\">vista de propietats </link> de "
 "la màquina. Si s'està executant, feu clic al botó de menú (<_:media-1/>) a "
-"la barra de capçalera i seleccioneu<gui>Propietats</gui>."
+"la barra de capçalera i seleccioneu <gui>Propietats</gui>."
 
 #. (itstool) path: item/p
 #: C/shutdown.page:33
@@ -1299,7 +1299,7 @@
 msgid "Click the gear button on the right and select <gui>Delete</gui>."
 msgstr ""
 "Feu clic al botó de configuració a la dreta i seleccioneu "
-"<gui>Esborrar</gui>."
+"<gui>Suprimeix</gui>."
 
 #. (itstool) path: info/desc
 #: C/snapshot-rename.page:16
@@ -1389,7 +1389,7 @@
 "Click the gear button on the right and select <gui>Revert to this "
 "state</gui>."
 msgstr ""
-"Feu clic al botó de configuració i seleccioneu <gui>Revertir a aquest "
+"Feu clic al botó de configuració i seleccioneu <gui>Torna a aquest "
 "estat</gui>."
 
 #. (itstool) path: page/p
@@ -1628,7 +1628,7 @@
 "<app>Boxes</app>. For instance, a USB flash drive or a webcam will appear as"
 " directly connected to the remote or virtual computer."
 msgstr ""
-"<sys>USB</sys>és un protocol de bus maquinari universal utilitzat per "
+"<sys>USB</sys> és un protocol de bus maquinari universal utilitzat per "
 "connectar qualsevol tipus de dispositiu a l'ordinador. <sys>La redirecció "
 "USB</sys> fa que els dispositius connectats al vostre ordinador local "
 "estiguin disponibles per a les màquines connectades a <app>Màquines</app>. "
@@ -1679,7 +1679,7 @@
 #. (itstool) path: page/title
 #: C/virtualization.page:25
 msgid "Using processor hardware virtualization"
-msgstr "Utilitzeu les opcions de virtualització de maquinari del processador"
+msgstr "Utilitzar les opcions de virtualització de maquinari del processador"
 
 #. (itstool) path: page/p
 #: C/virtualization.page:27
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-boxes-3.36.3/meson.build 
new/gnome-boxes-3.36.4/meson.build
--- old/gnome-boxes-3.36.3/meson.build  2020-04-20 13:50:04.000000000 +0200
+++ new/gnome-boxes-3.36.4/meson.build  2020-05-25 16:19:51.329112800 +0200
@@ -1,6 +1,6 @@
 project ('gnome-boxes',
          ['vala', 'c'],
-         version: '3.36.3',
+         version: '3.36.4',
          license: 'LGPLv2+',
          meson_version: '>= 0.50.0',
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-boxes-3.36.3/po/sk.po 
new/gnome-boxes-3.36.4/po/sk.po
--- old/gnome-boxes-3.36.3/po/sk.po     2020-04-20 13:50:05.000000000 +0200
+++ new/gnome-boxes-3.36.4/po/sk.po     2020-05-25 16:19:51.344112600 +0200
@@ -1,22 +1,22 @@
 # Slovak translation for gnome-boxes.
 # Copyright (C) 2012 Free Software Foundation, Inc.
 # This file is distributed under the same license as the gnome-boxes package.
-# Dušan Kazik <[email protected]>, 2012, 2013, 2015.
+# Dušan Kazik <[email protected]>, 2012-2020.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: gnome-boxes master\n"
 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-boxes/issues\n";
-"POT-Creation-Date: 2020-02-03 13:40+0000\n"
-"PO-Revision-Date: 2020-02-04 10:33+0100\n"
+"POT-Creation-Date: 2020-04-20 08:11+0000\n"
+"PO-Revision-Date: 2020-05-06 10:46+0200\n"
 "Last-Translator: Dušan Kazik <[email protected]>\n"
-"Language-Team: slovenčina <>\n"
+"Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
-"X-Generator: Poedit 2.2.4\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0\n"
+"X-Generator: Gtranslator 3.36.0\n"
 
 #: data/org.gnome.Boxes.appdata.xml.in:7
 msgid "GNOME Boxes"
@@ -53,7 +53,7 @@
 "obľúbených operačných systémov, alebo keď sa potrebujete pripojiť k "
 "vzdialenému počítaču (napríklad vo vašej kancelárii)."
 
-#: data/org.gnome.Boxes.appdata.xml.in:71
+#: data/org.gnome.Boxes.appdata.xml.in:70
 msgid "The GNOME Project"
 msgstr "Projekt GNOME"
 
@@ -190,7 +190,7 @@
 
 #: data/ui/assistant/pages/index-page.ui:242
 msgid "Operating System Image File"
-msgstr "Súbor obrazu operačného systému"
+msgstr "Súbor s obrazom operačného systému"
 
 #: data/ui/assistant/pages/index-page.ui:258
 msgid "Select an .iso file to install a virtual machine."
@@ -238,7 +238,7 @@
 msgid "Connect to a Box"
 msgstr "Pripojenie k boxu"
 
-#: data/ui/assistant/remote-connection.ui:22
+#: data/ui/assistant/remote-connection.ui:23
 msgid ""
 "Enter an address to connect to. Addresses can begin with spice://, rdp://, "
 "ssh:// or vnc://."
@@ -246,18 +246,18 @@
 "Zadajte adresu, ku ktorej sa má pripojiť. Adresa môže začínať s spice://, "
 "rdp://, ssh:// alebo vnc://."
 
-#: data/ui/assistant/remote-connection.ui:37
-#: data/ui/assistant/vm-assistant.ui:47 data/ui/shared-folder-popover.ui:97
-#: src/assistant/index-page.vala:96 src/assistant/index-page.vala:143
+#: data/ui/assistant/remote-connection.ui:38
+#: data/ui/assistant/vm-assistant.ui:48 data/ui/shared-folder-popover.ui:97
+#: src/assistant/index-page.vala:98 src/assistant/index-page.vala:145
 #: src/assistant/vm-assistant.vala:73 src/properties-window.vala:58
 msgid "Cancel"
 msgstr "Zrušiť"
 
-#: data/ui/assistant/remote-connection.ui:45
+#: data/ui/assistant/remote-connection.ui:46
 msgid "Connect"
 msgstr "Pripojiť"
 
-#: data/ui/assistant/vm-assistant.ui:54 src/assistant/vm-assistant.vala:72
+#: data/ui/assistant/vm-assistant.ui:55 src/assistant/vm-assistant.vala:72
 msgid "Next"
 msgstr "Nasledujúca"
 
@@ -459,7 +459,7 @@
 msgstr "O aplikácii Boxy"
 
 # dalog
-#: data/ui/properties-toolbar.ui:43 src/machine.vala:651
+#: data/ui/properties-toolbar.ui:43 src/machine.vala:653
 msgid "Troubleshooting Log"
 msgstr "Záznam pre riešenie problémov"
 
@@ -468,7 +468,7 @@
 msgstr "_Skopírovať do schránky"
 
 #: data/ui/properties-toolbar.ui:106 data/ui/wizard-toolbar.ui:150
-#: src/assistant/index-page.vala:140 src/properties-window.vala:55
+#: src/assistant/index-page.vala:142 src/properties-window.vala:55
 msgid "Select a device or ISO file"
 msgstr "Vyberte zariadenie alebo súbor ISO"
 
@@ -578,7 +578,7 @@
 
 #: data/ui/welcome-tutorial.ui:7
 msgid "Welcome Tutorial"
-msgstr "Uvítací návod"
+msgstr "Úvodný návod"
 
 #: data/ui/welcome-tutorial.ui:31
 msgid "Welcome to Boxes"
@@ -600,7 +600,7 @@
 "virtual machine. Just start the installation and everything will be taken "
 "care of for you."
 msgstr ""
-"S rýchlou inštaláciou aplikácia Boxy nastaví voľby inštalácie pre nový "
+"Pomocou rýchlej inštalácie aplikácia Boxy nastaví voľby inštalácie pre nový "
 "virtuálny počítač. Stačí spustiť inštaláciu a o všetko bude postarané za vás."
 
 #: data/ui/welcome-tutorial.ui:49
@@ -614,7 +614,7 @@
 "and Boxes will automatically download it for you."
 msgstr ""
 "S aplikáciou Boxy nepotrebujete preberať operačný systém kvôli vytvoreniu "
-"vyrtuálneho počítača. Namiesto toho stačí vybrať operačný systém, ktorý "
+"virtuálneho počítača. Namiesto toho stačí vybrať operačný systém, ktorý "
 "chcete nainštalovať a aplikácia Boxy ho automaticky prevezme za vás."
 
 #: data/ui/welcome-tutorial.ui:58
@@ -752,7 +752,7 @@
 msgid "Clone"
 msgstr "Klonovať"
 
-#: src/actions-popover.vala:88 src/machine.vala:631
+#: src/actions-popover.vala:88 src/machine.vala:633
 msgid "Restart"
 msgstr "Reštartovať"
 
@@ -855,25 +855,25 @@
 msgid "Select files to transfer"
 msgstr "Výber súborov na prenos"
 
-#: src/assistant/index-page.vala:143 src/properties-window.vala:58
+#: src/assistant/index-page.vala:145 src/properties-window.vala:58
 msgid "Open"
 msgstr "Otvoriť"
 
-#: src/assistant/index-page.vala:157 src/assistant/vm-assistant.vala:73
+#: src/assistant/index-page.vala:159 src/assistant/vm-assistant.vala:73
 msgid "Previous"
 msgstr "Predchádzajúca"
 
-#: src/assistant/review-page.vala:47 src/wizard.vala:571
+#: src/assistant/review-page.vala:50 src/wizard.vala:571
 msgid "Memory"
 msgstr "Pamäť"
 
-#: src/assistant/review-page.vala:56 src/wizard.vala:580
+#: src/assistant/review-page.vala:59 src/wizard.vala:580
 msgid "Disk"
 msgstr "Disk"
 
 # DK: jedna sa o kapacitu disku
 #. Translators: This is disk size. E.g "1 GB maximum".
-#: src/assistant/review-page.vala:58 src/wizard.vala:582
+#: src/assistant/review-page.vala:61 src/wizard.vala:582
 #, c-format
 msgid "%s maximum"
 msgstr "maximálne %s"
@@ -919,7 +919,7 @@
 msgstr "Inštalovať"
 
 #. We did this, so ignore!
-#: src/downloads-hub.vala:179
+#: src/downloads-hub.vala:184
 msgid "Failed to download"
 msgstr "Preberanie zlyhalo"
 
@@ -1138,52 +1138,52 @@
 msgstr "3D akceleráciu"
 
 #. Translators: The %s will be expanded with the name of the vm
-#: src/libvirt-machine.vala:633
+#: src/libvirt-machine.vala:634
 #, c-format
 msgid "Restoring %s from disk"
 msgstr "Obnovuje sa %s z disku"
 
 #. Translators: The %s will be expanded with the name of the vm
-#: src/libvirt-machine.vala:636
+#: src/libvirt-machine.vala:637
 #, c-format
 msgid "Starting %s"
 msgstr "Spúšťa sa %s"
 
-#: src/libvirt-machine.vala:715
+#: src/libvirt-machine.vala:716
 #, c-format
 msgid "Restart of “%s” is taking too long. Force it to shutdown?"
 msgstr "Reštart boxu „%s“ trvá príliš dlho. Chcete vynútiť jeho vypnutie?"
 
-#: src/libvirt-machine.vala:717
+#: src/libvirt-machine.vala:718
 msgid "_Shutdown"
 msgstr "_Vypnúť"
 
-#: src/libvirt-machine.vala:733
+#: src/libvirt-machine.vala:734
 #, c-format
 msgid "Cloning “%s”…"
 msgstr "Klonuje sa „%s“…"
 
-#: src/libvirt-machine.vala:865
+#: src/libvirt-machine.vala:866
 msgid "Installing…"
 msgstr "Inštaluje sa…"
 
 # DK: ide o Live distribuciu. pravdepodobne neprekladame
 #. Translators: We show 'Live' tag next or below the name of live OS media or 
box based on such media.
 #. http://en.wikipedia.org/wiki/Live_CD
-#: src/libvirt-machine.vala:867 src/util-app.vala:152
-#: src/wizard-source.vala:123
+#: src/libvirt-machine.vala:868 src/util-app.vala:153
+#: src/wizard-source.vala:126
 msgid "Live"
 msgstr "Live"
 
-#: src/libvirt-machine.vala:869
+#: src/libvirt-machine.vala:870
 msgid "Setting up clone…"
 msgstr "Nastavuje sa klonovanie…"
 
-#: src/libvirt-machine.vala:871
+#: src/libvirt-machine.vala:872
 msgid "Importing…"
 msgstr "Importuje sa…"
 
-#: src/libvirt-machine.vala:880
+#: src/libvirt-machine.vala:881
 #, c-format
 msgid "host: %s"
 msgstr "hostiteľ: %s"
@@ -1209,30 +1209,30 @@
 msgstr "Vypnutý"
 
 #. Translators: The %s will be expanded with the name of the vm
-#: src/machine.vala:202
+#: src/machine.vala:204
 #, c-format
 msgid "Connecting to %s"
 msgstr "Pripája sa k %s"
 
-#: src/machine.vala:219
+#: src/machine.vala:221
 #, c-format
 msgid "Authentication failed: %s"
 msgstr "Overenie totožnosti zlyhalo: %s"
 
-#: src/machine.vala:232 src/machine.vala:658
+#: src/machine.vala:234 src/machine.vala:660
 #, c-format
 msgid "Connection to “%s” failed"
 msgstr "Pripojenie k virtuálnemu počítaču „%s“ zlyhalo"
 
-#: src/machine.vala:284
+#: src/machine.vala:286
 msgid "Machine is under construction"
 msgstr "Počítač je vo výstavbe"
 
-#: src/machine.vala:438
+#: src/machine.vala:440
 msgid "Saving…"
 msgstr "Ukladá sa…"
 
-#: src/machine.vala:630
+#: src/machine.vala:632
 #, c-format
 msgid ""
 "“%s” could not be restored from disk\n"
@@ -1241,13 +1241,13 @@
 "Virtuálny počítač „%s“ nemôže byť obnovený z disku\n"
 "Skúsiť spustenie bez uloženého stavu?"
 
-#: src/machine.vala:641
+#: src/machine.vala:643
 #, c-format
 msgid "Failed to start “%s”"
 msgstr "Zlyhalo spustenie boxu „%s“"
 
 #. Translators: %s => name of launched box
-#: src/machine.vala:745
+#: src/machine.vala:744
 #, c-format
 msgid "“%s” requires authentication"
 msgstr "Virtuálny počítač „%s“ vyžaduje overenie totožnosti"
@@ -1469,7 +1469,7 @@
 msgid "GNOME Boxes credentials for “%s”"
 msgstr "Poverenia aplikácie Boxy prostredia GNOME pre „%s“"
 
-#: src/util-app.vala:338
+#: src/util-app.vala:339
 #, c-format
 msgid ""
 "Your SELinux context looks incorrect, you can try to fix it by running:\n"
@@ -1479,12 +1479,12 @@
 "spustením príkazu:\n"
 "%s"
 
-#: src/util-app.vala:342
+#: src/util-app.vala:343
 msgid "SELinux not installed?"
 msgstr "SELinux nie je nainštalovaný?"
 
 # * http://technet.microsoft.com/en-us/library/cc161247.aspx
-#: src/util-app.vala:424
+#: src/util-app.vala:425
 msgid ""
 "Could not get “gnome-boxes” storage pool information from libvirt. Make sure "
 "“virsh -c qemu:///session pool-dumpxml gnome-boxes” is working."
@@ -1493,7 +1493,7 @@
 "Uistite sa, že príkaz „virsh -c qemu:///session pool-dumpxml gnome-boxes“ "
 "funguje."
 
-#: src/util-app.vala:429
+#: src/util-app.vala:430
 #, c-format
 msgid ""
 "%s is known to libvirt as GNOME Boxes’s storage pool but this directory does "
@@ -1502,7 +1502,7 @@
 "%s je známy pre libvirt ako fond úložísk aplikácie Boxy prostredia GNOME, "
 "ale tento adresár nie je vytvorený"
 
-#: src/util-app.vala:433
+#: src/util-app.vala:434
 #, c-format
 msgid ""
 "%s is known to libvirt as GNOME Boxes’s storage pool but is not a directory"
@@ -1510,7 +1510,7 @@
 "%s je známy pre libvirt ako fond úložísk aplikácie Boxy prostredia GNOME, "
 "ale nie je adresárom"
 
-#: src/util-app.vala:437
+#: src/util-app.vala:438
 #, c-format
 msgid ""
 "%s is known to libvirt as GNOME Boxes’s storage pool but is not user-"
@@ -1529,21 +1529,16 @@
 
 #. No guest caps or none compatible
 #. FIXME: Better error messsage than this please?
-#: src/vm-configurator.vala:753
+#: src/vm-configurator.vala:756
 msgid "Incapable host system"
 msgstr "Nevyhovujúci hostiteľský systém"
 
-#: src/vm-creator.vala:176
-#, c-format
-msgid "Live box “%s” has been deleted automatically."
-msgstr "Live box „%s“ bol automaticky odstránený."
-
 #. Translators: This is the name of the snapshot taken right after installing 
a VM.
-#: src/vm-creator.vala:190
+#: src/vm-creator.vala:172
 msgid "Just installed "
 msgstr "Práve nainštalovaný"
 
-#: src/vm-importer.vala:59
+#: src/vm-importer.vala:63
 #, c-format
 msgid "Box import from file “%s” failed."
 msgstr "Import boxu zo súboru „%s“ zlyhal."
@@ -1557,16 +1552,16 @@
 msgid "%u/%u"
 msgstr "%u/%u"
 
-#: src/wizard-source.vala:128
+#: src/wizard-source.vala:136
 msgid "32-bit x86 system"
 msgstr "32-bitový x86 systém"
 
-#: src/wizard-source.vala:129
+#: src/wizard-source.vala:137
 msgid "64-bit x86 system"
 msgstr "64-bitový x86 systém"
 
 #. Translator comment: %s is name of vendor here (e.g Canonical Ltd or Red Hat 
Inc)
-#: src/wizard-source.vala:134
+#: src/wizard-source.vala:142
 #, c-format
 msgid " from %s"
 msgstr " od spoločnosti %s"
@@ -1665,6 +1660,9 @@
 msgid "C_ustomize…"
 msgstr "_Prispôsobiť…"
 
+#~ msgid "Live box “%s” has been deleted automatically."
+#~ msgstr "Live box „%s“ bol automaticky odstránený."
+
 #~ msgid ""
 #~ "Enter an address to connect to. Addresses can begin with spice://, rdp:// "
 #~ "or vnc://."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-boxes-3.36.3/src/auth-notification.vala 
new/gnome-boxes-3.36.4/src/auth-notification.vala
--- old/gnome-boxes-3.36.3/src/auth-notification.vala   2020-04-20 
13:50:05.000000000 +0200
+++ new/gnome-boxes-3.36.4/src/auth-notification.vala   2020-05-25 
16:19:51.350112700 +0200
@@ -74,6 +74,11 @@
     }
 
     [GtkCallback]
+    private void on_password_entry_map () {
+        password_entry.grab_focus ();
+    }
+
+    [GtkCallback]
     private void on_password_entry_activated () {
         auth_button.activate ();
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-boxes-3.36.3/src/display-page.vala 
new/gnome-boxes-3.36.4/src/display-page.vala
--- old/gnome-boxes-3.36.3/src/display-page.vala        2020-04-20 
13:50:05.000000000 +0200
+++ new/gnome-boxes-3.36.4/src/display-page.vala        2020-05-25 
16:19:51.350112700 +0200
@@ -158,7 +158,10 @@
 
                 return true;
             });
-            transfer_message_box_drag_leave_id = widget.drag_leave.connect (() 
=> {
+            transfer_message_box_drag_motion_id = 
transfer_message_box.drag_motion.connect (() => {
+                return true;
+            });
+            transfer_message_box_drag_leave_id = 
transfer_message_box.drag_leave.connect (() => {
                 transfer_message_box.hide ();
             });
         }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-boxes-3.36.3/src/os-database.vala 
new/gnome-boxes-3.36.4/src/os-database.vala
--- old/gnome-boxes-3.36.3/src/os-database.vala 2020-04-20 13:50:05.000000000 
+0200
+++ new/gnome-boxes-3.36.4/src/os-database.vala 2020-05-25 16:19:51.352112800 
+0200
@@ -115,7 +115,8 @@
         foreach (var entity in db.get_os_list ().get_elements ()) {
             var os = entity as Os;
 
-            if (os.get_release_status () != ReleaseStatus.RELEASED)
+            if (os.get_release_status () != ReleaseStatus.RELEASED &&
+                os.get_release_status () != ReleaseStatus.ROLLING)
                 continue;
 
             foreach (var media_entity in os.get_media_list ().get_elements ()) 
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-boxes-3.36.3/src/unattended-installer.vala 
new/gnome-boxes-3.36.4/src/unattended-installer.vala
--- old/gnome-boxes-3.36.3/src/unattended-installer.vala        2020-04-20 
13:50:05.000000000 +0200
+++ new/gnome-boxes-3.36.4/src/unattended-installer.vala        2020-05-25 
16:19:51.354112600 +0200
@@ -664,10 +664,13 @@
             var sources = input_settings.get_value ("sources");
 
             if (sources != null) {
-                kbd_layout = sources.get_child_value (0).get_child_value 
(1).get_string ();
+                var sources_pair = sources.get_child_value (0);
+                if (sources_pair != null) {
+                    kbd_layout = sources_pair.get_child_value (1).get_string 
();
+                }
             }
 
-            if (datamap.reverse_lookup (kbd_layout) != null) {
+            if (kbd_layout != null && datamap.reverse_lookup (kbd_layout) != 
null) {
                 return kbd_layout;
             }
         } catch (GLib.Error error) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-boxes-3.36.3/subprojects/gtk-frdp/src/frdp-session.c 
new/gnome-boxes-3.36.4/subprojects/gtk-frdp/src/frdp-session.c
--- old/gnome-boxes-3.36.3/subprojects/gtk-frdp/src/frdp-session.c      
2020-04-20 13:50:08.000000000 +0200
+++ new/gnome-boxes-3.36.4/subprojects/gtk-frdp/src/frdp-session.c      
2020-05-25 16:19:55.590114800 +0200
@@ -357,6 +357,20 @@
   return TRUE;
 }
 
+static guint
+frdp_changed_certificate_verify (freerdp     *freerdp_session,
+                                 const gchar *common_name,
+                                 const gchar *subject,
+                                 const gchar *issuer,
+                                 const gchar *new_fingerprint,
+                                 const gchar *old_subject,
+                                 const gchar *old_issuer,
+                                 const gchar *old_fingerprint)
+{
+  /* TODO */
+  return TRUE;
+}
+
 static gboolean
 frdp_authenticate (freerdp  *freerdp_session,
                    gchar   **username,
@@ -563,6 +577,7 @@
   priv->freerdp_session->PostConnect = frdp_post_connect;
   priv->freerdp_session->Authenticate = frdp_authenticate;
   priv->freerdp_session->VerifyCertificate = frdp_certificate_verify;
+  priv->freerdp_session->VerifyChangedCertificate = 
frdp_changed_certificate_verify;
 
   priv->freerdp_session->ContextSize = sizeof (frdpContext);
 


Reply via email to