On 18/12/2013 13:54, FreeMan wrote:
Hello Martin,
On Kubuntu 13.10 x64,

/opt/lazarus/startlazarus --LANG=C --pcp=~/.lazarus %f --debug-log=~/.lazarus/0_Lazarus_LOG_FILE.log --debug-enable=DBG_CMD_ECHO,DBG_STATE,DBG_DATA_MONITORS,DBGMI_QUEUE_DEBUG,DBGMI_TYPE_INFO

"--debug-log=~/.lazarus/0_Lazarus_LOG_FILE.log" log file not creating. '~' symbol not using, "--debug-log=/home/yourname/.lazarus/0_Lazarus_LOG_FILE.log" this parameter is work


1) Top posting
2) Completely unrelated to the quoted message
3) Untrimmed full quote
just some advice: I know some of the people will add you to their filter, and stop reading your messages, if you continue doing the above....


--LANG is not an command-line option. LANG is an environment variable. The syntax for setting it depends on the shell you use.

afaik: "~" is a token used by most shells (e.g bash). Lazarus does nothing with it, and treats it as literal. If working, then it is expanded by the shell, *before* lazarus is even run. So if that does not work, then it is something about your shell not replacing it.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to