[Touch-packages] [Bug 94940] Re: mdns listed in nsswitch.conf causes excessive time for dns lookups

2016-02-22 Thread Jiri Hoogeveen
Hi, I had this issue in Ubuntu 15.10 fresh install. I know my PTR is oke. host: cc04 localdomein: bla.example ping cc04 works, gives me the IP and the reverse lookup ping cc04.bla.example does not work. after removing mdns4_minimal [NOTFOUND=return] from /etc/nsswitch everything is working agai

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

2016-02-22 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1547505 Title: package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to inst

[Touch-packages] [Bug 1547534] [NEW] gnome-system-monitor crashed and libglib2.0-0 needs to be upgraded

2016-02-22 Thread zerons
Public bug reported: SYSTEM: ubuntu 14.04 LTS package: libglib2.0-0_2.40.2-0ubuntu1 the bug is in libglib2.0-0/glib/gmarkup.c, function append_escaped_text, while (p != end) should be while (p < end) in the newest version, the commit https://github.com/GNOME/glib/commit/c71b16c3be17113f8

[Touch-packages] [Bug 1288182]

2016-02-22 Thread Martin Palenik
Compiled the latest poppler trunk from the GIT repository - 0.40.0 including commits up to commit ab3c9ccb630004be049cb59f303612aa2a35f408 - on Ubuntu 16.04 daily with updates. Also compiled the latest trunk of qpdfview - 0.4.16.99 - including all the funny libraries and passing all tests. No impr

[Touch-packages] [Bug 1547585] Re: Pulseaudio stopped working but sound still comes out LOUDLY

2016-02-22 Thread Jeff Lane
** Changed in: pulseaudio (Ubuntu) Importance: Undecided => Critical ** Changed in: pulseaudio (Ubuntu) Importance: Critical => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.lau

[Touch-packages] [Bug 1547651] [NEW] Network Manager shows no VPNs after reboot

2016-02-22 Thread Jeff Lane
Public bug reported: After updating packages, I rebooted the system to load the new libc. ON reboot I discovered after login that I was unable to connect any configured VPNs because NetworkManager showed no VPNs. I eventually figured out that clicking "Enable Networking" to disable and re-enable

[Touch-packages] [Bug 1548044] Re: UTF-8 problem in Python3. 0x08 ? package libfdisk1 2.27.1-3ubuntu1 failed to install/upgrade: 3.15575:kravproblem - setter ikke opp pakken

2016-02-22 Thread Rune Sætre
During do-release-upgrade -d -- 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/1548044 Title: UTF-8 problem in Python3. 0x08 ? package libfdisk1 2.27.1-3ubuntu1 fail

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

2016-02-22 Thread Apport retracing service
** Attachment added: "Stacktrace.txt" https://bugs.launchpad.net/bugs/1541607/+attachment/4577420/+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/1541

[Touch-packages] [Bug 1523086] Re: Ubuntu 15.10: GNOME Terminal window loses mouse cursor

2016-02-22 Thread PJSingh5000
** Changed in: xorg (Ubuntu) Status: Incomplete => Confirmed -- 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/1523086 Title: Ubuntu 15.10: GNOME Terminal window loses mo

[Touch-packages] [Bug 94940] Re: mdns listed in nsswitch.conf causes excessive time for dns lookups

2016-02-22 Thread Aaron C. de Bruyn
FYI - Microsoft KB296250 is the article where they recommend using '.local'. It was last updated in 2007. https://support.microsoft.com /en-us/kb/296250 RFC6762 describes the use of mDNS and the .local TLD. https://tools.ietf.org/html/rfc6762 While RFC6762 came after Microsoft's KB article, RFCs

[Touch-packages] [Bug 1536632] Re: MMS is only received from "unknown sender"

2016-02-22 Thread Pat McGowan
Did this happen before your SIM1 failed? Can you check that the cellular settings are all correctly selecting SIM2 What carrier are you on? ** Also affects: telephony-service (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ub

[Touch-packages] [Bug 1547585] Re: Pulseaudio stopped working but sound still comes out LOUDLY

2016-02-22 Thread Jeff Lane
I AM able to control sound levels with alsamixer directly, FWIW. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1547585 Title: Pulseaudio stopped working but sound stil

[Touch-packages] [Bug 1547754] Re: pppoe MTU problems

2016-02-22 Thread Wenzhuo Zhang
** Description changed: 1. If the MTU of eth0 is 1500, network-manager fails to establish a pppoe connection, and the MTU of eth0 (not ppp0) is then automatically lowered to 1492. Now network-manager can successfully establish a pppoe connection. If I manually set the MTU of eth0 back to 1

[Touch-packages] [Bug 1507769] Re: App store does not display images

2016-02-22 Thread Victor gonzalez
Hi @jibel, The video attached is from a user that reproduces this on OTA-9 ** Attachment added: "20160213_175933.mp4" https://bugs.launchpad.net/canonical-devices-system-image/+bug/1507769/+attachment/4575642/+files/20160213_175933.mp4 -- You received this bug notification because you are a

[Touch-packages] [Bug 1546214] Re: Docker containers lose their cgroup after systemd reload

2016-02-22 Thread Michael Crosby
This is not a docker bug it affects any type of cgroup made anywhere in the cgroup hierarchy. Ex: I have service A that forks off child B. I place B in a cgroup that I made at /sys/fs/cgroup/cpu/mycgroup. Reload and restart a service and boom, systemd deletes /sys/fs/cgroup/cpu/mycgroup. /sys

[Touch-packages] [Bug 1438072] Re: QCameraInfo::availableCameras() returns empty list on qtubuntu, works on xcb

2016-02-22 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtmultimedia-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1438072 Title: QC

[Touch-packages] [Bug 1536632] Re: MMS is only received from "unknown sender"

2016-02-22 Thread Pat McGowan
@tiagosh any ideas? ** Changed in: telephony-service (Ubuntu) Assignee: (unassigned) => Tiago Salem Herrmann (tiagosh) -- 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/b

[Touch-packages] [Bug 1547462] Re: [notification] all received messages are not always played back

2016-02-22 Thread Ren
1. Yes I receive the SMS, just the sound is not played on the phone BQ 4.5. 2. No the SMS is very simple it is used just to alert me that a service has gone down for example 3. Yes other SMS are notified by an audible sound, the one that has been configured in system parameters. Remember that eve

[Touch-packages] [Bug 1546459] Re: segfault at b774bd9d ip b7352a0d sp bfda8f30 error 7 in libresolv-2.19.so[b7349000+13000]

2016-02-22 Thread Klas Mattsson
We fixed our netboot by updating to the newest netboot iso. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to eglibc in Ubuntu. https://bugs.launchpad.net/bugs/1546459 Title: segfault at b774bd9d ip b7352a0d sp bfda8f30 error

[Touch-packages] [Bug 1547566] [NEW] package linux-image-extra-3.13.0-61-generic 3.13.0-61.100 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2016-02-22 Thread Jeff Green
Public bug reported: Black screen after reboot - on 14.04.03 with nVidia drivers. Tried cntr - alt -f1 sudo apt-get install ubuntu-desktop it detected an error and suggested that I try apt-get autoremove Finally boooted with the error I'm reporting. ProblemType: Package DistroRelease: Ubuntu 14

[Touch-packages] [Bug 1548041] Re: xorg

2016-02-22 Thread Christopher M. Penalver
william, thank you for reporting this and helping make Ubuntu better. However, your crash report is missing. Please follow these instructions to have apport report a new bug about your crash that can be dealt with by the automatic retracer. First, execute at a terminal: cd /var/crash && sudo rm

[Touch-packages] [Bug 1547813] [NEW] package dbus 1.10.0-1ubuntu1 failed to install/upgrade: triggers looping, abandoned

2016-02-22 Thread Joseph A. Mienko
*** This bug is a duplicate of bug 1512014 *** https://bugs.launchpad.net/bugs/1512014 Public bug reported: 15.10 ProblemType: Package DistroRelease: Ubuntu 15.10 Package: dbus 1.10.0-1ubuntu1 ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32 Uname: Linux 3.13.0-77-generic x86

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

2016-02-22 Thread nour
but still no sound and no input neither from line in nor from line out -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1540372 Title: [Intel DP35DP, SigmaTel STAC9271D,

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

2016-02-22 Thread nour
nor from microphone* -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1540372 Title: [Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns, dropouts or cra

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

2016-02-22 Thread naveen
Public bug reported: error occurred while updating from 15.10 to 16.04 ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-6-generic 4.4.0-6.21 ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1 Uname: Linux 4.2.0-27-generic x86_64 ApportVersion: 2.20-0ubuntu3 Arc

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

2016-02-22 Thread nour
Hi Raymond, I enabled the loopback in alsamixer and according to my board manual , it enables multistreaming https://downloadmirror.intel.com/15051/eng/DP35DP_ProductGuide03_English.pdf page 15 Independent multi-streaming 7.1 audio (u sing the back panel audio connectors) and stereo (using the

[Touch-packages] [Bug 1507769] Re: App store does not display images

2016-02-22 Thread Victor gonzalez
Another attachment. ** Attachment added: "20160215_212237.mp4" https://bugs.launchpad.net/canonical-devices-system-image/+bug/1507769/+attachment/4575643/+files/20160215_212237.mp4 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscr

[Touch-packages] [Bug 1542224] Re: [regression] OSK suppressed in autopilot tests

2016-02-22 Thread Josh Arenson
** Branch linked: lp:~josharenson/unity8/input-name-filter-proxy -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu. https://bugs.launchpad.net/bugs/1542224 Title: [regression] OSK suppressed in autop

[Touch-packages] [Bug 1547043] Re: 4k Support not working

2016-02-22 Thread Christopher M. Penalver
MIME, to advise, if you are going to test live environments, please test the latest one found at http://cdimage.ubuntu.com/daily-live/current/ . This keeps the results as helpful as possible. Despite this, to clarify, you are using a mini-DisplayPort cable plugged into your laptop, and plugging it

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

2016-02-22 Thread nour
Hi Raymond, 1 sink(s) available. * index: 0 name: driver: flags: HARDWARE HW_MUTE_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY state: SUSPENDED suspend cause: IDLE priority: 9958 volume: 0: 100% 1: 100% 0: 0.00 dB 1: 0.00 d

[Touch-packages] [Bug 1547510] [NEW] display scaling doesn't work with xserver 1.18

2016-02-22 Thread Timo Aaltonen
Public bug reported: While testing new X I noticed that display scaling didn't work, and it was due to new randr-1.5 code. The GDK backend is buggy, running python -c 'from gi.repository import Gdk; print(Gdk.Screen.get_default().get_monitor_plug_name(0))' returns "None" this is a blocker f

[Touch-packages] [Bug 1473060] Re: Error message: BUG In pixman_region32_init_rect: Invalid rectangle passed error in evince

2016-02-22 Thread Phil Wolff
Easy way to generate the error message if you've got gtkmm-3.0: compile and execute the code at https://git.gnome.org/browse/gtkmm- documentation/tree/examples/book/treeview/listviewtext. Grab the bottom of the window and drag it up until the column header row begins to be occluded. -- You receiv

[Touch-packages] [Bug 1547864] Re: libevent doesn't handle EV_KEY event with a value of 255 (BUTTON_CANCLED)

2016-02-22 Thread Andreas Pokorny
So the touchscreen tries to mimic a UI button that only sends a release when the finger is released while inside the button area. Since mir does not receive a release event from libinput we send repeat events instead. Should we define a cancel key press event type? That might be useful in other s

[Touch-packages] [Bug 1547647] [NEW] CRITICAL: please remove libqt5webkit dependancy

2016-02-22 Thread Nik Soams
Public bug reported: signon-ui-x11(http://packages.ubuntu.com/xenial/signon-ui-x11) depends on libqt5webkit5 https://blogs.gnome.org/mcatanzaro/2016/02/01/on-webkit-security- updates/ Can it be resolved so new LTS wont be released with known webkit1 bugs/security exploits? ** Affects: signon-

[Touch-packages] [Bug 1546627] Re: 4 autopilot test failures (related to ESC key) on desktop

2016-02-22 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High -- 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/1546627 Title: 4 autopilot test failure

[Touch-packages] [Bug 1513922] Re: [xenial] backtrace gives python error

2016-02-22 Thread Sebastien Bacher
The patch indeed fixes the issue, thanks ** Changed in: gdb (Ubuntu) Importance: Undecided => High ** Summary changed: - [xenial] backtrace gives python error + [xenial] backtrace gives python error on i386 ** Tags added: rls-x-incoming -- You received this bug notification because you are

[Touch-packages] [Bug 264691] Re: Please add NM option for connecting to L2TP IPSEC VPN

2016-02-22 Thread Schmirrwurst
There is also a working package here... please add it out of the box in nm... https://launchpad.net/~ikuya-fruitsbasket/+archive/ubuntu/network-manager-l2tp -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ub

[Touch-packages] [Bug 1547826] Re: Enable libappindicator support

2016-02-22 Thread Ubuntu Foundations Team Bug Bot
The attachment "libappindicator.debdiff" seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment, remove the "patch" tag, an

[Touch-packages] [Bug 1546911] Re: Please recompile sqlite 3.11 with -DSQLITE_ENABLE_FTS3_TOKENIZER

2016-02-22 Thread Tyler Hicks
I agree that applications shouldn't be running untrusted SQL/PHP. We can enable the flag in our sqlite3 package for now but, as Łukasz mentioned, I think it would be best if James could work with upstream to get a proper tokenizer in place in the future. -- You received this bug notification beca

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

2016-02-22 Thread Dariusz Gadomski
@Paul: glad it works for you. Thank you for reporting the issue and the feedback. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wpa in Ubuntu. https://bugs.launchpad.net/bugs/1545302 Title: wpa-roam broken by fix for ifup

[Touch-packages] [Bug 1547033] Re: please allow /etc/mtab to be a pre-existing link on readonly filesystems

2016-02-22 Thread Oliver Grawert
** Also affects: systemd Importance: Undecided Status: New ** Project changed: systemd => snappy ** Changed in: snappy Importance: Undecided => Medium ** Changed in: systemd (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member

[Touch-packages] [Bug 1547597] [NEW] package dictionaries-common 1.20.5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-02-22 Thread Toni Tuomas Tirkkonen
Public bug reported: Help ProblemType: Package DistroRelease: Ubuntu 14.04 Package: dictionaries-common 1.20.5 ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1 Uname: Linux 4.2.0-27-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.19 Architecture: amd64 CasperVersion: 1.340.2 Date

[Touch-packages] [Bug 1539967] Re: Audio skips (buffer underruns) intermittently but particularly when screen blanks

2016-02-22 Thread David Ortner
Output from alsa-info.sh. Please let me know if I can provide with any other information. ** Attachment added: "alsa-info.txt.PMiN43f3W0" https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1539967/+attachment/4576029/+files/alsa-info.txt.PMiN43f3W0 -- You received this bug notificati

[Touch-packages] [Bug 1434832] Re: Add sound enhancements such as equaliser or normalisation

2016-02-22 Thread Pat McGowan
** Changed in: canonical-devices-system-image Importance: Undecided => Wishlist ** Changed in: canonical-devices-system-image Status: New => Confirmed ** Changed in: canonical-devices-system-image Milestone: None => backlog ** Changed in: canonical-devices-system-image Assigne

[Touch-packages] [Bug 1547581] [NEW] Chat header text is not vertically aligned

2016-02-22 Thread Michael Terry
Public bug reported: Latest version, as of today. Click on a contact to enter chat view, notice the header text (the contact name) is lower than the back arrow. Screenshot attached. ** Affects: messaging-app (Ubuntu) Importance: Undecided Status: New ** Attachment added: "screensho

[Touch-packages] [Bug 1547556] [NEW] Bluez PAN profile does not support the Group Network scenario

2016-02-22 Thread Jon Hoffman
Public bug reported: I can configure and set up a Bluetooth PAN using the NAP scenario however we would like to use the GN (Group Network) scenario working. It does not appear that Bluez properly supports this in the PAN profile. I have been able to recreate the problem with three bluetooth device

[Touch-packages] [Bug 1523086] Re: Ubuntu 15.10: GNOME Terminal window loses mouse cursor

2016-02-22 Thread Christopher M. Penalver
** Changed in: xorg (Ubuntu) Status: Confirmed => Incomplete -- 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/1523086 Title: Ubuntu 15.10: GNOME Terminal window loses mo

[Touch-packages] [Bug 1546979] Re: [MIR] new font dependencies for texlive-fonts-extra

2016-02-22 Thread Michael Terry
Why is texlive-fonts-extra even in main? I don't see any reverse-depends in main/restricted. And I don't see 'texlive' anywhere in the seeds. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to fonts-dejavu in Ubuntu. https://bug

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

2016-02-22 Thread Raymond
You have to turn on analog loopback using amixer or alsamixer Simple mixer control 'Analog Loopback',0 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [off] -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subs

[Touch-packages] [Bug 1547534] Re: gnome-system-monitor crashed and libglib2.0-0 needs to be upgraded

2016-02-22 Thread Sebastien Bacher
Thanks, but the bug it points to, https://bugzilla.gnome.org/show_bug.cgi?id=631597 stated it's a NOTGNOME issue and the segfault was not due to glib. Also that commit is in the current Ubuntu version, if you would like to request a stable update for it could you follow https://wiki.ubuntu.com/Stab

[Touch-packages] [Bug 1412780] Re: [Dialogs] Power dialog looks like a tricolor

2016-02-22 Thread Grazina
- Design comment -   02/19/2015 We have a new dialog design. Please see image attached below. ** Changed in: ubuntu-ux Assignee: Jamie Young (jamiedawsonyoung) => Grazina (boroskograzina) ** Description changed: 1. Hold down the Power button. What you see: A "Power" dialog appears w

[Touch-packages] [Bug 1346815] Re: lxc-clone causes duplicate MAC address and IP address

2016-02-22 Thread Stéphane Graber
Not much we can do about the IP address though. For the MAC it's unlikely that anything in the container is tied to it so we can just generate a fresh one without requiring any knowledge about the workload or the environment. An IP address is much more problematic because maybe you did mean to kee

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

2016-02-22 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/patch/sound/pci/hda/hda_proc.c?id=2d34e1b3bb991a99322fb55681d1e73ada3de35c -- 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.launch

[Touch-packages] [Bug 1547462] Re: [notification] all received messages are not always played back

2016-02-22 Thread Pat McGowan
** Also affects: telepathy-ofono (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to telepathy-ofono in Ubuntu. https://bugs.launchpad.net/bugs/1547462 Title: [notification]

[Touch-packages] [Bug 1547816] Re: Sync mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) from Debian unstable (main)

2016-02-22 Thread Ikuya Awashiro
** Attachment added: "mozc_2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1.dsc" https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1547816/+attachment/4576355/+files/mozc_2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1.dsc -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1242572] Re: xkeyboard-config, console-setup, and ubiquity should use Super+Space for switching keyboard layouts

2016-02-22 Thread Norbert
** Tags added: xenial -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to console-setup in Ubuntu. https://bugs.launchpad.net/bugs/1242572 Title: xkeyboard-config, console-setup, and ubiquity should use Super+Space for switch

[Touch-packages] [Bug 1547713] [NEW] /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:AalMediaPlaylistControl::setPlaybackMode:QMediaPlaylistPrivate::syncControls:QMediaPlaylist::setMediaObject:QMedia

2016-02-22 Thread errors.ubuntu.com bug bridge
Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding qtdeclarative-opensource-src. This problem was most recently seen with version 5.4.1-1ubuntu11~overlay3, the problem page at https://errors.ubuntu.com/problem/60438b5dc79d9f40a7a1c6c1a08c0becc088a53

[Touch-packages] [Bug 1544477] Re: No sound notification for new SMS (Ubuntu Touch)

2016-02-22 Thread Pat McGowan
Dump of the bad config key 30 bytes sink-input-by-media-role:phone data 18 bytes [000] 42 01 31 6D 01 00 76 01 00 00 F0 A0 30 30 30 4E B.1m..v. 000N [010] 30 4E 0N key 38 bytes sink-input-by-media-role:feedbacksound data 23 bytes [000] 42 01 31 6

[Touch-packages] [Bug 1547826] Re: Enable libappindicator support

2016-02-22 Thread Ikuya Awashiro
** Patch added: "libappindicator.debdiff" https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1547826/+attachment/4576379/+files/libappindicator.debdiff ** Changed in: ibus (Ubuntu) Assignee: (unassigned) => Ubuntu CJK Testers (ubuntu-cjk-testers) -- You received this bug notification b

[Touch-packages] [Bug 1546979] Re: [MIR] new font dependencies for texlive-fonts-extra

2016-02-22 Thread Steve Langasek
MIR for fonts-stix is already handled via bug #1487148. ** Changed in: fonts-stix (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to fonts-dejavu in Ubuntu. https://bugs.launchpad.net/bugs/

[Touch-packages] [Bug 1468645] Re: [sdk] Buttons and other widgets are too small for comfortable touch usage

2016-02-22 Thread Andrea Bernabei
About the Mir API, I asked greyback before replying to your previous comment, and he confirmed we don't have a reliable way of representing physical sized, for example on a projector the size will be 0x0. One of the reasons we have the GU is to represent "more or less" the same physical size every

[Touch-packages] [Bug 1546677] Re: Popovers doesn’t allow overriding onEscapePressed

2016-02-22 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Incomplete -- 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/1546677 Title: Popovers doesn’t allow o

[Touch-packages] [Bug 1547714] [NEW] /usr/bin/pulseaudio:11:pa_bluetooth_device_any_transport_connected:transport_state_changed_cb:pa_hook_fire:pa_bluetooth_transport_set_state:endpoint_set_configurat

2016-02-22 Thread errors.ubuntu.com bug bridge
Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding pulseaudio. This problem was most recently seen with version 1:7.1-1ubuntu3, the problem page at https://errors.ubuntu.com/problem/b511e4cdb6508550c6a16360ccc1671cb6fcdbfe contains more details. **

[Touch-packages] [Bug 1545969] Re: webbrowser-app crashed with SIGABRT

2016-02-22 Thread Daniel van Vugt
** Also affects: oxide-qt (Ubuntu) Importance: Undecided Status: New ** Summary changed: - webbrowser-app crashed with SIGABRT + webbrowser-app crashes with SIGABRT every time I start it -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, wh

[Touch-packages] [Bug 1537125] Re: ubuntu-14.04.04: fail to run systemtap test suites

2016-02-22 Thread Matthias Klose
** Also affects: elfutils (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to elfutils in Ubuntu. https://bugs.launchpad.net/bugs/1537125 Title: ubuntu-14.04.04: fail to run

[Touch-packages] [Bug 1547910] Re: package libhcrypto4-heimdal:i386 1.6~rc2+dfsg-10ubuntu1 failed to install/upgrade: package libhcrypto4-heimdal:i386 is already installed and configured

2016-02-22 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 heimdal in Ubuntu. https://bugs.launchpad.net/bugs/1547910 Title: package libhcrypto4-heimdal:i386 1.6~rc2+dfsg-10ubuntu1 failed to ins

[Touch-packages] [Bug 1547686] [NEW] bug

2016-02-22 Thread dosu
Public bug reported: Description:Ubuntu 14.04.4 LTS Release:14.04 ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xorg 1:7.7+1ubuntu8.1 ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32 Uname: Linux 3.13.0-77-generic x86_64 NonfreeKernelModules: fglrx ApportVersio

[Touch-packages] [Bug 1547523] Re: u-s-c crash on pd disconnect

2016-02-22 Thread kevin gunn
per alf on irc, thinks mir is potentially root of prob for 2) ** Also affects: mir (Ubuntu) Importance: Undecided Status: New ** Also affects: mir Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages

[Touch-packages] [Bug 33288]

2016-02-22 Thread Jason Crain
Created attachment 121848 Cache result of inner loop in visitDepthFirst This is an alternative to Brian's patch in comment 65. This speeds up the visitDepthFirst function by caching the result in the inner loop. This provides a similar speedup without changing the output of pdftotext. -- You re

[Touch-packages] [Bug 1512014] Re: package dbus 1.10.0-1ubuntu1 failed to install/upgrade: triggers looping, abandoned

2016-02-22 Thread Apport retracing service
** Tags added: wily -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dbus in Ubuntu. https://bugs.launchpad.net/bugs/1512014 Title: package dbus 1.10.0-1ubuntu1 failed to install/upgrade: triggers looping, abandoned Statu

[Touch-packages] [Bug 1346815] Re: lxc-clone causes duplicate MAC address and IP address

2016-02-22 Thread ecraymond
It seems as though the mac address duplicating is fixed, but if there is an IP, this is still being cloned. Distributor ID: Ubuntu Description:Ubuntu 15.04 Release:15.04 Codename: vivid ii lxc 1.1.5-0ubuntu0.15.04.3 amd64 Linux Containers user

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

2016-02-22 Thread nour
hi this the alsa-info.sh upload=true&script=true&cardinfo= !! !!ALSA Information Script v 0.4.64 !! !!Script ran on: Fri Feb 19 14:40:16 UTC 2016 !!Linux Distribution !!-- Ubuntu 14.04.4 LTS \n \l DISTRIB_ID=Ubun

[Touch-packages] [Bug 1547786] Re: [1.3.3] cant be built: missing fonttools dependency

2016-02-22 Thread dino99
** Description changed: - Latest graphite2 1.3.3 package cant be built due to missing fonttools - dependency + Latest graphite2 1.3.3 package cant be built for amd64 due to missing + fonttools dependency Build status [MANUALDEPWAIT] Dependency wait on lcy01-12 Missing build dependencie

[Touch-packages] [Bug 1240198] Re: [SRU]Wrong keyboard layout active after booting into desktop

2016-02-22 Thread Mathew Hodson
** Changed in: ibus (Ubuntu) Assignee: shamelessshark (shameless-shark) => Aron Xu (happyaron) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/1240198 Title: [SRU]Wrong k

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

2016-02-22 Thread Adam Groszer
apport information ** Attachment added: "MonitorsUser.xml.txt" https://bugs.launchpad.net/bugs/1546837/+attachment/4577214/+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 1533835] Re: Support direct access to the location panel

2016-02-22 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-location in Ubuntu. https://bugs.launchpad.net/bugs/1533835 Title: Support dire

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

2016-02-22 Thread Adam Groszer
apport information ** Attachment added: "XorgLog.txt" https://bugs.launchpad.net/bugs/1548054/+attachment/4577245/+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 1288182]

2016-02-22 Thread Buchtiyarov
I confirm this bug. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to poppler in Ubuntu. https://bugs.launchpad.net/bugs/1288182 Title: Cyrillic not displayed in the input field Status in Evince: Unknown Status in Poppler:

[Touch-packages] [Bug 1545347] Re: Annoying popup while changing brightness

2016-02-22 Thread Christopher M. Penalver
** Package changed: xorg (Ubuntu) => ubuntu -- 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/1545347 Title: Annoying popup while changing brightness Status in Ubuntu: New B

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

2016-02-22 Thread Adam Groszer
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1546837/+attachment/4577218/+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 1528956] Re: netinst produces an unusable system

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

[Touch-packages] [Bug 1472834] Re: logrotate does not use .xz extension for xz-compressed logs

2016-02-22 Thread Anthony Fok
** Changed in: logrotate (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to logrotate in Ubuntu. https://bugs.launchpad.net/bugs/1472834 Title: logrotate does not use .xz extension for

[Touch-packages] [Bug 1445772] Re: Static ip configuration is not possible with touch gui

2016-02-22 Thread Pat McGowan
** Changed in: ubuntu-system-settings (Ubuntu) Importance: Undecided => Wishlist ** Changed in: ubuntu-system-settings (Ubuntu) Status: New => Confirmed ** Also affects: ubuntu-ux Importance: Undecided Status: New ** Also affects: canonical-devices-system-image Importance:

[Touch-packages] [Bug 1543960] Re: virtual keyboard inserts endless "1" in text field

2016-02-22 Thread Pat McGowan
** Tags added: bluetooth ** Changed in: canonical-devices-system-image Status: Incomplete => Confirmed ** Changed in: canonical-devices-system-image Assignee: (unassigned) => John McAleely (john.mcaleely) -- You received this bug notification because you are a member of Ubuntu Touch

Re: [Touch-packages] [Bug 1533833] Re: unprivileged lxc containers won't start, need to put sessions into "pids" cgroup controller

2016-02-22 Thread Serge Hallyn
Quoting Bas Zoetekouw (b...@debian.org): > I've downgraded systemd to 225-1ubuntu9.1 from wily/proposed. Kernel is > still linux-image-4.5.0-040500rc4-generic and lxc is > 1.1.5-0ubuntu0.15.10.3 from wily-updates. > > Unfortunately, when I now start the lxc container, I seem to hit a > different

[Touch-packages] [Bug 1547510] Re: display scaling doesn't work with xserver 1.18

2016-02-22 Thread Bug Watch Updater
** Changed in: gtk Status: Unknown => Confirmed ** Changed in: gtk Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1547510 Title: d

[Touch-packages] [Bug 1547816] Re: Sync mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) from Debian unstable (main)

2016-02-22 Thread Ikuya Awashiro
** Attachment added: "mozc_2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1.debian.tar.xz" https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1547816/+attachment/4576356/+files/mozc_2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1.debian.tar.xz -- You received this bug notification because you are a member o

[Touch-packages] [Bug 1547585] Re: Pulseaudio stopped working but sound still comes out LOUDLY

2016-02-22 Thread Jeff Lane
This may be related to bug #1547589 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1547585 Title: Pulseaudio stopped working but sound still comes out LOUDLY Status in

[Touch-packages] [Bug 1547017] Re: 2nd SMS notification does not sound

2016-02-22 Thread Pat McGowan
** Changed in: telephony-service (Ubuntu) Assignee: (unassigned) => Tiago Salem Herrmann (tiagosh) -- 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/1547017 Titl

[Touch-packages] [Bug 1547235] Re: x1250 rs600m graphical corruption

2016-02-22 Thread Micha
+ I made some changes (new cpu, more+faster ram and another hd) - but I think they have not much to do with the graphic. -- 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/1547235

[Touch-packages] [Bug 1547816] Re: Sync mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) from Debian unstable (main)

2016-02-22 Thread Ikuya Awashiro
** Attachment added: "mozc_2.17.2116.102+gitfd0f5b34+dfsg.orig.tar.gz" https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1547816/+attachment/4576369/+files/mozc_2.17.2116.102+gitfd0f5b34+dfsg.orig.tar.gz ** Package changed: ibus (Ubuntu) => mozc (Ubuntu) -- You received this bug notificati

[Touch-packages] [Bug 1545927] Re: Bluetooth not functioning on Ubuntu 14.04 running on HP 15-ac122tu

2016-02-22 Thread Jeremy
You can download from Larry Fingers github site, you will need the rtlwifi-new and rtl8723au_bt, troy branch to have bluetooth -- 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/15

[Touch-packages] [Bug 1548027] Re: Vinux 5.0

2016-02-22 Thread Christopher M. Penalver
rommel1200, to advise, this report is closed because the issue is with a 3rd party distribution (Vinux). Regarding redrawing, Launchpad is the wrong venue for this issue. Instead, this would want to be redirected to the provider of Vinux -> http://vinuxproject.org/contact . However, you may want

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

2016-02-22 Thread Raymond
[5]FadeFastRW0x0Gain ramps at the maximum rate [4]FadeLogRW0x0Gain ramping is dB linear instead of voltage linear -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1540372

[Touch-packages] [Bug 1412780] Re: [Dialogs] Power dialog looks like a tricolor

2016-02-22 Thread handsome_feng
** Changed in: unity8 (Ubuntu) Assignee: handsome_feng (feng-kylin) => (unassigned) ** Branch unlinked: lp:~feng-kylin/unity8/powerDialogButtonsColor -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. http

[Touch-packages] [Bug 1545394] Re: screen hangs offen after sometime

2016-02-22 Thread Christopher M. Penalver
Nishanth S, as per http://www.dell.com/support/home/us/en/19/product- support/product/inspiron-15-3551-laptop/drivers an update to your computer's buggy and outdated BIOS is available (A05). If you update to this following https://help.ubuntu.com/community/BIOSUpdate does it change anything? For m

[Touch-packages] [Bug 1520941] Re: package systemd 225-1ubuntu9 [modified: usr/share/dbus-1/system-services/org.freedesktop.systemd1.service] failed to install/upgrade: subprocess installed pre-remova

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

[Touch-packages] [Bug 1547360] Re: Unity 8 doesnt respect Qt::CursorShape

2016-02-22 Thread Daniel d'Andrada
Please provide details and a sample application -- 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/1547360 Title: Unity 8 doesnt respect Qt::CursorShape Status in unity8 packa

Re: [Touch-packages] [Bug 1547360] Re: Unity 8 doesnt respect Qt::CursorShape

2016-02-22 Thread Daniel d'Andrada
On 19/02/2016 11:13, Dubstar_04 wrote: > This is a copy of the code from the mouse area: > > MouseArea { > id: mouseArea > anchors.fill:parent > > hoverEnabled: true > cursorShape: Qt.CrossCursor > } > > > The Apps were

[Touch-packages] [Bug 1544076] Re: apport-gtk crashed with SIGSEGV in gtk_widget_translate_coordinates()

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

<    1   2   3   4   5   6   7   >