Open NsCDE opened 4 years ago
Issue-Label Bot is automatically applying the label bug
to this issue, with a confidence of 0.84. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
By using FvwmEvent to Echo some string into fvwm log, I get "-1" instead of that string from the function. As a base FvwmEvent configuration, NsCDE fvwm3_support branch is used. On this config:
https://github.com/NsCDE/NsCDE/blob/fvwm3_support/NsCDE/config/NsCDE-Event.conf
new config is appended for testing:
This is the result:
[1603230503.629785] CMD_Echo: EVENT DEBUG MD ============================> -1 [1603230544.602999] CMD_Echo: EVENT DEBUG ME ============================> -1 [1603230250.458667] CMD_Echo: EVENT DEBUG MF ============================> -1
Additionally, it looks like monitor_focus is more often not triggered when it has to be then triggered. Moving pointer between the screens does not produce the output in log, while moving it to FvwmButtons based FrontPanel which has different Style options from other windows succeeds almost every time to produce output in log.