Create a GUI application with YAD

preview_player
Показать описание
In this VERY PROFESSIONAL video, I demonstrate how to make a basic GUI application with YAD. Here's the code...if the YouTube Police will let me post it...
____________________________________________

#!/usr/bin/env bash

yad --title="My Super Duper Window" --width=450 --window-icon="text-editor" --text-align=center --center --buttons-layout="center" --text="

This is my super duper window

" \
--button=" Terminal!terminal!Open the terminal":"xterm" \
--button=" File Manager!thunar!Open the file manager":"pcmanfm" \
Рекомендации по теме
Комментарии
Автор

This is an awesome video, I've been wanting to change my bash scripts into a GUI because why not :) I'm a visual person, I've tried reading some tutorials but they're too technical, once I see a visual reference it makes more sense. Thanks mate!! looking forward to more! I'm kinda hopin you will demonstrate how to open the terminal executing a command would be awesome!!

pctlc
Автор

Thanx for posting this. I'm creating my own Linux distro, and I plan to use an "instant install" feature to make it very easy for those new to Linux to install extra software not included in the ISO. This looks like it should fit the bill perfectly.

Oh, and, uh, that doohicky is known as a colon.

fredmckinney
Автор

Awesome, 142 billion bash scripts will just stop working! Great job
HaHaHA... Thanks for that Dan from my Eyes! I feel so Special (Ed).... 🤣
I'm sure other folks will be happy too! :-P
Do Hickey...? HahahAhAhA Thanks got it was not the muffler thingy! 🤣🤣🤣🤣🤣🤣

Awesome "We Can Do it too!"....

LLAP! 🖖

BrucesWorldofStuff