! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
no minimize button on 4.8
Status:
RESOLVED: FIXED
Product:
Xfce4-mixer
Component:
General

Comments

Description Yves-Alexis Perez editbugs 2011-05-14 21:25:23 CEST
Hey,

it seems that, starting 4.8, xfce4-mixer doesn't have a minimize button anymore. I can't think of a good reason for that so I guess it's a bug.
Comment 1 Guido Berhoerster 2012-07-14 18:43:17 CEST
This is caused by xfwm4 policy change regarding non-transient dialog windows (the xfce4-mixer is subclassed from XfceTitled dialog which is by default a dialog type window), see bug #9116. Arguably the xfce4-mixer main window should rather be of normal type so that might be the appropriate fix for this bug.
Comment 2 Mike Massonnet editbugs 2012-07-15 19:03:32 CEST
All the code has to do is be to call:
gtk_window_set_type_hint (GDK_WINDOW_TYPE_HINT_NORMAL);

than it will act again like a casual window, and not like a dialog, which is usually a part of an application.
Comment 3 Mike Massonnet editbugs 2012-07-15 19:04:38 CEST
*The code needs to call:
(arrr, my creepy english)
Comment 4 Guido Berhoerster 2012-09-28 12:47:32 CEST
Fixed in commit 3e0def60db29746e501586d36d33ea305540a2e8.
Comment 5 Guido Berhoerster 2012-09-28 13:19:10 CEST
*** Bug 8715 has been marked as a duplicate of this bug. ***

Bug #7623

Reported by:
Yves-Alexis Perez
Reported on: 2011-05-14
Last modified on: 2012-09-28
Duplicates (1):
  • 8715 Mixer window's minimize button missing

People

Assignee:
Jannis Pohlmann
CC List:
3 users

Version

Version:
Unspecified

Attachments

Additional information