Skip to content
New issue

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

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

Already on GitHub? # to your account

Duplicated window buttons on Firefox and Chrome #239

Closed
marcio-goveia opened this issue Apr 21, 2021 · 4 comments
Closed

Duplicated window buttons on Firefox and Chrome #239

marcio-goveia opened this issue Apr 21, 2021 · 4 comments
Labels

Comments

@marcio-goveia
Copy link

marcio-goveia commented Apr 21, 2021

Some apps, like firefox and google chrome displays duplicated window buttons when the window is maximized.

OS: Ubuntu 20.04
Unite_shell: v50

2021-04-20_21-15
2021-04-20_21-16

@jonian
Copy link
Member

jonian commented Apr 21, 2021

Hi @marciosg4, for Google Chrome you can enable "Use system titlebar and borders". For Firefox in customize screen you can disable "Title bar" or you can add in ~/.mozilla/firefox/yourprofile/chrome/userChrome.css:

#main-window[sizemode="maximized"] .titlebar-buttonbox-container  {
  display: none !important;
}

This issue has come up several times, so maybe it should be added in the readme.

@jonian jonian added the readme label Apr 21, 2021
@marcio-goveia
Copy link
Author

for google chrome, after enabling Use system titlebar and borders:

image

Can you provide more information about "customize screen" for firefox?

@jonian
Copy link
Member

jonian commented Apr 21, 2021

@marciosg4, close chrome and reopen for changes to take effect. Same for firefox.

@marcio-goveia
Copy link
Author

it works! thanks

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants