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

Minimize button does not work on Mac #458

Closed
claucece opened this issue Oct 26, 2017 · 4 comments
Closed

Minimize button does not work on Mac #458

claucece opened this issue Oct 26, 2017 · 4 comments

Comments

@claucece
Copy link
Contributor

Currently, the minimize button of main window does nothing on Mac. Maximize and close buttons seem to work fine.

@juniorz juniorz added this to the 0.4.0 Release milestone Nov 7, 2017
@claucece
Copy link
Contributor Author

As seen in commit 24e2a65, creating our own minimize button, still gives the same behavior. This can be related, then, with 'gtk_window_iconify' or it not recognizing a window manager.

@juniorz juniorz added this to to do in Next release Nov 10, 2017
@juniorz juniorz removed this from to do in Next release Nov 10, 2017
@juniorz juniorz added this to to do in Next release Nov 10, 2017
@juniorz juniorz moved this from to do to in progress in Next release Nov 10, 2017
@olabini
Copy link
Contributor

olabini commented Aug 20, 2018

Is this still an issue? Any idea what the appropriate fix is?

@claucece
Copy link
Contributor Author

Yeah, it is still an issue. Well, looking at the window manager to see if it recognizes it.

@olabini olabini removed this from the 0.4.0 Release milestone Feb 13, 2019
@Cris2760 Cris2760 added this to todo in MUC Aug 20, 2019
@olabiniV2 olabiniV2 removed this from todo in MUC Jun 1, 2020
olabiniV2 added a commit that referenced this issue Jun 7, 2020
@olabiniV2
Copy link
Contributor

This has been fixed in the last commit. The problem was that by setting the TitleBar, we turned off native client side decorations on OS X. That, combined with a bug in gdk-quartz that doesn't make it possible to minimize undecorated windows, was the cause for this problem. By not setting the title bar, we will use the native controls on Mac OS X.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Next release
in progress
Development

No branches or pull requests

4 participants