> I´m confusing... I always find out that the "CONSOLE" directive exists only
for applications that does not require a GUI.... or in other words,
applications that does not require a X server

Linux applications are console, Linux doesn't have integrated GUI as a part
of the system like Windows (which is why replacing X server with something
else is quite easily possible). Everything (including X server) runs on top
of it. It's just a matter of showing the console or not. Launching Lazarus
from terminal will show output log during its execution without the need to
redirect to file via --debug-log option, which is mandatory on Windows.

> How can I distinguish applications in Text mode (CONSOLE) from Graphics
> Applications (GUI) ?

I don't think it's possible on Linux. Do you have any need for that?



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Linux-GUI-Application-define-CONSOLE-tp4030537p4030548.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to