zenity radiolink is too small. How to make it larger?

Asked by honest_abe

From: http://www.linuxquestions.org/questions/linux-software-2/zenity-with-pango-am-i-missing-software-package-4175540712/

System: Ubuntu 14. Downloaded April 2015

People have posted about using pango in a zenity command. Something like this should work:

    zenity --info --text '<span color="green"<</span>'"Hi mom"

but no color change occurs in the zenity box.

Do I need another package to make it work?

---------------- End of original posting ----------------------------------------------------------

but this isn't the real issue because it is not the --info I want to make bigger but the --list --radiolist which has tiny font and therefore a tiny window. I'd like to use something like Courier 16 and a window size proportional to it. I'd also like the "span" to work to set colors, font size, etc.

How do I do that?

Note, I am running Server Ubuntu with openbox. System is for a simple museum application to display questions to visitors on a touchscreen to test their knowledge for fun.
I am a volunteer developing the project. Everything works, including the zenity command (except for size)

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu zenity Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
honest_abe (bb5874da) said :
#2

Another typo error:
 zenity --info --text '<span color="green"<</span>'"Hi mom"
should be
 zenity --info --text '<span color="green"></span>'"Hi mom"

Revision history for this message
honest_abe (bb5874da) said :
#3

I have found with the help of someone on a different site how to properly use the span. This is wha the command should look like:

zenity --info --text '<span color="green">Hi mom</span>'

Now to my real objective.

Other than being able to successfully use s "span" in a --text option, how can I use it in a --column option and in the list of items in a "--list --radiolist" command?

Revision history for this message
Launchpad Janitor (janitor) said :
#4

This question was expired because it remained in the 'Open' state without activity for the last 15 days.