-
I would like to have a startup option to launch Slingshot without the triangular pointer near the upper left corner. When I launch Slingshot from Plank the triangular pointer is misleading.
-
This is the make_module_ptr version, but I prefer the alternative: https://code.launchpad.net/~vanvugt/mir/fix-1527449-Plugin/+merge/283168 due to its self-debugging (will never crash executing unmapped code), and also because it avoids templates.
-
To merge this branch: bzr merge lp:~vanvugt/mir/resize-remove-unused-create_buffer-size: Related bugs:
-
client buffer stream: always signal wait handle and invoke callback even during creation errors The wait handle given to the client should always be signaled and the client supplied callback must be invoked even if the server fails to create the buffer stream.
-
Here's a branch to stop using mlockall and instead selectively secure the pieces of memory we use for passwords. I didn't bother fixing the liblightdm libraries.
-
This is the Plugin version of the fix, which works reliably but is less popular. Alternative: https://code.launchpad.net/~vanvugt/mir/fix-1527449-make_module_ptr-2/+merge/283378
-
Merge lp:~mir-team/mir/enable-late-release into lp:mir. enable-late-release; Merge into development-branch
-
bzr branch lp:~panisson/gephi/graphstreaming. Only ... (+27/-0) ClusteringPlugin/src/org/gephi/clustering/plugin/mcl/Bundle.properties (+10/-0) ...
-
Good question. Yes, a few reasons for that: 1. I wrote Plugin long before noticing make_module_ptr existed. 2. Plugin is simpler, more elegant, smaller, fewer templates, easier to understand, and provides a handy debugging feature which tells you you've made a mistake before you encounter cryptic unmapped memory crashes.
-
client: add platform-specific conversions for MirBufferUsage and MirPixelFormat to the client platform. The current system says "i want a 'hardware' buffer", and the server selects something appropriate.
-
After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?
-
#1377743: indicator services restart after every resume #1366534: lightdm lefts a11y (at-spi*) process behind This solution is better than one used in debian, but I don't like it too.
-
These commits allow identifying the microcode level [MCL] of a [Z] system, hence let's one [IBM] know if the level includes mitigation for Spectre or not.
-
gbm: Use shared memory for software buffers This patchset changes the GBM software buffers to use normal system shared memory, instead of depending on fragile behavior offered by the current implementation of "hardware" buffers in Mesa.
-
0.7 serie first alpha, major features are available, targeted for features and usability testing. The new 0.7 serie arise from complete redevelopment.
-
add MirExtensionGbmBufferV2, which adds functions that help a GBM buffer import in the mesa driver. This prepares mir_buffer_get_buffer_packgae (and MirBufferPackage) for deprecation.
-
4215.By Chris Halse Rogers on 2017-07-27 mcl::BufferVault: Fix lock inversion. ~BufferVault takes BufferVault::mutex and then calls AtomicCallback::set_callback() on each buffer,
-
I could have just hacked examples/eglapp.c and declared the bug fixed, but that would not suffice for other toolkits (particularly games). So this more long-winded solution solves the problem for everyone.
-
MCL — Answered: 208483 ... Answer contacts for Odoo Server (MOVED TO GITHUB) • Take the tour • Read the guide ...
-
This is preventing async-render-surface from passing CI. Merge lp:~cemil-azizoglu/mir/fix-1628794 into lp:mir. fix-1628794; Merge into development-branch