[Bug 1450568] Re: Requests are not cleared if a client dies unexpectedly and drops from the bus

2015-04-30 Thread Ricardo Mendoza
** Changed in: powerd (Ubuntu) Assignee: (unassigned) => Ricardo Mendoza (ricmm) ** Changed in: powerd (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1442166] Re: Calendar alarms rings forever if Low Battery dialog visible

2015-04-16 Thread Ricardo Mendoza
** Branch linked: lp:~ricmm/usensord/vibrate-no-sleep -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1442166 Title: Calendar alarms rings forever if Low Battery dialog visible To manage notification

[Bug 1444937] Re: QML cache gets stale too easily

2015-04-16 Thread Ricardo Mendoza
It really depends on exactly what the problem scenario is. Currently, whenever *any* QML file changes, the whole cache is dropped and rebuilt. This includes SDK and base QML deps, not only files shipped by the app itself. The only case where it is currently not rebuilt is when a provider library c

[Bug 1442166] Re: Calendar alarms rings forever if Low Battery dialog visible

2015-04-13 Thread Ricardo Mendoza
>From the description this seems like a different case of the vibration. Does it keep *ringing* literally, or just vibrating? Is it with the screen off? or on. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1437320] Re: Adapt QML Cache patch for Qt 5.5

2015-04-13 Thread Ricardo Mendoza
I'll find some time this week to look at it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1437320 Title: Adapt QML Cache patch for Qt 5.5 To manage notifications about this bug go to: https://bugs

[Bug 1419405] Re: indicator-location-service crashed with SIGABRT in internal::ToBackend::exit_module()

2015-03-09 Thread Ricardo Mendoza
** Branch linked: lp:~ricmm/platform-api/no-abort-default-dummy ** Changed in: platform-api (Ubuntu) Assignee: (unassigned) => Ricardo Mendoza (ricmm) ** Changed in: unity8-desktop-session (Ubuntu) Assignee: (unassigned) => Ricardo Mendoza (ricmm) -- You received th

[Bug 1422879] Re: GPS stays active after location data is used by a scope (even after not not using the scopes anymore)

2015-02-17 Thread Ricardo Mendoza
>From looking at the unity-scopes-shell code for the location provider, it seems like there is no direct correlation with the client request and the active location lookup service side. The request seems to be continuous and always on, is this is so, then we have a problem as this means the GPS har

[Bug 1415472] Re: QML cache prevents the QtCreator profiler (interpreter) from running

2015-02-10 Thread Ricardo Mendoza
** Changed in: qtdeclarative-opensource-src (Ubuntu) Status: Confirmed => 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/1415472 Title: QML cache prevents the QtCreator profiler

[Bug 1415472] Re: QML cache prevents the QtCreator profiler (interpreter) from running

2015-02-10 Thread Ricardo Mendoza
** Changed in: qtdeclarative-opensource-src (Ubuntu) Status: New => Confirmed ** Changed in: qtdeclarative-opensource-src (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1408263] Re: Edge gestures still get lost

2015-02-03 Thread Ricardo Mendoza
No real reason for this mako-only bug to happen comes to mind. My advise is to trace back the event to the source, first by lighting up QtUbuntu's input.cc to spew out all events before pushing them to the client, and also mirclient's input delivery loop to see if it is actively dropping the events

[Bug 1402650] Re: 3 seconds delay before sending SIGSTOP (changing apps, suspending phone) seems too much

2014-12-15 Thread Ricardo Mendoza
** Also affects: qtmir Importance: Undecided Status: New ** Branch linked: lp:~ricmm/qtmir/reduce-timeout -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1402650 Title: 3 seconds delay befo

[Bug 1380848] Re: Apps and services use large amount of CPU after unity8 resets

2014-12-09 Thread Ricardo Mendoza
*** This bug is a duplicate of bug 1394204 *** https://bugs.launchpad.net/bugs/1394204 ** This bug has been marked a duplicate of bug 1394204 dbus daemon spinning with NM AP properties change event -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 1319582] Re: emulator: 'Failed to start RenderThread' after opening/closing applications

2014-12-09 Thread Ricardo Mendoza
** Changed in: android (Ubuntu) Assignee: (unassigned) => Ricardo Mendoza (ricmm) ** Changed in: qtubuntu (Ubuntu) Assignee: (unassigned) => Ricardo Mendoza (ricmm) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1394529] [NEW] Oxide 1.3.4-0ubuntu0.14.10.1 in RTM has a possible ABI break in its QML plugin

2014-11-20 Thread Ricardo Mendoza
Public bug reported: With the latest landing in RTM (1.3.4-0ubuntu0.14.10.1) Oxide seems to have an ABI break in its QML plugin. This deduction comes from webbrowser-app exhibiting broken behaviour which fixes itself when the QML cache is wiped. The QML cache on device makes assumptions about ABI

[Bug 1394380] Re: QML cache not regenerated correctly on image update

2014-11-20 Thread Ricardo Mendoza
Olivier and I had a chat already on IRC about this, to sum it up: This situation happens because there was no change in the actual QML files, however an underlying QML plugin did change. In my opinion, this change comes with an ABI break and there was no version bump for it. Had there been a versi

[Bug 1362469] Re: AppArmor unrequested reply protection generates unallowable denials

2014-11-11 Thread Ricardo Mendoza
Whats the status of this? We might have a serious issue that needs forwarding dbus to 1.8, however we haven't tracked it down to a single commit that we could cherry pick yet. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1380848] Re: [TOPBLOCKER] Apps and services use large amount of CPU after unity8 resets

2014-11-05 Thread Ricardo Mendoza
** Branch linked: lp:~ricmm/media-hub/use-new-hybris-dead-cb -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1380848 Title: [TOPBLOCKER] Apps and services use large amount of CPU after unity8 resets

[Bug 1380848] Re: [TOPBLOCKER] Apps and services use large amount of CPU after unity8 resets

2014-11-05 Thread Ricardo Mendoza
Do you guys have any way to reproduce the dbus-daemon or location- service spinning issues? Due to a fix of mine + tvoss's other branch I can no longer see the media-hub problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1380848] Re: [TOPBLOCKER] Apps and services use large amount of CPU after unity8 resets

2014-11-03 Thread Ricardo Mendoza
** Changed in: media-hub Assignee: Jim Hodapp (jhodapp) => Ricardo Mendoza (ricmm) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1380848 Title: [TOPBLOCKER] Apps and services use large amo

[Bug 1380120] Re: Manage Scopes -> All Is Unusable

2014-10-21 Thread Ricardo Mendoza
** Changed in: qtdeclarative-opensource-src (Ubuntu RTM) 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/1380120 Title: Manage Scopes -> All Is Unusable T

[Bug 1357327] Re: One app blocks anothers access to sensors

2014-10-20 Thread Ricardo Mendoza
** Branch linked: lp:~ricmm/qtubuntu-sensors/fix-1357327 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1357327 Title: One app blocks anothers access to sensors To manage notifications about this bu

[Bug 1191934] Re: orientation wrong in playback for recorded videos

2014-10-15 Thread Ricardo Mendoza
** Branch linked: lp:~jhodapp/qtvideo-node/rotate-camera-video -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1191934 Title: orientation wrong in playback for recorded videos To manage notifications

[Bug 1379840] Re: corrupted QML cache for messaging app makes it crash at startup

2014-10-15 Thread Ricardo Mendoza
** Changed in: qtdeclarative-opensource-src (Ubuntu) Status: In Progress => 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/1379840 Title: corrupted QML cache for messaging app mak

[Bug 1362658] Re: screen locks while recording video

2014-10-15 Thread Ricardo Mendoza
** Branch linked: lp:~ricmm/media-hub/keep-display-recording-1362658 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362658 Title: screen locks while recording video To manage notifications about th

[Bug 1380120] Re: Manage Scopes -> All Is Unusable

2014-10-14 Thread Ricardo Mendoza
** Changed in: qtdeclarative-opensource-src (Ubuntu RTM) Status: Confirmed => 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/1380120 Title: Manage Scopes -> All Is Unusable To m

[Bug 1380120] Re: Manage Scopes -> All Is Unusable

2014-10-13 Thread Ricardo Mendoza
Silo 17 will soon have some fresh code to test, it should prevent this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1380120 Title: Manage Scopes -> All Is Unusable To manage notifications a

[Bug 1379840] Re: corrupted QML cache for messaging app makes it crash at startup

2014-10-12 Thread Ricardo Mendoza
-opensource-src (Ubuntu) Assignee: (unassigned) => Ricardo Mendoza (ricmm) ** Changed in: qtdeclarative-opensource-src (Ubuntu) Importance: Undecided => Critical ** Changed in: qtdeclarative-opensource-src (Ubuntu) Status: Confirmed => In Progress -- You received this bug not

[Bug 1376361] [NEW] Need to open up path for cached QML bytecode

2014-10-01 Thread Ricardo Mendoza
Public bug reported: The upcoming introduction of cacheable QML compilation units require an application-specific path to store the binaries. The proposed and accepted path is $HOME/.cache/QML/Apps/$APP_ID where $APP_ID = @{APP_PKGNAME}_@{APP_APPNAME}_@{APP_VERSION} for click apps and simple d

[Bug 1332311] Re: indicator-location-service crashed with SIGABRT in internal::ToBackend::exit_module()

2014-06-20 Thread Ricardo Mendoza
Hi, in what context are you running indicator-location-service? Is this when running the unity8 desktop session? or are you trying to run the service outside of that context. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1299916] Re: Alarm Clock does not ring when phone is locked

2014-05-30 Thread Ricardo Mendoza
** Changed in: indicator-datetime Assignee: (unassigned) => Charles Kerr (charlesk) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1299916 Title: Alarm Clock does not ring when phone is locked

[Bug 1267550] Re: input method (OSK) not being hidden if app killed

2014-01-09 Thread Ricardo Mendoza
Qt.inputMethod can only be used in the context of the owner application since 5.1. maliit needs to be smart enough to realize that the relevant dbus session died, and use that to invalidate the active input context. -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 1227739] Re: Mir continues to render background application surfaces even when they're not visible

2013-12-04 Thread Ricardo Mendoza
** Changed in: platform-api Assignee: (unassigned) => Ricardo Mendoza (ricmm) ** Changed in: platform-api Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1238312] Re: Segfault when closing apps that link against ubuntu_application_api_mirclient

2013-10-10 Thread Ricardo Mendoza
** Branch linked: lp:~ricmm/mir/lp-1238312 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1238312 Title: Segfault when closing apps that link against ubuntu_application_api_mirclient To manage not

[Bug 1238312] Re: Segfault when closing apps that link against ubuntu_application_api_mirclient

2013-10-10 Thread Ricardo Mendoza
When using a cross-built Mir, the program exits normally. It seems like its only exhibited when built with a native toolchain. For testing, cross-built binaries can be found in: http://people.canonical.com/~ricmm/mir-fixed/ -- You received this bug notification because you are a member of Ubuntu

[Bug 1233257] Re: [mako] waking from deep sleep, phone is pretty slow, takes a few seconds to get back to normal speed

2013-10-09 Thread Ricardo Mendoza
** Changed in: powerd Assignee: (unassigned) => Ricardo Mendoza (ricmm) ** Changed in: powerd Status: Confirmed => In Progress ** Branch linked: lp:~ricmm/powerd/use-hal-power-hint -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 1227721] Re: gprs does not work on my network

2013-09-26 Thread Ricardo Mendoza
FYI I'm also hitting this, my relevant log msg is: Sep 26 18:48:11 ubuntu-phablet ofonod[10077]: EFad should contain at least four bytes Looks like my SIM is also using an old spec, according to Tony. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1025333] Re: Dash, Software Centre - List all Lenses and Scopes in new "Dash Search Plugins" category

2012-09-03 Thread Ricardo Mendoza
** Changed in: unity (Ubuntu) Assignee: (unassigned) => Ricardo Mendoza (ricmm) ** Changed in: unity (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 874314] Re: Dash - Clicking on a search filter category title hides the filter options

2011-11-24 Thread Ricardo Mendoza
** Branch linked: lp:~ricmm/unity/filter-expand-for-874314 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/874314 Title: Dash - Clicking on a search filter category title hides the filter options T

[Bug 874314] Re: Dash - Clicking on a search filter category title hides the filter options

2011-10-17 Thread Ricardo Mendoza
** Changed in: unity Assignee: (unassigned) => Ricardo Mendoza (ricmm) ** Changed in: unity Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/874314

[Bug 863240] Re: Dash - the "Filter results" text is the wrong size, wrong font weight, and aligned incorrectly in both the vertical and horizontal axis

2011-10-17 Thread Ricardo Mendoza
** Branch linked: lp:~ricmm/unity/dashsearch-for-863240 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863240 Title: Dash - the "Filter results" text is the wrong size, wrong font weight, and align

[Bug 863240] Re: Dash - the "Filter results" text is the wrong size, wrong font weight, and aligned incorrectly in both the vertical and horizontal axis

2011-10-10 Thread Ricardo Mendoza
** Changed in: unity Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863240 Title: Dash - the "Filter results" text is the wrong size, wrong font weight, and al

[Bug 863240] Re: Dash - the "Filter results" text is the wrong size, wrong font weight, and aligned incorrectly in both the vertical and horizontal axis

2011-10-10 Thread Ricardo Mendoza
** Changed in: unity Assignee: Mirco Müller (macslow) => Ricardo Mendoza (ricmm) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863240 Title: Dash - the "Filter results" text is t