[Touch-packages] [Bug 1470700] Re: QNetworkAccessManager hangs when in flight mode

2015-12-21 Thread Timo Jyrinki
** Also affects: qtbase-opensource-src (Ubuntu RTM) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1470700 Title:

[Touch-packages] [Bug 1528297] Re: libvpx FTBFS with gcc 5.3 on armhf

2015-12-21 Thread Olivier Tilloy
Thanks for your analysis and for the patch Colin! This kind of subtlety on standards compliance goes beyond my C knowledge. I’ll apply the patch to oxide and will test building it. If it works it should be good enough until the situation can be clarified by someone learned in C standards. I won

[Touch-packages] [Bug 1528451] Re: package jackd2 1.9.10+20140719git3eb0ae6a~dfsg-2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting c

2015-12-21 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to jackd2 in Ubuntu. https://bugs.launchpad.net/bugs/1528451 Title: package jackd2 1.9.10+20140719git3eb0ae6a~dfsg-2 failed to install/upg

[Touch-packages] [Bug 1528451] [NEW] package jackd2 1.9.10+20140719git3eb0ae6a~dfsg-2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting

2015-12-21 Thread Russ Andrade
Public bug reported: ProblemType: Package DistroRelease: Ubuntu 15.04 Package: jackd2 1.9.10+20140719git3eb0ae6a~dfsg-2 ProcVersionSignature: Ubuntu 3.19.0-39.44-generic 3.19.8-ckt9 Uname: Linux 3.19.0-39-generic x86_64 ApportVersion: 2.17.2-0ubuntu1.8 Architecture: amd64 Date: Mon Dec 21 21

[Touch-packages] [Bug 1525293] Re: "window->screen()->physicalDotsPerInch() / 25.4" may be negative on xenial

2015-12-21 Thread Daniel van Vugt
Invalid for Mir. Unless you can show Mir returning bad data using the 'mirout' command or such. Mir will indeed have some DisplayConfigurationOutput structures whose contents are not fully populated. However QtMir should be ignoring those structures on the basis of the 'used' and 'connected' flags

[Touch-packages] [Bug 1523900] Re: Buffer leak during repeated mirscreencasts causes server to be killed

2015-12-21 Thread Daniel van Vugt
IIRC, the image data is ref-counted internally in the driver (per Khronos extension docs). So you not only need to remember to destroy the image, but also need to delete all associated GL textures. Only when all such references are gone will the buffer be freed. -- You received this bug notificat

[Touch-packages] [Bug 1297144] Re: [Lenovo ThinkPad X230] Invisible cursor after resume from suspend

2015-12-21 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60 days.] ** Changed in: xorg (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launch

[Touch-packages] [Bug 1480785] Re: ofono does not start after upgrade (initclt stalls when sending an event)

2015-12-21 Thread Launchpad Bug Tracker
[Expired for upstart (Ubuntu) because there has been no activity for 60 days.] ** Changed in: upstart (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to upstart in Ubuntu. https://bu

[Touch-packages] [Bug 1528416] Re: gedit deadlocks on opening Open or Save As dialog

2015-12-21 Thread Tim
** Also affects: ubuntu-gnome Importance: Undecided Status: New ** Changed in: ubuntu-gnome Milestone: None => xenial -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to tracker in Ubuntu. https://bugs.launchpad.net

[Touch-packages] [Bug 1523900] Re: mirscreencast crashes, fails to take screenshot

2015-12-21 Thread Cemil Azizoglu
>How would leaking the image cause a crash? Server runs out of memory and is killed. Meanwhile, mirscreencast client fails to connect since there is no server. ** Summary changed: - mirscreencast crashes, fails to take screenshot + Buffer leak during repeated mirscreencasts causes server to be k

[Touch-packages] [Bug 1528304] Re: Mir graphics drivers don't automatically upgrade when libmir* is manually upgraded, resulting in broken system

2015-12-21 Thread Daniel van Vugt
I think a virtual package ("Provides") might be the right answer here. That is mir-platform-graphics-android8 (and mesa etc) would then "Provide" a virtual "mir-server-graphics-8". And libmirserverN would depend on virtual package "mir-server-graphics-8" that is only supplied by installing one or m

[Touch-packages] [Bug 1523900] Re: mirscreencast crashes, fails to take screenshot

2015-12-21 Thread Daniel van Vugt
Surely both of those statements suggest we'd just leak (or freeze). How would leaking the image cause a crash? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu. https://bugs.launchpad.net/bugs/1523900 Title: mi

[Touch-packages] [Bug 1523900] Re: mirscreencast crashes, fails to take screenshot

2015-12-21 Thread Cemil Azizoglu
N4 driver is not doing decRef when eglDestroyImageKHR() is called for the screencast DisplayBuffer. Also, mir is not calling eglDestroyImageKHR() for the capture buffer (which is affecting both N4 and krillin). krillin : http://pastebin.ubuntu.com/14134610/ N4 : http://pastebin.ubuntu.com/141

[Touch-packages] [Bug 1528422] [NEW] Additional drivers reports the wrong driver in use

2015-12-21 Thread Vadim Peretokin
Public bug reported: See attached screenshot - it's reporting the AMD driver is in use, while in reality it is the Intel driver. ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: software-properties-gtk 0.96.13.1 ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6 Uname: Linux 4.2.0-22-gen

[Touch-packages] [Bug 1447767] Re: [XPS 13 9343, Intel Broadwell HDMI, Digital Out, HDMI] No sound at all

2015-12-21 Thread Alex
Garry, Did you ever update the BIOS, and did it fix the problem? I'm using a Dell XPS 13 and have this problem following a recent install of 14.04. Alex -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.

[Touch-packages] [Bug 1528304] Re: Missing dependency between mir and android drivers

2015-12-21 Thread Daniel van Vugt
It appears our dependencies are correct. mir-graphics-drivers-android depends on mir-platform-graphics-android7. If you install either then the problem is solved. But yeah I can see how upgrading libmir* would fail to upgrade the required drivers (although there's no evidence that an older android

[Touch-packages] [Bug 1528416] [NEW] gedit deadlocks on opening Open or Save As dialog

2015-12-21 Thread Jeffrey
Public bug reported: On Ubuntu 15.10, gedit randomly (about half the time) hangs when either the Open or the Save As dialog is opened. The cause appears to be a deadlock: Thread 1 is in a GCancellable::cancelled signal handler, and indirectly calls g_dbus_connection_signal_subscribe which tries

[Touch-packages] [Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Daniel van Vugt
pinner ExecutableTimestamp: 1450306669 GraphicsCard: InstallationDate: Installed on 2015-12-21 (0 days ago) InstallationMedia: Ubuntu 15.04 - armhf (20151221-020303) ProcCmdline: /usr/bin/unity-system-compositor-spinner ProcCwd: / ProcEnviron: Signal: 11 SourcePackage: unity-

[Touch-packages] [Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Launchpad Bug Tracker
ExecutablePath: /usr/bin/unity-system-compositor-spinner ExecutableTimestamp: 1450306669 GraphicsCard: InstallationDate: Installed on 2015-12-21 (0 days ago) InstallationMedia: Ubuntu 15.04 - armhf (20151221-020303) ProcCmdline: /usr/bin/unity-system-compositor-spinner ProcCwd: / ProcEnviron

[Touch-packages] [Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Daniel van Vugt
rd: InstallationDate: Installed on 2015-12-21 (0 days ago) InstallationMedia: Ubuntu 15.04 - armhf (20151221-020303) ProcCmdline: /usr/bin/unity-system-compositor-spinner ProcCwd: / ProcEnviron: Signal: 11 SourcePackage: unity-system-compositor UpgradeStatus: No upgrade log present

[Touch-packages] [Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Daniel van Vugt
mhf Date: Mon Dec 21 17:19:32 2015 ExecutablePath: /usr/bin/unity-system-compositor-spinner ExecutableTimestamp: 1450306669 GraphicsCard: InstallationDate: Installed on 2015-12-21 (0 days ago) InstallationMedia: Ubuntu 15.04 - armhf (20151221-020303) ProcCmdline: /usr/bin/unity-sy

[Touch-packages] [Bug 1528304] Re: Missing dependency between mir and android drivers

2015-12-21 Thread Daniel van Vugt
IIRC, this is by design. Mir can't possibly know which driver package is the right one for you at build time. And although we do have probing, installing all driver packages bloats the dependency tree unnecessarily. So our solution (IIRC) was to put a seed in the phone image such that the android d

[Touch-packages] [Bug 1528406] Re: image provider test fails in CI train for arm64 (Vivid only)

2015-12-21 Thread Michi Henning
** Changed in: thumbnailer (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu. https://bugs.launchpad.net/bugs/1528406 Title: image provider test fails in CI trai

[Touch-packages] [Bug 1528406] [NEW] image provider test fails in CI train for arm64 (Vivid only)

2015-12-21 Thread Michi Henning
Public bug reported: The image provider test fails consistently on arm64 only, in CI train only (passes on Jenkins CI), and only on Vivid (passes on Xenial). https://launchpadlibrarian.net/230899583/buildlog_ubuntu-vivid- arm64.thumbnailer_2.3%2B15.04.20151222-0ubuntu1_BUILDING.txt.gz Note the "

[Touch-packages] [Bug 1528297] Re: libvpx FTBFS with gcc 5.3 on armhf

2015-12-21 Thread Colin Watson
I *think* the relevant C code is non-compliant. C99 6.7.5.2(4) "If the size is not present, the array type is an incomplete type"; 6.7.5.3(12) "If the function declarator is not part of a definition of that function, parameters may have incomplete type". That would seem to imply that in the situa

[Touch-packages] [Bug 1528228] Re: [ADT test failure] linux-lts-utopic: ubuntu_qrt_apparmor.test-apparmor.py -- FAIL: test_aa_unconfined (__main__.ApparmorTest)

2015-12-21 Thread Seth Arnold
(The test in question is in QRT, scripts/test-apparmor.py ; I added apparmor dep just to make sure this doesn't get lost.) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/152

[Touch-packages] [Bug 1528228] Re: [ADT test failure] linux-lts-utopic: ubuntu_qrt_apparmor.test-apparmor.py -- FAIL: test_aa_unconfined (__main__.ApparmorTest)

2015-12-21 Thread Seth Arnold
There's no logging if nc fails to exec and there may not be logging if nc can't bind the port, and thus isn't running when needed. This may be just be a random error. Thanks ** Also affects: apparmor (Ubuntu) Importance: Undecided Status: New -- You received this bug notification beca

[Touch-packages] [Bug 1528384] [NEW] /usr/sbin/unity-system-compositor:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:boost::throw_exception

2015-12-21 Thread errors.ubuntu.com bug bridge
Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding unity-system-compositor. This problem was most recently seen with version 0.2.0+15.04.20151216.1-0ubuntu1, the problem page at https://errors.ubuntu.com/problem/7bcfcf599b35b264c0be45d5290ad9ae3c50a

[Touch-packages] [Bug 1528139] Re: serialize_profile_from_old_profile() crash if file contains multiple profiles

2015-12-21 Thread Christian Boltz
Nice, launchpad killed the whitespace in the patch. See https://lists.ubuntu.com/archives/apparmor/2015-December/009025.html for a usable version ;-) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://

[Touch-packages] [Bug 1528379] [NEW] libGLESv2 can not be found

2015-12-21 Thread Thomas Karl Pietrowski
Public bug reported: I don't know whether it is really releated to "qtbase-opensource-src", but I noticed here on my Odroid U3+ problems in Qt5 applications finding libGLES2. Additionally KDE Plasma 5 isn't running at all. I found that problem using "strace " were I saw that /lib/*/mesa-egl/ w

[Touch-packages] [Bug 1528139] Re: serialize_profile_from_old_profile() crash if file contains multiple profiles

2015-12-21 Thread Christian Boltz
So I have good and bad news. Let me start with the bad news: profile_data / write_prof_data (in serialize_profile_from_old_profile()) contain only one profile with its hats. This will explode if a file contains multiple profiles, as reported in this bug. Fixing this needs lots of write_prof_data

[Touch-packages] [Bug 1528376] [NEW] Unexpected software rendering for 3D

2015-12-21 Thread FM33
Public bug reported: Hello, Graphic performances are very poor. Ubuntu-bug tells it is because of non hw rendering. I don't know why it doesn't work. Machine is zotac zbox bi323 ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xorg 1:7.7+1ubuntu8.1 ProcVersionSignature: Ubuntu 3.13.0-74.11

[Touch-packages] [Bug 1528139] Re: serialize_profile_from_old_profile() crash if file contains multiple profiles

2015-12-21 Thread Christian Boltz
** Summary changed: - aa-logprof crash again + serialize_profile_from_old_profile() crash if file contains multiple profiles -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/

[Touch-packages] [Bug 1002978] Re: [meta-bug] Inverted Internal microphone (phase inversion)

2015-12-21 Thread J.J. Berkhout
Please disregard comment #48. This was wrongly reported as a bug by me. My apologies. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1002978 Title: [meta-bug] Inverte

[Touch-packages] [Bug 1528139] Re: aa-logprof crash again

2015-12-21 Thread Christian Boltz
To make things easier to debug, here's the minimal reproducer: rm -ri lp1528139 mkdir lp1528139 echo ' /foo { } /bar { network inet6 dgram, # any rule handled by a *Rule class will cause the crash } ' > lp1528139/lplp1528139.profile python3 aa-logprof -d lp1528139/ -f <(echo '[ 2590.544373] aud

[Touch-packages] [Bug 1521043] Re: less 458 crashes if search regex has many groups

2015-12-21 Thread Launchpad Bug Tracker
This bug was fixed in the package less - 458-3ubuntu1 --- less (458-3ubuntu1) xenial; urgency=medium * d/p/03-707824-fix_double_free_with_multiple_regex_groups.patch: - Cherry-pick upstream fix for double free in regular expression code. (Closes: #707824; LP: #1521043)

[Touch-packages] [Bug 1527732] Re: Asus S400CA inverted microphone (Skype not usable)

2015-12-21 Thread J.J. Berkhout
** Description changed: System: Asus S400CA with Linux Mint 17.3 Rosa, kernel 3.19.0-39-generic #44~14.04.1-Ubuntu SMP Wed Dec 2 10:00:35 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Running Skype, sound input from microphone does not work. When (in alsa-mixer OR in pavucontrol) one chann

[Touch-packages] [Bug 1528324] Re: OTA 8.5 Nexus 4 screen gestures from the left side aren't working

2015-12-21 Thread p.selbst
ok, looks like a hardware issue. on rotated shell the launcher shows up as expected -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1528324 Title: OTA 8.5 Nexus 4 screen ges

[Touch-packages] [Bug 1527275] Re: Current call screen unresponsive during call

2015-12-21 Thread Bill Filler
** Changed in: dialer-app (Ubuntu) Assignee: (unassigned) => Tiago Salem Herrmann (tiagosh) ** Changed in: dialer-app (Ubuntu) Importance: Undecided => Critical ** Also affects: dialer-app Importance: Undecided Status: New ** Also affects: canonical-devices-system-image Impo

[Touch-packages] [Bug 1501716] Re: add custom ring tone

2015-12-21 Thread Bill Filler
** Changed in: dialer-app (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dialer-app in Ubuntu. https://bugs.launchpad.net/bugs/1501716 Title: add custom ring tone Status

[Touch-packages] [Bug 1512132] Re: sometimes no ring for incoming calls.

2015-12-21 Thread Roascio Paolo
media-hub.log ** Attachment added: "media-hub.log" https://bugs.launchpad.net/canonical-devices-system-image/+bug/1512132/+attachment/4538608/+files/media-hub.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-

[Touch-packages] [Bug 1512327] Re: [dialer-app] Can't hang up phone calls

2015-12-21 Thread Bill Filler
** Changed in: dialer-app (Ubuntu) Importance: Undecided => Critical ** Changed in: dialer-app (Ubuntu) Assignee: (unassigned) => Tiago Salem Herrmann (tiagosh) ** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-sy

[Touch-packages] [Bug 1512132] Re: sometimes no ring for incoming calls.

2015-12-21 Thread Roascio Paolo
Ok, finally the bug returned back. Via ssh i made a full dump of the .cache/upstart directory, so - this time - i have a full log availability :) and some other info: @Bill >When the phone is in this state, do any other sounds play correctly? For >example, can you play music from the music-app o

[Touch-packages] [Bug 1512132] Re: sometimes no ring for incoming calls.

2015-12-21 Thread Roascio Paolo
dbus.log ** Attachment added: "dbus.log" https://bugs.launchpad.net/canonical-devices-system-image/+bug/1512132/+attachment/4538607/+files/dbus.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in Ubun

[Touch-packages] [Bug 1528139] Re: aa-logprof crash again

2015-12-21 Thread Christian Boltz
Thanks, I was able to reproduce the crash with your profiles and a hand- tuned log line even with the latest bzr trunk: # python3 aa-logprof -d lp1528139/apparmor.d/ -f <(echo '[ 2590.544373] audit: type=1400 audit(1450688542.244:3848): apparmor="ALLOWED" operation="open" profile="/usr/lib/Netwo

[Touch-packages] [Bug 1527187] Re: Unable to hang up outgoing call

2015-12-21 Thread Bill Filler
** Changed in: dialer-app (Ubuntu) Assignee: (unassigned) => Tiago Salem Herrmann (tiagosh) ** Changed in: dialer-app (Ubuntu) Importance: Undecided => Critical ** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-sy

[Touch-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] is not supported

2015-12-21 Thread Keng-Yu Lin
** Changed in: network-manager (Ubuntu) Status: Confirmed => Invalid ** Changed in: network-manager (Ubuntu) Importance: High => Undecided -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. h

[Touch-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] is not supported

2015-12-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: network-manager (Ubuntu Wily) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. htt

[Touch-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] is not supported

2015-12-21 Thread Keng-Yu Lin
** Also affects: network-manager (Ubuntu) Importance: Undecided Status: New ** Changed in: network-manager (Ubuntu) Status: New => Confirmed ** Changed in: network-manager (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member o

[Touch-packages] [Bug 1512132] Re: sometimes no ring for incoming calls.

2015-12-21 Thread Roascio Paolo
** Description changed: This is similar, but not equal to this: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1471338 After ota-7, my aquaris E4.5 sometimes doesn't ring on incoming calls. It vibrates, the led blinks, but no sound at all. The phone isn't muted and

[Touch-packages] [Bug 1528324] Re: OTA 8.5 Nexus 4 screen gestures from the left side aren't working

2015-12-21 Thread p.selbst
hi, i've changed the video to public, now it should be viewable. i also flashed android and there was no problem, i jused stock android 5.1 and also cyanogenmod 12.1, all worked well.. i flashed again with version 12 (dec.2014) so i'm able to unblock the phone. but right now, the launcher i

[Touch-packages] [Bug 1528334] Re: No contact to WLAN no Sound here

2015-12-21 Thread Berger Gerhard
When I mount my notebook (x60s lenovo) I sew that there is a new section of BIOS but I can not tell what this means. The message after my updatingis Das Software Paket istbeschädigt. The connection to the internet is o.k.under the condition when I had to use the cable to my router in my home. It

[Touch-packages] [Bug 1528334] [NEW] No contact to WLAN no Sound here

2015-12-21 Thread Berger Gerhard
Public bug reported: Beforesome days the connect to my Internet interrupted und I installed a ethernet cable then will be o.k. Other the sound was not o.k. there is no speech. All other functionare o.k. Gerhard Berger ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xorg 1:7.7+1ubuntu8.1 Pr

[Touch-packages] [Bug 1521043] Re: less 458 crashes if search regex has many groups

2015-12-21 Thread Michael Terry
Thank you so much for the patch! I've uploaded it with minor modifications to xenial. Specifically, adjusted changelog (version simplification, wily->xenial, named patch file) and ran update- maintainer. -- You received this bug notification because you are a member of Ubuntu Touch seeded packa

[Touch-packages] [Bug 1528324] Re: OTA 8.5 Nexus 4 screen gestures from the left side aren't working

2015-12-21 Thread Michał Sawicz
Hey, if you reinstalled the phone it actually suggests it's a hardware issue... I can't view the video since it's private, but I've not heard anyone else mention that. There is one bug that I remember from before, but we've not seen it in a long time - bug #1408263 - that could in theory explain y

[Touch-packages] [Bug 1528139] Re: aa-logprof crash again

2015-12-21 Thread QkiZ
Email sended -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1528139 Title: aa-logprof crash again Status in apparmor package in Ubuntu: New Bug description: = Chang

[Touch-packages] [Bug 1527811] Re: Online accounts buttons not sensitive

2015-12-21 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ub

[Touch-packages] [Bug 1509769] Re: package initramfs-tools 0.120ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-21 Thread gearhead_42
Issue has occurred twice now during software update. Running Mate on a Raspberry Pi2. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1509769 Title: package initra

[Touch-packages] [Bug 1528294] Re: /usr/bin/system-settings:11:__memcpy_neon:std::char_traits:std::basic_streambuf:std::basic_streambuf:std::__ostream_write

2015-12-21 Thread Pat McGowan
** Also affects: dbus-cpp (Ubuntu) Importance: Undecided Status: New ** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Importance: Undecided => High ** Changed in: canonical-devices-system-image

[Touch-packages] [Bug 1524130] Re: /usr/bin/unity8:11:__memcpy_neon:std::char_traits:std::basic_streambuf:std::basic_streambuf:std::__ostream_write

2015-12-21 Thread Pat McGowan
** Changed in: canonical-devices-system-image Assignee: kevin gunn (kgunn72) => Thomas Voß (thomas-voss) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1524130 Title:

[Touch-packages] [Bug 1527527] Re: Mnemonic support via Action if keyboard available

2015-12-21 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Medium => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in

[Touch-packages] [Bug 1526373] Re: [Merge] gettext 0.19.6-1 from debian unstable

2015-12-21 Thread Michael Terry
** Changed in: gettext (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gettext in Ubuntu. https://bugs.launchpad.net/bugs/1526373 Title: [Merge] gettext 0.19.6-1 from debi

[Touch-packages] [Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Kevin DuBois
GraphicsCard: InstallationDate: Installed on 2015-12-21 (0 days ago) InstallationMedia: Ubuntu 15.04 - armhf (20151221-020303) ProcCmdline: /usr/bin/unity-system-compositor-spinner ProcCwd: / ProcEnviron: Signal: 11 SourcePackage: unity-system-compositor UpgradeStatus: No upgrade log

[Touch-packages] [Bug 1527811] Re: Online accounts buttons not sensitive

2015-12-21 Thread Tim Peeters
Fixed in the attached MR. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/152781

[Touch-packages] [Bug 1527811] Re: Online accounts buttons not sensitive

2015-12-21 Thread Pat McGowan
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Importance: Undecided => Critical ** Changed in: canonical-devices-system-image Status: New => In Progress ** Changed in: canonical-devices-system-i

[Touch-packages] [Bug 1527811] Re: Online accounts buttons not sensitive

2015-12-21 Thread Launchpad Bug Tracker
** Branch linked: lp:~tpeeters/ubuntu-ui-toolkit/landing16-fix1099455 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1527811 Title: Online accounts buttons not s

[Touch-packages] [Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Kevin DuBois
2015 ExecutablePath: /usr/bin/unity-system-compositor-spinner ExecutableTimestamp: 1450306669 GraphicsCard: InstallationDate: Installed on 2015-12-21 (0 days ago) InstallationMedia: Ubuntu 15.04 - armhf (20151221-020303) ProcCmdline: /usr/bin/unity-system-compositor-spinner ProcCwd: / ProcEn

[Touch-packages] [Bug 1528324] [NEW] OTA 8.5 Nexus 4 screen gestures from the left side aren't working

2015-12-21 Thread p.selbst
Public bug reported: on OTA-8.5 my Nexus 4 isn't usable any more. The launcher can't be shown, the gestures from the left side won't work any longer. I completely reinstalled the phone and now it's the situation, that it stays on the info-screen how to use the phone: "Please swipe from the left":

[Touch-packages] [Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Pat McGowan
2 2015 ExecutablePath: /usr/bin/unity-system-compositor-spinner ExecutableTimestamp: 1450306669 GraphicsCard: InstallationDate: Installed on 2015-12-21 (0 days ago) InstallationMedia: Ubuntu 15.04 - armhf (20151221-020303) ProcCmdline: /usr/bin/unity-system-compositor-spinner P

[Touch-packages] [Bug 1508744] Re: Upgrade to Ubuntu 15.10 Broken: lxc-net.service fails on upgrade

2015-12-21 Thread Serge Hallyn
Tried to reproduce by installing lxc version from vivid release, then upgrading to -updates, but it worked fine :( -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1508744 Title:

[Touch-packages] [Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Pat McGowan
ExecutableTimestamp: 1450306669 GraphicsCard: InstallationDate: Installed on 2015-12-21 (0 days ago) InstallationMedia: Ubuntu 15.04 - armhf (20151221-020303) ProcCmdline: /usr/bin/unity-system-compositor-spinner ProcCwd: / ProcEnviron: Signal: 11 SourcePackage: unity-system-compositor

[Touch-packages] [Bug 1523407] Re: Playlist support in vivid+overlay and Xenial is different/non compatible

2015-12-21 Thread Jim Hodapp
** Changed in: qtmultimedia-opensource-src (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtmultimedia-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1523407 T

[Touch-packages] [Bug 1527354] Re: [Jawbone ERA] HFP features not working with Bluez5

2015-12-21 Thread Tony Espy
update: 2015-12-21 18:30:51 version version: 24 version ubuntu: 20150713 version device: 20150529-8e13c5f version custom: 20150713 ** Attachment added: "krillin-syslog-20151221-2" https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1527354/+attachment/4538525/+files/krillin-syslog-

[Touch-packages] [Bug 1528319] Re: Scaling factors for HiDPI on multiple monitors

2015-12-21 Thread lum3n
** Description changed: Hello, a bug report for my problem was suggested here: https://answers.launchpad.net/ubuntu/+question/274062 I also created a question at askubuntu: http://askubuntu.com/questions/614301/how-to-set-different-scaling-on-multiple-monitors I'm trying to use an

[Touch-packages] [Bug 1528321] [NEW] Everything hangs when coming out of fullscreen in chrome

2015-12-21 Thread Starbeamrainbowlabs
Public bug reported: If I have hardware acceleration enabled in my chrome settings (which it is automatically), my entire desktop freezes 9 times out of 10 when I come out of fullscreen mode. It doesn't matter whether it's with F11 or a video on a site such as YouTube. Strangely enough, the audio

[Touch-packages] [Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Kevin DuBois
04 - armhf (20151221-020303) ProcCmdline: /usr/bin/unity-system-compositor-spinner ProcCwd: / ProcEnviron: Signal: 11 SourcePackage: unity-system-compositor UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: version.libdrm: libdrm2 2.4.60-2 version.lightd

[Touch-packages] [Bug 1522953] Re: Video.qml broken after update to 5.4.1-1ubuntu18

2015-12-21 Thread Jim Hodapp
Updated QML example to run which is necessary to run with this updated request: https://requests.ci-train.ubuntu.com/#/ticket/812 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtmultimedia-opensource- src in Ubuntu. https://

[Touch-packages] [Bug 1522953] Re: Video.qml broken after update to 5.4.1-1ubuntu18

2015-12-21 Thread Jim Hodapp
Updated QML file link: http://paste.ubuntu.com/14130877/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtmultimedia-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1522953 Title: Video.qml broken after update t

[Touch-packages] [Bug 1528319] [NEW] Scaling factors for HiDPI on multiple monitors

2015-12-21 Thread lum3n
Public bug reported: Hello, a bug report for my problem was suggested here: https://answers.launchpad.net/ubuntu/+question/274062 I also created a question at askubuntu: http://askubuntu.com/questions/614301/how-to-set-different-scaling-on-multiple-monitors I'm trying to use an external monito

[Touch-packages] [Bug 1527811] Re: Online accounts buttons not sensitive

2015-12-21 Thread Tim Peeters
The bug was introduced in UITK staging r1760 (the above test program fails in r1760 and works fine in r1759), and unfortunately the switchAndCheckboxFix branch does not fix it. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to u

[Touch-packages] [Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Kevin DuBois
:19:32 2015 ExecutablePath: /usr/bin/unity-system-compositor-spinner ExecutableTimestamp: 1450306669 GraphicsCard: InstallationDate: Installed on 2015-12-21 (0 days ago) InstallationMedia: Ubuntu 15.04 - armhf (20151221-020303) ProcCmdline: /usr/bin/unity-system-compositor-spinner

[Touch-packages] [Bug 1527354] Re: [Jawbone ERA] HFP features not working with Bluez5

2015-12-21 Thread Tony Espy
added: "krillin-syslog-20151221" https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1527354/+attachment/4538456/+files/krillin-syslog-20151221 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez i

[Touch-packages] [Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Kevin DuBois
: 1450306669 GraphicsCard: InstallationDate: Installed on 2015-12-21 (0 days ago) InstallationMedia: Ubuntu 15.04 - armhf (20151221-020303) ProcCmdline: /usr/bin/unity-system-compositor-spinner ProcCwd: / ProcEnviron: Signal: 11 SourcePackage: unity-system-compositor UpgradeStatus: No

[Touch-packages] [Bug 1527811] Re: Online accounts buttons not sensitive

2015-12-21 Thread Tim Peeters
I can reproduce the issue with this test program: import QtQuick 2.4 import Ubuntu.Components 1.3 import Ubuntu.Components.ListItems 1.3 Rectangle { width: 800 height: 600 Standard { anchors.fill: parent text: "bla" onTriggered: print("bad") onClicked:

[Touch-packages] [Bug 1445755] Re: Provide a way to hide images from a particular location

2015-12-21 Thread Kai Mast
Seems like the gallery-app scans your whole home folder and media folders. Starting the app for the first time takes like 10 minutes for me because of that. I also store my pictures on a different drive (mounted to /mnt/xyz), and there seems no way to configure that. Should I file a separate bug f

[Touch-packages] [Bug 1528310] [NEW] App totally broken in wily?

2015-12-21 Thread Kai Mast
Public bug reported: Trying to start the gallery app and all I get is an empty window and the following output in the terminal: file:///usr/share/gallery-app/rc/qml/GalleryApplication.qml:202:5: QML Binding: Binding loop detected for property "target" file:///usr/share/gallery-app/rc/qml/MainScr

[Touch-packages] [Bug 1475228] Re: openssl/curl error: SSL23_GET_SERVER_HELLO:tlsv1 alert internal error on TLS only configured server

2015-12-21 Thread Daniel Hansson
I also experience this bug on Ubuntu Server 14.04.3. "Error: SSLError: [Errno 1] _ssl.c:510: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error" Kernel: 3.19.0-42 OpenSSL: 1.0.1f Will this be fixed in 14.04, or is there some way to fix this? -- You received this bug

[Touch-packages] [Bug 1528304] [NEW] Missing dependency between mir and android drivers

2015-12-21 Thread Michał Sawicz
Public bug reported: While investigating bug #1528279 I've noticed there's some missing dependency somewhere, I'm able to get a broken device by upgrading unity-system-compositor (which pulls in libmir*). Only after upgrading mir-graphics-drivers-android did my system come back to normal. Excerpt

[Touch-packages] [Bug 1528297] Re: libvpx FTBFS with gcc 5.3 on armhf

2015-12-21 Thread Olivier Tilloy
oxide-qt is also affected, as it embeds a copy of libvpx, and it fails to build in the exact same way. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libvpx in Ubuntu. https://bugs.launchpad.net/bugs/1528297 Title: libvpx

[Touch-packages] [Bug 1528297] [NEW] libvpx FTBFS with gcc 5.3 on armhf

2015-12-21 Thread Olivier Tilloy
Public bug reported: (originally reported as bug #1527741) Trying to build libvpx from source in an up-to-date xenial arhmf environment, with gcc 5.3.1, fails with the following error: gcc -marm -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -march=a

[Touch-packages] [Bug 1528292] [NEW] /usr/bin/apt-get:11:pkgCache::VerIterator::VerStr:pkgCache::DepIterator::IsSatisfied:pkgDepCache::CheckDep:pkgDepCache::CheckDep:pkgDepCache::DependencyState

2015-12-21 Thread errors.ubuntu.com bug bridge
Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding apt. This problem was most recently seen with version 1.0.10.2ubuntu1, the problem page at https://errors.ubuntu.com/problem/8df1e2814e20a598621de381e2d0d11a222659fe contains more details. ** Affec

[Touch-packages] [Bug 1528295] [NEW] Please add RWIN->R-Control option

2015-12-21 Thread Siep Kroonenberg
Public bug reported: Many compact keyboards lack either an RWIN- or an RCTL key. Personally, I use RCTL a lot more than RWIN, although I would not like to go without a win/log key altogether. The file /usr/share/X11/xkb/symbols/altwin has lots of options to mess with modifier keys, but not the opt

[Touch-packages] [Bug 1528291] [NEW] /usr/lib/arm-linux-gnueabihf/address-book-service/address-book-service:11:galera::AddressBook::removeContactDone:galera::AddressBook::removeContactDone:galera::Add

2015-12-21 Thread errors.ubuntu.com bug bridge
Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding address-book-service. This problem was most recently seen with version 0.1.1+15.04.20151103.2-0ubuntu1, the problem page at https://errors.ubuntu.com/problem/08ccfb3e1975cee676d8083f6410181f8d65f5a0

[Touch-packages] [Bug 1424791] Re: Ubuntu Phone: cellular data did not recover after losing coverage

2015-12-21 Thread Kevin Macphail
As I said in the previous post, this happens multiple times a day. I've attached a screenshot showing that a data is available and detected, but not connected. ** Attachment added: "screenshot20151221_112437606.png" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1424791/+attach

[Touch-packages] [Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Łukasz Zemczak
ationDate: Installed on 2015-12-21 (0 days ago) InstallationMedia: Ubuntu 15.04 - armhf (20151221-020303) ProcCmdline: /usr/bin/unity-system-compositor-spinner ProcCwd: / ProcEnviron: Signal: 11 SourcePackage: unity-system-compositor UpgradeStatus: No upgrade log present (proba

[Touch-packages] [Bug 1528279]

2015-12-21 Thread Apport retracing service
Architecture: armhf Date: Mon Dec 21 17:19:32 2015 ExecutablePath: /usr/bin/unity-system-compositor-spinner ExecutableTimestamp: 1450306669 GraphicsCard: InstallationDate: Installed on 2015-12-21 (0 days ago) InstallationMedia: Ubuntu 15.04 - armhf (20151221-020303) ProcCmdline: /usr/bin

[Touch-packages] [Bug 1528279] ThreadStacktrace.txt

2015-12-21 Thread Apport retracing service
Architecture: armhf Date: Mon Dec 21 17:19:32 2015 ExecutablePath: /usr/bin/unity-system-compositor-spinner ExecutableTimestamp: 1450306669 GraphicsCard: InstallationDate: Installed on 2015-12-21 (0 days ago) InstallationMedia: Ubuntu 15.04 - armhf (20151221-020303) ProcCmdline: /

[Touch-packages] [Bug 1528279] Crash report cannot be processed

2015-12-21 Thread Apport retracing service
19:32 2015 ExecutablePath: /usr/bin/unity-system-compositor-spinner ExecutableTimestamp: 1450306669 GraphicsCard: InstallationDate: Installed on 2015-12-21 (0 days ago) InstallationMedia: Ubuntu 15.04 - armhf (20151221-020303) ProcCmdline: /usr/bin/unity-system-compositor-spinner

[Touch-packages] [Bug 1527811] Re: Online accounts buttons not sensitive

2015-12-21 Thread Tim Peeters
We have a fix for ActionItem.trigger included in our current landing, see https://code.launchpad.net/~zsombi/ubuntu-ui- toolkit/switchAndCheckboxFix/+merge/280844 That might fix the issue, but I haven't confirmed that yet. -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Dave Morley
touch1 Architecture: armhf Date: Mon Dec 21 17:19:32 2015 ExecutablePath: /usr/bin/unity-system-compositor-spinner ExecutableTimestamp: 1450306669 GraphicsCard: - + InstallationDate: Installed on 2015-12-21 (0 days ago) InstallationMedia: Ubuntu 15.04 - armhf (20151221-020303) ProcC

  1   2   >