lxqt/qtermwidget

Disable showResizeNotification

willbelr opened this issue · 5 comments

Expected Behavior

No notification shown when the window is resized

Current Behavior

Notification is shown every time the terminal is resized (ie. Size: 100 x 100)

Possible Solution

Add a switch to skip call to showResizeNotification() function in TerminalDisplay.cpp (line 1795)

Thank you !

You can use setTerminalSizeHint(false) ;)

  1. in the GUI there is the option in v 0.16.1

schermata-10-21-36

  1. it doesn't have effect, neither in GUI neither in file setting.
    Not sure as this is on qterminal-741 branch.
    #387

You can use setTerminalSizeHint(false) ;)

I missed that somehow, thanks.

it doesn't have effect

It might be another issue. That option has been working fine for me.

I missed that somehow, thanks.

Glad to help :)

It might be another issue. That option has been working fine for me.

It is - I see it works fine on my debian box but not in arch.