Place plugin problem with panel in fullscreen and gnome classic
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Compiz |
Medium
|
Rock | ||
| Compiz Core |
Medium
|
Rock | ||
| compiz (Ubuntu) |
Medium
|
Unassigned | ||
| Precise |
Medium
|
Unassigned |
Bug Description
[Impact]
Flash video fullscreen problem with GNOME panel.
[Test Case]
In precise, when I want watch a flash video in fullscreen (like youtube or other flash site), the gnome panel doesn't dissapear.
If I disable the place plugin with CCSM it works well.
I use the last version of compiz : 1:0.9.7.4-0ubuntu3.
[Regression Potential]
Window placement in general, should be tested by manual/checkbox tests. The same commit has been well tested in Ubuntu 12.10.
Related branches
- Daniel van Vugt: Approve on 2012-08-28
- Francis Ginther: Abstain on 2012-08-01
- Sam Spilsbury: Needs Fixing on 2012-07-27
-
Diff: 25 lines (+9/-6)1 file modifiedplugins/place/src/place.cpp (+9/-6)
- Ubuntu branches: Pending requested 2012-09-11
-
Diff: 18751 lines (+12055/-2496)268 files modifiedAUTHORS (+36/-16)
CMakeLists.txt (+0/-6)
NEWS (+57/-0)
VERSION (+1/-1)
cmake/CompizCommon.cmake (+1/-1)
cmake/CompizGSettings.cmake (+8/-2)
cmake/CompizPlugin.cmake (+0/-3)
cmake/FindCompiz.cmake (+1/-4)
compizconfig/ccsm/CMakeLists.txt (+8/-10)
compizconfig/ccsm/VERSION (+0/-1)
compizconfig/ccsm/ccm/Widgets.py (+1/-1)
compizconfig/ccsm/setup.py (+31/-8)
compizconfig/cmake/exec_setup_py_with_destdir.cmake (+2/-1)
compizconfig/compizconfig-python/CMakeLists.txt (+14/-17)
compizconfig/compizconfig-python/VERSION (+0/-1)
compizconfig/compizconfig-python/compizconfig-python.pc.in (+1/-1)
compizconfig/compizconfig-python/setup.py (+29/-11)
compizconfig/compizconfig-python/src/compizconfig.pyx (+0/-30)
compizconfig/gconf/VERSION (+0/-1)
compizconfig/gsettings/VERSION (+0/-1)
compizconfig/integration/gnome/gsettings/org.compiz.integrated.gschema.xml (+11/-11)
compizconfig/integration/gnome/include/ccs_gnome_integration_constants.h (+1/-1)
compizconfig/libcompizconfig/CMakeLists.txt (+4/-11)
compizconfig/libcompizconfig/VERSION (+0/-1)
compizconfig/libcompizconfig/cmake/FindCompizConfig.cmake (+1/-1)
compizconfig/libcompizconfig/include/CMakeLists.txt (+1/-0)
compizconfig/libcompizconfig/src/CMakeLists.txt (+10/-1)
compizconfig/libcompizconfig/src/ccs_settings_upgrade_internal.c (+168/-0)
compizconfig/libcompizconfig/src/ccs_settings_upgrade_internal.h (+41/-0)
compizconfig/libcompizconfig/src/main.c (+184/-163)
compizconfig/libcompizconfig/tests/CMakeLists.txt (+13/-0)
compizconfig/libcompizconfig/tests/compizconfig_test_ccs_settings_upgrade_internal.cpp (+70/-0)
debian/changelog (+62/-3)
debian/compiz-dev.install (+9/-1)
debian/compiz-gnome.migrations (+1/-0)
debian/patches/100_expo_layout.patch (+2903/-0)
debian/patches/series (+1/-0)
gtk/gnome/50-compiz-launchers.xml.in (+1/-1)
gtk/window-decorator/CMakeLists.txt (+89/-20)
gtk/window-decorator/blurprops.c (+5/-2)
gtk/window-decorator/cairo.c (+2/-2)
gtk/window-decorator/decorator.c (+17/-33)
gtk/window-decorator/events.c (+23/-10)
gtk/window-decorator/frames.c (+6/-5)
gtk/window-decorator/gtk-window-decorator.c (+67/-120)
gtk/window-decorator/gtk-window-decorator.h (+35/-78)
gtk/window-decorator/gwd-settings-interface.c (+181/-0)
gtk/window-decorator/gwd-settings-interface.h (+103/-0)
gtk/window-decorator/gwd-settings-notified-interface.c (+56/-0)
gtk/window-decorator/gwd-settings-notified-interface.h (+64/-0)
gtk/window-decorator/gwd-settings-notified.c (+283/-0)
gtk/window-decorator/gwd-settings-notified.h (+38/-0)
gtk/window-decorator/gwd-settings-storage-gconf.c (+425/-0)
gtk/window-decorator/gwd-settings-storage-gconf.h (+56/-0)
gtk/window-decorator/gwd-settings-storage-gsettings.c (+567/-0)
gtk/window-decorator/gwd-settings-storage-gsettings.h (+85/-0)
gtk/window-decorator/gwd-settings-storage-interface.c (+82/-0)
gtk/window-decorator/gwd-settings-storage-interface.h (+67/-0)
gtk/window-decorator/gwd-settings-writable-interface.c (+153/-0)
gtk/window-decorator/gwd-settings-writable-interface.h (+150/-0)
gtk/window-decorator/gwd-settings-xproperty-interface.c (+35/-0)
gtk/window-decorator/gwd-settings-xproperty-interface.h (+52/-0)
gtk/window-decorator/gwd-settings-xproperty-storage.c (+296/-0)
gtk/window-decorator/gwd-settings-xproperty-storage.h (+42/-0)
gtk/window-decorator/gwd-settings.c (+934/-0)
gtk/window-decorator/gwd-settings.h (+40/-0)
gtk/window-decorator/metacity.c (+59/-39)
gtk/window-decorator/org.compiz.gwd.gschema.xml (+47/-0)
gtk/window-decorator/settings.c (+76/-631)
gtk/window-decorator/tests/CMakeLists.txt (+114/-0)
gtk/window-decorator/tests/compiz_gwd_mock_settings.cpp (+205/-0)
gtk/window-decorator/tests/compiz_gwd_mock_settings.h (+86/-0)
gtk/window-decorator/tests/compiz_gwd_mock_settings_notified.cpp (+192/-0)
gtk/window-decorator/tests/compiz_gwd_mock_settings_notified.h (+71/-0)
gtk/window-decorator/tests/compiz_gwd_mock_settings_storage.cpp (+211/-0)
gtk/window-decorator/tests/compiz_gwd_mock_settings_storage.h (+80/-0)
gtk/window-decorator/tests/compiz_gwd_mock_settings_writable.cpp (+296/-0)
gtk/window-decorator/tests/compiz_gwd_mock_settings_writable.h (+108/-0)
gtk/window-decorator/tests/compiz_gwd_tests.h.in (+31/-0)
gtk/window-decorator/tests/org.gnome.desktop.wm.preferences.gschema.xml (+72/-0)
gtk/window-decorator/tests/org.gnome.mutter.gschema.xml (+18/-0)
gtk/window-decorator/tests/test_gwd_settings.cpp (+1653/-0)
gtk/window-decorator/wnck.c (+4/-1)
include/core/CMakeLists.txt (+0/-1)
include/core/screen.h (+9/-9)
include/core/serialization.h (+0/-158)
include/decoration.h (+4/-0)
kde/window-decorator-kde4/CMakeLists.txt (+6/-3)
kde/window-decorator-kde4/decorator.cpp (+11/-4)
kde/window-decorator-kde4/decorator.h (+5/-5)
kde/window-decorator-kde4/main.cpp (+1/-1)
kde/window-decorator-kde4/window.cpp (+66/-0)
kde/window-decorator-kde4/window.h (+13/-0)
libdecoration/decoration.c (+12/-1)
plugins/addhelper/VERSION (+0/-1)
plugins/addhelper/src/addhelper.cpp (+0/-23)
plugins/addhelper/src/addhelper.h (+0/-23)
plugins/animation/VERSION (+0/-1)
plugins/animation/animation.xml.in (+2/-2)
plugins/animation/include/animation/animation.h (+4/-3)
plugins/animation/include/animation/animeffect.h (+1/-1)
plugins/animation/src/animation.cpp (+27/-19)
plugins/animation/src/grid.cpp (+8/-11)
plugins/animation/src/options.cpp (+11/-4)
plugins/animation/src/private.h (+1/-1)
plugins/animationaddon/VERSION (+0/-1)
plugins/animationaddon/src/animationaddon.cpp (+3/-0)
plugins/animationaddon/src/polygon.cpp (+2/-2)
plugins/animationaddon/src/private.h (+1/-1)
plugins/annotate/src/annotate.cpp (+1/-15)
plugins/annotate/src/annotate.h (+1/-18)
plugins/bench/VERSION (+0/-1)
plugins/bench/src/bench.cpp (+2/-12)
plugins/bench/src/bench.h (+0/-2)
plugins/bicubic/VERSION (+0/-1)
plugins/blur/src/blur.cpp (+7/-1)
plugins/blur/src/blur.h (+4/-4)
plugins/ccp/src/ccp.cpp (+2/-2)
plugins/colorfilter/VERSION (+0/-1)
plugins/colorfilter/src/colorfilter.cpp (+0/-10)
plugins/colorfilter/src/colorfilter.h (+0/-20)
plugins/commands/commands.xml.in (+63/-63)
plugins/compiztoolbox/CMakeLists.txt (+1/-1)
plugins/compiztoolbox/include/compiztoolbox/compiztoolbox.h (+2/-2)
plugins/compiztoolbox/src/compiztoolbox.cpp (+3/-0)
plugins/copytex/src/copytex.cpp (+3/-0)
plugins/copytex/src/copytex.h (+2/-2)
plugins/crashhandler/VERSION (+0/-1)
plugins/cubeaddon/VERSION (+0/-1)
plugins/cubeaddon/src/cubeaddon.cpp (+10/-0)
plugins/cubeaddon/src/cubeaddon.h (+9/-9)
plugins/dbus/src/dbus.h (+4/-4)
plugins/decor/src/decor.h (+3/-3)
plugins/expo/VERSION (+0/-1)
plugins/expo/src/expo.cpp (+1/-1)
plugins/extrawm/VERSION (+0/-1)
plugins/ezoom/VERSION (+0/-1)
plugins/ezoom/src/ezoom.cpp (+0/-29)
plugins/ezoom/src/ezoom.h (+0/-32)
plugins/fadedesktop/VERSION (+0/-1)
plugins/firepaint/VERSION (+0/-1)
plugins/firepaint/src/firepaint.cpp (+2/-43)
plugins/firepaint/src/firepaint.h (+1/-67)
plugins/gears/VERSION (+0/-1)
plugins/grid/VERSION (+0/-1)
plugins/grid/src/grid.h (+1/-1)
plugins/group/VERSION (+0/-1)
plugins/group/src/glow.cpp (+10/-0)
plugins/group/src/glow.h (+9/-9)
plugins/group/src/group.cpp (+3/-1)
plugins/group/src/group.h (+2/-25)
plugins/group/src/init.cpp (+0/-71)
plugins/group/src/tab.cpp (+1/-1)
plugins/imgjpeg/VERSION (+0/-1)
plugins/imgpng/src/imgpng.cpp (+2/-0)
plugins/imgpng/src/imgpng.h (+1/-1)
plugins/imgsvg/CMakeLists.txt (+1/-1)
plugins/kdecompat/VERSION (+0/-1)
plugins/loginout/VERSION (+0/-1)
plugins/mag/VERSION (+0/-1)
plugins/mag/src/mag.cpp (+0/-16)
plugins/mag/src/mag.h (+0/-14)
plugins/maximumize/VERSION (+0/-1)
plugins/maximumize/src/maximumize.cpp (+4/-0)
plugins/maximumize/src/maximumize.h (+3/-3)
plugins/mblur/VERSION (+0/-1)
plugins/mblur/src/mblur.cpp (+0/-10)
plugins/mblur/src/mblur.h (+0/-10)
plugins/mousepoll/VERSION (+0/-1)
plugins/mousepoll/src/mousepoll.cpp (+3/-0)
plugins/mousepoll/src/private.h (+2/-2)
plugins/move/src/move.cpp (+5/-0)
plugins/move/src/move.h (+3/-3)
plugins/neg/VERSION (+0/-1)
plugins/neg/src/neg.cpp (+0/-16)
plugins/neg/src/neg.h (+0/-11)
plugins/notification/src/notification.cpp (+3/-1)
plugins/notification/src/notification.h (+1/-1)
plugins/obs/src/obs.cpp (+4/-13)
plugins/obs/src/obs.h (+5/-15)
plugins/opacify/VERSION (+0/-1)
plugins/opacify/src/opacify.cpp (+2/-12)
plugins/opacify/src/opacify.h (+1/-12)
plugins/opengl/CMakeLists.txt (+6/-3)
plugins/opengl/DRIVERS (+54/-0)
plugins/opengl/include/opengl/opengl.h (+7/-7)
plugins/opengl/src/fsregion/CMakeLists.txt (+7/-0)
plugins/opengl/src/fsregion/fsregion.cpp (+54/-0)
plugins/opengl/src/fsregion/fsregion.h (+57/-0)
plugins/opengl/src/fsregion/tests/CMakeLists.txt (+10/-0)
plugins/opengl/src/fsregion/tests/test-fsregion.cpp (+140/-0)
plugins/opengl/src/opengl.cpp (+10/-0)
plugins/opengl/src/paint.cpp (+46/-23)
plugins/opengl/src/programcache.cpp (+2/-2)
plugins/opengl/src/vertexbuffer.cpp (+2/-2)
plugins/place/src/place.cpp (+12/-9)
plugins/place/src/smart/src/smart.cpp (+3/-3)
plugins/put/VERSION (+0/-1)
plugins/put/src/put.cpp (+4/-4)
plugins/reflex/VERSION (+0/-1)
plugins/resize/src/logic/include/resize-defs.h (+2/-2)
plugins/resize/src/logic/src/resize-logic.cpp (+7/-4)
plugins/resize/src/logic/tests/test-logic.cpp (+52/-0)
plugins/resizeinfo/VERSION (+0/-1)
plugins/resizeinfo/src/resizeinfo.cpp (+5/-0)
plugins/resizeinfo/src/resizeinfo.h (+3/-3)
plugins/ring/VERSION (+0/-1)
plugins/ring/src/ring.cpp (+4/-0)
plugins/ring/src/ring.h (+2/-2)
plugins/rotate/src/rotate.cpp (+1/-1)
plugins/scaleaddon/VERSION (+0/-1)
plugins/scaleaddon/src/scaleaddon.cpp (+1/-1)
plugins/scalefilter/VERSION (+0/-1)
plugins/session/VERSION (+0/-1)
plugins/shelf/VERSION (+0/-1)
plugins/shelf/src/shelf.cpp (+2/-0)
plugins/shelf/src/shelf.h (+1/-1)
plugins/shift/VERSION (+0/-1)
plugins/shift/src/shift.cpp (+2/-0)
plugins/shift/src/shift.h (+1/-1)
plugins/showdesktop/VERSION (+0/-1)
plugins/showdesktop/src/showdesktop.cpp (+5/-0)
plugins/showdesktop/src/showdesktop.h (+4/-4)
plugins/showmouse/VERSION (+0/-1)
plugins/showmouse/src/showmouse.cpp (+0/-40)
plugins/showmouse/src/showmouse.h (+0/-51)
plugins/showrepaint/VERSION (+0/-1)
plugins/showrepaint/src/showrepaint.cpp (+0/-8)
plugins/showrepaint/src/showrepaint.h (+0/-12)
plugins/snap/VERSION (+0/-1)
plugins/splash/VERSION (+0/-1)
plugins/splash/src/splash.cpp (+3/-0)
plugins/splash/src/splash.h (+2/-2)
plugins/stackswitch/VERSION (+0/-1)
plugins/staticswitcher/VERSION (+0/-1)
plugins/staticswitcher/src/staticswitcher.cpp (+3/-0)
plugins/staticswitcher/src/staticswitcher.h (+2/-2)
plugins/switcher/src/switcher.cpp (+6/-0)
plugins/switcher/src/switcher.h (+4/-4)
plugins/td/VERSION (+0/-1)
plugins/td/src/3d.cpp (+2/-0)
plugins/td/src/3d.h (+1/-1)
plugins/text/VERSION (+0/-1)
plugins/text/src/text.cpp (+1/-1)
plugins/thumbnail/VERSION (+0/-1)
plugins/thumbnail/src/thumbnail.cpp (+2/-0)
plugins/thumbnail/src/thumbnail.h (+1/-1)
plugins/titleinfo/VERSION (+0/-1)
plugins/trailfocus/VERSION (+0/-1)
plugins/trip/VERSION (+0/-1)
plugins/vpswitch/VERSION (+0/-1)
plugins/wall/VERSION (+0/-1)
plugins/wall/src/wall.cpp (+4/-4)
plugins/wallpaper/VERSION (+0/-1)
plugins/water/src/water.cpp (+5/-1)
plugins/water/src/water.h (+2/-2)
plugins/widget/VERSION (+0/-1)
plugins/winrules/VERSION (+0/-1)
plugins/wobbly/src/wobbly.h (+1/-1)
plugins/workarounds/VERSION (+0/-1)
postinst/convert-files/compiz-profile-Default.convert (+0/-60)
postinst/convert-files/compiz-profile-active-Default.convert (+0/-60)
postinst/convert-files/compiz-profile-independent-keys.convert (+59/-0)
postinst/migration-scripts/03_migrate_profile_independent.py (+44/-0)
src/event.cpp (+3/-3)
src/screen.cpp (+5/-5)
src/timer/src/timer.cpp (+1/-1)
tests/manual/Unredirect.txt (+77/-0)
Robin Garnett (mrchristopherrobin) wrote : | #2 |
same as this bug I think https:/
it's caused on mine by the clock on the gnome panel updating when using the place plugin. It is bringing the panel to the front (or at least in front of whatever I have fullscreen eg. a video). I have looked at the source in 0.9.8 but I'm not competent enough to write an exception or alter this behavior
Owen Williams (ywwg) wrote : | #3 |
This bug causes fullscreen mode to be almost useless for me. Whether it's the clock, window list, or workspace pager, my panel comes back almost instantly after I trigger fullscreen mode
Owen Williams (ywwg) wrote : | #4 |
The patch in this bug seems to fix the issue for me: https:/
Changed in compiz (Ubuntu): | |
status: | New → Confirmed |
Changed in compiz: | |
status: | New → Confirmed |
summary: |
- Place plugin problem with flash in fullscreen and gnome classic + Place plugin problem with panel in fullscreen and gnome classic |
everflux (tklaunchpad) wrote : | #5 |
Is there an AMD64 package to try it out?
Changed in compiz: | |
milestone: | none → 0.9.8.0 |
Hi all, I created a PPA based on Rock's patch for my bug report (#974242):
sudo add-apt-repository ppa:oli/
sudo apt-get update
sudo apt-get upgrade
I was also suffering from this bug and the patch seems to deal with both problems at once. Give it a test and let me know if you have any problems.
Chris Perry (csperry-2802) wrote : | #7 |
Hi Oli, I was having this problem with gaming in Wine, after switching from Unity to Gnome Classic in Ubuntu 12.04, and it's worked for me. Many thanks!
knoxg (knoxg) wrote : | #8 |
The ppa:oli/
Guy Verrijdt (gverrijdt) wrote : | #9 |
The ppa fixed both issues for me.
Thanks a lot.
Probably a silly question, but what will happen when compiz updates? Should I keep the oli-ppa activated in software sources?
Changed in compiz: | |
assignee: | nobody → Oli (oli) |
status: | Confirmed → In Progress |
assignee: | Oli (oli) → Rock (rockbuntu) |
James Fox (jfox950) wrote : | #10 |
Hi guys.
I'm having this problem with all full screen applications gthumb youtube and vlc in Ubuntu 12.04. I have 4 machines and all are doing it. Its driving me insane. Of course disabling place windows or logging into gnome classic without effects fix's this.
Gonna try the unofficial patch mentioned in this thread.
Please fix soon :)
Zoubidoo (zoubidoo) wrote : | #11 |
This is a highly visible bug. Any chance of upping the importance?
Chris Hemsing (c-hemsing) wrote : | #12 |
Oli, thanks for the patch.
However, I think it is very unfortunate, that you package:
has exactly the same naming as the official:
http://
Therefore, your proposed course of action:
sudo add-apt-repository ppa:oli/
sudo apt-get update
sudo apt-get upgrade
does not work.
There are ways to circumvent it, sure! Nevertheless, it is unfortunate.
Changed in compiz: | |
milestone: | 0.9.8.0 → 0.9.8.1 |
Changed in compiz: | |
status: | In Progress → Fix Committed |
Daniel van Vugt (vanvugt) wrote : | #13 |
Fix committed into lp:compiz at revision 3324
Guy Verrijdt (gverrijdt) wrote : | #14 |
I've had my problems fixed by the Oli-ppa (see post 21.07).
Problems came back after a recent update, although the Oli-ppa is still activated.
Chris, you mention ways to circumvent, can you clarify?
How can I force the Oli patch?
Please help
Changed in compiz: | |
status: | Fix Committed → Fix Released |
Juan Antonio Peña (japenaisern) wrote : | #15 |
How can I get this update? I refresh the update manager but there isn't any update for compiz.
Thank you in advance.
Changed in compiz-core: | |
status: | Confirmed → Triaged |
milestone: | none → 0.9.7.10 |
Daniel van Vugt (vanvugt) wrote : | #16 |
Fix committed to lp:compiz-core/0.9.7 at revision 3117
Changed in compiz-core: | |
status: | Triaged → Fix Committed |
assignee: | nobody → Rock (rockbuntu) |
Launchpad Janitor (janitor) wrote : | #17 |
This bug was fixed in the package compiz - 1:0.9.8.
---------------
compiz (1:0.9.
[ Sam Spilsbury ]
* debian/
- Install compizconfig-
* debian/
- re-add the expo layout that used to be in precise (LP: #1047067)
- add some testcases
[ Timo Jyrinki ]
* New upstream snapshot.
- Fix multiple window placement bugs (LP: #974242) (LP: #976032)
- Don't waste CPU looping through and looking at all the windows if you're
rendering an output that has no damage on it. (LP: #1014986)
- Updated convert files to fix some typos in the key names. (LP: #1041631)
- Fix crash when imgsvg is loaded, due to missing symbol
(
- Treat unresolved symbols at link time as an error, rather than letting
them through and cause strange crashes later. (LP: #1043143)
- Refactors a little bit of the upgrade code and gets it under test to
prepare to fix (LP: #1042537)
- Updated AUTHORS from the full bzr log, and re-sort the list.
(LP: #1042095)
- Fixes FTBFS for kde4-window-
- Fix obvious omissions from the introduction of unminimize_*,
which were causing the unminimize animation settings to be ignored
(LP: #1040455)
- resize plugin: don't crash if resize wasn't initiated externally
(LP: #1045191)
- Clean up capitalization (LP: #1045652)
- Avoid division by zero, if plugins try to deform a window down to size
zero. (LP: #1045235)
- Make "Unredirect Fullscreen Windows" more reliable. This fixes the
problem with unredirection failing to engage at all (LP: #1041066) when
gtk-
This also fixes the problem with unredirect hiding all windows,
because it thinks the desktop window should be stacked on top
(LP: #980663).
- Ensure unredirected windows don't stay unredirected if they're no longer
on top. (LP: #1041047)
- Fix launching terminal functionality and make show-hud default key
visible. Update the defaults to org.compiz.
actual gnome values pre-gnome-3. (LP: #1040081) (LP: #1046199)
(LP: #1046190)
- Fix show-hud, bump COMPIZ_
(LP: #1046212)
- Fixed: Windows with an alpha-channel, like gnome-terminal, were not
being considered as possibly covering fullscreen windows. But they most
certainly can. This ensures such RGBA windows are visible if they're
stacked above a fullscreen window. (LP: #1046661)
- Remove ListToStringList (LP: #1046184)
- Fix typo causing CMake Error (LP: #1045665)
- Transitions gtk-window-
framework for the options code. (LP: #1042323)
- Also need kdeworkspace since kdecorationbridge.h is there
(LP: #1046770)
- Implements some cleanup that was suggested on the merge for the original
port to gsettings. Other issues fixed as wel...
Changed in compiz (Ubuntu): | |
status: | Confirmed → Fix Released |
Chris Hemsing (c-hemsing) wrote : | #18 |
This bug has been reported for 12.04 precise.
That was in April, i.e. 7! month ago.
I still don't see the bug being repaired in precise.
However, the last status change is: Confimed -> Fix Released
I think, there is no fix for precise yet.
When will it be fixed? And what is the exact definition of "Fix released"?
Timo Jyrinki (timo-jyrinki) wrote : | #19 |
"Fix Released" in this bug's compiz(Ubuntu) means it's fixed for the newest Ubuntu release at the time of marking it fixed. It has now also been nominated for 12.04 as per SRU process, and the fix is testable in https:/
description: | updated |
Launchpad Janitor (janitor) wrote : | #20 |
Status changed to 'Confirmed' because the bug affects multiple users.
Changed in compiz (Ubuntu Precise): | |
status: | New → Confirmed |
Changed in compiz: | |
importance: | Undecided → Medium |
Changed in compiz-core: | |
importance: | Undecided → Medium |
Changed in compiz (Ubuntu): | |
importance: | Undecided → Medium |
Changed in compiz (Ubuntu Precise): | |
importance: | Undecided → Medium |
status: | Confirmed → Triaged |
Changed in compiz-core: | |
status: | Fix Committed → Fix Released |
Hello Mohegan, or anyone else affected,
Accepted compiz into precise-proposed. The package will build now and be available at http://
Please help us by testing this new package. See https:/
If this package fixes the bug for you, please change the bug tag from verification-needed to verification-done. If it does not, change the tag to verification-
Further information regarding the verification process can be found at https:/
Changed in compiz (Ubuntu Precise): | |
status: | Triaged → Fix Committed |
tags: | added: verification-needed |
Vladimir Mencl (vladimir-mencl) wrote : | #22 |
Just tested the package from precise-proposed - fixes the problem for me.
tags: |
added: verification-done removed: verification-needed |
The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regresssions.
Launchpad Janitor (janitor) wrote : | #24 |
This bug was fixed in the package compiz - 1:0.9.7.
---------------
compiz (1:0.9.
* New upstream stable branch snapshot.
- Includes all the previous cherry-picked fixes
- Fix crash when imgsvg is loaded, due to missing symbol
(
- Fix multiple window placement bugs (LP: #974242) (LP: #976032)
- Fix window handle leak causing gradual degradation in desktop
performance (LP: #1050610)
- Some decoration pixmaps get leaked on window resize, due to race
conditions between gtk-window-
(LP: #1057263)
- Avoid a NULL dereference and give a useful error message instead.
(LP: #944653)
- Fix leakage of destroyed_
decor_t's which could result in a freed GHashTable being passed into
g_
* debian/
- Drop the NEWS file, update decor.cpp part to build with new upstream
code.
* debian/
- Cherry-pick the revert from upstream since the bug fix is not
suitable for SRU as is
* debian/
- Cherry-pick also this revert as non-SRU material, not relevant
to users
* debian/
- Update with latest symbols
-- Timo Jyrinki <email address hidden> Mon, 12 Nov 2012 13:56:29 +0200
Changed in compiz (Ubuntu Precise): | |
status: | Fix Committed → Fix Released |
Fionn (fbe) wrote : | #25 |
I'd like to mention that I just had exactly this problem with ubuntu-mate 14.04 ("trusty") compiz version 1:0.9.11.
Disabling the place plugin "healed" the problem instantly.
I can confirm this issue.
It's the same for Virtualbox when trying to switch a guest system to fullscreen.