[Bug 1282304] Re: Bottom-edge window placement doesn't take decoration height into consideration

2014-11-06 Thread Stephen M. Webb
** Changed in: compiz
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1282304

Title:
  Bottom-edge window placement doesn't take decoration height into
  consideration

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1282304/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1282304] Re: Bottom-edge window placement doesn't take decoration height into consideration

2014-03-18 Thread Stephen M. Webb
** Changed in: unity
Milestone: 7.2.0 = None

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1282304

Title:
  Bottom-edge window placement doesn't take decoration height into
  consideration

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1282304/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1282304] Re: Bottom-edge window placement doesn't take decoration height into consideration

2014-03-12 Thread Adam Conrad
This seems to be correctly fixed with the current compiz
(1:0.9.11+14.04.20140310-0ubuntu1)

** Changed in: compiz (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1282304

Title:
  Bottom-edge window placement doesn't take decoration height into
  consideration

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1282304/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1282304] Re: Bottom-edge window placement doesn't take decoration height into consideration

2014-03-06 Thread Adam Conrad
So, this was close, but not quite right.  The attached screenshot of my
old testcase (hitting Ctrl-Alt-T 4 times) now shows my terminals
*almost* hitting the bottom and right edges, but not quite.  Still a
regression from saucy, though a much less nasty regression than having
them off the screen.

** Changed in: compiz (Ubuntu)
   Status: Fix Released = Triaged

** Attachment added: Screenshot from 2014-03-07 01:26:15.png
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1282304/+attachment/4010111/+files/Screenshot%20from%202014-03-07%2001%3A26%3A15.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1282304

Title:
  Bottom-edge window placement doesn't take decoration height into
  consideration

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1282304/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1282304] Re: Bottom-edge window placement doesn't take decoration height into consideration

2014-03-04 Thread POJAR GEO
Also this introduce introduce bizarre behavior of main window of many
applications.

Example with gnome screenshot:

- Then open gnome sreenshot,  show up without Take Screenshot button
which is placed in the bottom of main window. This button becomes
visible only when the window is moved. (see video in attachament).


** Attachment added: gnome-screenshot.ogv
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1282304/+attachment/4006609/+files/gnome-screenshot.ogv

** Tags added: regression-update

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1282304

Title:
  Bottom-edge window placement doesn't take decoration height into
  consideration

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1282304/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1282304] Re: Bottom-edge window placement doesn't take decoration height into consideration

2014-03-03 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz -
1:0.9.11+14.04.20140303-0ubuntu1

---
compiz (1:0.9.11+14.04.20140303-0ubuntu1) trusty; urgency=low

  [ Marco Trevisan (Treviño) ]
  * Window: define proper cases when we need to resize a window when
decorating/undecorating Yeah, again here... So, now when setting the
window extents, we resize a window only in these cases: 1) We have a
normal window that has never been decorated (lp:1282304) 2) We're
(re)decorating a maximized or fullscreen window (lp:1282305) This
seems to work well in all the cases I tested, with no regressions
with nedit (that highlighted an issue with old code path) (LP:
#1282304, #1282305)
  * Opengl, Texture: don't try to create a texture of invalid (empty or
negative) size This seem to cause also a crash when using software
rendering. (LP: #1055166)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 03 Mar 2014 
20:09:55 +

** Changed in: compiz (Ubuntu)
   Status: Invalid = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1282304

Title:
  Bottom-edge window placement doesn't take decoration height into
  consideration

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1282304/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1282304] Re: Bottom-edge window placement doesn't take decoration height into consideration

2014-03-03 Thread Treviño
** Changed in: compiz
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1282304

Title:
  Bottom-edge window placement doesn't take decoration height into
  consideration

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1282304/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1282304] Re: Bottom-edge window placement doesn't take decoration height into consideration

2014-03-03 Thread Paul
This fix solves the problem, but at the cost of unnecessarily resizing
all non-fullscreen windows. Now all new terminals (even those that would
not have been placed over the edge of the workspace) are 79 columns by
22 rows, which is ... unsatisfactory.

I have filed bug 1287472 to track this regression.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1282304

Title:
  Bottom-edge window placement doesn't take decoration height into
  consideration

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1282304/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1282304] Re: Bottom-edge window placement doesn't take decoration height into consideration

2014-02-19 Thread Brandon Schaefer
** Also affects: compiz
   Importance: Undecided
   Status: New

** Changed in: compiz
   Status: New = Triaged

** Changed in: compiz (Ubuntu)
   Status: New = Triaged

** Changed in: compiz
   Importance: Undecided = Medium

** Changed in: compiz (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1282304

Title:
  Bottom-edge window placement doesn't take decoration height into
  consideration

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1282304/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1282304] Re: Bottom-edge window placement doesn't take decoration height into consideration

2014-02-19 Thread Treviño
** Also affects: unity
   Importance: Undecided
   Status: New

** Changed in: compiz (Ubuntu)
   Status: Triaged = Invalid

** Changed in: unity
   Status: New = Triaged

** Changed in: unity
   Importance: Undecided = Medium

** Changed in: unity
 Assignee: (unassigned) = Marco Trevisan (Treviño) (3v1n0)

** Changed in: unity
Milestone: None = 7.2.0

** Changed in: compiz
 Assignee: (unassigned) = Marco Trevisan (Treviño) (3v1n0)

** Changed in: compiz
Milestone: None = 0.9.11.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1282304

Title:
  Bottom-edge window placement doesn't take decoration height into
  consideration

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1282304/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1282304] Re: Bottom-edge window placement doesn't take decoration height into consideration

2014-02-19 Thread Treviño
** Changed in: unity
   Status: Triaged = Invalid

** Changed in: compiz
   Status: Triaged = In Progress

** Tags added: new-decorations

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1282304

Title:
  Bottom-edge window placement doesn't take decoration height into
  consideration

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1282304/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1282304] Re: Bottom-edge window placement doesn't take decoration height into consideration

2014-02-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~3v1n0/compiz/extents-resize-fixes

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1282304

Title:
  Bottom-edge window placement doesn't take decoration height into
  consideration

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1282304/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs