Modern.Forms icon indicating copy to clipboard operation
Modern.Forms copied to clipboard

Double Title bar on Linux Mint 21.1

Open orochasamuel opened this issue 2 years ago • 2 comments

Hi,

I am trying use this app on linux mint 21.1 and title bar appears twice, see below.

VirtualBox_Linux Mint_27_01_2023_08_48_35

EDIT: My dotnet version is 6.0.113

orochasamuel avatar Jan 27 '23 12:01 orochasamuel

Try by changing Titlebar Visible property to false when compiling to Linux ? (you can also add pre-processor flag for future compilations). Can you move the window and interact ? Any issue there ? This library is doing its own Titlebar drawing. I think that part is taken from Avalonia project, so most likely support is kind of weak (or not fully migrated to this component?).

dax-leo avatar Mar 25 '23 15:03 dax-leo

This may be an issue with the way Mint chooses to implement its window handling.

The same thing seems to happen on Avalonia, this post specifically mentions Mint as well: https://stackoverflow.com/questions/67474194/avalonia-hiding-titlebar-window-on-linux-does-not-work

I generally do testing on Ubuntu, and it works as expected there.

jpobst avatar Mar 25 '23 15:03 jpobst