[Touch-packages] [Bug 1545969] Re: webbrowser-app crashes with SIGABRT every time I start it

2016-02-24 Thread Daniel van Vugt
I happened to be watching unity8.log at the time, and this happens just as the browser crashes: UbuntuKeyboardInfo - socket error: "QLocalSocket::connectToServer: Invalid name" Failed to connect to "/run/user/1000/ubuntu-keyboard-info" after 10 failed attempts ** Also affects: unity8 (Ubuntu)

[Touch-packages] [Bug 1547466] Re: grep switches into binary mode while processing a text file

2016-02-24 Thread Stefan Bader
Brian, did you set a non-UTF language? apt-cache policy grep grep: Installed: 2.23-1 Candidate: 2.23-1 Version table: *** 2.23-1 500 500 http://de.archive.ubuntu.com/ubuntu xenial/main amd64 Packages 100 /var/lib/dpkg/status LANG=C grep -v xxx grant_table.h ... * table are

[Touch-packages] [Bug 1549646] [NEW] Unity8 crashes with heap corruption every time on logout

2016-02-24 Thread Daniel van Vugt
Public bug reported: Unity8 crashes with heap corruption every time on logout. $ tail -3 ~/.cache/upstart/unity8.log qtmir.mir: PromptSessionListener::~PromptSessionListener - this= PromptSessionListener(0x7f6d5c1d8790) qtmir.mir: SessionListener::~SessionListener - this= SessionListener(0x7f6d

[Touch-packages] [Bug 1549226] Re: On arale; top panel drop down menu is semi-transparent and items are unreadable

2016-02-24 Thread Daniel van Vugt
** Branch unlinked: lp:mir/0.20 -- 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/1549226 Title: On arale; top panel drop down menu is semi-transparent and items are unreadable

[Touch-packages] [Bug 817186] Re: Entering a ridiculously long login/password crashes lightdm

2016-02-24 Thread Deckard
Sometimes my keyboard starts sending the number '5', as if someone is holding down the key. It stops if I touch another key. If this happens while I'm away and the screen is locked, then I can't delete the password entry field or press enter to get an invalid password and start over. I can get a

[Touch-packages] [Bug 1549226] Re: On arale; top panel drop down menu is semi-transparent and items are unreadable

2016-02-24 Thread Daniel van Vugt
** Changed in: mir/0.20 Status: In Progress => Fix Committed -- 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/1549226 Title: On arale; top panel drop down menu is semi-tr

[Touch-packages] [Bug 1544878] Re: Mir servers crash if I press the side mouse button (thumb)

2016-02-24 Thread Daniel van Vugt
** Changed in: mir/0.20 Milestone: 0.20.1 => None -- 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/1544878 Title: Mir servers crash if I press the side mouse button (thumb)

[Touch-packages] [Bug 1549226] Re: On arale; top panel drop down menu is semi-transparent and items are unreadable

2016-02-24 Thread Launchpad Bug Tracker
** Branch linked: lp:mir/0.20 -- 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/1549226 Title: On arale; top panel drop down menu is semi-transparent and items are unreadable

[Touch-packages] [Bug 1515179] Re: [nexus7][bluez5] Unable to pair with Arc Touch Bluetooth

2016-02-24 Thread Yung Shen
** Description changed: Unable to pair arc touch bluetooth mouse with nexus 7. Steps to reproduce: 1. install bluez5 stack on nexus7(fresh flashed), instruction: https://wiki.ubuntu.com/Bluetooth/TouchBluez5Testing 2. adb shell into nexus7, then type following commands: $ bluetoot

[Touch-packages] [Bug 1404188] Re: QNetworkSession::isOpen() always returns false

2016-02-24 Thread Timo Jyrinki
** Also affects: qtbase-opensource-src (Ubuntu RTM) Importance: Undecided Status: New ** Changed in: qtbase-opensource-src (Ubuntu RTM) Status: New => Fix Committed ** Changed in: qtbase-opensource-src (Ubuntu) Status: Fix Committed => Fix Released ** Changed in: qtbase-o

[Touch-packages] [Bug 1547864] Re: libinput doesn't handle EV_KEY event with a value of 255 (BUTTON_CANCLED), to support Android home buttons

2016-02-24 Thread Daniel van Vugt
Another handy trick used in GUI toolkits is to introduce a "clicked" event created by the toolkit. So simple apps don't need to track button states, only listen for the 'clicked' event and ignore all other events. So a button might receive any of these sequences of events: press -> appearance ch

[Touch-packages] [Bug 1549455] Re: Unity 8/Mir doesn't load

2016-02-24 Thread Daniel van Vugt
Please note the above steps will only be helpful if you could not log in previously. If you did log in per comment #11 then please do not attach those files to this bug. If the cursor is slow, that is likely bug 1539009 which we will release a fix for soon. And if no applications open, please log

[Touch-packages] [Bug 1549455] Re: Unity 8/Mir doesn't load

2016-02-24 Thread Daniel van Vugt
To get the logs you will need to: 1. Reboot and log into Unity 7 (not Unity8) 2. Open a terminal with Ctrl+Alt+T 3. Run: cp ~/.cache/upstart/unity8.log ~/Documents/ 4. Run: sudo cat /var/log/lightdm/unity-system-compositor.log > ~/Documents/unity-system-compositor.log 5. Now open your web brows

[Touch-packages] [Bug 1547864] Re: libinput doesn't handle EV_KEY event with a value of 255 (BUTTON_CANCLED), to support Android home buttons

2016-02-24 Thread Daniel van Vugt
Analogously in the case of GUI toolkits, one would usually act on a button release, but only if it was preceded by a button press. The app however could encounter a press without a release (mouse dragged off the button) or a release without a press (mouse dragged onto the button). In the former cas

[Touch-packages] [Bug 1547864] Re: libinput doesn't handle EV_KEY event with a value of 255 (BUTTON_CANCLED), to support Android home buttons

2016-02-24 Thread Andreas Pokorny
We might not need to emit 'cancel' for keys being pressed while switching away - it might be enough to treat vt switching as focus gaining state change.. during which we have to inform the client about all currently pressed keys and buttons.. -- You received this bug notification because you are

[Touch-packages] [Bug 1549455] Re: Unity 8/Mir doesn't load

2016-02-24 Thread Emanuele Antonio Faraone
how do I get those logs? -- 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/1549455 Title: Unity 8/Mir doesn't load Status in Mir: Incomplete Status in unity8 package in Ub

[Touch-packages] [Bug 1549455] Re: Unity 8/Mir doesn't load

2016-02-24 Thread Emanuele Antonio Faraone
But now the situation has changed, because I can not access but the cursor is slow and no application is opened, remains in loading, even the scope opens -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https:

[Touch-packages] [Bug 1549616] Re: My Music scope attempts todownload artist biography, but biography is always empty.

2016-02-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~jamesh/unity-scope-mediascanner/disable-artist-bio -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1549616 Title: My Music scope atte

[Touch-packages] [Bug 1549616] [NEW] My Music scope attempts todownload artist biography, but biography is always empty.

2016-02-24 Thread James Henstridge
Public bug reported: The My Music scope tries to download artist biography from dash.ubuntu.com when displaying the artist overview page. It in turn tries to retrieve the biography via the 7digital API. However, the 7digital API always returns an empty string because they don't have a license to

[Touch-packages] [Bug 1538755] Re: /usr/lib/arm-linux-gnueabihf/thumbnailer/thumbnailer-service:11:QMap:QNetworkManagerInterfaceDeviceWired::carrier:QNetworkManagerEngine::parseConnection:QNetworkMana

2016-02-24 Thread Michi Henning
Great, thanks for that! ** Changed in: thumbnailer (Ubuntu) Status: Triaged => Invalid -- 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/1538755 Title:

[Touch-packages] [Bug 1528645] Re: Please update ca-certificates on Trusty

2016-02-24 Thread Mathew Hodson
** Changed in: ca-certificates (Ubuntu Trusty) Milestone: None => trusty-updates ** Changed in: ca-certificates (Ubuntu Xenial) Milestone: trusty-updates => None -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ca-cert

[Touch-packages] [Bug 1545619] Re: Replace qnam-ubuntu-fix6.patch with upstreamed patches

2016-02-24 Thread Lorn Potter
** Changed in: qtbase-opensource-src (Ubuntu) Status: New => Confirmed -- 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/1545619 Title: Replace qnam-ubun

[Touch-packages] [Bug 1545302] Re: wpa-roam broken by fix for ifupdown #1337873

2016-02-24 Thread Mathew Hodson
** Changed in: wpa (Ubuntu Trusty) Importance: Undecided => High ** Changed in: wpa (Ubuntu Wily) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wpa in Ubuntu. https://bugs.launchpad.net/b

[Touch-packages] [Bug 1549606] Re: package libc6-dev 2.19-0ubuntu6.6 failed to install/upgrade: podproces dpkg-deb --fsys-tarfile zwrócił kod błędu 2

2016-02-24 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 eglibc in Ubuntu. https://bugs.launchpad.net/bugs/1549606 Title: package libc6-dev 2.19-0ubuntu6.6 failed to install/upgrade: podproces

[Touch-packages] [Bug 1540679] Re: /usr/bin/signonpluginprocess:11:QMap:QNetworkManagerInterfaceDeviceWired::carrier:QNetworkManagerEngine::parseConnection:QNetworkManagerEngine::newConnection:QNetwor

2016-02-24 Thread Lorn Potter
** Changed in: qtbase-opensource-src (Ubuntu) Status: New => Fix Committed -- 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/1540679 Title: /usr/bin/sig

[Touch-packages] [Bug 1549606] [NEW] package libc6-dev 2.19-0ubuntu6.6 failed to install/upgrade: podproces dpkg-deb --fsys-tarfile zwrócił kod błędu 2

2016-02-24 Thread Marcin
Public bug reported: the library not installed ProblemType: Package DistroRelease: Ubuntu 14.04 Package: libc6-dev 2.19-0ubuntu6.6 ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18 Uname: Linux 3.13.0-52-generic i686 NonfreeKernelModules: nvidia ApportVersion: 2.14.1-0ubuntu3.19 Arc

[Touch-packages] [Bug 1538755] Re: /usr/lib/arm-linux-gnueabihf/thumbnailer/thumbnailer-service:11:QMap:QNetworkManagerInterfaceDeviceWired::carrier:QNetworkManagerEngine::parseConnection:QNetworkMana

2016-02-24 Thread Lorn Potter
Yes. They have landed as well. And this one is a duplication of this bug. https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource- src/+bug/1540679 ** Changed in: qtbase-opensource-src (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a membe

[Touch-packages] [Bug 862520] Re: package slapd 2.4.23-6ubuntu6 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

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

[Touch-packages] [Bug 1549226] Re: On arale; top panel drop down menu is semi-transparent and items are unreadable

2016-02-24 Thread Daniel van Vugt
** Summary changed: - top panel drop down menu is semi-transparent and items are unreadable + On arale; top panel drop down menu is semi-transparent and items are unreadable -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mi

[Touch-packages] [Bug 1404188] Re: QNetworkSession::isOpen() always returns false

2016-02-24 Thread Lorn Potter
** Changed in: qtbase-opensource-src (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: apparmor-easyprof-ubuntu (Ubuntu) Status: Confirmed => Invalid ** Changed in: canonical-devices-system-image Status: Confirmed => Fix Committed -- You received this bug notificat

[Touch-packages] [Bug 1288777] Re: Qt bearer thread requires otherwise unneeded internet access

2016-02-24 Thread Lorn Potter
** Changed in: qtbase-opensource-src (Ubuntu) Status: New => Fix Released -- 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/1288777 Title: Qt bearer thre

[Touch-packages] [Bug 1541686] Re: apparmor denials with using XMLHttpRequest

2016-02-24 Thread Lorn Potter
** Changed in: qtbase-opensource-src (Ubuntu) Status: Confirmed => Fix Committed -- 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/1541686 Title: apparmo

[Touch-packages] [Bug 1540372] Re: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-24 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/patch/sound/pci/hda/patch_sigmatel.c?id=cb53c626e1145edf1d619bc4953f6293d3a77ace Do desktop really need power save? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1540372] Re: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-24 Thread Raymond
speaker-test -c2 -t wav -D hw:0,2 After you add hint indep_hp=1 use amixer to enable independent headphone You can playback audio to headphone and 5.1 audio to rear panel jacks 7.1 require retasking blue jack as side line out jack with same default association bit higher sequence number -- Yo

[Touch-packages] [Bug 1540372] Re: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-24 Thread Raymond
Do surround 51 work as expected.? speaker-test -c6 -t wav -D hw:0,0 speaker-test -c4 -t wav -D hw:0,0 -- 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/1540372 Title:

[Touch-packages] [Bug 1546676] Re: EglSyncFence tests depend on android platform

2016-02-24 Thread Daniel van Vugt
This bug got separate (diverged) fixes in Mir 0.21 and 0.20. So that's why it has two separate tasks. -- 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/1546676 Title: EglSyncFenc

[Touch-packages] [Bug 1517597] Re: [regression] mouse pointer support on emulator is broken

2016-02-24 Thread Daniel van Vugt
This bug got separate (diverged) fixes in Mir 0.21 and 0.20. So that's why it has two separate tasks. -- 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/1517597 Title: [regression

[Touch-packages] [Bug 1540372] Re: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-24 Thread Raymond
7.3.3.15 Pin Sense The Pin Sense control returns the Presence Detect status, EDID-Like Data (ELD) Valid, and the impedance measurement of the device attached to the pin. Some codecs may require that the impedance measurement be triggered by software; in that case, sending the Execute command

[Touch-packages] [Bug 1549226] Re: top panel drop down menu is semi-transparent and items are unreadable

2016-02-24 Thread Daniel van Vugt
** Changed in: mir Milestone: 0.20.1 => 0.21.0 ** Also affects: mir/0.20 Importance: Undecided Status: New ** Changed in: mir/0.20 Status: New => In Progress ** Changed in: mir/0.20 Assignee: (unassigned) => Kevin Dubois (kevin-dubois05) ** Changed in: mir/0.20 Mil

[Touch-packages] [Bug 1549455] Re: Unity 8/Mir doesn't load

2016-02-24 Thread Daniel van Vugt
Although if your USC/Unity8 is crashing for some other reason than bug 1536662, I guess you would also see the same broken login screen. So it really depends: Does it take 30 seconds to return you to the login screen or is it immediate? Please attach these files so we can find out what the cause

[Touch-packages] [Bug 1540372] Re: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-24 Thread Raymond
Try hda-verb GET_PIN_SENSE of those jacks nid https://bugs.freedesktop.org/show_bug.cgi?id=80074 ** Bug watch added: freedesktop.org Bugzilla #80074 https://bugs.freedesktop.org/show_bug.cgi?id=80074 -- You received this bug notification because you are a member of Ubuntu Touch seeded packag

[Touch-packages] [Bug 1540372] Re: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-24 Thread Raymond
The power setting of those widgets should be D0 -- 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/1540372 Title: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] U

[Touch-packages] [Bug 1540372] Re: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-24 Thread Raymond
No, analog loopback depend on codec hardware specfic feature, update bios may fix the pin default if the release note had mention the bug -- 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.laun

[Touch-packages] [Bug 1540372] Re: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-24 Thread Raymond
Do it works on windows? -- 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/1540372 Title: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or

[Touch-packages] [Bug 1549455] Re: Unity 8/Mir doesn't load

2016-02-24 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1536662 *** https://bugs.launchpad.net/bugs/1536662 By the way, the screenshot in comment #1 is what I see too (after bug 1536662 has timed out, Mir crashes and returns you to a broken login screen) -- You received this bug notification because you are a me

[Touch-packages] [Bug 1549455] Re: Unity 8/Mir doesn't load

2016-02-24 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1536662 *** https://bugs.launchpad.net/bugs/1536662 We know about this issue and it's probably bug 1536662 you are seeing. I hope to get some attention to this in the coming days. ** This bug has been marked a duplicate of bug 1536662 [regression] Black

[Touch-packages] [Bug 1547864] Re: libinput doesn't handle EV_KEY event with a value of 255 (BUTTON_CANCLED), to support Android home buttons

2016-02-24 Thread Daniel van Vugt
> My concern with adding cancellation behaviour is that there'll be no existing client or toolkit that expects it, and we can't make it opt-in (like the opt-in touch cancellation support). That's a good point but extra events are kind of opt-in already with zero code change for most clients. If cl

[Touch-packages] [Bug 1527015] Re: Dont run zeitgeist on GNOME

2016-02-24 Thread Tim
** Changed in: ubuntu-gnome Importance: Undecided => Medium ** Changed in: ubuntu-gnome Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to zeitgeist in Ubuntu. https://bugs.launchpad.net/bugs/1

[Touch-packages] [Bug 1544878] Re: Mir servers crash if I press the side mouse button (thumb)

2016-02-24 Thread Daniel van Vugt
The fix is definitely not in lp:mir/0.20 yet. And perhaps should not be due to the large prereq (see comment #8) ** Branch unlinked: lp:mir/0.20 ** Changed in: mir/0.20 Status: Fix Committed => Triaged -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1480164] Re: [regression] Mir is holding buffers much longer than it used to.

2016-02-24 Thread Daniel van Vugt
** Changed in: mir Status: Fix Committed => Fix Released -- 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/1480164 Title: [regression] Mir is holding buffers much longer t

[Touch-packages] [Bug 1517597] Re: [regression] mouse pointer support on emulator is broken

2016-02-24 Thread Daniel van Vugt
** Changed in: mir Status: Fix Released => Fix Committed -- 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/1517597 Title: [regression] mouse pointer support on emulator is

[Touch-packages] [Bug 1546676] Re: EglSyncFence tests depend on android platform

2016-02-24 Thread Daniel van Vugt
** Changed in: mir Status: Fix Released => Fix Committed -- 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/1546676 Title: EglSyncFence tests depend on android platform St

[Touch-packages] [Bug 1535458] Re: [15.10 REGRESSION] Randomly wrongly detects files as binary

2016-02-24 Thread teo1978
Yep, looks like it's that one. So it's fixed upstream. Will it take long to land on Ubuntu? Otherwise, an update rolling back to grep version previous to the regression (which appears to be known) should be urgently released in the meanwhile. This is a pretty critical bug. It's astonishing how p

[Touch-packages] [Bug 1539348] Re: udevadm info reports wrong ID_MODEL_ID and ID_VENDOR_ID for USB serial port

2016-02-24 Thread Aaron Brice
Qt5 QSerialPortInfo is returning the wrong vendor and product also. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1539348 Title: udevadm info reports wrong ID_MODEL_ID an

[Touch-packages] [Bug 1539348] Re: udevadm info reports wrong ID_MODEL_ID and ID_VENDOR_ID for USB serial port

2016-02-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: systemd (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.n

[Touch-packages] [Bug 1539348] Re: udevadm info reports wrong ID_MODEL_ID and ID_VENDOR_ID for USB serial port

2016-02-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: qtserialport-opensource-src (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. http

[Touch-packages] [Bug 1539348] Re: udevadm info reports wrong ID_MODEL_ID and ID_VENDOR_ID for USB serial port

2016-02-24 Thread Aaron Brice
** Also affects: qtserialport-opensource-src (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1539348 Title: udevadm inf

[Touch-packages] [Bug 1543070] Re: Security breach: bubble displays message preview when screen is unlocked

2016-02-24 Thread Tyler Hicks
** Information type changed from Private Security to Public Security -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to messaging-app in Ubuntu. https://bugs.launchpad.net/bugs/1543070 Title: Security breach: bubble displays m

[Touch-packages] [Bug 1547938] Re: starting twice to boot once

2016-02-24 Thread Tyler Hicks
** Information type changed from Private Security to Public -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1547938 Title: starting twice to boot once Status in xorg package

[Touch-packages] [Bug 1527053] Re: Tab names unreadable in GTK3 in Ubuntu

2016-02-24 Thread Adolfo Jayme
It is Invalid only for the ubuntu-themes package, of course. ** Tags removed: gtk3 libreoffice ** Also affects: libreoffice (Ubuntu) Importance: Undecided Status: New ** Changed in: libreoffice (Ubuntu) Status: New => Triaged ** Changed in: libreoffice (Ubuntu) Importance: U

[Touch-packages] [Bug 1547942] Re: package linux-image-extra-4.4.0-6-generic 4.4.0-6.21 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2016-02-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1547944 *** https://bugs.launchpad.net/bugs/1547944 Thank you for taking the time to report this crash and helping to make this software better. This particular crash has already been reported and is a duplicate of bug #1547944, so is being marked as such.

[Touch-packages] [Bug 1548106] Re: The screen frezes when I am working

2016-02-24 Thread Tyler Hicks
** Information type changed from Private Security to Public -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1548106 Title: The screen frezes when I am working Status in xorg

[Touch-packages] [Bug 1547942] Re: package linux-image-extra-4.4.0-6-generic 4.4.0-6.21 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2016-02-24 Thread Tyler Hicks
*** This bug is a duplicate of bug 1547944 *** https://bugs.launchpad.net/bugs/1547944 ** Information type changed from Private Security to Public -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.

[Touch-packages] [Bug 1549469] Re: gpg crashed with SIGABRT in g10_log_bug()

2016-02-24 Thread Tyler Hicks
Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this appears to be a "regular" (non-security) bug. I have unmarked it as a security issue since this bug does not show evidence of allowing attackers to cross privile

[Touch-packages] [Bug 1528735] Re: Suspend reboots every second time on Lenovo G50-45

2016-02-24 Thread VaclavSynacek
I have the same problem on Lenovo S435 and ubuntu-mate 15.10 on 4.2.0-30-generic x86_64 dual boot with Windows 8.1. But this problem started only after bios update from BBCN16WW(V1.03) to BBCN16WW(V1.07). With the previous bios V1.03 this never happened, even with the same kernel. -- You recei

[Touch-packages] [Bug 1549533] Re: package linux-image-generic 4.4.0.7.8 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2016-02-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1549531 *** https://bugs.launchpad.net/bugs/1549531 Thank you for taking the time to report this crash and helping to make this software better. This particular crash has already been reported and is a duplicate of bug #1549531, so is being marked as such.

[Touch-packages] [Bug 1549531] Re: package linux-image-extra-4.4.0-7-generic 4.4.0-7.22 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2016-02-24 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 initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1549531 Title: package linux-image-extra-4.4.0-7-generic 4.4.0-7.22 failed to

[Touch-packages] [Bug 1446865] Re: KDE5/Qt5 does not support session restoration

2016-02-24 Thread Bug Watch Updater
** Changed in: kdebase-workspace Status: Confirmed => Fix Released -- 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/1446865 Title: KDE5/Qt5 does not sup

[Touch-packages] [Bug 1547864] Re: libinput doesn't handle EV_KEY event with a value of 255 (BUTTON_CANCLED), to support Android home buttons

2016-02-24 Thread Chris Halse Rogers
Either way, should probably be raised with upstream libinput. -- 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/1547864 Title: libinput doesn't handle EV_KEY event with a value o

[Touch-packages] [Bug 1547793] Re: upowerd crashed with SIGSEGV in g_variant_is_trusted()

2016-02-24 Thread amjjawad 
@flocculant Yes, I was seeing the very same issue on Oracle VirtualBox which is installed on my laptop. Wxl suggested to remove the battery and try and indeed, it did not happen when I removed the battery. I thought because it's a virtual machine, that won't affect or happen when I remove the batt

[Touch-packages] [Bug 1547864] Re: libinput doesn't handle EV_KEY event with a value of 255 (BUTTON_CANCLED), to support Android home buttons

2016-02-24 Thread Chris Halse Rogers
Urgh. My immediate reaction is “that touchscreen shouldn't be emulating a keyboard, damnit”. My concern with adding cancellation behaviour is that there'll be no existing client or toolkit that expects it, and we can't make it opt-in (like the opt-in touch cancellation support). Could we quirk th

[Touch-packages] [Bug 1549533] [NEW] package linux-image-generic 4.4.0.7.8 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2016-02-24 Thread heiko
*** This bug is a duplicate of bug 1549531 *** https://bugs.launchpad.net/bugs/1549531 Public bug reported: Upgrade failure. But system is still running ... ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-generic 4.4.0.7.8 ProcVersionSignature: Ubuntu 4.4.0-7.22-generic

[Touch-packages] [Bug 1549531] [NEW] package linux-image-extra-4.4.0-7-generic 4.4.0-7.22 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2016-02-24 Thread heiko
Public bug reported: Upgrade failure. But system is still running ... ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.4.0-7-generic 4.4.0-7.22 ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2 Uname: Linux 4.4.0-7-generic x86_64 ApportVersion: 2.20-0ubuntu3 Archi

[Touch-packages] [Bug 1446865]

2016-02-24 Thread Wbauer
*** Bug 349432 has been marked as a duplicate of this bug. *** -- 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/1446865 Title: KDE5/Qt5 does not support sessio

[Touch-packages] [Bug 1446865]

2016-02-24 Thread maelcum
Git commit 58e49487aece3de19aae90bbb9b80cd5aab94d04 by Andreas Hartmetz. Committed on 19/02/2016 at 18:55. Pushed by ahartmetz into branch 'master'. Fix session management for KApplication based applications. - Call QGuiApplication::setFallbackSessionManagementEnabled(false) to prevent prematur

[Touch-packages] [Bug 1446865]

2016-02-24 Thread maelcum
Git commit f7cbcc77722256db084d3b0ab6ce76173e959f0e by Andreas Hartmetz. Committed on 19/02/2016 at 18:49. Pushed by ahartmetz into branch 'master'. Fix session management broken since KF5 / Qt5. Requires Qt 5.6 branch not more than a few days old, or >= 5.6.0 when it is released. Parts of the fi

[Touch-packages] [Bug 1446865]

2016-02-24 Thread maelcum
Git commit a08befeac43647e222f48dfd7bed067be81573c4 by Andreas Hartmetz. Committed on 19/02/2016 at 19:08. Pushed by ahartmetz into branch 'master'. KNotes: fix session save / restore. Requires Qt >= 5.6.0 or recent 5.6 branch. M +3-0knotes/src/apps/knotesapp.cpp http://commits.kde.org

[Touch-packages] [Bug 1446865]

2016-02-24 Thread Wbauer
*** Bug 355707 has been marked as a duplicate of this bug. *** -- 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/1446865 Title: KDE5/Qt5 does not support sessio

[Touch-packages] [Bug 1446865]

2016-02-24 Thread Wbauer
*** Bug 357942 has been marked as a duplicate of this bug. *** -- 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/1446865 Title: KDE5/Qt5 does not support sessio

[Touch-packages] [Bug 1446865]

2016-02-24 Thread Wbauer
*** Bug 343518 has been marked as a duplicate of this bug. *** -- 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/1446865 Title: KDE5/Qt5 does not support sessio

[Touch-packages] [Bug 1463475] Re: package libffi6:i386 3.1~rc1+r3.0.13-12 failed to install/upgrade: package libffi6:i386 is already installed and configured

2016-02-24 Thread Matthias Klose
can't see this. please recheck with 16.04 LTS ** Changed in: libffi (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libffi in Ubuntu. https://bugs.launchpad.net/bugs/1463475 Title

[Touch-packages] [Bug 1549525] [NEW] /usr/bin/dialer-app:11:mir::client::make_protobuf_object:mir::client::rpc::MirProtobufRpcChannel::on_data_available:mir::client::rpc::TransportObservers:::std::_Fu

2016-02-24 Thread errors.ubuntu.com bug bridge
Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding dialer-app. This problem was most recently seen with version 0.1+15.04.20160211-0ubuntu1, the problem page at https://errors.ubuntu.com/problem/084716cb2e3a25c9555063efaeaa017af117629f contains more

[Touch-packages] [Bug 1549524] [NEW] /usr/bin/lxc-info:11:strlen:prune_init_scope:try_get_abs_cgroup:do_cgm_get:cgm_get

2016-02-24 Thread errors.ubuntu.com bug bridge
Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding lxc. This problem was most recently seen with version 1.1.5-0ubuntu3, the problem page at https://errors.ubuntu.com/problem/b62bdd7b1e02c6d052177f9af82c2504be40d8b2 contains more details. ** Affect

[Touch-packages] [Bug 1549362] Re: No way to go back to dialer app from contact details

2016-02-24 Thread Bill Filler
** Changed in: canonical-devices-system-image Assignee: (unassigned) => Bill Filler (bfiller) ** Changed in: canonical-devices-system-image Milestone: None => ww08-2016 ** Changed in: canonical-devices-system-image Importance: Undecided => High ** Changed in: dialer-app (Ubuntu)

[Touch-packages] [Bug 1549362] Re: No way to go back to dialer app from contact details

2016-02-24 Thread Renato Araujo Oliveira Filho
** Branch linked: lp:~renatofilho/address-book-app/fix-1549362 -- 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/1549362 Title: No way to go back to dialer app from contac

[Touch-packages] [Bug 1518379] Re: Interrupt audio on bluetooth headset

2016-02-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: pulseaudio (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launc

[Touch-packages] [Bug 1429185] Re: Restart button in Additional Drivers does not restart Xubuntu

2016-02-24 Thread Coya DeBrojara
I experience the same problem in xubuntu 16.04 alpha. Distributor ID: Ubuntu Description:Ubuntu Xenial Xerus (development branch) Release:16.04 Codename: xenial 4.4.0-7-generic x86_64 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Touch seeded pac

[Touch-packages] [Bug 1508081] Re: Fails to receive OTA updates

2016-02-24 Thread Barry Warsaw
I think I have the D-Bus side working now. I want to add the cli switch and then I'll prep a PPA package for you to test to make sure it's actually doing what you want. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to system-i

[Touch-packages] [Bug 980963] Re: Heap-based Buffer Overflow in libavcodec

2016-02-24 Thread Steve Beattie
This was fixed in libav/precise in https://bugs.launchpad.net/ubuntu/+source/libav/+bug/980963 , closing that task. ** Changed in: libav (Ubuntu Precise) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which i

[Touch-packages] [Bug 1421889] Re: Ubuntu Touch 15.05 (r1) - Google Contacts not synchronizing

2016-02-24 Thread Pierre.Bornancin
To detail:I don't have the sync pop up displayed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to address-book-app in Ubuntu. https://bugs.launchpad.net/bugs/1421889 Title: Ubuntu Touch 15.05 (r1) - Google Contacts not synch

[Touch-packages] [Bug 1549507] [NEW] vim in xenial not compiled with python support

2016-02-24 Thread Ross Campbell
Public bug reported: vim in xenial as of Feb 24, 2016 is missing python support. This has been present in all previous builds of vim at least since 14.04. For me, this makes the vundle-installed plugin ultisnips complain as follows: UltiSnips requires py >= 2.7 or py3 Press ENTER or type command

[Touch-packages] [Bug 1549455] Re: Unity 8/Mir doesn't load

2016-02-24 Thread Emanuele Antonio Faraone
I managed somehow to get in, but I do not open the applications and remain with the load wheel to 'infinity -- 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/1549455 Title: Un

[Touch-packages] [Bug 1491844] Re: Network Manager fails to connect to VPN (AnyConnect) - [vpn-mana ger/nm-vpn-connection.c:1770] get_secrets_cb(): Failed to request VPN secrets #2 : (6) No agents wer

2016-02-24 Thread Fred Schnittke
Still seeing the same problem in Ububtu 15.10, Kernel:4.2.0-27-generic OpenConnect:7.0.6.2build1 Disconnects from vpn at least once every 45 minutes. Reconnects by itself (but that doesn't really help). Error: CSTP Dead Peer Detection detected dead peer! -- You received this bug notif

[Touch-packages] [Bug 1540372] Re: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or crackling sound

2016-02-24 Thread nour
Hi Raymond, Do you suggest updating the BIOS? Thanks. -- 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/1540372 Title: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker,

[Touch-packages] [Bug 1421889] Re: Ubuntu Touch 15.05 (r1) - Google Contacts not synchronizing

2016-02-24 Thread Pierre.Bornancin
Similar issue on MX4 with OTA 9-1. Nothing happens and no contact added. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to address-book-app in Ubuntu. https://bugs.launchpad.net/bugs/1421889 Title: Ubuntu Touch 15.05 (r1) - G

[Touch-packages] [Bug 1549490] Re: low resolution checkbox icons

2016-02-24 Thread Sebastien Bacher
** Changed in: ubuntu-themes (Ubuntu) Importance: Low => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu. https://bugs.launchpad.net/bugs/1549490 Title: low resolution checkbox icons Status

[Touch-packages] [Bug 1549455] Re: Unity 8/Mir doesn't load

2016-02-24 Thread Emanuele Antonio Faraone
ok I did everything you told me including cleaning of those libraries, but it still does not work -- 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/1549455 Title: Unity 8/Mir

[Touch-packages] [Bug 1545026] Re: Video Progress Too Subtle on Apple Movie Trailers

2016-02-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~seb128/ubuntu-themes/osd-display-cursor -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu. https://bugs.launchpad.net/bugs/1545026 Title: Video Progress Too Subtle on Apple Movie

[Touch-packages] [Bug 1549490] [NEW] low resolution checkbox icons

2016-02-24 Thread Sebastien Bacher
Public bug reported: In xenial, if you use totem with some videos and use the selection mode the checkboxes are low resolution, it's because the theme ships check- selected/unslected.png as 18x18 icons only, we would need svg versions... ** Affects: ubuntu-themes (Ubuntu) Importance: High

[Touch-packages] [Bug 1544878] Re: Mir servers crash if I press the side mouse button (thumb)

2016-02-24 Thread Andreas Pokorny
** Changed in: mir/0.20 Status: Triaged => Fix Committed ** Changed in: mir/0.20 Assignee: (unassigned) => Andreas Pokorny (andreas-pokorny) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu. https://b

  1   2   3   4   >