Question about Birthday (Yad app for Ubuntu)

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
achim
Posts: 48
Joined: Thu 13 Apr 2017, 19:36
Location: Germany

Question about Birthday (Yad app for Ubuntu)

#1 Post by achim »

Hi,
6 months ago I switched to Ubuntu 4.16 and have now a lot of fun to yad. Now, however, I have a problem for days. I want you to read and display the result from the "Birthday" on yad. Since the result of more than one word, I get with the attached code, the result only with each displayed (word for word). Can somebody help me with it?

#! / bin / bash

yad --title = 'special events' \
--text = 'birthday' \
--text-align = center --geometry = 950x400 \
--list \
--scroll \
--column = " event "\
center" \ --buttons-layout = "
--button =" <b> <span color = 'blue'> Close </ span> </ b> "\
--image-on-top \
- image = / home / hachims / .icons / drive-3-cb-system-dos-icon.png \
$ (birthday -f /home/hachims/Dokumente/b2.txt)

PS. I loaded a professional script with yad to download from youtube down from the net. Can I publish this?

Sorry, I just see that is the wrong forum. Please by YAD tips move. Thank you!

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#2 Post by Flash »

Anybody got any idea where this belongs?

achim
Posts: 48
Joined: Thu 13 Apr 2017, 19:36
Location: Germany

#3 Post by achim »

Flash wrote:Anybody got any idea where this belongs?
birthday is a app for ubuntu 16.04 - with yad read out. My post belongs in the forum yad tipps. Maybe smokey01 knows an answer. thanks.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#4 Post by smokey01 »

If you post it in Yad Tips I'm sure someone will have an answer.

achim
Posts: 48
Joined: Thu 13 Apr 2017, 19:36
Location: Germany

#5 Post by achim »

smokey01 wrote:If you post it in Yad Tips I'm sure someone will have an answer.
Then I put many thanks the question once again in Yad tips.

Post Reply