[education/rkward] rkward/plugins: Remove obsolete warning

Thomas Friedrichsmeier null at kde.org
Sun Sep 8 08:02:26 BST 2024


Git commit 60d27201025109f12c10bb7b0941fcb5253ccb23 by Thomas Friedrichsmeier.
Committed on 08/09/2024 at 07:02.
Pushed by tfry into branch 'master'.

Remove obsolete warning

M  +0    -1    rkward/plugins/00saveload/DownloadAppImage.rkh
M  +0    -9    rkward/plugins/00saveload/DownloadAppImage.xml
M  +0    -7    rkward/plugins/rkwarddev_scripts/rkwarddev_rk.download_appimage_plugin_script.R

https://invent.kde.org/education/rkward/-/commit/60d27201025109f12c10bb7b0941fcb5253ccb23

diff --git a/rkward/plugins/00saveload/DownloadAppImage.rkh b/rkward/plugins/00saveload/DownloadAppImage.rkh
index 70ae35aa3..37727b867 100644
--- a/rkward/plugins/00saveload/DownloadAppImage.rkh
+++ b/rkward/plugins/00saveload/DownloadAppImage.rkh
@@ -26,7 +26,6 @@ SPDX-License-Identifier: GPL-2.0-or-later
   -->
   <settings>
     <caption id="tab_File" />
-    <caption id="frm_txtPAIYRFR" />
     <caption id="frm_brwsrlbSAI" />
     <setting id="aiu_file">
       Select a target file to save the AppImage to.
diff --git a/rkward/plugins/00saveload/DownloadAppImage.xml b/rkward/plugins/00saveload/DownloadAppImage.xml
index a68586158..6d205d57e 100644
--- a/rkward/plugins/00saveload/DownloadAppImage.xml
+++ b/rkward/plugins/00saveload/DownloadAppImage.xml
@@ -35,15 +35,6 @@ SPDX-License-Identifier: GPL-2.0-or-later
       <tab label="File" id="tab_File">
         <row id="row_cPAIYRFRPA">
           <column id="clm_fPAIYRFRPA">
-            <frame id="frm_txtPAIYRFR">
-              <text id="aiu_file_warning" type="warning">
-                Please note that downloading the AppImage file might take a while. Your R session can be occupied for some minutes once you submit. For a live feedback of the download progress, please run the
-                <code>
-                  rk.download_appimage()
-                </code>
-                call in the R console manually.
-              </text>
-            </frame>
             <frame id="frm_brwsrlbSAI">
               <browser label="Save to" type="savefile" id="aiu_file" filter="*.AppImage" />
             </frame>
diff --git a/rkward/plugins/rkwarddev_scripts/rkwarddev_rk.download_appimage_plugin_script.R b/rkward/plugins/rkwarddev_scripts/rkwarddev_rk.download_appimage_plugin_script.R
index f3dc2a488..749265be4 100644
--- a/rkward/plugins/rkwarddev_scripts/rkwarddev_rk.download_appimage_plugin_script.R
+++ b/rkward/plugins/rkwarddev_scripts/rkwarddev_rk.download_appimage_plugin_script.R
@@ -72,13 +72,6 @@ noLoadMsg <- rk.XML.cbox(
 
 tab_file <- rk.XML.row(
   rk.XML.col(
-    rk.XML.frame(
-      rk.XML.text(
-        "Please note that downloading the AppImage file might take a while. Your R session can be occpied for some minutes once you submit. For a live feedback of the download progress, please run the <code>rk.download_appimage()</code> call in the R console manually.",
-        type="warning",
-        id.name="aiu_file_warning"
-      )
-    ),
     rk.XML.frame(
       aiu_file
     ),


More information about the rkward-tracker mailing list