Activity log for bug #946388

Date Who What changed Old value New value Message
2012-03-04 14:49:23 Dmitry Pankratov bug added bug
2012-03-11 16:51:39 Omer Akram bug task added unity
2012-03-22 18:24:14 Launchpad Janitor unity (Ubuntu): status New Confirmed
2012-03-25 23:34:33 Omer Akram bug task deleted unity
2012-03-25 23:34:41 Omer Akram affects unity (Ubuntu) remmina (Ubuntu)
2012-04-06 13:55:35 Roman Yepishev attachment added Video of the bug in action https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/946388/+attachment/3016314/+files/out.ogv
2012-04-10 06:51:19 Kelvin Mackay bug added subscriber Kelvin Mackay
2012-04-16 18:59:24 Richard Merren bug added subscriber Richard Merren
2012-04-17 20:41:54 Roman Yepishev bug task added unity
2012-04-17 20:42:02 Roman Yepishev summary Remmina full-screen mode does not work under Unity 3D Remmina full-screen mode does not work under Unity
2012-04-17 21:40:00 Roman Yepishev description * Ubuntu 12.04 beta 1 amd64 * Unity 5.4.0-0ubuntu2 * Remmina 1.0.0-1ubuntu3 When switching Remmina remote desktop client into the full screen mode a window decoration is still shown and no full screen toggled. It works ok under Unity 2D and Gnome shell. * Ubuntu 12.04 beta 1 amd64 * Unity 5.4.0-0ubuntu2 * Remmina 1.0.0-1ubuntu3 When switching Remmina remote desktop client into the full screen mode with client resolution a window decoration is still shown and no full screen toggled. It works ok under Unity 2D and Gnome shell.
2012-04-18 08:24:30 Roman Yepishev attachment added test-resize-content-after-fullscreen.vala https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/946388/+attachment/3088033/+files/test-resize-content-after-fullscreen.vala
2012-04-18 08:51:33 Daniel van Vugt bug task added compiz-core
2012-04-18 08:51:43 Daniel van Vugt compiz-core: status New Triaged
2012-04-18 08:51:54 Daniel van Vugt bug task added compiz (Ubuntu)
2012-04-18 08:52:03 Daniel van Vugt compiz (Ubuntu): status New Triaged
2012-04-18 08:52:08 Daniel van Vugt compiz-core: importance Undecided Medium
2012-04-18 08:52:12 Daniel van Vugt compiz (Ubuntu): importance Undecided Medium
2012-04-18 08:52:15 Daniel van Vugt compiz-core: milestone 0.9.7.8
2012-04-18 08:58:51 Daniel van Vugt compiz-core: assignee Daniel van Vugt (vanvugt)
2012-04-18 10:06:44 Daniel van Vugt summary Remmina full-screen mode does not work under Unity Some apps (like Remmina) can't full-screen under Compiz
2012-04-18 10:06:49 Daniel van Vugt bug task deleted unity
2012-04-18 10:32:34 Daniel van Vugt compiz-core: status Triaged In Progress
2012-04-18 10:33:20 Launchpad Janitor branch linked lp:~vanvugt/compiz-core/fix-946388
2012-04-18 10:36:25 Daniel van Vugt compiz (Ubuntu): assignee Daniel van Vugt (vanvugt)
2012-04-18 10:36:30 Daniel van Vugt bug task deleted remmina (Ubuntu)
2012-04-18 10:37:01 Daniel van Vugt summary Some apps (like Remmina) can't full-screen under Compiz Some apps (like Remmina) can't full-screen under Compiz (or Unity)
2012-04-18 15:34:24 aelgali bug added subscriber aelgali
2012-04-18 19:02:37 tekstr1der bug added subscriber tekstr1der
2012-04-18 23:15:54 Joeri bug added subscriber Joeri
2012-04-19 03:43:09 Daniel van Vugt compiz-core: status In Progress Fix Committed
2012-04-19 03:43:26 Launchpad Janitor branch linked lp:compiz-core
2012-04-20 03:08:18 Daniel van Vugt nominated for series compiz-core/0.9.7
2012-04-20 03:08:18 Daniel van Vugt bug task added compiz-core/0.9.7
2012-04-20 03:08:18 Daniel van Vugt nominated for series compiz-core/0.9.8
2012-04-20 03:08:18 Daniel van Vugt bug task added compiz-core/0.9.8
2012-04-20 03:08:27 Daniel van Vugt compiz-core/0.9.7: status New Fix Committed
2012-04-20 03:08:34 Daniel van Vugt compiz-core/0.9.7: importance Undecided Medium
2012-04-20 03:08:38 Daniel van Vugt compiz-core/0.9.7: assignee Daniel van Vugt (vanvugt)
2012-04-20 03:08:41 Daniel van Vugt compiz-core/0.9.7: milestone 0.9.7.8
2012-04-20 03:08:44 Daniel van Vugt compiz-core/0.9.8: milestone 0.9.7.8 0.9.8.0
2012-04-26 07:17:05 Daniel van Vugt compiz-core/0.9.7: status Fix Committed Fix Released
2012-04-26 07:52:18 Launchpad Janitor branch linked lp:compiz
2012-04-26 07:59:44 Daniel van Vugt description * Ubuntu 12.04 beta 1 amd64 * Unity 5.4.0-0ubuntu2 * Remmina 1.0.0-1ubuntu3 When switching Remmina remote desktop client into the full screen mode with client resolution a window decoration is still shown and no full screen toggled. It works ok under Unity 2D and Gnome shell. [Impact] Some applications (like Remmina) fail to ever enter full screen mode when running under Unity/Compiz. This limits usability somewhat. [Development Fix] Fixed in lp:compiz-core revision 3095 (same for both 0.9.7 and 0.9.8 series). The compiz core logic for windows entering full screen mode contained a simple math error. It was only allowing full screen mode for windows if their size + decorations fit the screen. Obviously this was wrong because full screen windows don't have decorations. Removed the check for decorations fitting when a window wants to full screen. [Stable Fix] As above. [Test Case] 1. Compile the test script from comment #9: valac test-resize-content-after-fullscreen.vala --pkg gtk+-3.0 2. Run: test-resize-content-after-fullscreen 3. Verify it uses the full screen and has no decorations. [Regression Potential] Low. The modified code's only function is to determine whether a window is allowed to full screen. That is the only affected feature. ORIGINAL DESCRIPTION: * Ubuntu 12.04 beta 1 amd64 * Unity 5.4.0-0ubuntu2 * Remmina 1.0.0-1ubuntu3 When switching Remmina remote desktop client into the full screen mode with client resolution a window decoration is still shown and no full screen toggled. It works ok under Unity 2D and Gnome shell.
2012-04-26 09:07:11 Daniel van Vugt nominated for series Ubuntu Precise
2012-04-26 09:07:30 Daniel van Vugt bug added subscriber Ubuntu Stable Release Updates Team
2012-04-26 09:13:36 Didier Roche-Tolomelli bug task added compiz (Ubuntu Precise)
2012-04-26 10:52:59 Alexander Strekalov bug added subscriber Alexander Strekalov
2012-04-26 21:57:17 Felix Eckhofer bug added subscriber Felix Eckhofer
2012-04-27 11:39:41 Martin Pitt compiz (Ubuntu Precise): status Triaged Fix Committed
2012-04-27 11:39:44 Martin Pitt bug added subscriber SRU Verification
2012-04-27 11:39:45 Martin Pitt tags verification-needed
2012-04-27 16:59:46 David bug added subscriber David
2012-04-27 20:00:34 Jean-Baptiste Lallement tags verification-needed verification-done
2012-04-28 11:46:18 Launchpad Janitor branch linked lp:ubuntu/precise-proposed/compiz
2012-05-02 12:35:20 mirweb bug added subscriber mirweb
2012-05-02 19:39:35 Dave Anderson bug added subscriber Dave Anderson
2012-05-03 04:39:57 Jethro Beekman tags verification-done verification-failed
2012-05-03 15:56:04 Mohegan attachment added Capture du 2012-05-03 17:53:12.png https://bugs.launchpad.net/compiz-core/+bug/946388/+attachment/3127946/+files/Capture%20du%202012-05-03%2017%3A53%3A12.png
2012-05-03 15:57:17 Mohegan bug added subscriber Mohegan
2012-05-07 23:18:09 Launchpad Janitor compiz (Ubuntu): status Triaged Fix Released
2012-05-07 23:20:14 Launchpad Janitor compiz (Ubuntu Precise): status Fix Committed Fix Released
2012-05-22 03:57:23 Daniel van Vugt bug task added compiz
2012-05-22 04:01:38 Daniel van Vugt compiz: milestone 0.9.8.0
2012-05-22 04:02:03 Daniel van Vugt bug task deleted compiz-core/0.9.8
2012-05-22 04:02:09 Daniel van Vugt compiz: status New Fix Committed
2012-05-22 04:02:13 Daniel van Vugt compiz: importance Undecided Medium
2012-05-22 04:02:16 Daniel van Vugt compiz: assignee Daniel van Vugt (vanvugt)
2012-05-22 04:02:20 Daniel van Vugt compiz-core: milestone 0.9.8.0
2012-05-22 04:02:25 Daniel van Vugt compiz-core: status Fix Committed Fix Released
2012-06-01 21:32:13 bpedman bug added subscriber bpedman
2012-08-27 08:04:22 Daniel van Vugt compiz: status Fix Committed Fix Released