云网牛站
所在位置:首页 > Linux软件 > spark-webapp-runtime运行器,可生成Shell脚本或.desktop文件到桌面

spark-webapp-runtime运行器,可生成Shell脚本或.desktop文件到桌面

2021-01-31 10:16:07作者:gfdgd xi稿源:深度站

以下介绍一款基于Python3 tkinter构建的spark-webapp-runtime图形化运行器,用它可生成Shell脚本或.desktop文件到桌面及生成.desktop文件到启动器。当前提供有spark-webapp-runtime-runner_1.0.1_all.deb下载,该版本使用多线程,防止界面假死。

 

说明和截图

能轻度替代以下命令,支持保存shell脚本到桌面和.desktop文件到启动器和桌面:

spark-webapp-runtime -u 协议://网址 -i 图标路径 -d 描述信息 -t 标题

相关截图如下:

spark-webapp-runtime运行器,可生成Shell脚本或.desktop文件到桌面

spark-webapp-runtime运行器,可生成Shell脚本或.desktop文件到桌面

spark-webapp-runtime运行器,可生成Shell脚本或.desktop文件到桌面

 

下载链接

下载地址:https://gitee.com/gfdgd-xi/spark-webapp-runtime-runner/releases

 

spark-webapp-runtime运行器安装说明

安装所需依赖,请注意请安装星火商店,参考在Deepin 20系统中下载及安装星火应用商店的方法

sudo apt install python3 python3-tk spark-webapp-runtime git

下载该程序:

git clone https://gitee.com/gfdgd-xi/spark-webapp-runtime-runner

运行该程序:

cd spark-webapp-runtime-runner

chmod 777 main.py

./main.py

 

附1:可以用threading模块创建一个新的线程来运行可执行文件

def start():

  threading.Thread(

    target = os.system,

    args = (f"spark-webapp-runtime -u '{e1.get()}' -i '{e3_text.get()}' -t '{e2_text.get()}' -d '{e4_text.get()}'",)

    ).start()

 

附2:缺少依赖怎么处理

安装spark-webapp-runtime软件包,星火商店的源里有。

 

相关主题

在Ubuntu 20.04下安装不了Spark星火应用商店新版可改安旧版

精选文章
热门文章