Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double Title bar on Linux Mint 21.1 #47

Open
orochasamuel opened this issue Jan 27, 2023 · 2 comments
Open

Double Title bar on Linux Mint 21.1 #47

orochasamuel opened this issue Jan 27, 2023 · 2 comments

Comments

@orochasamuel
Copy link

orochasamuel commented Jan 27, 2023

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

@dax-leo
Copy link

dax-leo commented Mar 25, 2023

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?).

@jpobst
Copy link
Collaborator

jpobst commented Mar 25, 2023

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 jpobst added the bug Something doesn't function as intended label May 31, 2023
@jpobst jpobst removed the bug Something doesn't function as intended label Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants