lp://qastaging/~compiz-team/compiz/compiz.fix_1018916
- Get this branch:
- bzr branch lp://qastaging/~compiz-team/compiz/compiz.fix_1018916
Branch merges
- Daniel van Vugt: Approve
-
Diff: 12 lines (+0/-2)1 file modifiedcompizconfig/cmake/exec_setup_py_with_destdir.cmake (+0/-2)
Related bugs
Bug #1018916: ccsm and compizconfig python files don't get installed | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 3262. By Daniel van Vugt
-
Fix potentially unterminated string leading to an uninitialized memory
read (LP: #1018302)This could cause compiz to crash on startup.
- 3261. By Sam Spilsbury
-
Don't set decoration contexts on undecorated windows, since that might be
read later and code will assume the window is decorated when it isn't.
(LP: #1015593) - 3260. By Alan Bell
-
makes compiz enhanced zoom and show mouse plugins considerably smoother to use
(LP: #930783) - 3259. By Sam Spilsbury
-
Don't insert the window into the server list above the window it was
created above.The server list might have been modified by the time that we process the
create event, and as such there is a case where a window can be inserted
into the server list above another window and not at the top (the default
for where windows are created) if that window is pending a restack.When updateAttributes is called later, putting it above the correct window
will silently fail, because it is already there in the server list, even
though a restack was never issued to put it there. - 3258. By Sam Spilsbury
-
Check if the window would actually paint before painting the shadow, since
it is possible that another plugin could be inhibiting paint of the dock
window. (LP: #1012956) - 3257. By Daniel van Vugt
-
Add reliable detection of the compiz bin directory, which works even if
compiz is started without an explicit path (LP: #1015898) - 3256. By Daniel van Vugt
-
Don't waste memory leaving /bin/sh running for the lifetime of the decorator.
(LP: #1015422) - 3255. By Sam Spilsbury
-
Fixed: Crash in compiz:
:wall:: movementWindowO nScreen (
const CompRect &serverBorderRect, const CompRegion &screenRegion) because we
were iterating a temporary CompRect::vector which went out of scope within
the for statement. (LP: #1015151) - 3254. By Sam Spilsbury
-
Allows us to run the tests with memcheck, so that we can catch memory errors
just by running the tests.ctest -D ExperimentalMem
Check.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/compiz/0.9.8