Created attachment 147371 [details] Screenshot of both screens This is specific to the kde5 VCL plugin. It works as expected when using e.g. the gtk3 VCL plugin instead. Version: 6.3.0.0.alpha0+ Build ID: cb52b112c0d44d7a6849f773fd1ee4e863ab91da CPU threads: 4; OS: Linux 4.18; UI render: default; VCL: kde5; Locale: en-GB (en_GB.UTF-8); UI-Language: en-US Calc: threaded Steps to reproduce: 0) have a dual screen setup 1) open an Impress presentation or create a new one 2) start presentation mode (F5) 3) click to actually start presentation (due to bug 119718) 4) have a look at output on both screens Result: Both screens show "debug" information like "fps", "Sprites" and "Mem" (though they have different data...), s. attached screenshot Expected result: These data should only be shown on the screen showing the presenter console, not on the actual presentation screen that the potential audience can see.
That works as intended - in builds that set OSL_DEBUG_LEVEL > 0, the vclcanvas shows that extra info (code is canvas/source/vcl/spritecanvashelper.cxx:129)
(In reply to Thorsten Behrens (CIB) from comment #1) > That works as intended - in builds that set OSL_DEBUG_LEVEL > 0, the > vclcanvas shows that extra info (code is > canvas/source/vcl/spritecanvashelper.cxx:129) Interestingly, gtk3 only shows it on the screen that shows the presenter console. :-) However, no problem for me as long as it doesn't happen for production builds.