tjbradford
Technical User
I have a gtk dialog that i use for vpn authentication, but i would like to add some extra info to the bottom of the dialog so for example purposes uname
or if i grep someout put then want to show that in the dialog
the thing is if i do this
<text><label> uname </label></text>
or
<text><label> "uname" </label></text>
or
<text><label> $uname </label></text>
etc etc it only show text displaying "uname" or $uname etc
how do i get gtk to see this as something it needs get from the shell and isn't just text ?
thanks
or if i grep someout put then want to show that in the dialog
the thing is if i do this
<text><label> uname </label></text>
or
<text><label> "uname" </label></text>
or
<text><label> $uname </label></text>
etc etc it only show text displaying "uname" or $uname etc
how do i get gtk to see this as something it needs get from the shell and isn't just text ?
thanks