[Touch-packages] [Bug 1606451] [NEW] Scrollbar error: Unable to assign bool to QQuickItem*

2016-07-25 Thread Dan Chapman 
Public bug reported: When using scrollview i am getting errors with Scrollbar: file:///usr/lib/x86_64-linux- gnu/qt5/qml/Ubuntu/Components/1.3/Scrollbar.qml:149:29: Unable to assign bool to QQuickItem* http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui- toolkit/staging/view/head:/src/Ubuntu/

[Touch-packages] [Bug 1605513] Re: Touchpad scrolling is disproportionately faster than mouse wheel scrolling

2016-07-25 Thread Daniel van Vugt
Come to think of it, the core of this bug might be outside of QtMir. That is whatever eventually receives handleWheelEvent is failing to scroll proportionately to the magnitude of angleDelta, and instead is scrolling just proportionately to the number of calls to handleWheelEvent. ** Changed in: q

[Touch-packages] [Bug 1605513] Re: Touchpad scrolling is disproportionately faster than mouse wheel scrolling

2016-07-25 Thread Daniel van Vugt
To solve _this_bug_ as the description states it is probably much simpler: We should scale the number of integer wheel events sent to Qt according to the float magnitude of the Mir vscroll axis. So QtMir should accumulate vscroll values as a float and only emit them to Qt each time that value tic

[Touch-packages] [Bug 1605513] Re: Touchpad scrolling is disproportionately faster than mouse wheel scrolling

2016-07-25 Thread Daniel van Vugt
Actually I think this bug might be tangential to the precision problem in QtMir. QtMir appears to maintain a little smooth scrolling to a precision of roughly 0.067 mouse wheel ticks. But touchpads commonly have a precision of more like 0.00025 equivalent mouse wheel ticks. So both problems are r

[Touch-packages] [Bug 1590099] Re: Need to support pointer confinement in Mir and toolkits using Mir

2016-07-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: libsdl2 (Ubuntu) Status: New => Confirmed -- 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/b

[Touch-packages] [Bug 1506713] Re: Xmir -rootless: Menus don't always close (need to support pointer grabs without confinement)

2016-07-25 Thread Daniel van Vugt
Confinement has been implemented as bug 1590099. But I think we're still missing this use case -- pointer grabs without confinement required for menus. This means the menu surface receives all cursor events (even outside it) so that the first click outside the menu goes to the menu so it can close

[Touch-packages] [Bug 1590099] Re: Need to support pointer confinement

2016-07-25 Thread Daniel van Vugt
** Also affects: xorg-server (Ubuntu) Importance: Undecided Status: New ** Summary changed: - Need to support pointer confinement + Need to support pointer confinement in Mir and toolkits using Mir ** Tags added: xmir ** Also affects: libsdl2 (Ubuntu) Importance: Undecided S

Re: [Touch-packages] [Bug 1573773] Re: System freezes randomly a few times a day

2016-07-25 Thread rohshall
I don't know, because on this machine, I have been using Xenial. On Mon, Jul 25, 2016 at 6:32 PM, Christopher M. Penalver < christopher.m.penal...@gmail.com> wrote: > roshall, did this problem not occur in a Ubuntu release prior to 16.04? > > ** Description changed: > > ~ % cat /var/log/xdm.log

[Touch-packages] [Bug 1118903] Re: [enhancement] Mir lacks a software rendering backend (and doesn't work in virtual machines)

2016-07-25 Thread Daniel van Vugt
With some hints from RAOF I think this is doable now... 1. Write a Mir driver that does basic modesetting on fbdev 2. For GL support use http://www.mesa3d.org/osmesa.html -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in

[Touch-packages] [Bug 1606420] [NEW] Ubuntu 16.04 AMDGPU kernel errors

2016-07-25 Thread Guilherme Versiani
Public bug reported: I have a Dell Inspiron 5548 and I made a clean install of Ubuntu 16.04 64-bits on it these past days, with subsequent updates, obtaining the following error on Xorg: [ 21.492120] [drm:gfx_v8_0_ring_test_ring [amdgpu]] *ERROR* amdgpu: cp failed to lock ring 0 (-2). [ 21.

[Touch-packages] [Bug 1568429] Re: 1002:68b8 Radeon won't work with KMS enabled

2016-07-25 Thread Christopher M. Penalver
Charlie McMackin, when in initramfs can you mount it via: mount -o remount,rw /root -- 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/1568429 Title: 1002:68b8 Radeon won't work

[Touch-packages] [Bug 1605513] Re: Touchpad scrolling is disproportionately faster than mouse wheel scrolling

2016-07-25 Thread Daniel van Vugt
That's an idea but we have a problem with libinput/Mir I think... It hides two-finger events from the client during a scroll, and only delivers vscroll events instead. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in

[Touch-packages] [Bug 1603358] Re: no tap to click in unity8

2016-07-25 Thread Daniel van Vugt
** Changed in: mir Status: New => Invalid -- 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/1603358 Title: no tap to click in unity8 Status in Mir: Invalid Status in mi

[Touch-packages] [Bug 1603453] Re: Network indicator does not run on Unity 8 desktop sessions, which also means the Ubuntu Store does not show any app pictures (just greyed out Ubuntu logos)

2016-07-25 Thread Daniel van Vugt
And bugs merged again. Please remember to keep relevant text in bug titles or else we'll just end up with even more duplicates. ** Summary changed: - Network indicator does not run on Unity 8 desktop sessions + Network indicator does not run on Unity 8 desktop sessions, which also means the Ubu

[Touch-packages] [Bug 1606071] Re: [HP ProBook 455 G3] Unable to boot

2016-07-25 Thread Christopher M. Penalver
Brian, because you don't understand why I'm asking a question, doesn't make the question less relevant. The driver you are having the problem with is the open source driver. If one isn't using fglrx, then one is also using an open source driver (although a different version). Despite this, to furt

[Touch-packages] [Bug 1573773] Re: System freezes randomly a few times a day

2016-07-25 Thread Christopher M. Penalver
roshall, did this problem not occur in a Ubuntu release prior to 16.04? ** Description changed: ~ % cat /var/log/xdm.log (==) Using system config directory "/usr/share/X11/xorg.conf.d" resize called 1920 1200 Fri Apr 22 06:40:03 2016 xdm info (pid 1185): sourcing /etc/X11/xdm/Xsetup

[Touch-packages] [Bug 1433590] Re: apparmor dbus denial for org.freedesktop.Accounts and make Other vibrations work

2016-07-25 Thread Zhang Enwei
Hi Zsombor, Here is the latest usensord binary. Could you please help verify? I verified unconfined apps, I cannot verify confined apps since this needs code change from Toolkit. Thanks a lot. ** Attachment added: "usensord.zip" https://bugs.launchpad.net/ubuntu/+source/usensord/+bug/1433590/

[Touch-packages] [Bug 1580472] Re: No visible cursor after logging in

2016-07-25 Thread Christopher M. Penalver
** Package changed: xorg (Ubuntu) => nvidia-graphics-drivers-361 (Ubuntu) ** Changed in: nvidia-graphics-drivers-361 (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. ht

[Touch-packages] [Bug 1598904] Re: X server crashes sporadically with a segfault

2016-07-25 Thread Christopher M. Penalver
Stefan Freyr, kernel 4.6.x is not supported. If you return your OS to the default Ubuntu kernel is this still reproducible? ** Tags added: bios-outdated-1.24 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. htt

[Touch-packages] [Bug 1433590] Re: apparmor dbus denial for org.freedesktop.Accounts and make Other vibrations work

2016-07-25 Thread Zhang Enwei
Hi Tyler and Seth, Could you please help review current solution again? This bug is tagged ota13 so I don't have much time left. Thanks a lot. Hi Zsombor, Have you verified the binary I sent to you? Thank you. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1538345] Re: /usr/lib/telepathy/mission-control-5:5:g_settings_set_property:object_set_property:g_object_new_internal:g_object_new_valist:g_object_new

2016-07-25 Thread Alberto Salvia Novella
** Changed in: telepathy-mission-control-5 (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telepathy-mission- control-5 in Ubuntu. https://bugs.launchpad.net/bugs/1538345 Title: /

[Touch-packages] [Bug 1588129] Re: package click 0.4.43+16.04.20160203-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-07-25 Thread Alberto Salvia Novella
** Changed in: click (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to click in Ubuntu. https://bugs.launchpad.net/bugs/1588129 Title: package click 0.4.43+16.04.20160203-0ubuntu2 fai

[Touch-packages] [Bug 1605911] Re: package libunity9 7.1.4+16.04.20160701-0ubuntu1 failed to install/upgrade: trying to overwrite shared '/usr/bin/unity-scope-loader', which is different from other in

2016-07-25 Thread Alberto Salvia Novella
** Changed in: libunity (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libunity in Ubuntu. https://bugs.launchpad.net/bugs/1605911 Title: package libunity9 7.1.4+16.04.20160701-0ub

[Touch-packages] [Bug 1605117] Re: LightDM tray items disappear after logout

2016-07-25 Thread Alberto Salvia Novella
** Changed in: lightdm (Ubuntu) Importance: Undecided => Medium ** Also affects: lightdm Importance: Undecided Status: New ** Changed in: lightdm Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1603567] Re: package udev 229-4ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-07-25 Thread Alberto Salvia Novella
** Changed in: systemd (Ubuntu) Importance: Undecided => High -- 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/1603567 Title: package udev 229-4ubuntu7 failed to install/

[Touch-packages] [Bug 1606356] Re: package libpng12-0 1.2.51-0ubuntu3.15.10.1 failed to install/upgrade: no se puede acceder al archivo: No existe el archivo o el directorio

2016-07-25 Thread Seth Arnold
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 1606291] Re: i don't know

2016-07-25 Thread Seth Arnold
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 1563945] Re: package avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2016-07-25 Thread ernsteiswuerfel
Just got hit by this bug on my PPC-system (PowerMac G5 7,3) after upgrading from 16.04 to 16.10. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to avahi in Ubuntu. https://bugs.launchpad.net/bugs/1563945 Title: package avahi-

[Touch-packages] [Bug 1605950] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

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

[Touch-packages] [Bug 1606000] Re: package apt 1.2.12~ubuntu16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 6

2016-07-25 Thread Seth Arnold
There's a lot of errors like this in the journal: ul 24 09:12:59 hostname systemd[1]: systemd-udevd.service: Failed with result 'signal'. jul 24 09:13:02 hostname systemd[1]: [/lib/systemd/system/emergency.service:19] Not an absolute path, ignoring: -/root jul 24 09:13:02 hostname systemd[1]: [/

[Touch-packages] [Bug 1605896] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-07-25 Thread Apport retracing service
*** This bug is a duplicate of bug 1605950 *** https://bugs.launchpad.net/bugs/1605950 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 #1605950, so is being marked as such.

[Touch-packages] [Bug 1606000] Re: package apt 1.2.12~ubuntu16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 6

2016-07-25 Thread Seth Arnold
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 1606000] Re: package apt 1.2.12~ubuntu16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 6

2016-07-25 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 apt in Ubuntu. https://bugs.launchpad.net/bugs/1606000 Title: package apt 1.2.12~ubuntu16.04.1 failed to install/upgrade: subprocess in

[Touch-packages] [Bug 1591704] Re: bluetoothd crashed with SIGSEGV in __GI__IO_wsetb()

2016-07-25 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1591704 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Touch seeded pac

[Touch-packages] [Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-25 Thread lauricat
Mikko: I have installed the new network-manager-gnome 1.2.2 as suggested, as well as [last week] the latest stable kernel - 4.6.3 So after a dozen suspend-resume cycles I can report so far so good! But no willing to say fixed until I give it some more time, say a week of normal use. Yes - I hav

[Touch-packages] [Bug 1605896] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-07-25 Thread Seth Arnold
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 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-25 Thread Davide
Mikko: Have you tried reinstalling using the new iso 16.04.1 ? My experience: Ubuntu 16.04.0 updated: I have the problem, Ubuntu 16.04.1: the problem is solved, strange but true. I also noticed a reduction in startup time. -- You received this bug notification because you are a member of Ubuntu T

[Touch-packages] [Bug 1568429] Re: 1002:68b8 Radeon won't work with KMS enabled

2016-07-25 Thread Charlie McMackin
"debug break" => black screen, not responsive, no initramfs shell "debug break=modules" => black screen, not responsive, no initramfs shell "debug break=top" => initramfs shell but I haven't figured out how to mount a read-write filesystem to persist the initramfs.debug or dmesg output, yet. --

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

2016-07-25 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/1606375/+attachment/4707352/+files/ThreadStacktrace.txt ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/1606375/+attachment/4707337/+files/CoreDump.gz ** Changed in: unity8 (Ubuntu) Importa

[Touch-packages] [Bug 1606375] Stacktrace.txt

2016-07-25 Thread Apport retracing service
** Attachment added: "Stacktrace.txt" https://bugs.launchpad.net/bugs/1606375/+attachment/4707350/+files/Stacktrace.txt -- 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/1606

[Touch-packages] [Bug 1606375] StacktraceSource.txt

2016-07-25 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt" https://bugs.launchpad.net/bugs/1606375/+attachment/4707351/+files/StacktraceSource.txt -- 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.n

[Touch-packages] [Bug 1606375]

2016-07-25 Thread Apport retracing service
StacktraceTop: QMessageLogger::fatal(char const*, ...) const () from /tmp/apport_sandbox_hRTQ09/usr/lib/x86_64-linux-gnu/libQt5Core.so.5 qt_assert(char const*, char const*, int) () from /tmp/apport_sandbox_hRTQ09/usr/lib/x86_64-linux-gnu/libQt5Core.so.5 UbuntuOpenGLContext::~UbuntuOpenGLContex

[Touch-packages] [Bug 1600124] Re: Adjust KBL PCI-ID's

2016-07-25 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.4.0-33.52 --- linux (4.4.0-33.52) xenial; urgency=low [ Seth Forshee ] * Release Tracking Bug - LP: #1605709 * [regression] NFS client: access problems after updating to kernel 4.4.0-31-generic (LP: #1603719) - SAUCE: (na

[Touch-packages] [Bug 1523308] Re: During call, unable to wake phone and hang up

2016-07-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: unity-system-compositor (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-system-compositor in

[Touch-packages] [Bug 1606375] [NEW] Scopes just restart repeatedly

2016-07-25 Thread Bryan Quigley
Public bug reported: Brand new install of unity8, login and scopes/dash restart every few seconds. It never stabilizes. ProblemType: Crash DistroRelease: Ubuntu 16.10 Package: unity8 8.13+16.10.20160714-0ubuntu1 ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13 Uname: Linux 4.4.0-31-generi

[Touch-packages] [Bug 1590501] Re: [bq E] [OTA11] Snoozed alarm keeps ringing after being deleted

2016-07-25 Thread Bartosz Kosiorek
** Description changed: So, this is what happenes: 1) Set an alarm 2) When it goes on, press snooze 3) Delete the alarm 4) after the 10 minutes from the original time, it rings again + + + It looks also strange that even if alarm is Snoozed then it looks like to be turned off. **

[Touch-packages] [Bug 1561912] Re: package libgsettings-qt1 0.1+14.10.20140807-0ubuntu4 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2016-07-25 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 gsettings-qt in Ubuntu. https://bugs.launchpad.net/bugs/1561912 Title: package libgsettings-qt1 0.1+14.10.20140807-0ubuntu4 failed to i

Re: [Touch-packages] [Bug 1541082] Re: [PowerMac3, 1] Blotchy GUI graphics for images

2016-07-25 Thread Fritz Hudnut
@ernst: Many, many thanks for the details . . . I can see numerous "errors" showing up as the OS loads, including something about the "r128" "failing," I think we've discussed some of these things before . . . but, since for the most part "things were working" I didn't mess with it. But, indeed,

[Touch-packages] [Bug 1606078] Re: No sound with Ubuntu 16.04

2016-07-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: alsa-driver (Ubuntu) Status: New => Confirmed -- 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.lau

[Touch-packages] [Bug 1606359] [NEW] package libtiff5 4.0.3-12.3ubuntu2 failed to install/upgrade: no se puede acceder al archivo: No existe el archivo o el directorio

2016-07-25 Thread josezaldivar
Public bug reported: 5456 ProblemType: Package DistroRelease: Ubuntu 15.10 Package: libtiff5 4.0.3-12.3ubuntu2 ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6 Uname: Linux 4.2.0-19-generic x86_64 ApportVersion: 2.19.1-0ubuntu4 Architecture: amd64 Date: Mon Jul 25 15:10:45 2016 DpkgHistoryL

[Touch-packages] [Bug 1576747] Re: Network manager applet unable to control wifi after suspend in 16.04

2016-07-25 Thread DocWilco
I too am affected by this bug. Is there anything I can do to help debug/solve this? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1576747 Title: Network manager a

[Touch-packages] [Bug 1541082] Re: [PowerMac3, 1] Blotchy GUI graphics for images

2016-07-25 Thread ernsteiswuerfel
Had a closer look at your Xorg.log: [25.862] (II) LoadModule: "r128" [25.863] (WW) Warning, couldn't open module r128 [25.863] (II) UnloadModule: "r128" [25.863] (II) Unloading r128 [25.896] (EE) Failed to load module "r128" (module does not exist, 0) [25.896] (II) LoadModu

[Touch-packages] [Bug 1373070] Re: full fix for disconnected path (paths)

2016-07-25 Thread John Johansen
possibly. There isn't actually enough information in that bug to be sure if it is an actual namespacing issue or it is a separate bug to do with unix domain sockets. Unfortunately the workaround of attach_disconnect is still required to deal with these issues. -- You received this bug notificati

[Touch-packages] [Bug 1574266] Re: Xorg freeze [drm] stuck on render ring - gpu hanging too fast, banning

2016-07-25 Thread Gregory Burd
Looks like this just had a patch submitted and accepted to Freedesktop bug. https://bugs.freedesktop.org/show_bug.cgi?format=multiple&id=96878 ** Bug watch added: freedesktop.org Bugzilla #96878 https://bugs.freedesktop.org/show_bug.cgi?id=96878 -- You received this bug notification because y

[Touch-packages] [Bug 1606071] Re: [HP ProBook 455 G3] Unable to boot

2016-07-25 Thread Brian
Christopher, I don't know what happens if I uninstall fglrx in 15.10 because I haven't tried (and I am reluctant to do so, since it's working properly now), and I don't understand why it's even relevant to the problem I'm reporting. Perhaps that is why I was confused by your question. It's not me

[Touch-packages] [Bug 1576539] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-07-25 Thread golisp
Hello, I got this error also after upgrade to 16.10 (Alpha). P. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gconf in Ubuntu. https://bugs.launchpad.net/bugs/1576539 Title: package gconf2 3.2.6-3ubuntu6 failed to instal

[Touch-packages] [Bug 1606324] Re: unity8 autopilot failures (44 failed)

2016-07-25 Thread Kevin DuBois
seems like a problem where one problem in setup causes a lot of test failures, not sure what the one problem could be though. -- 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/16

[Touch-packages] [Bug 1606324] [NEW] unity8 autopilot failures (44 failed)

2016-07-25 Thread Kevin DuBois
Public bug reported: When running through the u8 autopilot testing on a fresh install (krillin, system image 392), I encountered 44 errors in autopilot. (full log attached). Followed instructions here: https://wiki.ubuntu.com/Touch/Testing/Autopilot/TestRunners u8 autopilot testing is recommended

[Touch-packages] [Bug 1606322] [NEW] /usr/bin/python2.7:11:set_exc_info:PyEval_EvalFrameEx:PyEval_EvalCodeEx:fast_function:call_function

2016-07-25 Thread errors.ubuntu.com bug bridge
Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding python2.7. This problem was most recently seen with version 2.7.12-1~16.04, the problem page at https://errors.ubuntu.com/problem/e70705e8c21ec7b5add849e56b9a2bc6afb3481c contains more details. **

[Touch-packages] [Bug 1606323] [NEW] /usr/bin/python2.7:11:PyEval_EvalFrameEx:PyEval_EvalCodeEx:fast_function:call_function:PyEval_EvalFrameEx

2016-07-25 Thread errors.ubuntu.com bug bridge
Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding python2.7. This problem was most recently seen with version 2.7.12-1~16.04, the problem page at https://errors.ubuntu.com/problem/a3a6b4b5db08759a5b9769a6dcda5e9a6942054d contains more details. **

[Touch-packages] [Bug 1603898] Re: DNS resolution fails when using VPN and routing all traffic over it

2016-07-25 Thread Brian Murray
** Tags added: xenial ** Also affects: network-manager (Ubuntu Xenial) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/160

[Touch-packages] [Bug 1606202] Re: Snap decisions inhibit notifications - queue can build up indefinitely

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

[Touch-packages] [Bug 1606202] Re: Snap decisions inhibit notifications - queue can build up indefinitely

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

[Touch-packages] [Bug 1606202] Re: Snap decisions inhibit notifications - queue can build up indefinitely

2016-07-25 Thread Julia Palandri
Thanks Michael for the bug report, it's super annoying indeed :/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-notifications in Ubuntu. https://bugs.launchpad.net/bugs/1606202 Title: Snap decisions inhibit notificat

[Touch-packages] [Bug 1580472] Re: No visible cursor after logging in

2016-07-25 Thread Fabio
I'm not sure I can use the nvidia card without the nvidia drivers as it's an optimus card. With just nouveau installed it works fine, anyaway. -- 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 1606297] Re: package libpangoxft-1.0-0 1.36.3-1ubuntu1.1 failed to install/upgrade: unable to move aside './usr/share/doc/libpangoxft-1.0-0/copyright' to install new version: Inp

2016-07-25 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 pango1.0 in Ubuntu. https://bugs.launchpad.net/bugs/1606297 Title: package libpangoxft-1.0-0 1.36.3-1ubuntu1.1 failed to install/upgrade:

[Touch-packages] [Bug 1606297] [NEW] package libpangoxft-1.0-0 1.36.3-1ubuntu1.1 failed to install/upgrade: unable to move aside './usr/share/doc/libpangoxft-1.0-0/copyright' to install new version: I

2016-07-25 Thread KDontenville
Public bug reported: server update to 16.04.1 ProblemType: Package DistroRelease: Ubuntu 16.04 Package: libpangoxft-1.0-0 1.36.3-1ubuntu1.1 ProcVersionSignature: Ubuntu 3.13.0-92.139-generic 3.13.11-ckt39 Uname: Linux 3.13.0-92-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.21 Architecture: amd64

[Touch-packages] [Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-25 Thread Mikko Pesari
The problem still persists with network-manager-gnome 1.2.2 after all. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1589401 Title: cannot view wifi networks afte

[Touch-packages] [Bug 1604744] Re: RM: src:qtcreator-plugin-ubuntu - SDK will be distributed separately

2016-07-25 Thread Martin Pitt
touch-meta just landed in yakkety: https://launchpad.net/ubuntu/+source /ubuntu-touch-meta/1.277 ** Changed in: ubuntu-touch-meta (Ubuntu) Status: New => Fix Released ** Changed in: qtcreator-plugin-go (Ubuntu) Status: New => Fix Released -- You received this bug notification beca

[Touch-packages] [Bug 1606287] [NEW] No systemd-shim package in yakkety

2016-07-25 Thread elhoir
Public bug reported: since there is no systemd-shim package in yakkety yet, upgrade fails. However, system runs flawlessly, it just seems to block upgrades. JPG with the error is attached ** Affects: systemd-shim (Ubuntu) Importance: Undecided Status: New -- You received this bu

[Touch-packages] [Bug 1603070] Re: Ubuntu store doesn't show app preview images (all grey ubuntu logos) -- falsely detected network missing when it's not

2016-07-25 Thread Rodney Dawes
*** This bug is a duplicate of bug 1603453 *** https://bugs.launchpad.net/bugs/1603453 Right. But these aren't two bugs. Really, bregma probably should have just used this bug, which already existed, and linked the branch here, as these are the same issue. The symptoms might be different but t

[Touch-packages] [Bug 1603358] Re: no tap to click in unity8

2016-07-25 Thread Oliver Grawert
oh ! i just tested it again on the laptop, something has changed that made it work since last week :) invalidating the bug ** Changed in: mir (Ubuntu) Status: Confirmed => Invalid ** Changed in: ubuntu-system-settings (Ubuntu) Status: Confirmed => Invalid -- You received this b

[Touch-packages] [Bug 1603190] Re: Ubuntu Store does not show any app pictures (just greyed out Ubuntu logos)

2016-07-25 Thread Rodney Dawes
*** This bug is a duplicate of bug 1603453 *** https://bugs.launchpad.net/bugs/1603453 ** This bug is no longer a duplicate of bug 1603070 Ubuntu store doesn't show app preview images (all grey ubuntu logos) -- falsely detected network missing when it's not ** This bug has been marked a du

[Touch-packages] [Bug 1606287] Re: No systemd-shim package in yakkety

2016-07-25 Thread elhoir
** Attachment added: "virtualbox 5.0.26 running ubuntu 16.10" https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1606287/+attachment/4707166/+files/Captura%20de%20pantalla_2016-07-25_17-28-01.png -- You received this bug notification because you are a member of Ubuntu Touch seeded pa

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

2016-07-25 Thread Andreas Pokorny
no longer valid for platform api ** Changed in: platform-api Status: In Progress => Invalid -- 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/1227739 Title: Mir continues

[Touch-packages] [Bug 1603358] Re: no tap to click in unity8

2016-07-25 Thread Oliver Grawert
@lukas: yes, it doesnt seem to do anything -- 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/1603358 Title: no tap to click in unity8 Status in Mir: New Status in mir package

[Touch-packages] [Bug 1603358] Re: no tap to click in unity8

2016-07-25 Thread Oliver Grawert
@pat: i can confirm it works with a logitech diNovo BT keyboard on the M10 ... but not on the dell XPS13 (first gen) internal touchpad -- 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/

[Touch-packages] [Bug 1573773] UdevDb.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707158/+files/UdevDb.txt -- 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/

[Touch-packages] [Bug 1605634] Re: Navigation with arrow keys in ListView is incorrect when layoutDirection == Qt.RightToLeft

2016-07-25 Thread Tim Peeters
^Ignore my previous comment. It was meant for a different bug. -- 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/1605634 Title: Navigation with arrow keys in ListVi

[Touch-packages] [Bug 1604744] Re: RM: src:qtcreator-plugin-ubuntu - SDK will be distributed separately

2016-07-25 Thread Launchpad Bug Tracker
This bug was fixed in the package qtcreator - 4.0.2-1ubuntu1~9 --- qtcreator (4.0.2-1ubuntu1~9) yakkety; urgency=medium * New upstream release. * Conflict with qtcreator-plugin-ubuntu (and -go) and offer a transitional package. Ubuntu SDK is now distributed separately, see

[Touch-packages] [Bug 1573773] XorgLog.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "XorgLog.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707159/+files/XorgLog.txt -- 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.n

[Touch-packages] [Bug 1606247] Re: Several app autopilot tests break when using namespaces in UITK

2016-07-25 Thread Tim Peeters
Temporary fix for landing branch: https://code.launchpad.net/~tpeeters /ubuntu-ui-toolkit/disable-namespace-OTA12/+merge/301072 -- 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.launchpa

[Touch-packages] [Bug 1605634] Re: Navigation with arrow keys in ListView is incorrect when layoutDirection == Qt.RightToLeft

2016-07-25 Thread Tim Peeters
Temporary fix in landing branch: https://code.launchpad.net/~tpeeters /ubuntu-ui-toolkit/disable-namespace-OTA12/+merge/301072 -- 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

[Touch-packages] [Bug 1605513] Re: Touchpad scrolling is disproportionately faster than mouse wheel scrolling

2016-07-25 Thread Gerry Boland
Ah no, I'm reading the API wrong (kudos to faenil for correcting me): QPoint pixelDelta is in integers, as are all QWheelEvent calculations. So that's not going to work without breaking Qt APIs, which is unlikely. An alternative option might be to us Qt's support for native gesture events - this

[Touch-packages] [Bug 1573773] XorgLog.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "XorgLog.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707137/+files/XorgLog.txt -- 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.n

[Touch-packages] [Bug 1573773] DpkgLog.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "DpkgLog.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707128/+files/DpkgLog.txt -- 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.n

[Touch-packages] [Bug 1573773] Dependencies.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707127/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.l

[Touch-packages] [Bug 1573773] xdpyinfo.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "xdpyinfo.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707162/+files/xdpyinfo.txt -- 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

[Touch-packages] [Bug 1573773] XorgLogOld.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "XorgLogOld.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707160/+files/XorgLogOld.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launc

[Touch-packages] [Bug 1573773] Xrandr.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "Xrandr.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707161/+files/Xrandr.txt -- 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/

[Touch-packages] [Bug 1573773] ProcModules.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707157/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.lau

[Touch-packages] [Bug 1573773] ProcInterrupts.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707156/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bu

[Touch-packages] [Bug 1573773] ProcCpuinfo.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707155/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.lau

[Touch-packages] [Bug 1573773] Lsusb.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707153/+files/Lsusb.txt -- 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/bu

[Touch-packages] [Bug 1573773] MonitorsUser.xml.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "MonitorsUser.xml.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707154/+files/MonitorsUser.xml.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https:

[Touch-packages] [Bug 1573773] Lspci.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707152/+files/Lspci.txt -- 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/bu

[Touch-packages] [Bug 1573773] DpkgLog.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "DpkgLog.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707150/+files/DpkgLog.txt -- 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.n

[Touch-packages] [Bug 1573773] JournalErrors.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707151/+files/JournalErrors.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs

[Touch-packages] [Bug 1573773] Dependencies.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707149/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.l

[Touch-packages] [Bug 1573773] CurrentDmesg.txt

2016-07-25 Thread rohshall
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1573773/+attachment/4707148/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.l

  1   2   3   >