lxterminal icon indicating copy to clipboard operation
lxterminal copied to clipboard

lxterminal don't support startup notifications

Open xor512 opened this issue 5 years ago • 0 comments

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.

xor512 avatar Dec 28 '18 12:12 xor512