Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: bmarkus on August 06, 2009, 05:48:14 PM
-
What is the easiest way to display a popup message from command line in TC 2.x?
-
couldn't you use `popup Hello World`?
-
Message is displayed by a program, sent to STDOUT Piping doesn't work with popup. Assigning output to a variable then using it as an argument with popup is a bit better, but window is full width and lines are not formatted as in the original text.
-
Message is displayed by a program, sent to STDOUT Piping doesn't work with popup.
my_program | xargs popup
-
Most likely popup ignores it
Possible way: invoke aterm with something
-
Xdialog is available as an extension, it is pretty advanced in possible handling. Or in the base, dialog+aterm should work.
-
Xdialog is available as an extension, it is pretty advanced in possible handling. Or in the base, dialog+aterm should work.
Thanks, dialog seems to be appropriate at the moment as it is part of the system.