When starting lxterminal from within Sublime text editor a VTE warning is issued
by sanghalung from LinuxQuestions.org on (#5FP5S)
On lubuntu;
I code c++ with the Sublime text editor. The editor support the compiling of a source by calling a make file. Off course, the make file is run in a terminal window like it should. However, when making the following error shows up:
(lxterminal:1326): Vte-WARNING **: 08:17:29.367: (../../src/vtegtk.cc:1906):int vte_terminal_match_add_gregex(VteTerminal*, GRegex*, GRegexMatchFlags): runtime check failed: (g_regex_get_compile_flags(gregex) & G_REGEX_MULTILINE)
It does run the terminal but it doesn't wait for a key anymore so I wont see what is going on during the make. If I start lxterminal from the desktop and leave it open, any new instance that is opened when making is not showing the warning and waits for any key to exit.
So it's workable. However, It's bloody annoying too.
What does this warning mean and how to fix it?


I code c++ with the Sublime text editor. The editor support the compiling of a source by calling a make file. Off course, the make file is run in a terminal window like it should. However, when making the following error shows up:
(lxterminal:1326): Vte-WARNING **: 08:17:29.367: (../../src/vtegtk.cc:1906):int vte_terminal_match_add_gregex(VteTerminal*, GRegex*, GRegexMatchFlags): runtime check failed: (g_regex_get_compile_flags(gregex) & G_REGEX_MULTILINE)
It does run the terminal but it doesn't wait for a key anymore so I wont see what is going on during the make. If I start lxterminal from the desktop and leave it open, any new instance that is opened when making is not showing the warning and waits for any key to exit.
So it's workable. However, It's bloody annoying too.
What does this warning mean and how to fix it?