E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Zenity
Deepin系统通知
image.png具体文档:在终端中输入yelp然后在最下面点击
zenity
手册image.pngimage.pngshell调用系统通知#!
LanceAdd
·
2023-12-17 14:08
Zenity
简介
Zenity
可以通过命令行或脚本调用,用于创建各种类型的对话框,例如消息框、输入框、文件选择框、进度条等。这些对话框可以用来显示信息、接收用户输入、选择文件或目录、显示进度等。通过与其他命令或脚本
小子宝丁
·
2023-08-25 06:44
Linux
Zenity
shell
Zenity
- 在Shell下迈向图形化的GUI工具
Zenity
是一个开源和跨平台的应用程序,它在命令行中显示GTK+对话框并使用shell脚本。GNULinux的操作系统建立在非常强大的内核称为Linux。Linux以其命令行操作而闻名。
DarlingTeng
·
2023-04-02 14:46
Zenity
shell
linux命令
shell图形界面-利用whiptail
经常看见在配置内核,配置根文件系统的时候看到这种菜单,还有Centos、中标麒麟自带的setup,突然很想自己也做一个,还有就是为了测试调用命令,感觉挺好的查了一些资料,有几个可以写shell界面,whiptail,
Zenity
GLL_
·
2020-08-26 08:48
shell
Linux
shell的图形化实现简单示例
其实在linux中已经有人做了不少的工作,目前使用比较多的是dialog,还有很多衍生的版本,比如kdialog,gdialog,
zenity
等等。都在图形接口上有自己的界面风格和特点。
congbao6525
·
2020-08-26 06:05
shell学习8:$#,$$,$?的作用
:上个命令的退出状态,在shell的图形界面
zenity
里面用的比较多。$#测试代码:1#!
天泉证道
·
2020-08-24 17:04
shell学习之路
shell
$$
$#
$?
在交互式shell脚本中创建对话框
whiptail可以在shell脚本中创建基于终端的对话框,消息框的过程,类似于
Zenity
或xdialo
舞枫人
·
2020-08-08 17:18
笔记
shell学习38:
zenity
图形界面之信息对话框和单复选对话框,以及while,for循环的练习
涵盖内容包括1,shell的while循环2,shell的for循环3,shell关于字符串的截取(精华之处)4,shell的选择分支语句if5,
zenity
信息对话框6,
zenity
单选对话框7,
zenity
天泉证道
·
2020-07-12 10:15
shell学习之路
Linux GUI脚本
zenity
1、使用日历控件:szDate=$(
zenity
--calendar--text"Pickaday"--title"MedicalLeave"--day13--month5--year2010);echo
_Sirius
·
2020-07-11 15:37
Linux
Shell
Zenity
中文手册
/bin/shtop|
zenity
--text-info--title="TOPINFO"--width=800--height=400要看
zenity
参数用法,打ze
dayeshisir
·
2020-07-11 04:37
Linux
基本操作
zenity
zenity
用来显示对话框类型应用程序选项:--calendar显示日历对话框--entry显示文本输入对话框--error显示错误对话框--info显示信息对话框--file-selection显示文件选择对话框
bbplayers
·
2020-07-11 02:55
简年2:为shell脚本添加交互界面
1.
Zenity
第一个介绍的工具就是
Zenity
,它是Gnome下的一个项目(大概),在大部分发行版中都自动安装了这个工具,因
左蓝
·
2020-07-10 04:03
zenity
脚本设置系统日期和时间
记录于此,以便自己参考。==============================================================理论知识:设置系统日期和时间初始日期格式DATE="2010/08/20"得到新的格式:08/2010/20NEWDATE=$(echo"$DATE"|awk--source'BEGIN{FS="/"}'--source'{print$2"/"$1"/
jchen1218
·
2020-06-27 03:46
shell脚本
linux系统shell脚本中使用图形对话框
linux系统shell脚本中使用图形对话框本文提供两种图形化方法第一种是图形化shell即dialog,另一种是gtk+的
zenity
;liunx下的dialog工具是一个可以和shell脚本配合使用的文本界面下的创建对话框的工具
halazi100
·
2020-06-23 12:08
#
Linux_env
#
07shell
写一个自己的重装脚本(GUI)
/bin/bash#说明:请使用bash命令运行脚本,否则会报错#清空终端clear#构建图形化界面GUI=$(
zenity
--list--checklist\--height="600"\-
左蓝
·
2020-06-21 01:22
致需要扩展ubuntu工具认识的Linuxer | apps shell
前言前端时间抽出时间整理了一下自己常用的ubuntu软件工具并分享给了大家,点击那个程序员的Linux常用软件清单可以查看,有趣的是早些天也学习gtk桌面入门开发,碰巧又遇到了
zenity
,其实我想表达的是
AlicFeng
·
2017-12-07 06:05
Ubuntu 简单定时提醒脚本
系统环境:Ubuntu14.04本文给出一个简单的脚本,利用
zenity
和notify-send,实现一个Ubuntu下简单的定时提醒工具。
shutdown_r_now
·
2016-04-04 17:00
ubuntu
脚本
小工具
zenity
,小巧方便的对话框工具
写shell的时候需要大量的echo一些东东出来看,从来不敢想弹出个对话框跟用户交互,有了
zenity
这个小工具这个想法很容易就实现了。
·
2015-11-13 18:41
对话框
定时关机对话框提示
[关键词]: shutdown,
zenity
, gnome-session-save,gtk-logout-helper ===> 最近自制力有点差,每天晚上一不小心就在电脑前看东西超过12
·
2015-11-11 15:42
对话框
Ubuntu自带比较软件 Meld ,非常简便
安装MeldMeld默认在Ubuntu官方源中,在Ubuntu软件中心搜索一下就可以安装,或者使用命令: sudoapt-getinstallmeld 移植到Gedit下1.安装
Zenity
u013278940
·
2015-04-02 11:00
whiptail
gui界面的对话框gtk是
zenity
,kde是kdialog。
cnsword
·
2015-01-06 14:00
linux
Terminal
PostgreSQL双节点流复制图形化设置工具
最近看了个gtk+工具
zenity
,顺便写了个图形化配置pg流复制的脚本。
连顺科
·
2014-10-30 17:00
PostgreSQL
图形化
流复制
zenity
shell脚本――为rdesktop加点GUI界面
要用shell脚本为rdesktop加点GUI界面首先要安装有
zenity
,然后写一个这样的脚本:#!
willron
·
2014-10-21 13:13
GUI
rDesktop
zenity
快捷启动
Linux命令之Dialog练习
做成简单的GUI界面yuminstalldialog下面是一些练习记录针对Xwindows的dialog 叫XdialogyuminstallXdialogKDE桌面也有kdialoggnome好像是
zenity
xshalk
·
2014-08-21 15:00
利用shell + python + expect实现类似xshell功能(测试环境:ubuntu)
#各个脚本的功能介绍 #meanue.sh 主要登陆框架 #mk_key_filec python实现的将用户信息编码存放,最初想法是加密,这块以后优化为加密 #
zenity
ubuntu
贾小编
·
2014-04-03 14:00
python
ubuntu
ssh
expect
linux下gtk+图形界面--
zenity
的使用练习
使用
zenity
的主要目的是:1)使用起来简单方便,大多数linux都已经默认安装,无需再进行安装;2)程序进行到某一步骤时发出警告,或者发生错误时else第二选择生效,运行
zenity
,弹出出错对话框
julius_lee
·
2013-09-16 13:00
linux meld
移植到Gedit下1.安装
Zenity
,打开终端,输入命令:sudoapt-getinstallzenity复制代码2.打
yinjiabin
·
2012-09-08 11:00
使用
Zenity
在终端弹出对话框
使用
Zenity
在终端弹出对话框1. 介绍2. 用法3. 日历对话框4. 文件选择对话框5. 通知区域图标6. 列表框7. 消息框8. 进度框9. 文本框10. 文本信息框1.
wsql
·
2012-08-14 13:00
对话框
goldendict有道扩展程序1.2版本
b,classify.txt分类支持空格 c,选择单词分类不再使用
zenity
,而是直接在显示的网页中添加。
Onway
·
2012-06-08 11:00
A complete
zenity
dialog examples
ZenityisatoolthathelpyoutocreateacommonfunctionalGTK+dialogs.Ithavevariousdialogsthateachofthemhavedifferentwaysofpresentingdataandacquiredatafromuserinput.WehaveintroducehowtomakeuseofGUIdialogboxinU
tody_guo
·
2012-06-03 17:00
zenity
zenity
用来显示对话框类型 应用程序选项: --calendar 显示日历对话框 --entry 显示文本输入对话框 --error
bbplayers
·
2012-05-03 13:00
aenity
zenity
--info--text="helloworld" ENITY(1)
·
2012-04-22 08:00
it
bash script写的gnome桌面小闹钟
zenity
的界面。
Onway
·
2012-03-09 18:00
Linux GUI脚本
zenity
1、使用日历控件:szDate=$(
zenity
--calendar--text"Pickaday"--title"MedicalLeave"--day13--month5--year2010);echo
junjieguo
·
2011-11-19 17:00
JOIN
linux
kill
脚本
日历
gtk
List Dialog
原文来自:http://library.gnome.org/users/
zenity
/stable/
zenity
-list-options.html.en Usethe--listoptiontocreatealistdialog.Zenityreturnstheentriesinthefirstcolumnoftextofselectedrowstostandardoutput.Datafort
dayeshisir
·
2011-04-29 21:00
Text Information Dialog
原文来自:http://library.gnome.org/users/
zenity
/stable/
zenity
-text-options.html.en Usethe--text-infooptiontocreateatextinformationdialog.Thetextinformationdialogsupportsthefollowingoptions
dayeshisir
·
2011-04-29 21:00
File
dialog
output
Text Entry Dialog
原文来自:http://library.gnome.org/users/
zenity
/stable/
zenity
-text-entry-options.html.en Usethe--entryoptiontocreateatextentrydialog.Zenityreturnsthecontentsofthetextentrytostandardoutput.Thetextentrydialo
dayeshisir
·
2011-04-29 21:00
zenity
实现一个滚动条
原文来自:http://library.gnome.org/users/
zenity
/stable/
zenity
-progress-options.html.en Usethe--progressoptiontocreateaprogressdialog.Zenityreadsdatafromstandardinputlinebyline.Ifalineisprefixedwith
dayeshisir
·
2011-04-29 21:00
System
input
dialog
character
cron
jobs
zenity
实现一个滚动条
原文来自:http://library.gnome.org/users/
zenity
/stable/
zenity
-progress-options.html.en Usethe--progressoptiontocreateaprogressdialog.Zenityreadsdatafromstandardinputlinebyline.Ifalineisprefixedwith
dayeshisir
·
2011-04-29 21:00
Zenity
中文手册
/bin/shtop|
zenity
--text-info--title="TOPINFO"--width=800--height=400要看
zenity
参数用法,打z
dayeshisir
·
2011-04-29 20:00
String
shell
日历
2010
gtk
Meld:Ubuntu下文件/目录对比
移植到Gedit下1.安装
Zenity
,打开终端,输入命令:sudoapt-getinstallzenity2.打开Gedit。“
leino11121
·
2011-03-02 16:00
Meld:Ubuntu下文件/目录对比
移植到Gedit下1.安装
Zenity
,打开终端,输入命令:sudoapt-getinstallzenity2.打开Gedit。“
火耳
·
2011-01-22 21:00
ubuntu10右键脚本中增加发送到命令
这是从国外网站下载的一个发送到的脚本,一下为我在ubuntu10下参照readme安装的过程:首先 sendtomedia脚本需要
zenity
支持,先打开终端,然后输入sudoapt-getinstallzenity
philipslu
·
2010-09-06 12:43
ubuntu
脚本
职场
休闲
发送到
sendtomedia
ubuntu10右键脚本中增加发送到命令
这是从国外网站下载的一个发送到的脚本,一下为我在ubuntu10下参照readme安装的过程:首先 sendtomedia脚本需要
zenity
支持,先打开终端,然后输入sudoapt-getinstallzenity
philipslu
·
2010-09-06 12:43
脚本
职场
ubuntu
休闲
发送到
sendtomedia
Linux GUI脚本
zenity
1、使用日历控件: szDate=$(
zenity
--calendar --text "Pick a day" --title "Medical Leave"
fuliang
·
2010-05-14 00:00
linux
.net
脚本
bash
Linux GUI脚本
zenity
1、使用日历控件: szDate=$(
zenity
--calendar --text "Pick a day" --title "Medical Leave"
fuliang
·
2010-05-14 00:00
.net
linux
脚本
bash
A complete
zenity
dialog examples
AcompletezenitydialogexamplesZenityisatoolthathelpyoutocreateacommonfunctionalGTK+dialogs.Ithavevariousdialogsthateachofthemhavedifferentwaysofpresentingdataandacquiredatafromuserinput.Wehaveintroduce
newman0708
·
2009-11-04 13:00
zenity
,把shell加上图形界面
zenity
是个很帅的东西,它用法可以参考它的--help,这里不多赘述了,下面是一个我的例子: 这个是用来查询用户在博客园信息的小东东,呵呵。
玉米疯收
·
2009-08-26 18:00
基于
zenity
的“运行”对话框
平台:bash,linux虽然十分简单(withbuggy),但是,个人觉得还是挺有用的。代码如下:#!/bin/bash#“运行”对话框#文件/var/tmp/run-dialog-`logname`保存上一次运行的命令LOG_FILE="/var/tmp/run-dialog-`logname`"LAST_RUN=if[-f"$LOG_FILE"];thenLAST_RUN="$(cat$LO
yxf
·
2007-11-16 19:00
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他