[network/kio-gdrive] /: Fix terminology: KIO Worker

Luigi Toscano null at kde.org
Fri Oct 4 22:43:38 BST 2024


Git commit dc21665fea399231246f907e6be9a4a5453c8f96 by Luigi Toscano.
Committed on 04/10/2024 at 21:40.
Pushed by ltoscano into branch 'master'.

Fix terminology: KIO Worker

Apply the changes to a few "safe" places:
- user manual;
- metainfo;
- various internal documentation files.

M  +3    -3    HACKING
M  +1    -1    README.md
M  +1    -1    README.packagers
M  +1    -1    desktop/org.kde.kio_gdrive.metainfo.xml
M  +1    -1    doc/index.docbook

https://invent.kde.org/network/kio-gdrive/-/commit/dc21665fea399231246f907e6be9a4a5453c8f96

diff --git a/HACKING b/HACKING
index 171745c..4bd100a 100644
--- a/HACKING
+++ b/HACKING
@@ -7,7 +7,7 @@ as long as kdeinit5 has been installed in the same prefix.
 Locate Debug Output
 ===================
 
-You will not see the slave's output in the terminal where you started e.g. Dolphin.
+You will not see the worker's output in the terminal where you started e.g. Dolphin.
 On systemd distros the output will go in the journalctl (assuming Qt built with the -journald option).
 A quick way to locate the relevant logs is the following command:
 
@@ -20,12 +20,12 @@ This will only show the logs since the last boot. To retrieve also older logs, y
 Enable Debug Output
 ===================
 
-Th gdrive slave uses categorized debug output. Normally you would enable its output with a simple:
+Th gdrive worker uses categorized debug output. Normally you would enable its output with a simple:
 
     export QT_LOGGING_RULES="kf.kio.workers.gdrive=true"
 
 However, you need to make sure this variable is present in the environment of kdeinit5,
-which is the process that starts the ioslave.
+which is the process that starts the ioworker.
 
 A simpler alternative is to create (or edit) ~/.config/QtProject/qtlogging.ini with the following content:
 
diff --git a/README.md b/README.md
index aaa8bcd..1cda0c2 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ INSTALLATION
     $ sudo make install
     $ kdeinit5 # or just re-login
 
-Now you are ready to use the slave. Either click the "Network" button in Dolphin or run:
+Now you are ready to use the worker. Either click the "Network" button in Dolphin or run:
 
     $ kioclient5 exec gdrive:/
 
diff --git a/README.packagers b/README.packagers
index 53c266b..b53398f 100644
--- a/README.packagers
+++ b/README.packagers
@@ -16,5 +16,5 @@ KIO GDrive requires a KIO-enabled file manager at runtime,
 otherwise there is no way to setup a Google Drive account.
 This can be Dolphin or Gwenview or Konqueror.
 
-The slave installs a .desktop file that enables integration with
+The worker installs a .desktop file that enables integration with
 the Dolphin's Places panel and the Plasma's Folder View widget.
diff --git a/desktop/org.kde.kio_gdrive.metainfo.xml b/desktop/org.kde.kio_gdrive.metainfo.xml
index cae313d..6554780 100644
--- a/desktop/org.kde.kio_gdrive.metainfo.xml
+++ b/desktop/org.kde.kio_gdrive.metainfo.xml
@@ -93,7 +93,7 @@
   <summary xml:lang="zh-CN">KDE Plasma 和 KDE 应用的 Google 云端硬盘整合</summary>
   <summary xml:lang="zh-TW">適用於 KDE Plasma 和 KDE 應用程式的 Google Drive 整合</summary>
   <description>
-    <p>KIO GDrive is a KIO slave that enables KIO-aware applications (such as Dolphin, Kate or Gwenview) to access and edit Google Drive files on the cloud.</p>
+    <p>KIO GDrive is a KIO worker that enables KIO-aware applications (such as Dolphin, Kate or Gwenview) to access and edit Google Drive files on the cloud.</p>
     <p xml:lang="ar">تمكّن وحدة غوغل درايف التطبيقات المدركة لـ KIO (مثل دولفين أو كيت أو حونفيو) للوصول إلى ملفات غوغل درايف على سحابة غوغل.</p>
     <p xml:lang="az">KIO GDrive sizə KIO iləuyğun proqramları işə salmağa imkan verən KIO xidməti cihazıdır.</p>
     <p xml:lang="be">KIO GDrive - гэта ўбудова KIO worker, якая дазваляе праграмам, якія працуюць з KIO (напрыклад, Dolphin, Kate або Gwenview), атрымліваць доступ і рэдагаваць файлы ў воблаку Google Drive.</p>
diff --git a/doc/index.docbook b/doc/index.docbook
index f5c137d..23f6709 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -27,7 +27,7 @@
 
 <para>KIO GDrive allows you to access and edit your Google Drive files using KDE applications that support KIO.</para>
 
-<para>You can use the gdrive kioslave like this:</para>
+<para>You can use the gdrive KIO Worker like this:</para>
 <para><userinput>gdrive://</userinput> or <userinput>gdrive://<replaceable>foo at example.com</replaceable></userinput>.</para>
 
 <para>The first URL shows an OAuth login dialog from Google, if no Drive account has been authenticated yet,


More information about the kde-doc-english mailing list