[Desktop-packages] [Bug 1455107] Re: Creating and destroying SoundEffects causes crashes

2015-05-14 Thread Ricardo Salveti
** Also affects: qtmultimedia-opensource-src (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1455107 Title: Creating and destroy

[Desktop-packages] [Bug 1224756] Re: Pulseaudio should integrate with trust-store

2015-03-12 Thread Ricardo Salveti
** Changed in: canonical-devices-system-image Assignee: Michael Frey (mfrey) => Canonical Phone Foundations (canonical-phonedations-team) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.n

[Desktop-packages] [Bug 1398560] Re: Music playback randomly stops working

2015-03-24 Thread Ricardo Salveti
** Changed in: canonical-devices-system-image Assignee: Michael Frey (mfrey) => Canonical Phone Foundations (canonical-phonedations-team) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.n

[Desktop-packages] [Bug 1436162] [NEW] [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21

2015-03-24 Thread Ricardo Salveti
Public bug reported: current build number: 146 device name: m75 channel: ubuntu-touch/vivid-proposed last update: 2015-03-24 13:57:03 version version: 146 After libc 2.21 landed, pulsesink fails constantly when pausing or seeking the active pipeline. Abort message: Assertion 'pthread_mutex_unloc

[Desktop-packages] [Bug 1436162] Re: [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21

2015-03-24 Thread Ricardo Salveti
It seems the issue only happens when at least 2 threads are waiting for the wait condition (that gets triggered by pa_threaded_mainloop_signal). When I'm unable to make it to crash, it always shows only one thread waiting the signal. So my current theory is that there might be issues when calling

[Desktop-packages] [Bug 1436162] Re: [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21

2015-03-24 Thread Ricardo Salveti
The mutex in question is the one used by pulse's mainloop, which gets used by pa_threaded_mainloop_lock, pa_threaded_mainloop_unlock and pa_threaded_mainloop_wait. As the pulseaudio calls are all asynchronous, gst (pulsesink element) calls pa_threaded_mainloop_wait right after calling pulseaudio,

[Desktop-packages] [Bug 1436162] Re: [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21

2015-03-25 Thread Ricardo Salveti
So this issue is a combination of the following patches: https://sourceware.org/git/?p=glibc.git;a=commit;h=47c5adebd2c864a098c3af66e61e1147dc3cf0b4 https://sourceware.org/git/?p=glibc.git;a=commit;h=03d41216fe09fc71a2750946af8fe2892bf4feb5 Basically the main problem is that futex_atomic_cmpxchg_i

[Desktop-packages] [Bug 1436162] Re: [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21

2015-03-25 Thread Ricardo Salveti
SMP support for futex_atomic_cmpxchg_inatomic was added in 2.6.38, but it required !CPU_USE_DOMAINS. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1436162 Title: [pulsesink] abort

[Desktop-packages] [Bug 1436971] Re: calendar alarm would not stop sounding

2015-03-26 Thread Ricardo Salveti
*** This bug is a duplicate of bug 1436162 *** https://bugs.launchpad.net/bugs/1436162 ** This bug has been marked a duplicate of bug 1436162 [pulsesink] abort at pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:118, function pa_mutex_unlock() with libc 2.21 -- You

[Desktop-packages] [Bug 1398560] Re: Music playback randomly stops working

2015-03-26 Thread Ricardo Salveti
** Changed in: pulseaudio (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1398560 Title: Music playback randomly stops working Stat

[Desktop-packages] [Bug 1437065] Re: Configure a proper folder setup for file transfers computer to phone

2015-03-26 Thread Ricardo Salveti
gets called in order to prepare the root folder). ** Changed in: obexd (Ubuntu) Status: New => Confirmed ** Changed in: obexd (Ubuntu) Importance: Undecided => High ** Changed in: obexd (Ubuntu) Assignee: (unassigned) => Ricardo Salveti (rsalveti) -- You received this bu

[Desktop-packages] [Bug 1435776] Re: NM does not activate a valid ofono context

2015-03-30 Thread Ricardo Salveti
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1435776 Title: NM does not activate

[Desktop-packages] [Bug 1398560] Re: Music playback randomly stops working

2015-03-30 Thread Ricardo Salveti
Trying to reproduce but I'm still unable to get the issue described at comment #14. I was able to get the system to hang for a bit, but that was because mediascanner crashed. It seems that at one point media-hub wasn't able to accept new connections (couldn't play music via music- app). The proble

[Desktop-packages] [Bug 1398560] Re: Music playback randomly stops working

2015-03-30 Thread Ricardo Salveti
I was finally able to reproduce the issue I saw before with media-hub, following the steps described by comment 14. After recording a few videos and trying to play one of them, I got media-hub to consume 100% of my cpu, blocking the loop and blocking any new connections as consequence. Strace show

[Desktop-packages] [Bug 1398560] Re: Music playback randomly stops working

2015-03-30 Thread Ricardo Salveti
Backtrace when attaching with gdb: #0 0xb62c9712 in epoll_wait () at ../sysdeps/unix/syscall-template.S:81 No locals. #1 0xb6ee93fa in boost::asio::detail::epoll_reactor::run (this=0x1fef6e8, block=block@entry=true, ops=...) at /usr/include/boost/asio/detail/impl/epoll_reactor.ipp:392

[Desktop-packages] [Bug 1398560] Re: Music playback randomly stops working

2015-03-30 Thread Ricardo Salveti
** Attachment added: "media-hub-taabtfull.txt" https://bugs.launchpad.net/media-hub/+bug/1398560/+attachment/4361422/+files/media-hub-taabtfull.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.lau

[Desktop-packages] [Bug 1398560] Re: Music playback randomly stops working

2015-03-30 Thread Ricardo Salveti
As before, pulse was fine after a reboot. Will now try to manually corrupt the database and see what I can get (wondering if this is related with the mute issue we have with pathwind). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulse

[Desktop-packages] [Bug 1438486] [NEW] Turning off sound in Pathwind mutes other apps too

2015-03-30 Thread Ricardo Salveti
Public bug reported: current build number: 260 device name: krillin channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2015-03-30 18:17:44 version version: 260 version ubuntu: 20150330 version device: 20150327-f7072d0 version custom: 20150216-561-29-186 In Pathwind (part of the custom t

[Desktop-packages] [Bug 1398560] Re: Music playback randomly stops working

2015-03-30 Thread Ricardo Salveti
Opened bug 1438491 for the issue I had with media-hub. For this bug I'll just force pulse to not store/restore any mute or device related value for the multimedia role. I think the original issue is that the multimedia role stream got muted, causing the blocking issue just for multimedia related a

[Desktop-packages] [Bug 1398560] Re: Music playback randomly stops working

2015-03-30 Thread Ricardo Salveti
** Description changed: While listening to music media-hub stops randomly. Restart of the job and reboots don't fix it. Video works fine. Also, 320 kbps music pauses randomly, might be related. I have also talked about this on the mailing list. + + This is probably a side effect of bug 14

[Desktop-packages] [Bug 1438486] Re: Turning off sound in Pathwind mutes other apps too

2015-03-30 Thread Ricardo Salveti
** Changed in: canonical-devices-system-image Assignee: (unassigned) => Canonical Phone Foundations (canonical-phonedations-team) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/

[Desktop-packages] [Bug 1435776] Re: NM does not activate a valid ofono context

2015-03-30 Thread Ricardo Salveti
** Changed in: canonical-devices-system-image Assignee: (unassigned) => Canonical Phone Foundations (canonical-phonedations-team) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/

[Desktop-packages] [Bug 1425172] Re: Network indicator lists the non-exist AP (timeout for the AP to be removed is too big)

2015-04-01 Thread Ricardo Salveti
** Summary changed: - Network indicator lists the non-exist AP + Network indicator lists the non-exist AP (timeout for the AP to be removed is too big) ** Description changed: Summary: Network indicator lists the non-exist AP Steps to reproduce: 1. Boot to system 2. Scroll down the Netw

[Desktop-packages] [Bug 1420395] Re: upower consuming over 17% cpu

2015-04-01 Thread Ricardo Salveti
After profiling upower, this is actually not an issue in there, as the only thing it is doing is getting the battery change event from the kernel, updating the internal struct and sending another dbus message so the clients could see the changes. The main issue here is that the kernel is sending a

[Desktop-packages] [Bug 1425172] Re: Network indicator lists the non-exist AP (timeout for the AP to be removed is too big, ~6min)

2015-04-02 Thread Ricardo Salveti
** Summary changed: - Network indicator lists the non-exist AP (timeout for the AP to be removed is too big) + Network indicator lists the non-exist AP (timeout for the AP to be removed is too big, ~6min) -- You received this bug notification because you are a member of Desktop Packages, which

[Desktop-packages] [Bug 1425172] Re: Network indicator lists the non-exist AP (timeout for the AP to be removed is too big, ~6min)

2015-04-02 Thread Ricardo Salveti
Just to compare, on both iphone and android the AP disappear in no more than 30 seconds. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1425172 Title: Network indicator lists

[Desktop-packages] [Bug 1420395] Re: upower consuming over 17% cpu

2015-02-18 Thread Ricardo Salveti
It seems the problem relies more on the kernel side and with the amount of events the battery driver sends to the userspace (even when there is no change). udevadm monitor is already enough to show the amount of kernel events the battery driver sends to the userspace. -- You received this bug no

[Desktop-packages] [Bug 1420395] Re: upower consuming over 17% cpu

2015-02-18 Thread Ricardo Salveti
As an example, the amount of upower events when connecting/disconnecting the usb cable (charger) on mako: root@ubuntu-phablet:/sys# upower -m Monitoring activity from the power daemon. Press Ctrl+C to cancel. [03:54:38.613] device changed: /org/freedesktop/UPower/devices/battery_battery [03:

[Desktop-packages] [Bug 1424840] Re: [krillin] garbage signal on screen during playback of a specific mp4 video file

2015-02-23 Thread Ricardo Salveti
** Summary changed: - [krillin] garbage signal on screen during playing specific mp4 video file + [krillin] garbage signal on screen during playback of a specific mp4 video file -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gst-plugin

[Desktop-packages] [Bug 1424840] [NEW] [krillin] garbage signal on screen during playback of a specific mp4 video file

2015-02-23 Thread Ricardo Salveti
Public bug reported: Image: vivid Gst-good: 1.4.5-1ubuntu1 Hardare: krillin How to reproduce: 1. play the attached mp4 file in Video scope. 2. fast forward to about 00:00:53. 3. you can see lots of garbage signal on the playing screen. The video is correct, and there is no corruption when playin

[Desktop-packages] [Bug 1424840] Re: [krillin] garbage signal on screen during playback of a specific mp4 video file

2015-02-23 Thread Ricardo Salveti
** Changed in: gst-plugins-good1.0 (Ubuntu) Status: New => In Progress ** Changed in: gst-plugins-good1.0 (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gst-plugins-good1.0 in Ubuntu. htt

[Desktop-packages] [Bug 1425172] Re: Network indicator lists the non-exist AP

2015-02-24 Thread Ricardo Salveti
** Also affects: network-manager (Ubuntu RTM) Importance: Undecided Status: New ** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: network-manager (Ubuntu RTM) Status: New => Confirmed ** Changed in: network-manager (Ubuntu

[Desktop-packages] [Bug 1425172] Re: Network indicator lists the non-exist AP

2015-02-24 Thread Ricardo Salveti
>From previous conversations: Pat McGowan (pat-mcgowan) wrote on 2015-02-12: Yes, I currently have some 50 APs in the list both on command line and the indicator Its as if the phone was picking them up while I was driving Mathieu Trudel-Lapierre (mathieu-tl) wrote on 2015-02-13: Scanlist update

[Desktop-packages] [Bug 1425172] [NEW] Network indicator lists the non-exist AP

2015-02-24 Thread Ricardo Salveti
Public bug reported: Summary: Network indicator lists the non-exist AP Steps to reproduce: 1. Boot to system 2. Scroll down the Network indicator 3. It lists about 10 AP (In Taipei office) 4. Go to another place and check network indicator again Expected Result: It should not list non-exist AP an

[Desktop-packages] [Bug 1426923] Re: Allow ubuntu-system-settings to set a device's firmware

2015-05-01 Thread Ricardo Salveti
** Package changed: wpasupplicant (Ubuntu) => lxc-android-config (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to wpasupplicant in Ubuntu. https://bugs.launchpad.net/bugs/1426923 Title: Allow ubuntu-system-settings to set a dev

[Desktop-packages] [Bug 598308] Re: Volume at login set to Maximum after a reboot

2015-01-28 Thread Ricardo Salveti
** Summary changed: - Volume at login set to Maximum + Volume at login set to Maximum after a reboot ** Also affects: pulseaudio (Ubuntu Utopic) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 598308] Re: Volume at login set to Maximum after a reboot

2015-01-28 Thread Ricardo Salveti
** Description changed: Release: Ubuntu 10.04 64-bit Desktop Edition What You Expected to Happen: System volume to remain as set before reboot and as shown in volume panel applet What Happened Instead: After reboot/shutdown at and after login system volume is set to maximum Extende

[Desktop-packages] [Bug 598308] Re: Volume at login set to Maximum after a reboot

2015-01-28 Thread Ricardo Salveti
** Changed in: pulseaudio (Ubuntu Trusty) Status: New => In Progress ** Changed in: pulseaudio (Ubuntu) Assignee: (unassigned) => Ricardo Salveti (rsalveti) ** Changed in: pulseaudio (Ubuntu Trusty) Assignee: (unassigned) => Ricardo Salveti (rsalveti) ** Changed in: p

[Desktop-packages] [Bug 1398560] Re: Music playback randomly stops working

2015-02-09 Thread Ricardo Salveti
** Project changed: pulseaudio => pulseaudio (Ubuntu) ** Changed in: pulseaudio (Ubuntu) Assignee: (unassigned) => Ricardo Salveti (rsalveti) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu.

[Desktop-packages] [Bug 1443178] [NEW] Accounts Service always relies on language fallback if never set by the user

2015-04-12 Thread Ricardo Salveti
Public bug reported: current build number: 169 device name: mako channel: ubuntu-touch/devel-proposed alias: ubuntu-touch/vivid-proposed last update: 2015-04-12 20:38:14 version version: 169 version ubuntu: 20150412 version device: 20150210 version custom: 20150412 This causes a bad side effect w

[Desktop-packages] [Bug 1443244] [NEW] [touch] small cracking sound when changing volume

2015-04-12 Thread Ricardo Salveti
Public bug reported: phablet@ubuntu-phablet:~$ system-image-cli -i current build number: 169 device name: mako channel: ubuntu-touch/devel-proposed alias: ubuntu-touch/vivid-proposed last update: 2015-04-12 20:38:14 version version: 169 version ubuntu: 20150412 version device: 20150210 version cus

[Desktop-packages] [Bug 1443244] Re: [touch] small cracking sound when changing volume

2015-04-12 Thread Ricardo Salveti
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Description changed: phablet@ubuntu-phablet:~$ system-image-cli -i current build number: 169 device name: mako channel: ubuntu-touch/devel-proposed alias: ubuntu-touch/vivid-proposed last up

[Desktop-packages] [Bug 1361864] Re: add "Tag" property to ConnectionContext interface

2015-04-13 Thread Ricardo Salveti
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1361864 Title: add "Tag" property to

[Desktop-packages] [Bug 1420395] Re: [mako] upower consuming over 17% cpu when in idle

2015-04-14 Thread Ricardo Salveti
** Changed in: canonical-devices-system-image Assignee: Ricardo Salveti (rsalveti) => Canonical Phone Foundations (canonical-phonedations-team) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to upower in Ubuntu. ht

[Desktop-packages] [Bug 1445080] Re: Cellular data not activated after exiting flight mode

2015-04-16 Thread Ricardo Salveti
I could also easily reproduce that with mako/arale 173, without any custom network manager packages. ** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Canonical Phone Foundations

[Desktop-packages] [Bug 1445134] [NEW] Network manager never scanning for new access points

2015-04-16 Thread Ricardo Salveti
Public bug reported: While trying to reproduce another bug related with the last seen value from the access points, I noticed that network manager is never really scanning for new access points on my desktop, not even when not connected. $ sudo nmcli g logging level debug domains wifi_scan Then

[Desktop-packages] [Bug 1433563] Re: QAudioRecorder recording hangs

2015-04-19 Thread Ricardo Salveti
** Package changed: pulseaudio (Ubuntu) => gst-plugins-good0.10 (Ubuntu) ** Also affects: qtmultimedia-opensource-src (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gst-plugins-good0.

[Desktop-packages] [Bug 1433563] Re: QAudioRecorder recording hangs

2015-04-19 Thread Ricardo Salveti
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gst-plugins-good0.10 in Ubuntu. https://bugs.launchpad.net/bugs/1433563 Title: QAudioRecorder r

[Desktop-packages] [Bug 1445080] Re: Cellular data not activated after exiting flight mode

2015-04-21 Thread Ricardo Salveti
Yup, modem is online just fine, the side effect is the same described by Alfonso (and you at comment #5). Modem is online, powered and attached, without any active context. current build number: 179 device name: m75 channel: ubuntu-touch/vivid-proposed last update: 2010-01-01 01:29:38 version ver

[Desktop-packages] [Bug 1445080] Re: Cellular data not activated after exiting flight mode

2015-04-21 Thread Ricardo Salveti
And works fine after a reboot (still with wifi disabled). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1445080 Title: Cellular data not activated after exiting flight mode

[Desktop-packages] [Bug 1445080] Re: Cellular data not activated after exiting flight mode

2015-04-21 Thread Ricardo Salveti
Just tested again and was again able to reproduce on mako: phablet@ubuntu-phablet:/usr/share/ofono/scripts$ ./list-modems [ /ril_0 ] Revision = M9615A-CEFWMAZM-2.0.1700.98 Serial = 353918052313257 Online = 1 Type = hardware Features = ussd net gprs sms rat sim Emergency =

[Desktop-packages] [Bug 1445080] Re: Cellular data not activated after exiting flight mode

2015-04-21 Thread Ricardo Salveti
It seems NM was trying to connect, but that never actually succeeded: Apr 21 21:47:01 ubuntu-phablet NetworkManager[1518]: [1429652821.190832] [nm-modem-manager.c:205] poke_modem_cb(): Requesting to (re)launch modem-manager... Apr 21 21:49:01 ubuntu-phablet NetworkManager[1518]: [1429652941.28

[Desktop-packages] [Bug 1224756] Re: Pulseaudio should integrate with trust-store

2015-04-22 Thread Ricardo Salveti
Please move this to ww21. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1224756 Title: Pulseaudio should integrate with trust-store Status in the base for Ubuntu mobile products:

[Desktop-packages] [Bug 1410523] [NEW] bt pbap needs obexd with phonebook ebook support

2015-01-13 Thread Ricardo Salveti
Public bug reported: Current obexd version is not building phonebook with ebook support because it's not compatible with current EDS version. In order to use BT PBAP we need to make such backend compatible with EDS. ** Affects: canonical-devices-system-image Importance: Undecided St

[Desktop-packages] [Bug 1413803] Re: music resumes playback after first call hungup and second call on hold

2015-01-22 Thread Ricardo Salveti
In media-hub we need to add an additional logic to only resume if there is no active calls. ** No longer affects: pulseaudio (Ubuntu) ** Also affects: media-hub (Ubuntu RTM) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Pac

[Desktop-packages] [Bug 1392380] Re: OA gives out all tokens to any app

2015-01-23 Thread Ricardo Salveti
** Also affects: ubuntu-touch-meta (Ubuntu RTM) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to signon in Ubuntu. https://bugs.launchpad.net/bugs/1392380 Title: OA gives out all tokens to any

[Desktop-packages] [Bug 1161981] Re: Boot stalls after Ubuntu Raring desktop ARM (Panda board) install

2013-04-04 Thread Ricardo Salveti
The problem here is that the BUSID support for platform devices got broken after patch drm_device_keep_trying.patch was added to xorg-server (bug 982889). As the BUSID is empty when initializing the omap x11 driver, it fails and move back to the old probing method, which allows more than one drive

[Desktop-packages] [Bug 1161981] Re: Boot stalls after Ubuntu Raring desktop ARM (Panda board) install

2013-04-04 Thread Ricardo Salveti
Expected values at panda: syspath: /sys/devices/platform/omapdrm/drm/card0 busid: platform:omapdrm:0 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1161981 Title: Boot stalls aft

[Desktop-packages] [Bug 1161981] Re: Boot stalls after Ubuntu Raring desktop ARM (Panda board) install

2013-04-04 Thread Ricardo Salveti
I can confirm it works fine again after removing drm_device_keep_trying.patch. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1161981 Title: Boot stalls after Ubuntu Raring deskto

[Desktop-packages] [Bug 1239186] Re: [Lenovo ThinkPad X220] External screens shut off randomly

2014-05-20 Thread Ricardo Salveti
** Package changed: xserver-xorg-video-intel (Ubuntu) => linux (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1239186 Title: [Lenovo ThinkPad X220] External

[Desktop-packages] [Bug 1320249] Re: Manta has no network connection by default

2014-05-20 Thread Ricardo Salveti
I'm to reproduce this issue with my manta, and not only that, but also the one that shows the indicator with wifi->off. Here's the syslog with NM using --log-level=DEBUG: http://paste.ubuntu.com/7494813/ The interface is up, unavailable for NM and indicator showing WIFI -> OFF. And after enablin

[Desktop-packages] [Bug 1320249] Re: Manta has no network connection by default

2014-05-20 Thread Ricardo Salveti
Worked fine after disabling urfkill: http://paste.ubuntu.com/7494848/ -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1320249 Title: Manta has no network connection by default

[Desktop-packages] [Bug 1320249] Re: Manta has no network connection by default

2014-05-20 Thread Ricardo Salveti
** Changed in: network-manager (Ubuntu) Status: New => Confirmed ** Changed in: network-manager (Ubuntu) Importance: Undecided => High ** Changed in: network-manager (Ubuntu) Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl) -- You received this bug notification beca

[Desktop-packages] [Bug 1273174] Re: Manage auto brightness synchronisation

2014-03-26 Thread Ricardo Salveti
At powerd, you need to call the userAutobrightnessEnable method from com.canonical.powerd. You can play with powerd-cli as well if needed. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gsettings-ubuntu-touch-schemas in Ubuntu. https://b

[Desktop-packages] [Bug 1328717] Re: When booting a device with headphones plugged in, audio actually plays through speakers

2014-06-10 Thread Ricardo Salveti
** Changed in: pulseaudio (Ubuntu) Status: New => Confirmed ** Changed in: pulseaudio (Ubuntu) Importance: Undecided => High ** Changed in: pulseaudio (Ubuntu) Assignee: (unassigned) => Ricardo Salveti (rsalveti) -- You received this bug notification because you are a

[Desktop-packages] [Bug 1224756] Re: Pulseaudio should integrate with trust-store

2014-06-12 Thread Ricardo Salveti
David, while I don't see the need to change Pulse in order to be able to notify the user that a recording is in place, how should we proceed on the trusted helper side (the user prompt, such as "Foo wants to use the microphone. Is this ok? Yes|No")? -- You received this bug notification because y

[Desktop-packages] [Bug 1239186] Re: [Lenovo ThinkPad X220] External screens shut off randomly

2014-03-16 Thread Ricardo Salveti
ged in: xserver-xorg-video-intel (Ubuntu) Assignee: (unassigned) => Ricardo Salveti (rsalveti) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1239186 Title: [Lenovo

[Desktop-packages] [Bug 1239186] Re: [Lenovo ThinkPad X220] External screens shut off randomly

2014-03-16 Thread Ricardo Salveti
Applied the patch described at the upstream bug https://bugs.freedesktop.org/show_bug.cgi?id=70254, which seems to fix the issue described by this bug. You can find the git tree at http://kernel.ubuntu.com/git?p=rsalveti /ubuntu-trusty.git;a=shortlog;h=refs/heads/intel-lenovo-x220 and the kernel p

[Desktop-packages] [Bug 1233832] Re: [FFe] Updating gstreamer 1.0 stack to the final 1.2 release

2013-10-01 Thread Ricardo Salveti
Bugfixes and a few extras: 2013-09-18 19:13:45 -0400 Olivier Crête * ext/x264/gstx264enc.c: * tests/check/elements/x264enc.c: x264enc: Implement getcaps that restricts the input format depending on the output profile Also add some x264enc profile tests https://bugzill

[Desktop-packages] [Bug 1233832] Re: [FFe] Updating gstreamer 1.0 stack to the final 1.2 release

2013-10-01 Thread Ricardo Salveti
Packages were also pushed/synced based on a previous discussion with Laney (as it's mainly a bugfix released, and to be in sync with debian), but after proper review with stgraber, we decided to have a FFe at least to cover and document the transition properly. -- You received this bug notificati

[Desktop-packages] [Bug 1226739] Re: [mako] phone calls back automatically

2013-10-02 Thread Ricardo Salveti
** Changed in: telepathy-ofono (Ubuntu Saucy) Status: Fix Committed => Fix Released ** Changed in: pulseaudio (Ubuntu Saucy) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio i

[Desktop-packages] [Bug 1092377] Re: [android-audiosystem] pulseaudio is still not controling the master mixer

2013-06-10 Thread Ricardo Salveti
** Information type changed from Proprietary to Public ** Project changed: manhattan => touch-preview-images ** Also affects: pulseaudio (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed t

[Desktop-packages] [Bug 1284410] [NEW] touch: alsa-extcon.c no uevent filter when doing jack detection

2014-02-24 Thread Ricardo Salveti
) Importance: Medium Assignee: Ricardo Salveti (rsalveti) Status: In Progress ** Changed in: pulseaudio (Ubuntu) Status: New => In Progress ** Changed in: pulseaudio (Ubuntu) Importance: Undecided => Medium ** Changed in: pulseaudio (Ubuntu) Assignee: (unas

[Desktop-packages] [Bug 1284410] Re: touch: alsa-extcon.c no uevent filter when doing jack detection

2014-02-24 Thread Ricardo Salveti
The logic was already there, just commented out. Tested with the filter included with mako, grouper, flo and maguro, all working fine with it. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.ne

[Desktop-packages] [Bug 1284415] [NEW] Alsa waking up pulseaudio too frequently on Mako (Nexus 4)

2014-02-24 Thread Ricardo Salveti
Public bug reported: current build number: 206 device name: mako channel: trusty-proposed last update: 2014-02-25 02:02:15 version version: 206 version ubuntu: 20140224 version device: 20140224 Just boot the image with mako, enable debug loglevel in pulse, and you can easily see alsa waking up pu

[Desktop-packages] [Bug 1284415] Re: Alsa waking up pulseaudio too frequently on Mako (Nexus 4)

2014-02-24 Thread Ricardo Salveti
Also the following, from time to time: Feb 24 15:30:46 ubuntu-phablet pulseaudio[1903]: [alsa-sink-MultiMedia1 (*)] alsa-sink.c: Scheduling delay of 26.92ms > 14.11ms, you might want to investigate this to improve latency... Feb 24 15:30:47 ubuntu-phablet pulseaudio[1903]: [alsa-sink-MultiMedia1

[Desktop-packages] [Bug 1284415] Re: Alsa waking up pulseaudio too frequently on Mako (Nexus 4)

2014-02-24 Thread Ricardo Salveti
Pulseaudio continuously use ~2% of the cpu on mako. perf's top output: 2.28% libpulsecommon-4.0.so [.] __udivsi3 1.86% libpulsecommon-4.0.so [.] __gnu_uldivmod_helper 1.80% libasound.so.2.0.0 [.] snd_pcm_status_get_avail 1.5

[Desktop-packages] [Bug 1284415] Re: Alsa waking up pulseaudio too frequently on Mako (Nexus 4)

2014-02-26 Thread Ricardo Salveti
** Changed in: android (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1284415 Title: Alsa waking up pulseaudio too frequently on Mako (Nexus

[Desktop-packages] [Bug 1221473] Re: Wrong battery level report for Logitech wireless mouse (1%)

2013-09-05 Thread Ricardo Salveti
Just a heads up that this is not exactly the same problem as described by bug 1103064, which was fixed already. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to upower in Ubuntu. https://bugs.launchpad.net/bugs/1221473 Title: Wrong batt

[Desktop-packages] [Bug 1221473] Re: Wrong battery level report for Logitech wireless mouse

2013-09-05 Thread Ricardo Salveti
Probably related with the upstream bug https://bugs.freedesktop.org/show_bug.cgi?id=60827 ** Summary changed: - Wrong battery level report for Logitech wireless mouse + Wrong battery level report for Logitech wireless mouse (1%) -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 1221473] [NEW] Wrong battery level report for Logitech wireless mouse (1%)

2013-09-05 Thread Ricardo Salveti
Public bug reported: Saucy with upower 0.9.21-3. The power indicator keeps reporting that my logitech mouse battery level is with 1% from time to time, which is quite annoying (beside displaying the wrong information). Looking further, it's upower the one responsible for sending the wrong level,

[Desktop-packages] [Bug 1221473] Re: Wrong battery level report for Logitech wireless mouse (1%)

2013-09-05 Thread Ricardo Salveti
I built a custom version with the hidpp rework that was just applied upstream at http://people.canonical.com/~rsalveti/upower/. Testing and it seems to be working as expected. Martin, as you're constantly in contact with upstream, would you prefer to backport the new hidpp related patches or do y

[Desktop-packages] [Bug 1199575] [NEW] [touch] network-manager crashes with sigsegv when enabling data connection with ofono

2013-07-09 Thread Ricardo Salveti
Public bug reported: NM crashes when trying to auto-connect with ofono when using Nexus 4. Program received signal SIGSEGV, Segmentation fault. 0x4030d1b6 in g_object_unref (_object=0x12f320) at /build/buildd/glib2.0-2.37.3/./gobject/gobject.c:3086 3086/build/buildd/glib2.0-2.37.3/./gobje

[Desktop-packages] [Bug 1199575] Re: [touch] network-manager crashes with sigsegv when enabling data connection with ofono

2013-07-09 Thread Ricardo Salveti
** Attachment added: "Backtrace." https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1199575/+attachment/3731233/+files/gdb.txt ** Changed in: network-manager (Ubuntu) Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl) ** Also affects: touch-preview-images Impo

[Desktop-packages] [Bug 1348533] Re: phone call ring not comes out from earphone.

2014-08-03 Thread Ricardo Salveti
And for it to go to wired headset, https://code.launchpad.net/~rsalveti /telepathy-ofono/adding_support_for_hsp/+merge/229292 needs to be merged. ** Changed in: pulseaudio (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Desktop Packages, w

[Desktop-packages] [Bug 1348533] Re: phone call ring not comes out from earphone.

2014-08-03 Thread Ricardo Salveti
Our expected result is for the ringtone to come out just at the default output device (speaker or wired headset). If the user has a bt device connected, it'll use speaker as well. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio

[Desktop-packages] [Bug 1307981] Re: [touch] randomly messed up routing

2014-08-06 Thread Ricardo Salveti
Still not fixed it seems, was able to reproduce this issue on mako last friday: phablet@ubuntu-phablet:~/build/telepathy-ofono-0.2+14.10.20140725.2/obj-arm-linux-gnueabihf$ ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. ^C --- 8.8.8.8 ping statistics --- 3 packets transmitted, 0 receiv

[Desktop-packages] [Bug 598308] Re: Volume at login set to Maximum

2014-08-12 Thread Ricardo Salveti
I can also confirm this issue, and affects ubuntu touch. After the device is booted, when playing something, it'll always be set to maxium, even though pactl list sinks shows the right volume Once I change volume up or down, it gets to the right and expected volume level (abruptly changing the vol

[Desktop-packages] [Bug 598308] Re: Volume at login set to Maximum

2014-08-12 Thread Ricardo Salveti
Tracking down the pa_sink_set_volume call (which is what pactl set-sink- volume uses), the original sink had the correct real volume, but a wrong soft_volume (as in my use case the driver/hw is not providing hardware volume support). The soft_volume was actually at the max volume, which is the init

[Desktop-packages] [Bug 598308] Re: Volume at login set to Maximum

2014-08-12 Thread Ricardo Salveti
So this is the call trace I'm getting with my device: 1) module specific (droid in my case) -> pa_sink_new 2) pa_sink_new fires up PA_CORE_HOOK_SINK_FIXATE before finishing setting up the sink, giving the original data (pa_sink_new_data) to the callback; 3) module-device-restore gets PA_CORE_HOOK_

[Desktop-packages] [Bug 598308] Re: Volume at login set to Maximum

2014-08-12 Thread Ricardo Salveti
As a test I created the following patch, that fixes the initial broken behaviour for my driver/hw: diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c index ccf6ea1..0f1a0b8 100644 --- a/src/pulsecore/sink.c +++ b/src/pulsecore/sink.c @@ -283,7 +283,10 @@ pa_sink* pa_sink_new( s->input_t

[Desktop-packages] [Bug 598308] Re: Volume at login set to Maximum

2014-08-13 Thread Ricardo Salveti
That depends if module-device-restore is load in your env (it is by default). You can check the volume database at ~/.config/pulse/-device- volumes.tdb -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.la

[Desktop-packages] [Bug 598308] Re: Volume at login set to Maximum

2014-08-19 Thread Ricardo Salveti
Yes, module-device-restore saves the volume per port/sink. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/598308 Title: Volume at login set to Maximum Status in “pulseaudio” packa

[Desktop-packages] [Bug 1378397] Re: video thumbnails are not generated for some divx files

2014-10-07 Thread Ricardo Salveti
Fixes at: https://code-review.phablet.ubuntu.com/#/c/328/ https://github.com/jhodapp/gst-plugins-bad/pull/5 ** Also affects: gst-plugins-bad1.0 (Ubuntu) Importance: Undecided Status: New ** Also affects: gst-plugins-base1.0 (Ubuntu) Importance: Undecided Status: New ** Bug

[Desktop-packages] [Bug 1378397] Re: video thumbnails are not generated for some divx files

2014-10-07 Thread Ricardo Salveti
gst-plugins-base part available at https://bugzilla.gnome.org/show_bug.cgi?id=737599 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gst-plugins-base1.0 in Ubuntu. https://bugs.launchpad.net/bugs/1378397 Title: video thumbnails are no

[Desktop-packages] [Bug 1378397] Re: video thumbnails are not generated for some divx files

2014-10-07 Thread Ricardo Salveti
** Changed in: gst-plugins-bad1.0 (Ubuntu) Status: New => Confirmed ** Changed in: gst-plugins-base1.0 (Ubuntu) Status: New => Confirmed ** Changed in: libhybris (Ubuntu) Status: New => Confirmed ** Changed in: gst-plugins-bad1.0 (Ubuntu) Importance: Undecided => High **

[Desktop-packages] [Bug 1363083] Re: Music playback does not re-route audio when Bluetooth speaker connected/disconnected

2014-10-07 Thread Ricardo Salveti
** Package changed: bluez (Ubuntu) => pulseaudio (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1363083 Title: Music playback does not re-route audio when Bluetooth speake

[Desktop-packages] [Bug 1363083] Re: Music playback does not re-route audio when Bluetooth speaker connected/disconnected

2014-10-07 Thread Ricardo Salveti
** Also affects: ubuntu-touch-session (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1363083 Title: Music playback does not re-

[Desktop-packages] [Bug 1363083] Re: Music playback does not re-route audio when Bluetooth speaker connected/disconnected

2014-10-08 Thread Ricardo Salveti
Fixes available at https://launchpad.net/~ci-train-ppa- service/+archive/ubuntu/landing-019/ ** Changed in: pulseaudio (Ubuntu) Status: Confirmed => In Progress ** Changed in: ubuntu-touch-session (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification beca

[Desktop-packages] [Bug 1328717] Re: When booting a device with headphones plugged in, audio actually plays through speakers

2014-10-09 Thread Ricardo Salveti
** Changed in: pulseaudio (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1328717 Title: When booting a device with headphones plug

  1   2   >