[Touch-packages] [Bug 1483279] [NEW] Unit tests fail where mouseClick() is used to simulate a click event on a MouseArea which is a descendant of a TextField

2015-08-10 Thread Olivier Tilloy
Public bug reported: This appears to be a regression in version 1.3 of the UITK. The browser has an AddressBar component which contains a TextField, and the secondaryItem for this TextField is a MouseArea (for toggling the bookmarked status of the current address). This component is unit tested,

[Touch-packages] [Bug 1481834] Re: App background should be white by default, without texture

2015-08-10 Thread Jouni Helminen
** Changed in: ubuntu-ux Status: Fix Committed = In Progress -- 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/1481834 Title: App background should be white

[Touch-packages] [Bug 1481834] Re: App background should be white by default, without texture

2015-08-10 Thread Tim Peeters
The MR is done. See attached screenshots ** Attachment added: before https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1481834/+attachment/4442294/+files/grey-background.png -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1481834] Re: App background should be white by default, without texture

2015-08-10 Thread Tim Peeters
** Attachment added: After (phone layout) https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1481834/+attachment/4442296/+files/50gu-left.png -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit

[Touch-packages] [Bug 1481834] Re: App background should be white by default, without texture

2015-08-10 Thread Tim Peeters
** Attachment added: After (2 columns) https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1481834/+attachment/4442297/+files/100gu-right.png -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit

[Touch-packages] [Bug 1483331] [NEW] Minimum window dimensions

2015-08-10 Thread Christian Dywan
Public bug reported: We need to have a story for minimum window dimensions. Apps shouldn't shrink smaller than their contents can reasonably adapt. The UI toolkit gallery itself is an example of it, at a certain width the window clips components at the right side. ** Affects: ubuntu-ui-toolkit

[Touch-packages] [Bug 1451243] Re: MainView helper still uses useDeprecatedToolbar when under 1.2 components

2015-08-10 Thread Christian Dywan
** 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/1451243 Title: MainView helper

[Touch-packages] [Bug 1282867] Re: Frequent hang and render glitches in Xorg, caused by SNA

2015-08-10 Thread Timo Aaltonen
looks like the original bug reporter doesn't have this bug anymore, as the upstream bug is closed, and the kernel is also a newer one in wily if you still see hangs in wily, file a new bug. ** Changed in: mesa (Ubuntu) Status: Confirmed = Fix Released ** Changed in: linux (Ubuntu)

[Touch-packages] [Bug 1480877] Re: Access points' PropertiesChanged dbus signals freeze UI on mobile devices

2015-08-10 Thread Tony Espy
@ingo Thanks for the comment and DBus logs. In the original bug report, NetworkManager's WiFi device was stuck connecting to an access point which no longer existed. Also as noted, the access point in question was a softAP configured on a machine running Windows8.1. Rebooting, solved his

[Touch-packages] [Bug 1483331] Re: Minimum window dimensions

2015-08-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/minimumGallery -- 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/1483331 Title: Minimum window dimensions

[Touch-packages] [Bug 1483327] [NEW] /usr/sbin/unity-system-compositor:11:__exchange_and_add:__exchange_and_add_dispatch:_M_release:~__shared_count:~__shared_ptr

2015-08-10 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.1.1+15.04.20150804-0ubuntu1, the problem page at

[Touch-packages] [Bug 1482317] Re: Unify code that turns screen on when a notification happens

2015-08-10 Thread Michael Terry
Humph... Unity8 is not running when the device is suspended, is it? That might put a damper on this plan. -- 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/1482317 Title:

[Touch-packages] [Bug 1483279] Re: Unit tests fail where mouseClick() is used to simulate a click event on a MouseArea which is a descendant of a TextField

2015-08-10 Thread Olivier Tilloy
Note that that the enabled-ness (or visibility) of the MouseArea plays a key role in the issue: if 'enabled' (or 'visible') is set to !textField.activeFocus, the issue occurs. If always visible/enabled, the issue doesn’t occur. -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1481834] Re: App background should be white by default, without texture

2015-08-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~tpeeters/ubuntu-ui-toolkit/white -- 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/1481834 Title: App background should be white by default,

[Touch-packages] [Bug 1481834] Re: App background should be white by default, without texture

2015-08-10 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided = Medium -- 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 1481834] Re: App background should be white by default, without texture

2015-08-10 Thread Tim Peeters
** Attachment added: After (2 columns, with sections) https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1481834/+attachment/4442295/+files/100gu-sections.png -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1483279] Re: Unit tests fail where mouseClick() is used to simulate a click event on a MouseArea which is a descendant of a TextField

2015-08-10 Thread Olivier Tilloy
I’m attaching a simple standalone reproducer. Observe the issue by running it like that: qmltestrunner -input tst_test.qml ** Attachment added: tst_test.qml https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1483279/+attachment/4442293/+files/tst_test.qml -- You received

[Touch-packages] [Bug 1483279] Re: Unit tests fail where mouseClick() is used to simulate a click event on a MouseArea which is a descendant of a TextField

2015-08-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~osomon/webbrowser-app/uitk-1.3 -- 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/1483279 Title: Unit tests fail where mouseClick() is used to

[Touch-packages] [Bug 1471338] Re: sometimes phone never wakes up or rings on incoming call

2015-08-10 Thread Tony Espy
** Changed in: ofono (Ubuntu) Status: Confirmed = Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telephony-service in Ubuntu. https://bugs.launchpad.net/bugs/1471338 Title: sometimes phone never wakes up

[Touch-packages] [Bug 1483338] [NEW] /usr/lib/arm-linux-gnueabihf/address-book-service/address-book-service:11:QString::operator:galera::AddressBook::updateContactsDone:galera::AddressBook::qt_static_

2015-08-10 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.20150214~rtm-0ubuntu1, the problem page at

[Touch-packages] [Bug 1483331] Re: Minimum window dimensions

2015-08-10 Thread Christian Dywan
** Description changed: We need to have a story for minimum window dimensions. Apps shouldn't shrink smaller than their contents can reasonably adapt. The UI toolkit gallery itself is an example of it, at a certain width the window clips components at the right side. + + I'd like to

[Touch-packages] [Bug 1483368] [NEW] Saned deamon not running

2015-08-10 Thread Daniel Moyne
Public bug reported: With Kubuntu 15.10 I never could get saned deamon installed. Consecuently it is not possible to install a scanner on the lan though this usb scanner works fine with xsane on th computer where the usb is plugged. ** Affects: xorg (Ubuntu) Importance: Undecided

[Touch-packages] [Bug 1482593] [NEW] Mobile Browser shows white screen instead of the webpage

2015-08-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: On ubuntu phone, after the last update the Mobile Browser behaves in a strange way. Sometimes, while scrolling down the page just goes completely white (no content is shown). The only thing that helps is to close the tab and then open the same webpage

[Touch-packages] [Bug 1482593] Re: Mobile Browser shows white screen instead of the webpage

2015-08-10 Thread Brian Murray
*** This bug is a duplicate of bug 1478853 *** https://bugs.launchpad.net/bugs/1478853 ** Package changed: ubuntu = webbrowser-app (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.

[Touch-packages] [Bug 1482593] Re: Mobile Browser shows white screen instead of the webpage

2015-08-10 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1478853 *** https://bugs.launchpad.net/bugs/1478853 ** This bug has been marked a duplicate of bug 1478853 OOM scoring kills the browser's render process while the browser is running -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1334860] [NEW] EmergencyNumbers not correctly filled for brazilian operators

2015-08-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Using a SIM card from VIVO, I get the following list of emergency numbers: [ org.ofono.VoiceCallManager ] EmergencyNumbers = 08 000 999 110 112 911 118 119 And on a SIM card from OI, the same list is returned: [

[Touch-packages] [Bug 1483010] Re: Add a C wrapper

2015-08-10 Thread Bogdan
Well that's unfortunate :( And I agree with the last sentence, I forgot about the virtual functions, which make it so complicated. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-api in Ubuntu.

[Touch-packages] [Bug 1449778] Re: [dialer-app] + [messaging-app] remove pop up asking to select a SIM

2015-08-10 Thread Tiago Salem Herrmann
** Branch linked: lp:~tiagosh/messaging-app/update-sim-dialogs -- 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/1449778 Title: [dialer-app] + [messaging-app] remove

[Touch-packages] [Bug 1248642] Re: dynamic library inconsistencies with OpenGL/C++

2015-08-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: glibc (Ubuntu Trusty) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to binutils in Ubuntu.

[Touch-packages] [Bug 1482990] Re: ld -lpython3.4 failed

2015-08-10 Thread Evgeny Lensky
** Changed in: python3.4 (Ubuntu) Status: New = Invalid ** Converted to question: https://answers.launchpad.net/ubuntu/+source/python3.4/+question/270210 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3.4 in

[Touch-packages] [Bug 1482433] Re: ubunt-bug aborts

2015-08-10 Thread Brian Murray
Let's try and troubleshoot the specific problem of ubuntu-bug not working. Could you please describe in more detail from where you were trying to use ubuntu-bug and provide the exact command that you were using? e.g. ubuntu-bug apport would be used to report a bug about apport. ** Package

[Touch-packages] [Bug 1476433] Re: invisible pointer on boot

2015-08-10 Thread themusicgod1
this does not happen in gnome. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/1476433 Title: invisible pointer on boot Status in lightdm package in Ubuntu: New Status

[Touch-packages] [Bug 869017] Re: Ubuntu server enables screenblanking, concealing crashdumps (DPMS is not used)

2015-08-10 Thread Wesley Wiedenmeier
We should get sign off on this from the ubuntu-devel mailing list before making this change, as it changes behaviour. The new behaviour makes sense, as there does not seem to be an advantage to blanking the screen like this, but there might be some people who object -- You received this bug

[Touch-packages] [Bug 1482433] [NEW] ubunt-bug aborts

2015-08-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: In a lot of places we are told to use ubunt-bug to trip apport to send bugged information somewhere. When you use the said app, it panics and exits out, not reporting anything. It produces no error code. I tried two different ways to report a kde-session

[Touch-packages] [Bug 1248642] Re: dynamic library inconsistencies with OpenGL/C++

2015-08-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: glibc (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to binutils in Ubuntu.

[Touch-packages] [Bug 1478115] Re: running whoopsie during tests causes test failures

2015-08-10 Thread Brian Murray
Martin - Thanks for fixing this. Do you have any more information about whoopsie-upload-all crashing? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1478115 Title: running

[Touch-packages] [Bug 1334860] Re: EmergencyNumbers not correctly filled for brazilian operators

2015-08-10 Thread Tiago Salem Herrmann
** Package changed: ofono (Ubuntu) = telephony-service (Ubuntu) ** Changed in: telephony-service (Ubuntu) Status: Incomplete = In Progress ** Changed in: telephony-service (Ubuntu) Assignee: Gustavo Pichorim Boiko (boiko) = Tiago Salem Herrmann (tiagosh) -- You received this bug

[Touch-packages] [Bug 1481913] Re: UI volume warnings need revision

2015-08-10 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-sound - 12.10.2+15.10.20150807.6-0ubuntu1 --- indicator-sound (12.10.2+15.10.20150807.6-0ubuntu1) wily; urgency=medium [ CI Train Bot ] * New rebuild forced. [ Charles Kerr ] * Revised UI volume warnings to comply with EU

[Touch-packages] [Bug 1480877] Re: Access points' PropertiesChanged dbus signals freeze UI on mobile devices

2015-08-10 Thread Andrea Bernabei
@awe I'm sorry if the two things are mixing up :( I should probably file another bug for the connection loop... When I filed this bug the softAP didn't exist yet, so that can't have been the cause. We have two (related) problems here: 1) when you're in an area with many access points, many

[Touch-packages] [Bug 1483388] [NEW] Boot gets stuck at purple Ubuntu .... screen forever if running from battery

2015-08-10 Thread teo1978
Public bug reported: I am not sure at all what package this bug is; I report it against Unity because I get to see the purple screen... Steps to reproduce: - turn on the laptop while not connected to AC power, but with more than enough battery charge (tested with battery completely charged)

[Touch-packages] [Bug 1444162] Re: IPv6 default route present on ccmni0, even though no address assigned

2015-08-10 Thread Tony Espy
** Changed in: network-manager (Ubuntu) Assignee: (unassigned) = Tony Espy (awe) -- 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/1444162 Title: IPv6 default

[Touch-packages] [Bug 1426362] Re: logind session files fill up /run space

2015-08-10 Thread cybertoast
I'm noticing this as an issue as well. My scenario is in using Fabric or Ansible to do deployments. A large number of these dangling SSH files are in the /run/systemd/sessions/ folder and eventually cause the out of disk space issue. -- You received this bug notification because you are a member

[Touch-packages] [Bug 1444162] Re: IPv6 default route present on ccmni0, even though no address assigned

2015-08-10 Thread Tony Espy
** Changed in: network-manager (Ubuntu) Status: Confirmed = In Progress -- 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/1444162 Title: IPv6 default route

[Touch-packages] [Bug 1466656] Re: [UbuntuShape] Rendering is aliased sometimes since the Shell implements the orientation

2015-08-10 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (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 ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1466656 Title: [UbuntuShape]

[Touch-packages] [Bug 1428779] Re: [SDK] Tooltips

2015-08-10 Thread Christian Dywan
Wrong status for Ubuntu UX - it is in progress and not won't fix! -- 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/1428779 Title: [SDK] Tooltips Status in Ubuntu

[Touch-packages] [Bug 1445595] Re: Empty Trash Results in File Windows Opening

2015-08-10 Thread Seth
how do we repair this bug? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu. https://bugs.launchpad.net/bugs/1445595 Title: Empty Trash Results in File Windows Opening Status in One Hundred Papercuts: New

[Touch-packages] [Bug 1482317] Re: Unify code that turns screen on when a notification happens

2015-08-10 Thread Michael Terry
Nevermind, I was confused by ubuntu-push not actually emitting a displayable notification (one with popup=true on its card) when the greeter is up. Which obscured my testing. It's an odd decision (to me), but is a separate issue. An MR is coming for this. -- You received this bug notification

[Touch-packages] [Bug 1483427] [NEW] Possible to manually set display brightness to 0 on Ubuntu Touch

2015-08-10 Thread Stefan
Public bug reported: Possible to manually set display brightness to 0 on Ubuntu Touch It is possible to move the brightness slider to the very left position, which will set the display brightness of affected device to zero, or, to total darkness. This is a bug, since this leads to user's

[Touch-packages] [Bug 1468130] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:Change:QVector:resize:pop:QAbstractItemModel::endMoveRows

2015-08-10 Thread Alberto Salvia Novella
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided = Medium -- 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/1468130 Title: /usr/lib/arm-linux-

[Touch-packages] [Bug 1471029] Re: ELF programs with R_386_RELATIVE blocks are badly mapped into memory

2015-08-10 Thread Alberto Salvia Novella
** Changed in: libxslt (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libxslt in Ubuntu. https://bugs.launchpad.net/bugs/1471029 Title: ELF programs with R_386_RELATIVE blocks

[Touch-packages] [Bug 1477445] Re: _nl_get_vtable: assertion 'vtable.handle' failed

2015-08-10 Thread Alberto Salvia Novella
** Changed in: network-manager (Ubuntu) Importance: Undecided = High -- 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/1477445 Title: _nl_get_vtable: assertion

[Touch-packages] [Bug 1482317] Re: Unify code that turns screen on when a notification happens

2015-08-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~mterry/unity8/turn-on-screen-when-notifying -- 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/1482317 Title: Unify code that turns screen on when a

[Touch-packages] [Bug 1481525] Re: Left mouse stops working after some time.

2015-08-10 Thread Alberto Salvia Novella
** Changed in: xorg (Ubuntu) Importance: Undecided = Medium -- 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/1481525 Title: Left mouse stops working after some time.

[Touch-packages] [Bug 1482312] Re: After upgrade from Kubuntu 15.04 to Kubuntu 15.10 X Server starting to crash every few days

2015-08-10 Thread Alberto Salvia Novella
** Changed in: xorg (Ubuntu) Importance: Undecided = High -- 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/1482312 Title: After upgrade from Kubuntu 15.04 to Kubuntu 15.10

[Touch-packages] [Bug 1480310] Re: systemctl link request failed for service FOO: Unit name FOO is not valid.

2015-08-10 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/1480310 Title: systemctl link request failed for service

[Touch-packages] [Bug 1483437] [NEW] Mouse cursor disappears permanently after watching full screen videos

2015-08-10 Thread Vasya Pupkin
Public bug reported: Sometimes after watching a YouTube video in Google Chrome in full screen mode, my mouse pointer disappears. I can move mouse, scroll using mouse wheel, click everywhere, but I can't see a cursor. I can only guess where it is. This drives me mad because the only solution is to

[Touch-packages] [Bug 1444162] Re: IPv6 default route present on ccmni0, even though no address assigned

2015-08-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~phablet-team/network-manager/lp1444162 -- 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/1444162 Title: IPv6 default route present on ccmni0,

[Touch-packages] [Bug 1468184] Re: package linux-image-3.19.0-21-generic 3.19.0-21.21 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2015-08-10 Thread Alberto Salvia Novella
** Changed in: initramfs-tools (Ubuntu) Importance: Undecided = High -- 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/1468184 Title: package

[Touch-packages] [Bug 1470730] Re: [HP EliteBook 840 G2, Realtek ALC3228, HP UltraSlim Dock 2013] Line in/Line out on docking station doesn't work

2015-08-10 Thread Alberto Salvia Novella
** Changed in: alsa-driver (Ubuntu) Importance: Undecided = Medium -- 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/1470730 Title: [HP EliteBook 840 G2, Realtek

[Touch-packages] [Bug 1470748] Re: Corrupted displays when hot plugging second monitor

2015-08-10 Thread Alberto Salvia Novella
** Changed in: unity (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu. https://bugs.launchpad.net/bugs/1470748 Title: Corrupted displays when hot plugging second

[Touch-packages] [Bug 1483205] Re: unity-control-center needs bluetooth packages

2015-08-10 Thread Robert Ancell
This is because unity-control-center needs the GSettings schema from indicator-bluetooth and schemas need to be installed otherwise the control center would crash. Otherwise indicator-bluetooth would just be a recommends. A solution would be to make an indicator-bluetooth-schemas package that

[Touch-packages] [Bug 1440157] Re: WARNING **: Could not connect to geoname lookup server: Operation was cancelled

2015-08-10 Thread Matt McCormick
Did not fix it for me. I still just see the drop-down options for the first 3 characters and nothing when more characters are entered. Enabled -proposed and installed: sudo apt-get install libtimezonemap1:amd64=0.4.3.1 ** Tags added: verification-failed -- You received this bug notification

[Touch-packages] [Bug 1483490] [NEW] Bluetooth sound card not detected

2015-08-10 Thread Thomas Christensen
Public bug reported: I can connect with bluetooth to my harman kardon stereo, but it doesn't show up as an output sound device. Works on all released Ubuntus. ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3

[Touch-packages] [Bug 1463033] Re: package openssh-server 1:6.7p1-5ubuntu1 failed to install/upgrade: サブプロセス インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました

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

[Touch-packages] [Bug 1452204] Re: evdev device for retro-bit NES controller adapter isn't set up as a joystick

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

[Touch-packages] [Bug 1464032] Re: [842GM, Realtek ALC880, Line Out, N/A] Pulseaudio fails to detect card

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

Re: [Touch-packages] [Bug 1481781] Re: package linux-image-extra-3.19.0-26-generic 3.19.0-26.27 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2015-08-10 Thread DUH
update-initramfs: Generating /boot/initrd.img-3.19.0-26-generic gzip: stdout: No space left on device E: mkinitramfs failure cpio 141 gzip 1 update-initramfs: failed for /boot/initrd.img-3.19.0-26-generic with 1. run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 dpkg:

[Touch-packages] [Bug 1479001] Re: OTA update: lower user click not updated by custom tarball higher click

2015-08-10 Thread Kyle Fazzari
Correct me if I'm wrong, but this seems to be by design. Notice if you go check for available updates, Ubuntu is listed as a separate update to Facebook Photos. It seems reasonable to expect that if I update Ubuntu, Facebook Photos will not be updated, since I didn't select it. Indeed, after the

[Touch-packages] [Bug 1462489] Re: Allow apps to keep the screen on

2015-08-10 Thread Robert Schroll
It should be working on Nexus 4, 7 and 10 It's not working on my Nexus 7, but presumably that's because the flo devel channel hasn't seen an update since April. Has it been abandoned again? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1470235] Re: PolicyKit high memory usage

2015-08-10 Thread Jon Dallara
Just to keep this alive and to add a new data point, I upgraded to the 3.19.0-21 kernel and after 6 days polkitd has grown to 1.4+G memory usage. I don't think the kernel version has anything to do with the problem. On the plus side, my WIFI connection has stabilized since the upgrade. Thx,

[Touch-packages] [Bug 1437719] Re: [Dell Inspiron 5547] Black Screen on user switch

2015-08-10 Thread Rusty Shackleford
I was hesitant to install the daily build again since I felt I was being run around in circles. An acquaintance has pointed out that doing it would server a useful purpose. So I have completed that task. Once again I was unable to reproduce the issue with a live-usb containing the daily build.

[Touch-packages] [Bug 1483443] [NEW] package libsqlite3-0:i386 3.8.2-1ubuntu2.1 failed to install/upgrade: package libsqlite3-0:i386 is already installed and configured

2015-08-10 Thread Don Clark
Public bug reported: This just started with the last set of updates a few days ago. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: libsqlite3-0:i386 3.8.2-1ubuntu2.1 ProcVersionSignature: Ubuntu 3.16.0-45.60~14.04.1-generic 3.16.7-ckt14 Uname: Linux 3.16.0-45-generic x86_64

[Touch-packages] [Bug 1483454] Re: Invisble cursor on wake from suspend

2015-08-10 Thread Dan
** Description changed: I'm using xubuntu 14.04 clean install with updates. Whenever I wake from suspend, my mouse cursor is invisible, although still functional. Sometimes suspending and resuming again fixes the problem but not always. + + I've also noticed that if I use lightlocker to

[Touch-packages] [Bug 1444162] Re: IPv6 default route present on ccmni0, even though no address assigned

2015-08-10 Thread Tony Espy
@Renato I pushed my first attempt at fixing this to my PPA. The fix involves telling NM that ofono connections should ignore IPv6. https://launchpad.net/~awe/+archive/ubuntu/ppa I confirmed that Default6 is set to false, however it appears that the route still is added.Can you give it a

[Touch-packages] [Bug 1483443] Re: package libsqlite3-0:i386 3.8.2-1ubuntu2.1 failed to install/upgrade: package libsqlite3-0:i386 is already installed and configured

2015-08-10 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 sqlite3 in Ubuntu. https://bugs.launchpad.net/bugs/1483443 Title: package libsqlite3-0:i386 3.8.2-1ubuntu2.1 failed to install/upgrade:

[Touch-packages] [Bug 1305438] Re: hot corners stop working time to time

2015-08-10 Thread Octavio Arriaga
I had the same problem with a clean 14.04 installation. However, I changed my drivers from the open source (xserver-xorg-video-ati) to the propietary driver (fglrx-updates), and the hot corners seem to work everytime I reboot. I have a HD Radeon 7670M graphics card. -- You received this bug

[Touch-packages] [Bug 1473825] Re: Update to 0.4.0

2015-08-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/wily/xcb-util/wily-proposed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xcb-util in Ubuntu. https://bugs.launchpad.net/bugs/1473825 Title: Update to 0.4.0 Status in

[Touch-packages] [Bug 1483454] [NEW] Invisble cursor on wake from suspend

2015-08-10 Thread Dan
Public bug reported: I'm using xubuntu 14.04 clean install with updates. Whenever I wake from suspend, my mouse cursor is invisible, although still functional. Sometimes suspending and resuming again fixes the problem but not always. I've also noticed that if I use lightlocker to lock the

[Touch-packages] [Bug 1483327] Re: Crash in ~shared_ptr from usc::WindowManager::~WindowManager()

2015-08-10 Thread Daniel van Vugt
** Summary changed: - /usr/sbin/unity-system-compositor:11:__exchange_and_add:__exchange_and_add_dispatch:_M_release:~__shared_count:~__shared_ptr + Crash in ~shared_ptr from usc::WindowManager::~WindowManager() ** Also affects: unity-system-compositor Importance: Undecided Status:

[Touch-packages] [Bug 1379777] Re: [Orientation] Allow applications to specify the orientations supported

2015-08-10 Thread Daniel d'Andrada
@Laurie This bug is about enabling apps to tell the shell what orientations it supports (through that desktop file parameter). The shell deciding when to rotate them. What you want is the ability for an application to tell its current preferred orientation (at runtime), which overrides shell's

[Touch-packages] [Bug 1379777] Re: [Orientation] Allow applications to specify the orientations supported

2015-08-10 Thread Daniel d'Andrada
Mir added support for it but qtubuntu (for qt based apps), qtmir and unity8 are not using it yet. -- 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/1379777 Title:

[Touch-packages] [Bug 1382209] Re: [Enhancement] Add an API to adjust preferred surface orientation at runtime

2015-08-10 Thread Gerry Boland
@lauriebradshaw thanks for the comment, this is on our todo list. As you're missing this, we'll try bump it up the list -G ** Summary changed: - [Enhancement] Add an API to lock surface orientation + [Enhancement] Add an API to adjust preferred surface orientation at runtime ** Also affects:

[Touch-packages] [Bug 1419645] Re: [Dialer] dialer screen focussed after receiving a call

2015-08-10 Thread Matthew Paul Thomas
The incoming call screen is currently a screen in the Phone app. Accepting the call switches to the app. How, then, could the desired behavior be implemented? Unity would have to remember where in the stack the Phone app was previously (if it was even running at all). The Phone app would have to

[Touch-packages] [Bug 1483220] Re: [Gallery] Unable to launch Gallery app

2015-08-10 Thread Paty Davila
** Description changed: - Ubuntu 15.04 (r90) + krillin, rc-proposed, 15.04 (r90) Steps to reproduce: 1. Tap on the Gallery app (via launcher / Apps scope) 2. Wait for it to launch Actual behaviour: Gallery header and spinner are shown indicating that the app is launching, but

[Touch-packages] [Bug 1293058] Re: compiz: PAM unable to dlopen(pam_usb.so): /lib/security/pam_usb.so: cannot open shared object file: No such file or directory

2015-08-10 Thread Eike
I missed to tell you that I created a symbolic link in /lib: $ ls -lh /lib | grep security lrwxrwxrwx 1 root root 30 Aug 10 10:33 security - /lib/x86_64-linux-gnu/security -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1483176] [NEW] Dash killed by OOM killer, never comes back

2015-08-10 Thread Alan Pope 
Public bug reported: My retail krillin phone has been running for a couple of days. I just unlocked it and found a blank screen:- http://people.canonical.com/~alan/screenshots/device-2015-08-10-100928.png I checked dmesg and found entries about the oom killer and unity8-dash. I would expect

[Touch-packages] [Bug 1421623] Re: Welcome wizard claims GPS is less accurate than wifi based location

2015-08-10 Thread Matthew Paul Thomas
Ondrej, if you're going to strongly disagree, please at least explain why. Mislabelling it as Wifi based location gives the impression that you still think it is not supposed to use GPS. Why do you think that? -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1478157] Re: Hotspot password defaults to a hard-coded string

2015-08-10 Thread Pete Woods
** Branch linked: lp:~pete-woods/indicator-network/seed-random-number- generator ** Changed in: ubuntu-system-settings (Ubuntu RTM) Status: New = In Progress ** Changed in: ubuntu-system-settings (Ubuntu RTM) Assignee: (unassigned) = Pete Woods (pete-woods) ** Also affects:

[Touch-packages] [Bug 1294303] Re: Mediascanner-service-2 process is killing HD and consumes lot of CPU

2015-08-10 Thread James Henstridge
To everyone: please file new bugs rather than adding to bug reports that have been closed for more than a year. Cederic: your specific problem sounds a lot like bug 1436110, which was fixed in the 20150604 build. To others: mediascanner2 was a pretty young code base during the 14.04 time frame,

[Touch-packages] [Bug 1482688] Re: Bluez reports quoted hostname

2015-08-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/bluez -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu. https://bugs.launchpad.net/bugs/1482688 Title: Bluez reports quoted hostname Status in bluez package in

[Touch-packages] [Bug 1396361] Re: Double Mouse Cursor

2015-08-10 Thread bluetux
*** This bug is a duplicate of bug 1390625 *** https://bugs.launchpad.net/bugs/1390625 Install (with synaptic) and boot from 3.19.0-25 kernel resolve this bug on 14.04.x versions. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1390625] Re: mouse cursor gets corrupted

2015-08-10 Thread bluetux
Install (with synaptic) and boot from 3.19.0-25 kernel resolve this bug on 14.04.x versions. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu. https://bugs.launchpad.net/bugs/1390625 Title: mouse cursor gets

[Touch-packages] [Bug 1482688] Re: Bluez reports quoted hostname

2015-08-10 Thread Sebastien Bacher
** Changed in: bluez (Ubuntu) Importance: Undecided = Low -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu. https://bugs.launchpad.net/bugs/1482688 Title: Bluez reports quoted hostname Status in bluez

[Touch-packages] [Bug 1483184] [NEW] spurious ] in configure script

2015-08-10 Thread Mike Frysinger
Public bug reported: if you look at the configure.ac file you'll see: AM_SILENT_RULES([yes])] there's an extra ] at the end there leading to this warning at configure time: $ ./configure ... ./configure: line 2833: ]: command not found ** Affects: libindicator (Ubuntu) Importance:

[Touch-packages] [Bug 1475205] Re: Random Chinese character missing with Ubuntu font

2015-08-10 Thread Timo Jyrinki
On desktop I can see the PPA fixing the issue, see the attached screenshots. -- 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/1475205 Title: Random Chinese

[Touch-packages] [Bug 1483140] [NEW] BQ (r24): package libsasl2-modules is not installed

2015-08-10 Thread Matthias Apitz
Public bug reported: The Ubuntu r24 in the BG lacks correct support of SASL2, the package libsasl2-modules is not installed: phablet@ubuntu-phablet:~$ apt --installed list | fgrep sasl2 WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. libsasl2-2/vivid,now

[Touch-packages] [Bug 1475205] Re: Random Chinese character missing with Ubuntu font

2015-08-10 Thread Ethan Chang
@Timo I run the citrain to install your patch, and then try the test qml but the missing letter is still missing. phablet@ubuntu-phablet:~$ system-image-cli -i current build number: 73 device name: arale channel: ubuntu-touch/rc-proposed/meizu.zh-proposed last update: 2015-08-10 06:45:07

[Touch-packages] [Bug 1483144] [NEW] Problem with screen resoultion with 2 monitors after restart

2015-08-10 Thread Aleksander Wiśniewski
Public bug reported: I have two monitors. One is laptop another one is stationary monitor. Laptop is on the right of the additional monitor. For some reason, this setup does not work correctly. After system restart Screen has wrong resolution. Small screen has large screen resolution and large

[Touch-packages] [Bug 1427995] Re: lscpu -p is showing wrong values for Node component

2015-08-10 Thread bugproxy
** Tags removed: severity-high ** Tags added: severity-medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to util-linux in Ubuntu. https://bugs.launchpad.net/bugs/1427995 Title: lscpu -p is showing wrong values for Node

[Touch-packages] [Bug 1475205] Re: Random Chinese character missing with Ubuntu font

2015-08-10 Thread Timo Jyrinki
** Attachment added: withoutppa.png https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1475205/+attachment/4442047/+files/withoutppa.png -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src

  1   2   >