[Touch-packages] [Bug 1565567] Re: segv in sudo_getgrgid

2016-05-03 Thread Rafael David Tinoco
This patch was exposed by: "also_check_sudo_group.diff" (since user was in "sudo" group and should have stopped user_in_group before) Right after being caused by: commit a1663632dc5ab7e7c01e17206854b6f0ba0347dd Author: Todd C. Miller Date: Fri Jan 22 17:04:59 2016

[Touch-packages] [Bug 1387347] Re: sudo doesn't check for sudo group

2016-05-03 Thread Rafael David Tinoco
Pls check: https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/1565567 If facing seg-faults in Xenial. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sudo in Ubuntu. https://bugs.launchpad.net/bugs/1387347 Title: sudo

[Touch-packages] [Bug 1578055] [NEW] display driver

2016-05-03 Thread E-Man31
Public bug reported: doesnt work ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xorg 1:7.7+1ubuntu8.1 ProcVersionSignature: Ubuntu 4.2.0-35.40~14.04.1-generic 4.2.8-ckt5 Uname: Linux 4.2.0-35-generic x86_64 NonfreeKernelModules: fglrx .tmp.unity.support.test.1: ApportVersion:

[Touch-packages] [Bug 1577733] Re: package libvirt-bin 1.2.2-0ubuntu13.1.17 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2016-05-03 Thread Serge Hallyn
Thanks for that info. The group file looks fine. Could you please check whether either /etc/group.lock or /etc/gshadow.lock exists? If so, please remove them and re-try. If not, please let us know. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1578049] [NEW] std::runtime_error executing profile_appstart.sh for dialer app

2016-05-03 Thread Sergio Cazzolato
Public bug reported: Getting the following error when profiling the following apps: dialer, messaging, webbrowser, system-settings and address-book. It can be reproduced with the next build too. phablet@ubuntu-phablet:~$ profile_appstart.sh -p -a dialer-app The lttng server is not

[Touch-packages] [Bug 1578048] [NEW] oops

2016-05-03 Thread E-Man31
Public bug reported: fgrl ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xorg 1:7.7+1ubuntu8.1 ProcVersionSignature: Ubuntu 4.2.0-35.40~14.04.1-generic 4.2.8-ckt5 Uname: Linux 4.2.0-35-generic x86_64 NonfreeKernelModules: fglrx .tmp.unity.support.test.1: ApportVersion:

[Touch-packages] [Bug 1577435] Re: Reloading Website when switching tabs

2016-05-03 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1576639 *** https://bugs.launchpad.net/bugs/1576639 Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: webbrowser-app (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member

[Touch-packages] [Bug 1303906] Re: mesa 10 (and 9) has problems with KDE and intel video

2016-05-03 Thread Tommy_CZ
** Changed in: mesa (Ubuntu) Status: Expired => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1303906 Title: mesa 10 (and 9) has problems with KDE and

[Touch-packages] [Bug 1316036] Re: cron package does not install MTA

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

[Touch-packages] [Bug 1439106] Re: Xorg crashed with SIGABRT in pixman_region_copy()

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

[Touch-packages] [Bug 1565567] Re: segv in sudo_getgrgid

2016-05-03 Thread Rafael David Tinoco
(3) Unfortunately this was caused by patch: "also_check_sudo_group.diff" Description: also check the sudo group to create the admin flag file Author: Marc Deslauriers Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/1387347 Updated: 2016-03-30 --

[Touch-packages] [Bug 1550944] Re: Xorg crash

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

[Touch-packages] [Bug 1552343] Re: bug during start-up

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

[Touch-packages] [Bug 1565567] Re: segv in sudo_getgrgid

2016-05-03 Thread Rafael David Tinoco
Following execution path I get: (1) mode_run -> policy_check -> sudoers_policy_main -> sudoers_policy_init: - init_vars (fills global variable sudo_user) - sudo_user->pwd (from global struct passwd) will be used in "user_in_group" as "struct passwd" of executing user - it will check

[Touch-packages] [Bug 1565567] Re: segv in sudo_getgrgid

2016-05-03 Thread Rafael David Tinoco
(2) Going back to backtrace we have: mode_run -> policy_check -> sudoers_policy_main - >create_admin_success_flag -> user_in_group (global sudo_user) /* Check whether the user is in the admin group. */ if (!user_in_group(sudo_user.pw, "admin") && !user_in_group(sudo_user.pw,

[Touch-packages] [Bug 1565567] Re: segv in sudo_getgrgid

2016-05-03 Thread Rafael David Tinoco
It was brought to my attention a crash just like this one. Here is my analsysis: ## INTRODUCTION # From plugins/sudoers/pwutil.c: /* * Get a password entry by uid and allocate space for it. */ struct passwd * sudo_getpwuid(uid_t uid) { struct cache_item key, *item; struct rbnode

[Touch-packages] [Bug 1565567] Re: segv in sudo_getgrgid

2016-05-03 Thread Rafael David Tinoco
Summary: Users coming from LDAP in groups ADMIN or SUDO will experience this problem. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sudo in Ubuntu. https://bugs.launchpad.net/bugs/1565567 Title: segv in sudo_getgrgid

[Touch-packages] [Bug 1451728] Re: [master] kde-config-telepathy-accounts package install error

2016-05-03 Thread Scarlett Clark
Uploaded to same PPA. thanks -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libaccounts-glib in Ubuntu. https://bugs.launchpad.net/bugs/1451728 Title: [master] kde-config-telepathy-accounts package install error Status

[Touch-packages] [Bug 1387347] Re: sudo doesn't check for sudo group

2016-05-03 Thread Rafael David Tinoco
This patch caused a regression that I'm going to fully explain in case: https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/1565567 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sudo in Ubuntu.

[Touch-packages] [Bug 1571640] Re: lightdm changing resolution

2016-05-03 Thread Christopher Annanie
I am also having this problem while using Thinkpad T460s with a 2560x1440 resolution monitor. -- 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/1571640 Title: lightdm

[Touch-packages] [Bug 1578043] [NEW] Disappearing text in certain areas.

2016-05-03 Thread vik
Public bug reported: I've experienced this sort of bug twice today on 16.04. Attached is a screenshot (it was quite difficult to paste a screenshot into a file and save it with most text missing :) and xserver log/debug info. Sometimes moving a mouse over the area makes the text appear, sometimes

[Touch-packages] [Bug 1578032] Re: package ufw 0.35-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-05-03 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 ufw in Ubuntu. https://bugs.launchpad.net/bugs/1578032 Title: package ufw 0.35-0ubuntu2 failed to install/upgrade: subprocess

[Touch-packages] [Bug 1578032] [NEW] package ufw 0.35-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-05-03 Thread toanGa
Public bug reported: when i start my computer,it happens the report problem,then i click it ,it show that ProblemType: Package DistroRelease: Ubuntu 16.04 Package: ufw 0.35-0ubuntu2 ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6 Uname: Linux 4.4.0-21-generic x86_64 ApportVersion:

[Touch-packages] [Bug 1577733] Re: package libvirt-bin 1.2.2-0ubuntu13.1.17 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2016-05-03 Thread Vladimir Gorelov
[2/3] Requested file(s): All files under /etc/apt/sources.list.d/ ** Attachment added: "sources.list.d.tar.gz" https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1577733/+attachment/4654950/+files/sources.list.d.tar.gz -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1577733] Re: package libvirt-bin 1.2.2-0ubuntu13.1.17 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2016-05-03 Thread Vladimir Gorelov
[3/3] Requested file(s): /etc/group ** Attachment added: "group" https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1577733/+attachment/4654964/+files/group -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to shadow in

[Touch-packages] [Bug 1577733] Re: package libvirt-bin 1.2.2-0ubuntu13.1.17 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2016-05-03 Thread Vladimir Gorelov
[1/3] Requested file(s): /etc/apt/sources.list This is local mirror of ubuntu repositories. ** Attachment added: "sources.list" https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1577733/+attachment/4654949/+files/sources.list -- You received this bug notification because you are a

[Touch-packages] [Bug 1543467] Re: Unity8 can't correctly display multi-surface apps (including menus and tooltips)

2016-05-03 Thread Daniel van Vugt
Even without menus and tooltips, try this test case which should open three different coloured windows: mir_demo_client_multiwin -- --desktop_file_hint=unity8 ** Summary changed: - Unity8 can't display multi-surface apps (including menus and tooltips) + Unity8 can't correctly display

[Touch-packages] [Bug 1578027] [NEW] i cannot set hdmi second monitor correctly

2016-05-03 Thread Marcelo Hamra
Public bug reported: it was working ok. I've moved to other hdmi device and after that couldn't configure the screen resolution again returning to the first hdmi tv that I was using ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: xorg 1:7.7+7ubuntu4 ProcVersionSignature: Ubuntu

[Touch-packages] [Bug 1575516] Re: Mir is just a black screen and mouse cursor on Nvidia GTX 900

2016-05-03 Thread Daniel van Vugt
** Changed in: mesa (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1575516 Title: Mir is just a black screen and mouse cursor on

[Touch-packages] [Bug 1577208] Re: light-locker-settings crashes

2016-05-03 Thread Robert Ancell
** Package changed: lightdm (Ubuntu) => light-locker (Ubuntu) -- 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/1577208 Title: light-locker-settings crashes Status in

[Touch-packages] [Bug 1556763] Re: [regression] [OTA-10] Touch scrolling the dash is stuttery again, and lag throughout Unity8 higher than it was in OTA-9

2016-05-03 Thread Daniel van Vugt
** Changed in: canonical-devices-system-image Status: In Progress => Fix Committed -- 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/1556763 Title: [regression]

[Touch-packages] [Bug 1578015] [NEW] Yet another system hangs at shutdown (16.04)

2016-05-03 Thread Lauren Weinstein
Public bug reported: Yet another of the annoying "system hangs at shutdown" bug reports. A fresh complete install of 16.04. Just like the others, gets down to: Reached target shutdown then stops. I've tried all the workarounds discussed, including swapoff -a, before shutdown attempt, etc. No

[Touch-packages] [Bug 1574884] Re: [webapp-container] For click packages with multiple desktop files, the single instance server prevents each instance to be run

2016-05-03 Thread Alexandre Abreu
** Branch linked: lp:~abreu-alexandre/webbrowser-app/fix-application- name-setup -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1574884 Title: [webapp-container]

[Touch-packages] [Bug 1577806] Re: webbrowser app and webcontainer open under the same instance

2016-05-03 Thread Alexandre Abreu
** Branch linked: lp:~abreu-alexandre/webbrowser-app/fix-application- name-setup -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1577806 Title: webbrowser app and

[Touch-packages] [Bug 1468027] Re: change default CJK fonts to Noto CJK

2016-05-03 Thread Gunnar Hjalmarsson
Thanks again, tomoe_musashi and Cheng-Chia Tseng! On 2016-05-03 18:49, tomoe_musashi wrote: > It's great that the package install all 7 weights with similar > required disk space as the Super OTC one. Yeah, indeed. And it indicates that the bug resides in the "super" OTC file. -- You received

[Touch-packages] [Bug 1578011] [NEW] Laptop sometimes doesn't detect external monitor when docked

2016-05-03 Thread vik
Public bug reported: Clone of https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video- intel/+bug/1552040 Lenovo Thinkpad Yoga S1, with a Onelink Pro dock (problem has also occurred on a OneLink (non-Pro) dock). ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3

[Touch-packages] [Bug 1577637] Re: Unity8 window shadows are too small

2016-05-03 Thread Daniel van Vugt
The argument that the mobile form factor limits the visual design of what we see on desktop doesn't add up. Of course you should have a different design for windowed vs phablet modes. And of course "strength" of a shadow is not bound by its size, but moreso by its colour, opacity and penumbra

[Touch-packages] [Bug 1543467] Re: Unity8 can't display multi-surface apps (including menus and tooltips)

2016-05-03 Thread Daniel van Vugt
I tested xenial with 8.12+16.04.20160401-0ubuntu1 yesterday. It doesn't work. As you say in comment #3, smaller surfaces like menus and tooltips don't work - they take over the whole app window rendering the app unusable. ** Changed in: qtmir Status: Fix Released => Triaged ** Changed in:

[Touch-packages] [Bug 1577844] Re: don't run ifup@.service before networking.service

2016-05-03 Thread Bug Watch Updater
** Changed in: ifupdown (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ifupdown in Ubuntu. https://bugs.launchpad.net/bugs/1577844 Title: don't run ifup@.service before

[Touch-packages] [Bug 99127] Re: Reschedule crash report if Malone upload fails

2016-05-03 Thread Colin Watson
** Package changed: ubuntu => launchpad ** Changed in: launchpad Assignee: ru_bro (marikstar) => (unassigned) ** Changed in: apport (Ubuntu) Assignee: ru_bro (marikstar) => (unassigned) ** Changed in: apport (Ubuntu) Status: Confirmed => Triaged -- You received this bug

[Touch-packages] [Bug 99127] Re: Reschedule crash report if Malone upload fails

2016-05-03 Thread ru_bro
** Changed in: apport (Ubuntu) Assignee: (unassigned) => ru_bro (marikstar) ** Project changed: launchpad => ubuntu ** Changed in: ubuntu Assignee: (unassigned) => ru_bro (marikstar) ** Changed in: apport (Ubuntu) Status: Triaged => Incomplete ** Changed in: apport (Ubuntu)

[Touch-packages] [Bug 1577596] Re: ntpd not started by systemd

2016-05-03 Thread Paul Donohue
** Attachment added: "list-deps.txt" https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1577596/+attachment/4654853/+files/list-deps.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ntp in Ubuntu.

[Touch-packages] [Bug 1577596] Re: ntpd not started by systemd

2016-05-03 Thread Paul Donohue
Attached. Also attached the output of `systemctl list-dependencies` in case that helps any. $ systemctl status ntp ntp.service - LSB: Start NTP daemon Loaded: loaded (/etc/init.d/ntp; bad; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd-sysv-generator(8) May 03

[Touch-packages] [Bug 1565567] Re: segv in sudo_getgrgid

2016-05-03 Thread Eric Desrochers
The segmentation fault[1] is due to a NULL pointer dereference[2] at : sudo-1.8.16/plugins/sudoers/pwutil.c[3] [1] Core was generated by `sudo bash'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x7fa01c0a6944 in sudo_getgrgid (gid=7241) at

[Touch-packages] [Bug 1436330] Fw: new message

2016-05-03 Thread Ghislain Laframboise
Hello! You have a new message, please read Facebook -- 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/1436330 Title:

[Touch-packages] [Bug 1572653] Re: keyboard does not show up on xenial

2016-05-03 Thread Michael Sheldon
Interesting, I haven't been able to reproduce it any any circumstances other than with QT_DEVICE_PIXEL_RATIO enabled, could you post your full "env" output? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-keyboard in

[Touch-packages] [Bug 1577959] Re: Media_Life wallpaper is missing metadata ands screenshot files.

2016-05-03 Thread PJSingh5000
The correct package should be: kdeartwork-wallpapers ** Package changed: util-linux (Ubuntu) => kdeartwork (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to util-linux in Ubuntu.

[Touch-packages] [Bug 1577959] [NEW] Media_Life wallpaper is missing metadata ands screenshot files.

2016-05-03 Thread PJSingh5000
Public bug reported: The Media Life wallpaper in package kdeartwork-wallpapers is missing the following two files: /usr/share/wallpapers/Media_Life/metadata.desktop /usr/share/wallpapers/Media_Life/contents/screenshot.png As a result, the KDE Plasma Desktop Settings dialog in Kubuntu

[Touch-packages] [Bug 1577525] Re: CUPS automatically installs EVERY printer on the network

2016-05-03 Thread cement_head
Issue is ONLY with Firefox after changes made in post #4 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1577525 Title: CUPS automatically installs EVERY printer on the

[Touch-packages] [Bug 1522057] Re: DNS resolution stops working after sometime

2016-05-03 Thread Akira Tanaka
I have the same problem when using Ubuntu 16.04. After I disabled dnsmasq in /etc/NetworkManager/NetworkManager.conf, the name resolution and the Internet connection works fine. ** Tags added: xenial -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1524893] Re: Network manager crashing, fresh install Lubuntu 15.10

2016-05-03 Thread Mörgæs
** Changed in: network-manager (Ubuntu) Status: New => Invalid -- 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/1524893 Title: Network manager crashing,

[Touch-packages] [Bug 1377096] Re: [OSK] Ubuntu Touch should allow alternative keyboard layouts

2016-05-03 Thread Bernard Banko
Should be possible by ie. having a DIY layout files simlinked to a ~/.config/ folder See an example https://plus.google.com/+BernardBanko/posts/f9eFF3rpmtq Another would be to have different layout in portrait and layout mode. -- You received this bug notification because you are a member of

Re: [Touch-packages] [Bug 1546641] Re: unity-settings-daemon crashed with SIGSEGV in up_exported_daemon_get_lid_is_closed()

2016-05-03 Thread william
Em 03/05/2016 07:47, Rick Harris escreveu: > One last thing...ice in comment #12 said: > "Some people say it has to do with a ASMedia USB Controller" > > Have found that USB enumeration failure can cause a bottleneck in > systemd getting the upower.service unit to finally start. > > You'll know if

[Touch-packages] [Bug 1574120] Re: Notebook doesn't suspend when lid is closed after update to 16.04

2016-05-03 Thread Benoît Vézina
Same here dv7, closing lid, nothing happen -- 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/1574120 Title: Notebook doesn't suspend when lid is closed after update to 16.04

[Touch-packages] [Bug 1577940] [NEW] My Bad

2016-05-03 Thread E-Man31
Public bug reported: I changed my display driver settings earlier, lemmee change them back b4 wasting your time ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xorg 1:7.7+1ubuntu8.1 ProcVersionSignature: Ubuntu 4.2.0-35.40~14.04.1-generic 4.2.8-ckt5 Uname: Linux 4.2.0-35-generic x86_64

[Touch-packages] [Bug 1515821] Re: Recurring Evolution events not shown as coming events in clock's menu

2016-05-03 Thread Ted Gould
Here is an event that causes this behavior for me. BEGIN:VEVENT UID:20151108T020045Z-4971-1001-2621-1@roku DTSTAMP:20160401T184310Z CREATED:20151108T020045Z RRULE:FREQ=WEEKLY;UNTIL=20160630;BYDAY=WE LAST-MODIFIED:20160401T184310Z SUMMARY:Rotary DTSTART;TZID=America/Chicago:20150701T12

[Touch-packages] [Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2016-05-03 Thread Michele Giacomoli
Hi Olivier I'm experiencing the same problem mentioned by Marcos, from 2/3 OTAs now. In my case you don't even need to return from another app, it happens while driving. Thank you guys -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1576726] Re: [SRU]network-manager

2016-05-03 Thread Bartosz Kosiorek
After install network-manager on Ubuntu 16.04 everything is working correctly for me: $ apt-cache policy network-manager network-manager: Zainstalowana: 1.2.0-0ubuntu0.16.04.1 Kandydująca: 1.2.0-0ubuntu0.16.04.1 Tabela wersji: *** 1.2.0-0ubuntu0.16.04.1 100 100

[Touch-packages] [Bug 1202754] Re: update-manager crashed with SystemExit in exit(): 0

2016-05-03 Thread maryho...@hotmail.com
** Package changed: update-manager (Ubuntu) => click-update-manager (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to click-update-manager in Ubuntu. https://bugs.launchpad.net/bugs/1202754 Title: update-manager

[Touch-packages] [Bug 1512100] Re: Blinking screen during the call if you remove the phone from your ear

2016-05-03 Thread GTriderXC
Is there already a bug for Aquaris? Mine is fully updated and I experienced the problem yesterday(02.05.2016): https://www.youtube.com/watch?v=GZLGdf8rZSs -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to powerd in Ubuntu.

[Touch-packages] [Bug 1571513] Re: Please turn off vibrate on touch/typing by default. It makes the phone feel much more laggy

2016-05-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ubuntu-system-settings (Ubuntu) Status: New => Confirmed -- 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 1202754] [NEW] update-manager crashed with SystemExit in exit(): 0

2016-05-03 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Errors bucket https://errors.ubuntu.com/bucket/?id=/usr/bin/update-manager:SystemExit:commit:_inline_callbacks:_show_transaction:_inline_callbacks:commit:_action_done:exit I was going to check for updates, but the Update-Manager has closed itself.

[Touch-packages] [Bug 964705] Re: System policy prevents modification of network settings for all users

2016-05-03 Thread Benoit Grégoire
Still an issue in Kubuntu 16.04, so apparently it did NOT get merged into Ubuntu. -- 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/964705 Title: System policy

[Touch-packages] [Bug 1534501] Re: [URGENT] dnsmasq errors fills up syslogs extremely fast

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

[Touch-packages] [Bug 1434986] Re: Not working network connection after boot

2016-05-03 Thread jango
what did you re-installed? -- 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/1434986 Title: Not working network connection after boot Status in NetworkManager:

[Touch-packages] [Bug 1567540] Re: ntp crashes everytime the network goes up or down.

2016-05-03 Thread ChristianEhrhardt
>From the dumps এপ্রি 07 15:51:02 nowhere-6 ntpd[6197]: work_thread.c:271: INSIST(((void *)0) != req) failed এপ্রি 07 15:51:02 nowhere-6 ntpd[6197]: exiting (due to assertion failure) -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1567540] Re: ntp crashes everytime the network goes up or down.

2016-05-03 Thread ChristianEhrhardt
The system also looks as it is in various problems - the kernel often reports vblank issues and dumps traces, also it seems that network in general or at least towards the configured NTP and DNS seems to be down. Could you share a bit about the configuration related to that (networking/ntp/dns) -

[Touch-packages] [Bug 1546641] Re: unity-settings-daemon crashed with SIGSEGV in up_exported_daemon_get_lid_is_closed()

2016-05-03 Thread ice
the bug must have something to do with a boot error. when I got this bug after next reboot the system hangs for 2 min on post with error code 99 and this error dissapears only if I shut down the power completly. -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1534501] Re: [URGENT] dnsmasq errors fills up syslogs extremely fast

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

[Touch-packages] [Bug 1534501] Re: [URGENT] dnsmasq errors fills up syslogs extremely fast

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

[Touch-packages] [Bug 1577844] Re: don't run ifup@.service before networking.service

2016-05-03 Thread Martin Pitt
** Bug watch added: Debian Bug tracker #752919 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752919 ** Also affects: ifupdown (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752919 Importance: Unknown Status: Unknown -- You received this bug notification because

[Touch-packages] [Bug 1567597] Re: implement 'complain mode' in seccomp for developer mode with snaps

2016-05-03 Thread Jamie Strandboge
** Changed in: libseccomp (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libseccomp in Ubuntu. https://bugs.launchpad.net/bugs/1567597 Title: implement 'complain mode' in seccomp

[Touch-packages] [Bug 1577926] [NEW] apt-key works fine, yet apt fails with "Could not execute 'apt-key'"

2016-05-03 Thread pjd
Public bug reported: Apt can fail to verify a Release file which verifies just fine when calling apt-key directly. Please advise how i can supply further debug information to help fix the underlying bug. Expected: apt-get should only report that a repository is not signed when no such

[Touch-packages] [Bug 1576380] Re: Picking a file via content hub breaks OSK input in browser

2016-05-03 Thread Bob Harvey
I will give it a try in the next day or so (been sick, getting behind at work -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to content-hub in Ubuntu. https://bugs.launchpad.net/bugs/1576380 Title: Picking a file via content

Re: [Touch-packages] [Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2016-05-03 Thread costales
Hi Olivier :) > @Marcos: what do you mean by "uNav is generating a lot of > process/second"? uNav is doing a lot of calculations by second when you're driving. Then the CPU usage is so high. > IIRC I once suggested you to monitor the 'webProcessStatus' property of > the webview, and offer some

[Touch-packages] [Bug 1577760] Re: Screen Display 'Apply' fails

2016-05-03 Thread Max Waterman
I notice that one of my monitors is 'lost' (the BenQ one) if the laptop is allowed to go to sleep and then awoken. The 'Screen Display' tool is still 'non-functional'. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in

[Touch-packages] [Bug 1577871] Re: Why does taking a screenshot leave grey rectangles on my screen?

2016-05-03 Thread Ace Suares
Aha! These go away as soon as the screenshot app is closed. ** Attachment added: "Screenshot with two open screenshot apps and two rectangles" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1577871/+attachment/4654763/+files/Screenshot%20from%202016-05-03%2015-47-03.png -- You

[Touch-packages] [Bug 1447839] Re: Unity8 mouse cursor never changes when moving over widgets in app windows

2016-05-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~dandrader/qtmir/mirCursorNames -- 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/1447839 Title: Unity8 mouse cursor never changes when moving over widgets

[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2016-05-03 Thread Martin Pitt
Some preparation to avoid installing gdb-dbg: http://bazaar.launchpad.net/~apport-hackers/apport/trunk/revision/3075 Fix: http://bazaar.launchpad.net/~apport-hackers/apport/trunk/revision/3076 ** Changed in: apport Status: New => Fix Released ** Changed in: apport (Ubuntu) Status:

[Touch-packages] [Bug 1447839] Re: Unity8 mouse cursor never changes when moving over widgets in app windows

2016-05-03 Thread Daniel d'Andrada
** Changed in: unity8 (Ubuntu) Status: Confirmed => 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/1447839 Title: Unity8 mouse cursor never changes when moving

[Touch-packages] [Bug 1447839] Re: Unity8 mouse cursor never changes when moving over widgets in app windows

2016-05-03 Thread Daniel d'Andrada
** Changed in: unity-system-compositor (Ubuntu) Status: Confirmed => 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/1447839 Title: Unity8 mouse cursor never

[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2016-05-03 Thread Launchpad Bug Tracker
** Branch linked: lp:apport -- 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/1517257 Title: apport-retrace should install and use gdb for target release Status in Apport:

[Touch-packages] [Bug 1305699] Re: upowerd crashed with SIGSEGV in service_client_free()

2016-05-03 Thread Steve Arnold
Okay, I decided to go ahead and create a couple of ppas and this seems a bit better than attaching a bunch of bin pkgs: https://launchpad.net/~nerdboy The fix for this is in the despktop package ppa but it looks like only x86/x86_64 packages are built (even though I did the deb pkg updates on

[Touch-packages] [Bug 1577912] [NEW] package account-plugin-facebook (not installed) failed to install/upgrade: a tentar sobre-escrever '/etc/signon-ui/webkit-options.d/www.facebook.com.conf', que tam

2016-05-03 Thread Wagner Lucio de Oliveira
Public bug reported: also error in plasmashell when run kde, only appears black screen ProblemType: Package DistroRelease: Ubuntu 16.04 Package: account-plugin-facebook (not installed) ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6 Uname: Linux 4.4.0-21-generic i686 ApportVersion:

[Touch-packages] [Bug 1576639] Re: memory threshold is too high

2016-05-03 Thread Thomas Voß
First of all: I agree with the original bug report, relying on % of total system memory is likely to over- or under-estimate the actual memory situation. A short-term solution would be to select a fixed threshold in accordance with the OOM setup configured on our kernels, thus avoiding the issues

[Touch-packages] [Bug 1577806] Re: webbrowser app and webcontainer open under the same instance

2016-05-03 Thread Alexandre Abreu
** Changed in: webbrowser-app (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1577806 Title: webbrowser app and

[Touch-packages] [Bug 1557566] Re: [webapps] Cannot save image

2016-05-03 Thread Alexandre Abreu
** Branch linked: lp:~abreu-alexandre/webapps-core/content-exchange- source ** Changed in: webapps-sprint Status: Confirmed => In Progress ** Changed in: webapps-core Status: Confirmed => In Progress ** Changed in: apparmor-easyprof-ubuntu (Ubuntu) Status: Confirmed =>

[Touch-packages] [Bug 1447839] Re: Unity8 mouse cursor never changes when moving over widgets in app windows

2016-05-03 Thread Daniel d'Andrada
** Changed in: qtmir Assignee: (unassigned) => Daniel d'Andrada (dandrader) ** Changed in: qtmir Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu.

[Touch-packages] [Bug 1448566] Re: Ubuntu 15.04 - Macbook Pro Early 2015 (12, 1) Bluetooth disabled

2016-05-03 Thread Jean-Frédéric
Posting this in case it would help someone else: I had the same issue with 15.10 (with kernel 4.2). I upgraded today to 16.04 (with kernel 4.4.0) and the buletooth is working like a charm. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1574324] Re: pulseaudio crashes when connecting to bluetooth headphones

2016-05-03 Thread ian_hawdon
Can also confirm the issue is still present on the latest build of Ubuntu 16.10 with pulseaudio upgraded to version 1:8.0-2ubuntu1 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.

[Touch-packages] [Bug 1532899] Re: Group chat sometimes misses messages with Unknown Number Message not found

2016-05-03 Thread James Dearing
I'm experiencing this bug too. My phone is a BQ Aquaris E5 HD Ubuntu Edition. My phone service is Consumer Cellular, which I think uses the AT network. I'd gladly post any log files if I knew how to access them. -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1557566] Re: [webapps] Cannot save image

2016-05-03 Thread Alexandre Abreu
** Also affects: webapps-core Importance: Undecided Status: New ** Changed in: webapps-core Status: New => Confirmed ** Changed in: webapps-core Importance: Undecided => High ** Changed in: webapps-core Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre) --

[Touch-packages] [Bug 1546641] Re: unity-settings-daemon crashed with SIGSEGV in up_exported_daemon_get_lid_is_closed()

2016-05-03 Thread jontyl
I'm seeing this on a Sony Vaio VPCSB. I'm also getting a problem with System Settings which may be related. Clicking on Power, the System Settings window freezes and then disappears. If I run unity-control-center from a terminal it prints the following as it dies: libupower-glib-WARNING **:

[Touch-packages] [Bug 1577170] Re: screen cannot be turned back on after being switched off after some time of inactivity

2016-05-03 Thread Christophe
New information : typing "xset -display :0.0 dpms force off" in the terminal makes my screen to turn off. Then I can wake it up just by moving the mouse. So the problem seems related to the "screen saver" of ubuntu rather than Xorg. ** Package changed: xorg (Ubuntu) => gnome-screensaver (Ubuntu)

[Touch-packages] [Bug 1447839] Re: Unity8 mouse cursor never changes when moving over widgets in app windows

2016-05-03 Thread Daniel d'Andrada
** Changed in: qtmir (Ubuntu) Assignee: (unassigned) => Daniel d'Andrada (dandrader) ** Changed in: qtmir (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu.

[Touch-packages] [Bug 1576364] Re: NetworkManager service stops starting on boot after upgrade to Xenial

2016-05-03 Thread Jeff Lane
Gonna set this to invalid. After the third or fourth reboot, NM started loading on it's own and I no longer needed to manually do so. I don't know why, but I'm unable to recreate the original fail state now :( ** Changed in: network-manager (Ubuntu) Status: Incomplete => Invalid -- You

[Touch-packages] [Bug 762349] Re: Difficult to distinguish which tab is selected

2016-05-03 Thread Will Cooke
If you want to provide some feedback on the attached branch that would help. You can download the relevant CSS for your config (Ambiance for the default theme, Radiance for the alternative lighter theme) from here: http://bazaar.launchpad.net/~willcooke/ubuntu-themes/terminal-

[Touch-packages] [Bug 1577885] [NEW] 120sec delay during shutdown or reboot with still mounted cifs (via Wifi)

2016-05-03 Thread Matthias Laumer
Public bug reported: Using Ubuntu 16.04 Desktop with Unity, used the same approach in 14.04 with no issue. I prepare for mounting with the following entry in /etc/fstab my Synology NAS : //192.168.178.61/data /media/server/server_data cifs

[Touch-packages] [Bug 1538703] Re: Playlist next/prev controls only available when player is in foreground

2016-05-03 Thread Jim Hodapp
** Branch unlinked: lp:~phablet-team/media-hub/fix-1538703 ** Branch linked: lp:~phablet-team/media-hub/fix-1538703-take2 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-shell in Ubuntu.

[Touch-packages] [Bug 1561195] Re: unattended-upgrades not work in Ubuntu 16.04

2016-05-03 Thread fabianbur
Está funcionando como se espera desde haca algunos días, supongo que por las últimas actualizaciones en la versión estable de Ubuntu 16.04 is working as expected for some days, I guess for the latest updates to the stable release of Ubuntu 16.04 ** Changed in: unattended-upgrades (Ubuntu)

  1   2   3   4   >