How to show a GUI message box from a bash script in linux?

前端 未结 13 2163
孤街浪徒
孤街浪徒 2020-12-04 04:58

I\'m writing a few little bash scripts under Ubuntu linux. I want to be able to run them from the GUI without needing a terminal window to enter any input or view any output

13条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 05:54

    Kdialog and dialog are both good, but I'd recommend Zenity. Quick, easy, and much better looking the xmessage or dialog.

提交回复
热议问题