Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kio-extras5 for openSUSE:Factory 
checked in at 2023-03-03 22:25:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kio-extras5 (Old)
 and      /work/SRC/openSUSE:Factory/.kio-extras5.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kio-extras5"

Fri Mar  3 22:25:22 2023 rev:120 rq:1068825 version:22.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kio-extras5/kio-extras5.changes  2023-02-04 
14:18:27.658554765 +0100
+++ /work/SRC/openSUSE:Factory/.kio-extras5.new.31432/kio-extras5.changes       
2023-03-03 22:26:04.634869887 +0100
@@ -1,0 +2,8 @@
+Tue Feb 28 09:46:05 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 22.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.3/
+
+-------------------------------------------------------------------

Old:
----
  kio-extras-22.12.2.tar.xz
  kio-extras-22.12.2.tar.xz.sig

New:
----
  kio-extras-22.12.3.tar.xz
  kio-extras-22.12.3.tar.xz.sig

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

Other differences:
------------------
++++++ kio-extras5.spec ++++++
--- /var/tmp/diff_new_pack.vb88Cr/_old  2023-03-03 22:26:05.350872171 +0100
+++ /var/tmp/diff_new_pack.vb88Cr/_new  2023-03-03 22:26:05.358872196 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kio-extras5
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kio-extras5
-Version:        22.12.2
+Version:        22.12.3
 Release:        0
 Summary:        Additional KIO slaves for KDE applications
 License:        GPL-2.0-or-later
@@ -111,10 +111,8 @@
 %{kf5_find_lang}
 %{kf5_find_htmldocs}
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-%post   -n libkioarchive5 -p /sbin/ldconfig
-%postun -n libkioarchive5 -p /sbin/ldconfig
+%ldconfig_scriptlets
+%ldconfig_scriptlets -n libkioarchive5
 
 %files
 %license LICENSES/*


++++++ kio-extras-22.12.2.tar.xz -> kio-extras-22.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/CMakeLists.txt 
new/kio-extras-22.12.3/CMakeLists.txt
--- old/kio-extras-22.12.2/CMakeLists.txt       2023-01-29 23:32:54.000000000 
+0100
+++ new/kio-extras-22.12.3/CMakeLists.txt       2023-02-25 06:05:21.000000000 
+0100
@@ -3,7 +3,7 @@
 # KDE Applications Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "22")
 set (RELEASE_SERVICE_VERSION_MINOR "12")
-set (RELEASE_SERVICE_VERSION_MICRO "2")
+set (RELEASE_SERVICE_VERSION_MICRO "3")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 project(kio-extras VERSION ${RELEASE_SERVICE_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-extras-22.12.2/mtp/shared/kmtpstorageinterface.cpp 
new/kio-extras-22.12.3/mtp/shared/kmtpstorageinterface.cpp
--- old/kio-extras-22.12.2/mtp/shared/kmtpstorageinterface.cpp  2023-01-29 
23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/mtp/shared/kmtpstorageinterface.cpp  2023-02-25 
06:05:21.000000000 +0100
@@ -21,7 +21,10 @@
             dbusObjectPath,
             QDBusConnection::sessionBus(),
             this);
-    m_dbusInterface->setTimeout(std::chrono::milliseconds(5min).count()); // 
TODO: listing folders with a huge amount of files may take a while
+    // Arbitrarily large number to prevent timeouts on file listing.
+    // https://bugs.kde.org/show_bug.cgi?id=462059
+    // https://github.com/libmtp/libmtp/issues/144
+    m_dbusInterface->setTimeout(std::chrono::milliseconds(60min).count());
 
     qDBusRegisterMetaType<KMTPFile>();
     qDBusRegisterMetaType<KMTPFileList>();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/cs/kio5_sftp.po 
new/kio-extras-22.12.3/po/cs/kio5_sftp.po
--- old/kio-extras-22.12.2/po/cs/kio5_sftp.po   2023-01-29 23:32:54.000000000 
+0100
+++ new/kio-extras-22.12.3/po/cs/kio5_sftp.po   2023-02-25 06:05:21.000000000 
+0100
@@ -3,22 +3,22 @@
 # Vít Pelčák <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2018, 2020.
 # Lukáš Tinkl <[email protected]>, 2011.
 # Tomáš Chvátal <[email protected]>, 2012.
-# Vit Pelcak <[email protected]>, 2021.
+# Vit Pelcak <[email protected]>, 2021, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kio_sftp\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-07-22 00:44+0000\n"
-"PO-Revision-Date: 2021-11-01 18:42+0100\n"
-"Last-Translator: Vit Pelcak <[email protected]>\n"
+"PO-Revision-Date: 2023-01-30 11:18+0100\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\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) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 21.08.2\n"
+"X-Generator: Lokalize 22.12.1\n"
 
 #: kio_sftp.cpp:226
 #, kde-format
@@ -119,7 +119,7 @@
 #: kio_sftp.cpp:656
 #, kde-format
 msgid "Could not get server public key type name"
-msgstr ""
+msgstr "Nelze získat název typu veřejného klíče serveru"
 
 #: kio_sftp.cpp:669
 #, kde-format
@@ -129,7 +129,7 @@
 #: kio_sftp.cpp:678
 #, kde-format
 msgid "Could not create fingerprint for server public key"
-msgstr ""
+msgstr "Nelze vytvořit otisk veřejného klíče serveru"
 
 #: kio_sftp.cpp:738
 #, kde-format
@@ -141,12 +141,18 @@
 "Please contact your system administrator.\n"
 "%2"
 msgstr ""
+"Klíč hostitele %1 pro tento server nebyl nalezen, ale existuje jiný typ "
+"klíče.\n"
+"Útočník může změnit výchozí klíč serveru aby zmátl klienta aby si 
myslel, že "
+"klíč neexistuje.\n"
+"Prosím, kontaktujte správce systému.\n"
+"%2"
 
 #: kio_sftp.cpp:756
 #, kde-format
 msgctxt "@title:window"
 msgid "Host Identity Change"
-msgstr ""
+msgstr "Změna identity serveru"
 
 #: kio_sftp.cpp:757
 #, kde-kuit-format
@@ -158,12 +164,17 @@
 "para><para>The %2 key fingerprint sent by the remote host is:<bcode>%3</"
 "bcode>Are you sure you want to continue connecting?</para>"
 msgstr ""
+"<para>Klíč hostitele pro server <emphasis>%1</emphasis> byl změněn.</"
+"para><para>Toto může znamenat, že probíhá DNS SPOOFING, nebo že IP 
adresa "
+"počítače a jeho klíč se změnili zároveň.</para><para>Otisk klíče %2 
odeslaný "
+"vzdáleným počítačem:<bcode>%3</bcode>Opravdu chcete pokračovat v 
připojení?</"
+"para>"
 
 #: kio_sftp.cpp:767
 #, kde-format
 msgctxt "@title:window"
 msgid "Host Verification Failure"
-msgstr ""
+msgstr "Ověření hostitele selhalo"
 
 #: kio_sftp.cpp:768
 #, kde-kuit-format
@@ -173,12 +184,15 @@
 "</para><para>The %2 key fingerprint is:<bcode>%3</bcode>Are you sure you "
 "want to continue connecting?</para>"
 msgstr ""
+"<para>Věrohodnost serveru <emphasis>%1</emphasis> nemůže být ověřena.</"
+"para><para>Otisk klíče %2 je:<bcode>%3</bcode>Opravdu si přejete 
pokračovat "
+"ve spojení?</para>"
 
 #: kio_sftp.cpp:777
 #, kde-format
 msgctxt "@action:button"
 msgid "Connect Anyway"
-msgstr ""
+msgstr "Připojit vše i tak"
 
 #: kio_sftp.cpp:800 kio_sftp.cpp:818 kio_sftp.cpp:833 kio_sftp.cpp:846
 #: kio_sftp.cpp:898 kio_sftp.cpp:908
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/bookmarks/index.docbook 
new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/bookmarks/index.docbook
--- old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/bookmarks/index.docbook      
2023-01-29 23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/bookmarks/index.docbook      
2023-02-25 06:05:21.000000000 +0100
@@ -53,7 +53,7 @@
 > na barra de localização do &konqueror;.</para>
 
 <para
->O conteúdo e disposição da página é configurável. Basta apontar o 
&konqueror; para <userinput
+>O conteúdo e layout da página é configurável. Basta apontar o &konqueror; 
para <userinput
 >bookmarks:/config</userinput
 >, de modo a invocar a janela de configuração.</para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/bzip2/index.docbook 
new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/bzip2/index.docbook
--- old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/bzip2/index.docbook  
2023-01-29 23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/bzip2/index.docbook  
2023-02-25 06:05:21.000000000 +0100
@@ -37,17 +37,17 @@
 > é um programa de compressão.</para>
 
 <para
->O 'kioslave' do 'bzip2' não é utilizável diretamente, e a intenção é 
usá-lo como filtro. Por exemplo, o 'kioslave' do 'tar' pode filtrar um arquivo 
por meio do 'kioslave' do 'bzip2', a fim de exibir o conteúdo de um arquivo 
<literal role="extension"
+>The bzip2 KIO worker is not directly usable, and is intended for use as a 
filter. For example, the tar KIO worker can filter a file through the bzip2 KIO 
worker, in order to display the contents of a <literal role="extension"
 >tar.bz2</literal
-> diretamente na janela do &konqueror;.</para>
+> file directly in a &konqueror; window.</para>
 
 <para
->Se você clicar em um arquivo comprimido com <literal role="extension"
->.bz2 </literal
-> no &konqueror;, o 'kioslave' é usado para descomprimi-lo e exibi-lo como um 
arquivo normal (sem compressão).</para>
+>If you click on a file compressed with a <literal role="extension"
+>.bz2</literal
+> in &konqueror;, this KIO worker is used to uncompress it and display it as a 
normal (uncompressed) file.</para>
 
 <para
->Se você é um desenvolvedor, e gostaria de usar o filtro 'bzip2', pode 
encontrar documentação sobre o uso de 'kioslaves' em <ulink 
url="http://techbase.kde.org";
+>If you are a developer, and would like to use the bzip2 filter, you can find 
documentation on using KIO workers at <ulink url="http://techbase.kde.org";
 >http://techbase.kde.org</ulink
 ></para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/fish/index.docbook 
new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/fish/index.docbook
--- old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/fish/index.docbook   
2023-01-29 23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/fish/index.docbook   
2023-02-25 06:05:21.000000000 +0100
@@ -65,15 +65,15 @@
 >, mas o resto do protocolo usa ferramentas normais da linha de comando, como 
 >descrito abaixo.</para>
 
 <para
->Use o 'kioslave' do 'fish' da seguinte forma: <userinput
+>You can use the fish KIO worker like this: <userinput
 >fish://<replaceable
->máquina</replaceable
+>hostname</replaceable
 ></userinput
-> ou <userinput
+> or <userinput
 >fish://<replaceable
->usuário</replaceable
+>username</replaceable
 >@<replaceable
->máquina</replaceable
+>hostname</replaceable
 ></userinput
 >.</para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/gzip/index.docbook 
new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/gzip/index.docbook
--- old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/gzip/index.docbook   
2023-01-29 23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/gzip/index.docbook   
2023-02-25 06:05:21.000000000 +0100
@@ -37,17 +37,17 @@
 > é um programa de compressão</para>
 
 <para
->O 'kioslave' do 'gzip' não é utilizável diretamente, e a intenção é 
usá-lo como filtro. Por exemplo, o 'kioslave' do 'tar' pode filtrar um arquivo 
por meio do 'kioslave' do 'gzip', a fim de exibir o conteúdo de um arquivo 
<literal role="extension"
+>The gzip KIO worker is not directly usable, and is intended for use as a 
filter. For example, the tar KIO worker can filter a file through the gzip KIO 
worker, in order to display the contents of a <literal role="extension"
 >tar.gz</literal
-> diretamente na janela do &konqueror;.</para>
+> file directly in a &konqueror; window.</para>
 
 <para
->Se você clicar em um arquivo comprimido com <literal role="extension"
->gz </literal
-> no &konqueror;, o 'kioslave' é usado para descomprimi-lo e exibi-lo como um 
arquivo normal (sem compressão).</para>
+>If you click on a file compressed with a <literal role="extension"
+>gz</literal
+> extension in &konqueror;, this KIO worker is used to uncompress it and 
display it as a normal (uncompressed) file.</para>
 
 <para
->Se você é um desenvolvedor, e gostaria de usar o filtro 'gzip', pode 
encontrar documentação sobre o uso de 'kioslaves' em <ulink 
url="http://techbase.kde.org";
+>If you are a developer, and would like to use the gzip filter, you can find 
documentation on using KIO workers at <ulink url="http://techbase.kde.org";
 >http://techbase.kde.org</ulink
 ></para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/info/index.docbook 
new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/info/index.docbook
--- old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/info/index.docbook   
2023-01-29 23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/info/index.docbook   
2023-02-25 06:05:21.000000000 +0100
@@ -47,7 +47,7 @@
 >.</para>
 
 <para
->O escravo do 'Info' permite a você ler as páginas 'info' instaladas em seu 
sistema, de dentro do &konqueror;. Você pode usá-lo muito facilmente:</para>
+>The Info KIO worker allows you to read the info pages installed on your 
system, from within &konqueror;. You can use it very easily:</para>
 
 <screen
 ><userinput
@@ -67,6 +67,6 @@
 >, mas não é usado, em larga escala, fora do software da &GNU;.</para>
 
 <para
->Você pode navegar facilmente por uma documentação 'info' que você tem 
instalada de dentro do aplicativo do &khelpcenter;, ou pode usar o escravo do 
'info' diretamente de dentro do &konqueror;.</para>
+>You can quite easily browse the info documentation you have installed from 
within the &khelpcenter; application, or you can use the info KIO worker 
directly from within both &konqueror; and the mini-cli.</para>
 
 </article>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/man/index.docbook 
new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/man/index.docbook
--- old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/man/index.docbook    
2023-01-29 23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/man/index.docbook    
2023-02-25 06:05:21.000000000 +0100
@@ -40,7 +40,7 @@
 </articleinfo>
 
 <para
->Usando o escravo do 'man' você conseguirá ler as páginas de manual 
instaladas em seu sistema. É fácil de usar: </para>
+>Using the man KIO worker you are able to read the man pages installed on your 
system. It is easy to use: </para>
 
 <variablelist>
 <varlistentry>
@@ -139,13 +139,13 @@
 >. </para>
 
 <para
->Como em qualquer outro escravo do &kde;, é possível indicar uma &URL; como 
<userinput
+>As with any other KIO worker, it is possible to enter a &URL;, like <userinput
 ><command
 >man:/socket</command
 ></userinput
-> em <emphasis
->qualquer</emphasis
-> aplicativo do &kde;. Tente no &kwrite;, para poder ver a página do manual 
no formato &HTML;. </para>
+> in <emphasis
+>any</emphasis
+> &kde; application. Try it in &kwrite; and you will see the man page in 
&HTML; format. </para>
 
 <para
 >Lista de discussão para contato: <email
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/recentdocuments/index.docbook 
new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/recentdocuments/index.docbook
--- 
old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/recentdocuments/index.docbook    
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/recentdocuments/index.docbook    
    2023-02-25 06:05:21.000000000 +0100
@@ -0,0 +1,74 @@
+<?xml version="1.0" ?>
+<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
+<!ENTITY % addindex "IGNORE">
+<!ENTITY % Brazilian-Portuguese "INCLUDE">
+]>
+
+<article lang="&language;" id="recentdocument">
+<title
+>Documentos recentes</title>
+
+<articleinfo>
+
+<authorgroup>
+  <author
+>&Burkhard.Lueck;&Burkhard.Lueck.mail; </author>
+<othercredit role="translator"
+><firstname
+>Luiz Fernando</firstname
+><surname
+>Ranghetti</surname
+><affiliation
+><address
+><email
+>[email protected]</email
+></address
+></affiliation
+><contrib
+>Tradução</contrib
+></othercredit
+> 
+</authorgroup>
+
+<date
+>01/12/2016</date>
+<releaseinfo
+>Applications 16.12</releaseinfo>
+
+</articleinfo>
+
+<para
+>A KIO worker to display recent documents or &URL;s in the file dialog, in the 
file manager, in &krunner; and in the Application Menu.</para>
+
+<para
+>You can use the KIO worker like this:</para>
+
+<para
+>Digite <userinput
+>recentdocuments:/</userinput
+> na barra de localização do &dolphin;, &konqueror; e o diálogo de arquivo 
irá lista os documentos ou &URL;s abertos recentemente.</para>
+
+<para
+>Você pode adicionar uma entrada na barra lateral Lugares: clique com o 
botão direito na barra lateral e escolha <guimenuitem
+>Adicionar entrada</guimenuitem
+>, digite <userinput
+>recentdocuments:/</userinput
+> no campo <guilabel
+>Localização</guilabel
+> e salve. Deve ficar disponível em todos os diálogos de arquivo a menos que 
você marque para mostrar a entrada apenas neste aplicativo.</para>
+
+<para
+>In the &systemsettings; module <guilabel
+>Plasma Search</guilabel
+> enable the search plugin <guilabel
+>Recent Documents</guilabel
+> to use this KIO worker in &krunner;.</para>
+
+<para
+>No <guilabel
+>Menu de aplicativos</guilabel
+> adicione um item de menu com os documentos recentes no topo do menu 
habilitando <guilabel
+>Mostrar documentos recentes</guilabel
+> na página de configurações.</para>
+
+</article>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/thumbnail/index.docbook 
new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/thumbnail/index.docbook
--- old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/thumbnail/index.docbook      
2023-01-29 23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/thumbnail/index.docbook      
2023-02-25 06:05:21.000000000 +0100
@@ -29,29 +29,29 @@
 ></othercredit
 > 
 </authorgroup>
+<date
+>11/12/2016</date>
+<releaseinfo
+>Applications 16.12</releaseinfo>
 </articleinfo>
 <para
->O 'kioslave' do 'thumbnail' é usado pelo &kde; para transparência de rede e 
geração persistente de miniaturas.</para>
+>The thumbnail KIO worker is used by &kde; for network transparent and 
persistent generation of thumbnails.</para>
 
 <para
->Este 'kioslave' usa plugins para gerar as miniaturas reais. Você pode 
habilitar a visualização destas miniaturas do submenu <menuchoice
+>The thumbnail KIO worker uses plugins to generate the actual thumbnails. You 
can enable viewing of these thumbnails from the <menuchoice
 ><guimenu
->Exibir</guimenu
+>View</guimenu
 > <guisubmenu
->Visualizar</guisubmenu
+>Preview</guisubmenu
 ></menuchoice
->, disponível no modo de gerenciador de arquivos do &konqueror;.</para>
+> submenu, available in &dolphin; or in &konqueror; in file manager 
mode.</para>
 
 <para
->O 'kioslave' do 'thumbnail' não é útil diretamente para um usuário, mas 
se você for um desenvolvedor, pode usá-lo dentro de seus próprios 
aplicativos para criar visualizações de arquivos.</para>
+>The thumbnail KIO worker is not directly useful to a user, but if you are a 
developer, you can use it within your own applications to create file 
previews.</para>
 
 <para
->Veja a documentação dos arquivos fonte para mais informações. Você 
encontrará isto em <filename
->$<envar
->KDEDIR</envar
->/include/kio/thumbcreator.h </filename
-> ou no arquivo fonte <filename class="directory"
->kdebase/runtime/kioslave/thumbnail</filename
-></para>
+>Veja a documentação nos arquivos fonte para mais informações. Você 
encontrará isto na pastas <ulink 
url="https://commits.kde.org/kio-extras?path=thumbnail";
+>thumbnail</ulink
+> </para>
 
 </article>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/xz/index.docbook 
new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/xz/index.docbook
--- old/kio-extras-22.12.2/po/pt_BR/docs/kioslave5/xz/index.docbook     
2023-01-29 23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/pt_BR/docs/kioslave5/xz/index.docbook     
2023-02-25 06:05:21.000000000 +0100
@@ -39,21 +39,21 @@
 >O 'xz' é um programa de compressão</para>
 
 <para
->O 'kioslave' do 'xz' não pode ser usado diretamente, devendo ser usado como 
um filtro. Por exemplo, o 'kioslave' do 'tar' poderá filtrar um arquivo por 
meio do 'kioslave' do 'xz', de modo a mostrar o conteúdo de um arquivo 
<literal role="extension"
+>The xz KIO worker is not directly usable, and is intended for use as a 
filter. For example, the tar KIO worker can filter a file through the xz KIO 
worker, in order to display the contents of a <literal role="extension"
 >tar.lzma</literal
-> ou <literal role="extension"
+> or <literal role="extension"
 >tar.xz</literal
-> diretamente numa janela do &konqueror;.</para>
+> file directly in a &konqueror; window.</para>
 
 <para
->Se você clicar em um arquivo comprimido com o <literal role="extension"
+>If you click on a file compressed with a <literal role="extension"
 >.lzma</literal
-> ou <literal role="extension"
+> or <literal role="extension"
 >tar.xz</literal
-> no &konqueror;, este 'kioslave' é usado para o descomprimir e o abrir como 
um arquivo normal (não-comprimido).</para>
+> in &konqueror;, this KIO worker is used to uncompress it and display it as a 
normal (uncompressed) file.</para>
 
 <para
->Se você é um desenvolvedor, e gostaria de usar o filtro 'xz', pode 
encontrar documentação sobre o uso de 'kioslaves' em <ulink 
url="http://techbase.kde.org";
+>If you are a developer, and would like to use the xz filter, you can find 
documentation on using KIO workers at <ulink url="http://techbase.kde.org";
 >http://techbase.kde.org</ulink
 ></para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/tr/kio5_fish.po 
new/kio-extras-22.12.3/po/tr/kio5_fish.po
--- old/kio-extras-22.12.2/po/tr/kio5_fish.po   2023-01-29 23:32:54.000000000 
+0100
+++ new/kio-extras-22.12.3/po/tr/kio5_fish.po   2023-02-25 06:05:21.000000000 
+0100
@@ -5,13 +5,13 @@
 # Görkem Çetin <[email protected]>, 2003, 2004.
 # Serdar Soytetir <[email protected]>, 2009.
 # Volkan Gezer <[email protected]>, 2013.
-# Emir SARI <[email protected]>, 2022.
+# Emir SARI <[email protected]>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kio_fish\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-21 00:46+0000\n"
-"PO-Revision-Date: 2022-10-21 10:50+0300\n"
+"PO-Revision-Date: 2023-02-08 19:40+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\n"
@@ -19,7 +19,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 22.08.1\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #: fish.cpp:291
 #, kde-format
@@ -34,7 +34,7 @@
 #: fish.cpp:629
 #, kde-format
 msgid "Local Login"
-msgstr "Yerel Giriş"
+msgstr "Yerel Oturum Açma"
 
 #: fish.cpp:631
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/tr/kio5_sftp.po 
new/kio-extras-22.12.3/po/tr/kio5_sftp.po
--- old/kio-extras-22.12.2/po/tr/kio5_sftp.po   2023-01-29 23:32:54.000000000 
+0100
+++ new/kio-extras-22.12.3/po/tr/kio5_sftp.po   2023-02-25 06:05:21.000000000 
+0100
@@ -11,13 +11,13 @@
 # Serdar Soytetir <[email protected]>, 2008, 2009, 2010, 2012.
 # Onur Küçük <[email protected]>, 2010.
 # Volkan Gezer <[email protected]>, 2013, 2014.
-# Emir SARI <[email protected]>, 2022.
+# Emir SARI <[email protected]>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kio_sftp\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-07-22 00:44+0000\n"
-"PO-Revision-Date: 2022-07-22 10:39+0300\n"
+"PO-Revision-Date: 2023-02-08 19:40+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\n"
@@ -25,7 +25,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 22.04.2\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #: kio_sftp.cpp:226
 #, kde-format
@@ -55,7 +55,7 @@
 #: kio_sftp.cpp:335 kio_sftp.cpp:337 kio_sftp.cpp:854
 #, kde-format
 msgid "SFTP Login"
-msgstr "SFTP Girişi"
+msgstr "SFTP Oturumu Açma"
 
 #: kio_sftp.cpp:352
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/tr/kio5_smb.po 
new/kio-extras-22.12.3/po/tr/kio5_smb.po
--- old/kio-extras-22.12.2/po/tr/kio5_smb.po    2023-01-29 23:32:54.000000000 
+0100
+++ new/kio-extras-22.12.3/po/tr/kio5_smb.po    2023-02-25 06:05:21.000000000 
+0100
@@ -7,13 +7,13 @@
 # Ömer Fadıl USTA <[email protected]>, 2002.
 # Görkem Çetin <[email protected]>, 2005.
 # Serdar Soytetir <[email protected]>, 2008.
-# Emir SARI <[email protected]>, 2022.
+# Emir SARI <[email protected]>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kio_smb\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-07-22 00:44+0000\n"
-"PO-Revision-Date: 2022-04-10 13:17+0300\n"
+"PO-Revision-Date: 2023-02-08 19:49+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\n"
@@ -21,7 +21,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 21.12.3\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #: kio_smb_auth.cpp:42
 #, kde-kuit-format
@@ -42,13 +42,13 @@
 "para><para><placeholder>kullanıcı adı</placeholder>: Bir ev ağında 
kimlik "
 "doğrularken kullanıcı adı yeterlidir</"
 "para><para><placeholder>kullanıcı@alanadı.com</placeholder>: Çağdaş 
kurumsal "
-"giriş yapma adları e-posta adresleri gibi oluşturulur</"
+"oturum açma adları e-posta adresleri gibi oluşturulur</"
 "para><para><placeholder>ALANADI\\kullanıcıadı</placeholder>: Çağlar 
öncesi "
 "kurumsal ağlarında veya çalışma gruplarında NetBIOS alan adını 
öneklemeniz "
 "gerekebilir (Windows 2000 öncesi)</para><para><placeholder>anonim</"
-"placeholder>: Anonim girişler boş kullanıcı adı ve parola denenerek "
-"yapılabilir. Sunucu yapılandırmasına bağlı olarak boş olmayan 
kullanıcı "
-"adları gerekebilir</para>"
+"placeholder>: Anonim oturum açılışları, boş kullanıcı adı ve parola "
+"denenerek yapılabilir. Sunucu yapılandırmasına bağlı olarak boş 
olmayan "
+"kullanıcı adları gerekebilir</para>"
 
 #: kio_smb_auth.cpp:50
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/zh_CN/kfileaudiopreview5.po 
new/kio-extras-22.12.3/po/zh_CN/kfileaudiopreview5.po
--- old/kio-extras-22.12.2/po/zh_CN/kfileaudiopreview5.po       2023-01-29 
23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/zh_CN/kfileaudiopreview5.po       2023-02-25 
06:05:21.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-07-14 00:45+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/zh_CN/kio5_activities.po 
new/kio-extras-22.12.3/po/zh_CN/kio5_activities.po
--- old/kio-extras-22.12.2/po/zh_CN/kio5_activities.po  2023-01-29 
23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/zh_CN/kio5_activities.po  2023-02-25 
06:05:21.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-09-24 00:16+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/zh_CN/kio5_archive.po 
new/kio-extras-22.12.3/po/zh_CN/kio5_archive.po
--- old/kio-extras-22.12.2/po/zh_CN/kio5_archive.po     2023-01-29 
23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/zh_CN/kio5_archive.po     2023-02-25 
06:05:21.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-07-05 00:44+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/zh_CN/kio5_bookmarks.po 
new/kio-extras-22.12.3/po/zh_CN/kio5_bookmarks.po
--- old/kio-extras-22.12.2/po/zh_CN/kio5_bookmarks.po   2023-01-29 
23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/zh_CN/kio5_bookmarks.po   2023-02-25 
06:05:21.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-07-04 00:45+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/zh_CN/kio5_fish.po 
new/kio-extras-22.12.3/po/zh_CN/kio5_fish.po
--- old/kio-extras-22.12.2/po/zh_CN/kio5_fish.po        2023-01-29 
23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/zh_CN/kio5_fish.po        2023-02-25 
06:05:21.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-21 00:46+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/zh_CN/kio5_info.po 
new/kio-extras-22.12.3/po/zh_CN/kio5_info.po
--- old/kio-extras-22.12.2/po/zh_CN/kio5_info.po        2023-01-29 
23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/zh_CN/kio5_info.po        2023-02-25 
06:05:21.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-10 00:16+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/zh_CN/kio5_man.po 
new/kio-extras-22.12.3/po/zh_CN/kio5_man.po
--- old/kio-extras-22.12.2/po/zh_CN/kio5_man.po 2023-01-29 23:32:54.000000000 
+0100
+++ new/kio-extras-22.12.3/po/zh_CN/kio5_man.po 2023-02-25 06:05:21.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-10 00:45+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/zh_CN/kio5_mtp.po 
new/kio-extras-22.12.3/po/zh_CN/kio5_mtp.po
--- old/kio-extras-22.12.2/po/zh_CN/kio5_mtp.po 2023-01-29 23:32:54.000000000 
+0100
+++ new/kio-extras-22.12.3/po/zh_CN/kio5_mtp.po 2023-02-25 06:05:21.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-08-07 00:45+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -27,8 +27,9 @@
 "popup on its screen. If that does not work, make sure MTP is enabled in its "
 "USB connection settings."
 msgstr ""
-"无法访问设备。请确保它已解锁,然后点击弹出窗口的“å…
è®¸â€æŒ‰é’®ã€‚如果仍然无法正常"
-"工作,请确保在 USB 连接设置中启用了 MTP。"
+"无
法访问此设备。请确保该设备处于解锁状态,然后在它的屏幕上点击弹窗中的“å
…"
+"许”按钮。如果仍然无法正常工作,请确保该设备的 USB 
连接设置中启用/选择了 MTP "
+"模式。"
 
 #: kio_mtp.cpp:490
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/zh_CN/kio5_nfs.po 
new/kio-extras-22.12.3/po/zh_CN/kio5_nfs.po
--- old/kio-extras-22.12.2/po/zh_CN/kio5_nfs.po 2023-01-29 23:32:54.000000000 
+0100
+++ new/kio-extras-22.12.3/po/zh_CN/kio5_nfs.po 2023-02-25 06:05:21.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-06 00:45+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/zh_CN/kio5_recentdocuments.po 
new/kio-extras-22.12.3/po/zh_CN/kio5_recentdocuments.po
--- old/kio-extras-22.12.2/po/zh_CN/kio5_recentdocuments.po     2023-01-29 
23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/zh_CN/kio5_recentdocuments.po     2023-02-25 
06:05:21.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-30 00:17+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/zh_CN/kio5_sftp.po 
new/kio-extras-22.12.3/po/zh_CN/kio5_sftp.po
--- old/kio-extras-22.12.2/po/zh_CN/kio5_sftp.po        2023-01-29 
23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/zh_CN/kio5_sftp.po        2023-02-25 
06:05:21.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-07-22 00:44+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/zh_CN/kio5_smb.po 
new/kio-extras-22.12.3/po/zh_CN/kio5_smb.po
--- old/kio-extras-22.12.2/po/zh_CN/kio5_smb.po 2023-01-29 23:32:54.000000000 
+0100
+++ new/kio-extras-22.12.3/po/zh_CN/kio5_smb.po 2023-02-25 06:05:21.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-07-22 00:44+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/po/zh_CN/kio5_thumbnail.po 
new/kio-extras-22.12.3/po/zh_CN/kio5_thumbnail.po
--- old/kio-extras-22.12.2/po/zh_CN/kio5_thumbnail.po   2023-01-29 
23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/po/zh_CN/kio5_thumbnail.po   2023-02-25 
06:05:21.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-11-10 02:29+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-22.12.2/smb/kio_smb_browse.cpp 
new/kio-extras-22.12.3/smb/kio_smb_browse.cpp
--- old/kio-extras-22.12.2/smb/kio_smb_browse.cpp       2023-01-29 
23:32:54.000000000 +0100
+++ new/kio-extras-22.12.3/smb/kio_smb_browse.cpp       2023-02-25 
06:05:21.000000000 +0100
@@ -535,6 +535,13 @@
     const auto total = blockSize * dirStat.f_blocks;
     const auto available = blockSize * ((dirStat.f_bavail != 0) ? 
dirStat.f_bavail : dirStat.f_bfree);
 
+    // If total is 0 don't bother reporting it, it just makes dolphin 
misbehave. And is indicative of
+    // us not having any viable data.
+    // https://bugs.kde.org/show_bug.cgi?id=431050
+    if (total <= 0) {
+        return WorkerResult::fail(KIO::ERR_UNSUPPORTED_ACTION, url.url());
+    }
+
     setMetaData("total", QString::number(total));
     setMetaData("available", QString::number(available));
 

Reply via email to