Closed GoogleCodeExporter closed 9 years ago
Hello HektorMusic
I'm guessing that either the program isn't in an envvar called MAIN_DIALOG or
it is but you haven't exported it before running gtkdialog.
You should create and run a program something like this:
#!/bin/sh
export MAIN_DIALOG='
<window>
<vbox>
<button ok></button>
</vbox>
</window>
'
gtkdialog --program=MAIN_DIALOG
Regards,
Thunor
Original comment by thunor...@hotmail.com
on 30 Sep 2012 at 8:24
Original comment by thunor...@hotmail.com
on 14 Oct 2012 at 10:46
Original issue reported on code.google.com by
HektorMu...@gmail.com
on 29 Sep 2012 at 9:40