When I disable/enable some of my monitors, and I have already used dropdown terminal (e.g. it is loaded in memory) the 0.8.3 version of xfce4-terminal shows up (drops down). It works fine on version 0.8.1. The change to monitors I am running is something along the lines of: # Disable all screens xrandr --output eDP1 --off xrandr --output DP2-2 --off xrandr --output DP2-1 --off xrandr --output HDMI1 --off xrandr --output DP2 --off # Enable the one I need now xrandr --output eDP1 --primary --auto
Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=1414688
Stanislav, thanks for the report! I can reproduce it here; it's probably caused by my change to watch monitor geometry (resolution) changes. I will look how to prevent the terminal from showing unsolicited.
Fixed by https://git.xfce.org/apps/xfce4-terminal/commit/?id=4d50000be7f24d637be70fbea6725f713afa10ad
Thanks a lot!