There seem to be a regression with current version of xfce4-terminal from Git. I am used to see the width and height of the terminal window, when resizing. This feature seem to have disappeared. I also checked up the settings, whether there might be an option to re-enable it. Since this is not the case, my conclusion is that this might be a regression. Please have a look and report back.
Hi Ali, Yes, I've just noticed the same having upgraded to xfwm4 v4.13. I believe the following commit has introduced the regression, would you be able to check if reverting the commit solves the issue for you? https://git.xfce.org/apps/xfce4-terminal/commit/?id=50b7f0f4a52e12cb12dc2dce16a764fcaadfe46f
Will report back! The terminal is also reported back as normal window with true x/y 642/410 pixel sizes rather than terminal window with e.g. 80x25 chars when using xwininfo.
I confirm, that reverting this commit worked! Though I am unsure how this is supposed to work because it has a condition for a specific GTK3 version. And I am running Fedora here with a most recent GTK3 incarnation there is. [aakcaagac@localhost ~]$ rpm -qa gtk3 gtk3-3.24.3-1.fc29.x86_64 [aakcaagac@localhost ~]$ So newer than the condition expects. But anyways! Things seem to be operating normally now!
Igor referenced this bugreport in commit bf491d4dc67020f9d3dc5b651a139c8dc0d6cadf Revert "Provide geometry_widget to gtk_window_set_geometry_hints" https://git.xfce.org/apps/xfce4-terminal/commit?id=bf491d4dc67020f9d3dc5b651a139c8dc0d6cadf
I've reverted the commit, thanks!