lxde / lxterminal

VTE terminal emulator written in GTK
GNU General Public License v2.0
159 stars 56 forks source link

lxterminal don't support startup notifications #62

Open xor512 opened 5 years ago

xor512 commented 5 years ago

At least this version doesn't support them:

[ss@arch ~]$ lxterminal --version lxterminal 0.3.2

To test for example using awesome wm awesome-client 'require("awful.spawn")({"lxterminal"}, { callback = function(c) require("naughty").notify{ text = c.name } end })'

for gvim a notification appear, for lxterminal not.

This leads to different hacks like: https://awesomewm.org/apidoc/classes/client.html#client.startup_id

Bugs like: https://github.com/awesomeWM/awesome/issues/2517 https://github.com/awesomeWM/awesome/issues/2491

And switching to xfce4-terminal for no reason other then that.