[window management] With Compiz window decorations are shown both in the panel and in the window itself

Bug #705182 reported by mArcelo
36
This bug affects 6 people
Affects Status Importance Assigned to Milestone
unity-2d
Invalid
Medium
Unassigned
unity-2d (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

Ubuntu 10.10 Maverick Meerkat
package version 0.4-0ubuntu1~bzr375
when you maximize the windows you are using, the layers doesn't fit with the global menu and both give you the same options to maximiza, minimize and close the windows and also the program/folder options

Tags: iso-testing
Changed in unity-2d (Ubuntu):
status: New → Fix Released
Oliver Grawert (ogra)
Changed in unity-2d (Ubuntu):
status: Fix Released → New
Revision history for this message
Florian Boucault (fboucault) wrote :

Marcelo: can you please paste the output of apt-cache show metacity?

Changed in unity-2d (Ubuntu):
status: New → Incomplete
summary: - windows' layers doesn't work with the global menu
+ [window management] windows' layers doesn't work with the global menu
summary: - [window management] windows' layers doesn't work with the global menu
+ [window management] window decorations are shown both in the panel and
+ in the window itself
Changed in unity-2d:
status: New → Incomplete
Revision history for this message
Johan Foolson (johan.foolson) wrote : Re: [window management] window decorations are shown both in the panel and in the window itself

I have the exact same problem.

Revision history for this message
Florian Boucault (fboucault) wrote :

Thanks for the feedback Woopa!
Could you also paste here the output of the following 2 commands?

dpkg -l metacity
gconftool --get /apps/metacity/general/show_maximized_titlebars

Revision history for this message
Johan Foolson (johan.foolson) wrote :

No problem! :)
I've attached what you requested.

Changed in unity-2d:
status: Incomplete → New
Changed in unity-2d (Ubuntu):
status: Incomplete → New
Revision history for this message
Florian Boucault (fboucault) wrote :

Woopa, unfortunately the output is cut. Can you maximize the window and then do dpkg -l metacity ? Sorry about that.

Revision history for this message
Florian Boucault (fboucault) wrote :

Can you also paste the output of:

ps aux | grep metacity

Thanks!

Changed in unity-2d:
status: New → Incomplete
Revision history for this message
Johan Foolson (johan.foolson) wrote :

(I am Woopa if you cant see that, i changed my display name to my real one)

This time i maximized the terminal! Haha.

Revision history for this message
Florian Boucault (fboucault) wrote :

Johan, thanks for the quick feedback.

So you have the right version of Metacity but it's not used. Compiz is used instead for an unknown reason. Are you using Ubuntu Maverick or Natty?

Revision history for this message
Johan Foolson (johan.foolson) wrote :

Maverick.

Revision history for this message
Florian Boucault (fboucault) wrote :

Thanks for the answer Johan. Another request in order to understand the issue further. Can you paste the output of the following 2 commands?

gconftool --get /desktop/gnome/session/required_components/windowmanager
gconftool --get /desktop/gnome/session/required_components_list

Revision history for this message
Omer Akram (om26er) wrote : Re: [Bug 705182] Re: [window management] window decorations are shown both in the panel and in the window itself

this problem only happens when you are using compiz, the issue does not exit
with metacity.

On Wed, Mar 2, 2011 at 2:59 AM, Florian Boucault <email address hidden>wrote:

> Thanks for the answer Johan. Another request in order to understand the
> issue further. Can you paste the output of the following 2 commands?
>
> gconftool --get /desktop/gnome/session/required_components/windowmanager
> gconftool --get /desktop/gnome/session/required_components_list
>
> --
> You received this bug notification because you are subscribed to unity-
> 2d.
> https://bugs.launchpad.net/bugs/705182
>
> Title:
> [window management] window decorations are shown both in the panel and
> in the window itself
>
> Status in Unity 2D:
> Incomplete
> Status in “unity-2d” package in Ubuntu:
> New
>
> Bug description:
> Ubuntu 10.10 Maverick Meerkat
> package version 0.4-0ubuntu1~bzr375
> when you maximize the windows you are using, the layers doesn't fit with
> the global menu and both give you the same options to maximiza, minimize and
> close the windows and also the program/folder options
>

summary: - [window management] window decorations are shown both in the panel and
- in the window itself
+ [window management] With Compiz window decorations are shown both in the
+ panel and in the window itself
Changed in unity-2d:
status: Incomplete → Confirmed
Changed in unity-2d (Ubuntu):
status: New → Confirmed
Changed in unity-2d:
importance: Undecided → Medium
Revision history for this message
theghost (theghost) wrote :

I have the same issue in Maverick, using Unity-2D via your PPA.
I also pasted the output of your requests. :)

-------------------------------

unity-2d:
  Installiert: 0.4-0ubuntu1~bzr425
  Kandidat: 0.4-0ubuntu1~bzr425
  Versionstabelle:
 *** 0.4-0ubuntu1~bzr425 0
        500 http://ppa.launchpad.net/unity-2d-team/unity-2d-daily/ubuntu/ maverick/main i386 Packages
        100 /var/lib/dpkg/status

---------------------------------------

Output: dpkg -l metacity

Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name Version Beschreibung
+++-===============================-===============================-==============================================================================
ii metacity 1:2.30.2-0ubuntu1upicek6 lightweight GTK+ window manager

-------------------------------------------

Output: ps aux | grep metacity
user 2208 0.0 0.0 5160 752 pts/0 S+ 09:36 0:00 grep --color=auto metacity

-------------------------------------------

Output: gconftool --get /desktop/gnome/session/required_components/windowmanager
compiz

--------------------------------------------

Output: gconftool --get /desktop/gnome/session/required_components_list
[windowmanager,panel,launcher,places,filemanager]

-----------------------------------------------

Revision history for this message
theghost (theghost) wrote :

Btw, deactivating all "Visual Effects" in the System Settings resolves this issue, instantly.

Revision history for this message
<anonymized> (fkrull-deactivatedaccount) wrote :

Compiz can be told not to show window decorations for maximized windows by running the following in a shell:

gconftool-2 --type string --set /apps/compiz-1/plugins/decor/screen0/options/decoration_match '!state=MAXVERT'

That is basically a setting for the window decoration plugin that tells it to ignore vertically maximized windows.

Revision history for this message
Lucazade (lucazade) wrote :

In a fresh installation "/apps/metacity/general/show_maximized_titlebars" is set to true instead of false (oneiric and daily ppa)

tags: added: iso-testing
Omer Akram (om26er)
Changed in unity-2d (Ubuntu):
importance: Undecided → Medium
Changed in unity-2d (Ubuntu):
status: Confirmed → Triaged
Changed in unity-2d:
status: Confirmed → Triaged
Changed in unity-2d:
status: Triaged → Invalid
Changed in unity-2d (Ubuntu):
status: Triaged → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.