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

前端 未结 13 2195
孤街浪徒
孤街浪徒 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条回答
  •  旧时难觅i
    2020-12-04 05:50

    Example bash script for using Gambas GTK/QT Controls(GUI Objects): The Gambas IDE can be used to design even large GUIs and act as a GUI server. Example expplications can be downloaded from the Gambas App store.
    https://gambas.one/gambasfarm/?id=823&action=search

提交回复
热议问题