[Touch-packages] [Bug 1592251] Re: restart: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused

2016-06-14 Thread Martin Pitt
Because upstart is still being used for the session startup. We are
working on the transition there.

** Changed in: upstart (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: upstart (Ubuntu)
   Status: Won't Fix => Triaged

** Summary changed:

- restart: Unable to connect to Upstart: Failed to connect to socket 
/com/ubuntu/upstart: Connection refused
+ upstart commands should point out "service" if upstart is not running

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to upstart in Ubuntu.
https://bugs.launchpad.net/bugs/1592251

Title:
  upstart commands should point out "service" if upstart is not running

Status in upstart package in Ubuntu:
  Triaged

Bug description:
  The 'restart ' command does not work on default 16.04
  installation.

  If there is no upstart, the restart command should say the equivalent
  systemd command and/or should it execute.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: systemd 229-4ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
  Uname: Linux 4.4.0-24-generic i686
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  Date: Tue Jun 14 06:48:56 2016
  MachineType: LENOVO 7666WJ5
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-24-generic 
root=UUID=e8264d19-08ae-46d2-b99a-d386d051d8b3 ro quiet splash
  SourcePackage: systemd
  SystemdDelta:
   [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
   [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
   [EXTENDED]   /etc/systemd/system/display-manager.service → 
/lib/systemd/system/display-manager.service.d/xdiagnose.conf

   3 overridden configuration files found.
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/18/2008
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7NETB2WW (2.12 )
  dmi.board.name: 7666WJ5
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7NETB2WW(2.12):bd04/18/2008:svnLENOVO:pn7666WJ5:pvrThinkPadX61s:rvnLENOVO:rn7666WJ5:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7666WJ5
  dmi.product.version: ThinkPad X61s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1592251/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1421802] Re: scopes not updated as often as expected

2016-06-14 Thread Pawel Stolowski
** Changed in: unity-scopes-api (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1421802

Title:
  scopes not updated as often as expected

Status in Ubuntu Rest Scopes:
  New
Status in unity-scopes-api package in Ubuntu:
  Triaged

Bug description:
  When using the weather channel scope, I find it doesn't update when I
  expect. Eg, someone asked me what the temp was going to be and I said
  '46'. She responded with "What?!? No way, I heard it was supposed to
  be in the 70s!". Then I responded "oh, let me swipe down-- yes, there
  we go, 76". Seems that it should maybe update automatically after
  screen unlock and/or coming back in from another scope.

  Other weather apps seem to be able to do this fine. Perhaps this
  automatic updating would be something a scope could opt in to?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-rest-scopes/+bug/1421802/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1381891] Re: Setting invalid widget attribute does not raise exception

2016-06-14 Thread Pawel Stolowski
The problem we have is we deliberately decided not to do any validation
on the scopes API side and leave it up to the unity (even the shell
plugin doesn't care much about what's inside the preview widgets).

The downside is in many cases scope author is clueless if widget doesn't
show up or look as expected.

On the upside, support for new widgets can be added to the shell or
existing widgets can be enhanced to support new attributes without
affecting the lower layers.

Now, the problem of not having a clue as a scope author if something
goes wrong is and important issue, so perhaps we should look for a
middle ground. How about adding a simple validation and only output cerr
warnings if we see something we don't know (and never throw, unless we
find cases where we really know thw widget is totally broken)?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1381891

Title:
  Setting invalid widget attribute does not raise exception

Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  Suppose I do:

  PreviewWidget desc("summary_col", "text");
  desc.add_attribute_value("test", Variant("This is the text for the widget"));

  Did you spot the error? The attribute being set is "test", but it
  should be "text". There is no indication that I'm doing something
  impossible, and I'm left scratching my head why nothing renders.

  It might be better to raise InvalidArgumentException here?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1381891/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1566952] Re: Push method for filters should be updated

2016-06-14 Thread Pawel Stolowski
** Description changed:

  The push(filters, filterState) method should be marked deprecated. The
- doc for this method should be updated to say it's only useful for the UI
- or for clients (aggregator scopes) and sending modified filterState back
- to the UI has no effect.
+ doc for this method should be updated to say that sending modified
+ filterState back to the UI has no effect.
  
  A new overloaded push method that only takes filters should be added.

** Changed in: unity-scopes-api (Ubuntu)
 Assignee: (unassigned) => Pawel Stolowski (stolowski)

** Changed in: unity-scopes-api (Ubuntu)
   Importance: Undecided => Medium

** Changed in: unity-scopes-api (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1566952

Title:
  Push method for filters should be updated

Status in unity-scopes-api package in Ubuntu:
  In Progress

Bug description:
  The push(filters, filterState) method should be marked deprecated. The
  doc for this method should be updated to say that sending modified
  filterState back to the UI has no effect.

  A new overloaded push method that only takes filters should be added.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1566952/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1558018] Re: Scrolling of icons in Toolbar

2016-06-14 Thread Tim Peeters
Visuals need to be updated (discussed with Jamie)

** 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/1558018

Title:
  Scrolling of icons in Toolbar

Status in Ubuntu UX:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Currently, when the icons do not all fit in the toolbar, an overflow
  button is shown that shows an overflow popover/panel when clicked.
  This needs to be replaced by icon scrolling instead.

  See https://docs.google.com/document/d/1F-zD6CF8YFfA-
  nAtpdRniCqwUNJhSDJVFrRO76A1M-Q/edit

  UX solution:
  
https://docs.google.com/document/edit?hgd=1=1F-zD6CF8YFfA-nAtpdRniCqwUNJhSDJVFrRO76A1M-Q#heading=h.w16v0yn510iy
 is this not what you need?

  https://docs.google.com/document/edit?hgd=1=1F-zD6CF8YFfA-
  nAtpdRniCqwUNJhSDJVFrRO76A1M-Q#heading=h.duaef4xy7sqv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1558018/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1175637] Re: Kernel updates are being marked as manually installed

2016-06-14 Thread Id2ndR
I confirm it's fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1175637

Title:
  Kernel updates are being marked as manually installed

Status in apt package in Ubuntu:
  Confirmed
Status in unattended-upgrades package in Ubuntu:
  Confirmed

Bug description:
  Updates to the linux-image-* packages in Precise are being marked as
  "manually" installed, regardless of the auto/manual flag on the
  existing kernel packages. This happens when updating packages with
  apt, aptitude, or unattended-upgrades. I'm running an up-to-date
  12.04.2 LTS installed (amd64).

  I can see that my existing kernels were marked as automatically
  installed:

  % apt-mark showauto | grep linux-image
  linux-image-3.2.0-40-generic
  linux-image-generic

  And, after the update was performed by unattended-upgrades last night,
  the new kernel is marked manual:

  % apt-mark showmanual | grep linux-image
  linux-image-3.2.0-41-generic

  This is a problem, because it renders the fix in this bug,
  https://bugs.launchpad.net/ubuntu/+source/apt/+bug/923876 (Limit and
  clean-up kernel images and headers automatically in LTS) ineffective,
  since apt-get autoremove will not remove packages which are marked as
  manually installed.

  I'm running the following package versions:

  apt: 0.8.16~exp12ubuntu10.10
  aptitude: 0.8.16~exp12ubuntu10.10
  unattended-upgrades: 0.8.16~exp12ubuntu10.10
  aptdaemon: 0.43+bzr805-0ubuntu9

  This bug looks similar to
  https://bugs.launchpad.net/aptdaemon/+bug/1078544, however, I'm
  running a version of aptdaemon that supposedly has this fix applied.

  Please let me know if I can provide any other useful information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1175637/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1048430] Re: "dnsmasq not available on the bus"

2016-06-14 Thread Rolf Leggewie
** Tags added: trusty

-- 
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/1048430

Title:
  "dnsmasq not available on the bus"

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Dnsmasq seems to be having some issues. This occurs whenever I try to
  connect to my wireless network; sometimes it only happens once, but
  sometimes the error loops for a while.

  Sep  9 17:43:51 bkerensa NetworkManager[935]:  DNS: starting dnsmasq...
  Sep  9 17:43:51 bkerensa NetworkManager[935]:  [1347237831.899067] 
[nm-dns-dnsmasq.c:390] update(): dnsmasq not available on the bus, can't update 
servers.
  Sep  9 17:43:51 bkerensa NetworkManager[935]:  [1347237831.899142] 
[nm-dns-dnsmasq.c:392] update(): dnsmasq owner not found on bus: Could not get 
owner of name 'org.freedesktop.NetworkManager.dnsmasq': no such name
  Sep  9 17:43:51 bkerensa NetworkManager[935]:  DNS: plugin dnsmasq 
update failed
  Sep  9 17:43:51 bkerensa NetworkManager[935]:  ((null)): writing 
resolv.conf to /sbin/resolvconf

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: dnsmasq (not installed)
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic x86_64
  ApportVersion: 2.5.1-0ubuntu7
  Architecture: amd64
  Date: Sun Sep  9 17:47:22 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: dnsmasq
  UpgradeStatus: Upgraded to quantal on 2012-08-08 (32 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1048430/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1574667] Re: Mouse pointer occasionally jumps to the bottom-left corner

2016-06-14 Thread zanonmark
I don't know: prior to 16.04 I used 12.04 which was bug-free, but running on 
another laptop (no clickpad, only a "classic" touchpad with buttons and touch 
area).
But I read online that this bug should be dating back to 14.04...

Thanks,
MZ

** Changed in: xorg (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1574667

Title:
  Mouse pointer occasionally jumps to the bottom-left corner

Status in xorg package in Ubuntu:
  New

Bug description:
  Sometimes the mouse pointer jumps directly to the bottom-left corner
  of the screen, which results in opening the trash window when
  clicking.

  This seems to be related: https://ubuntu-mate.community/t/mouse-
  pointer-jumps-on-clicking-touchpad/2932.

  Thanks,
  MZ

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  BootLog: /dev/sda6: clean, 276587/40779776 files, 15261626/163117056 blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Apr 25 15:55:54 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Sky Lake Integrated Graphics [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
 Subsystem: Dell Skylake Integrated Graphics [1028:06b2]
  InstallationDate: Installed on 2016-04-23 (2 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:07dc Intel Corp. 
   Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 002: ID 064e:920b Suyin Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5559
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=c5bc0a1d-3fe9-4ae5-81e9-de7d141b419c ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.5
  dmi.board.name: 06CMH7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.5:bd12/21/2015:svnDellInc.:pnInspiron5559:pvr:rvnDellInc.:rn06CMH7:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Inspiron 5559
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Mon Apr 25 13:43:44 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1156 
   vendor LGD
  xserver.version: 2:1.18.3-1ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1574667/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1583271] Re: drop libertine-demo & ubuntu-pd

2016-06-14 Thread Łukasz Zemczak
This bug was fixed in the package ubuntu-touch-meta 1.221vivid37 in
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/stable-
phone-overlay

---

ubuntu-touch-meta (1.221vivid37) vivid; urgency=medium

  * Added libertine-tools to touch
  * Added python3-libertine-chroot to touch
  * Removed pocket-desktop meta-package and related seeds as it's all part of
ubuntu-touch now (LP: #1583271)

 -- Łukasz 'sil2100' Zemczak   Tue, 14 Jun
2016 10:58:51 +0300


** Changed in: ubuntu-touch-meta (Ubuntu RTM)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1583271

Title:
  drop libertine-demo & ubuntu-pd

Status in The Avila project:
  New
Status in Canonical System Image:
  Confirmed
Status in Ubuntu system image:
  In Progress
Status in ubuntu-touch-meta package in Ubuntu:
  In Progress
Status in ubuntu-touch-meta package in Ubuntu RTM:
  Fix Released

Bug description:
  Moving to deliver legacy Xapps in the puritine click via the store requires 
that we drop the libertine-demo pkg from the image.
  As well, this means that xorg and other libertine pkgs can now be seeded into 
the normal ubuntu images (non-pd)

  note, this bug must be done in coordination with these
  bug 1583268
  bug 1583265

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1583271/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1435040] Re: Ubuntu Phone (BQ E4.5) does not connect to car-bluetooth

2016-06-14 Thread Patrick Poulin
BQ E5 OTA 11

Now working with Jabra Freeway v 3.3

Call in
Call out
Speaks out the phone number of inbound call

-- 
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/1435040

Title:
  Ubuntu Phone (BQ E4.5) does not connect to car-bluetooth

Status in Canonical System Image:
  Confirmed
Status in bluez package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Incomplete

Bug description:
  With my FORD Focus Car, pairing does not work. The bluetooth system in
  the car searches for devices and shows "Aquaris E4.5 Ubuntu Edition"
  and then prompts me to connect with a 4-digit pin code, but the Ubuntu
  phone doesn't react at all and after a while the car system says that
  it failed to connect.

  image: 20150310-3201c0a
  KRILIN01A-S15A_BQ_L100EN_2020_150312
  OS Build 20

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1435040/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 682662] Re: pam-auth-update ignores debconf settings

2016-06-14 Thread Filip Pytloun
Also facing this issue, it's weird that newer pam-auth-update also ignores 
default option in pam configs. So now it's not possible to non-interactively 
enable new profile (but it was working in trusty).
Here's updated script to add one profile (mkhomedir) to current set of profiles:

#!/bin/sh

PROFILES=$(debconf-get-selections | grep libpam-runtime/profiles | cut -d ' ' 
-f 2- | sed s/\,\ mkhomedir//g)
PROFILES="${PROFILES}, mkhomedir"

for profile in /usr/share/pam-configs/*; do
profile_name=$(grep Name: $profile | cut -d ' ' -f 2-)
PROFILES=$(echo $PROFILES | sed s,$(basename 
$profile),"${profile_name}",g)
done

cat > $1 

[Touch-packages] [Bug 1583271] Re: drop libertine-demo & ubuntu-pd

2016-06-14 Thread Łukasz Zemczak
The seed changes have landed. I have also added the frieza and cooler
devices to the ubuntu channel. Now the questions remaining: how will
this look from the custom tarball layout point of view? If we need
frieza, cooler and (supposedly) turbo to have libertine-scope and the
puritine click pre-installed in custom tarballs, each of those will need
a separate custom-tarball channel.

If that's the case, this would mean we would leave the bq-aquaris-pd.en
channel for frieza and cooler (just use the ubuntu rootfses, not ubuntu-
pd) and need to create a new set of channels for turbo - something like
meizu-pd.en and meizu-pd.zh.

Does that sound correct?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1583271

Title:
  drop libertine-demo & ubuntu-pd

Status in The Avila project:
  New
Status in Canonical System Image:
  Confirmed
Status in Ubuntu system image:
  In Progress
Status in ubuntu-touch-meta package in Ubuntu:
  In Progress
Status in ubuntu-touch-meta package in Ubuntu RTM:
  Fix Released

Bug description:
  Moving to deliver legacy Xapps in the puritine click via the store requires 
that we drop the libertine-demo pkg from the image.
  As well, this means that xorg and other libertine pkgs can now be seeded into 
the normal ubuntu images (non-pd)

  note, this bug must be done in coordination with these
  bug 1583268
  bug 1583265

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1583271/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1585094] Re: Random stuck keys on Lenovo Yoga 13

2016-06-14 Thread vak
No. It was never consistently working. I've bought this Notebook in 2013
and installed Ubuntu 13.10 . The bug was there. Then the bug was
disappearing from time-to-time and appearing again. However it showed up
in each Ubuntu release starting from the very first release installed on
this notebook - since 13.10.

btw, I've never seen this bug on Windows on this dual-boot Notebook,
that's why I assume it is not a fatal hardware bug.

How could I debug this issue?

-- 
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/1585094

Title:
  Random stuck keys on Lenovo Yoga 13

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  pressing arrow keys leads randomly to the effect of stuck number key
  and produces output in consoles or text editors like: "22" or
  "88". Pressing some other key stops the infinite flooding.

  This may (or not) be related to the following flooding in
  /var/log/system

  May 24 10:01:30 yogi kernel: [ 3816.438579] atkbd serio0: Unknown key pressed 
(translated set 2, code 0xbe on isa0060/serio0).
  May 24 10:01:30 yogi kernel: [ 3816.438603] atkbd serio0: Use 'setkeycodes 
e03e ' to make it known.
  May 24 10:01:30 yogi kernel: [ 3816.443504] atkbd serio0: Unknown key 
released (translated set 2, code 0xbe on isa0060/serio0).
  May 24 10:01:30 yogi kernel: [ 3816.443516] atkbd serio0: Use 'setkeycodes 
e03e ' to make it known.

  
  these messages are generated approximately each 200 msec. If the former is 
not related to stuck key problem, please, ignore.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue May 24 09:45:39 2016
  DistUpgraded: 2016-04-24 00:21:19,103 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo 3rd Gen Core processor Graphics Controller [17aa:3977]
  InstallationDate: Installed on 2013-11-17 (918 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: LENOVO 2191
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic.efi.signed 
root=UUID=f6200601-c430-459d-abab-c6d45f1e147a ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-04-23 (30 days ago)
  dmi.bios.date: 02/28/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 66CN55WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Yoga 13
  dmi.modalias: 
dmi:bvnLENOVO:bvr66CN55WW:bd02/28/2013:svnLENOVO:pn2191:pvrLenovoIdeaPadYoga13:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadYoga13:
  dmi.product.name: 2191
  dmi.product.version: Lenovo IdeaPad Yoga 13
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Tue May 24 08:57:44 2016
  xserver.configfile: default
  xserver.errors: SynPS/2 Synaptics TouchPad: Read error 19
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 864 
   vendor LGD
  xserver.version: 2:1.18.3-1ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1585094/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-06-14 Thread Dave Chiluk
@monte

Alright thanks for the test. Can you please add --log-level=debug to 
/lib/systemd/system/NetworkManager.service at the end of the ExecStart= line.  
So it looks like this
ExecStart=/usr/sbin/NetworkManager --no-daemon --log-level=debug
Then
- restart your machine.
- suspend the machine.
- resume the machine.  Verifying that you hit the issue.
- Then upload your syslog as I did above.

Thank you,
Dave

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1576747

Title:
  Network manager unable to control wifi after suspend in 16.04

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  After resume from suspend network manager no longer allows me to
  control my wifi card, view available wireless networks, or select new
  ones.  Oddly enough, I'm still able to communicate on the network that
  I was connected to prior to suspend.

  Running
  # sudo service network-manager restart
  resolves the issue until the next suspend/resume.

  I'll copy what I think is the relevant  portion of syslog below
  __
  Apr 29 09:04:20 x1 NetworkManager[849]:   [1461938660.4971] manager: 
wake requested (sleeping: yes  enabled: yes)
  Apr 29 09:04:20 x1 NetworkManager[849]:   [1461938660.4971] manager: 
waking up...
  Apr 29 09:04:20 x1 NetworkManager[849]:   [1461938660.4972] device 
(enp0s31f6): state change: unavailable -> unmanaged (reason 'sleeping') [20 10 
37]
  Apr 29 09:04:20 x1 laptop-mode: Laptop mode
  Apr 29 09:04:20 x1 laptop_mode[19059]: Laptop mode
  Apr 29 09:04:20 x1 laptop-mode: enabled, not active [unchanged]
  Apr 29 09:04:20 x1 laptop_mode[19059]: enabled, not active [unchanged]
  Apr 29 09:04:20 x1 systemd[1]: Started Run anacron jobs.
  Apr 29 09:04:20 x1 systemd[1]: Reloading Laptop Mode Tools.
  Apr 29 09:04:20 x1 anacron[19143]: Anacron 2.3 started on 2016-04-29
  Apr 29 09:04:20 x1 anacron[19143]: Will run job `cron.daily' in 5 min.
  Apr 29 09:04:20 x1 anacron[19143]: Jobs will be executed sequentially
  Apr 29 09:04:20 x1 laptop-mode: Laptop mode
  Apr 29 09:04:20 x1 laptop_mode[19145]: Laptop mode
  Apr 29 09:04:20 x1 laptop-mode: enabled, not active [unchanged]
  Apr 29 09:04:20 x1 laptop_mode[19145]: enabled, not active [unchanged]
  Apr 29 09:04:20 x1 systemd[1]: Reloaded Laptop Mode Tools.
  Apr 29 09:04:20 x1 kernel: [180451.937599] e1000e: enp0s31f6 NIC Link is Down
  Apr 29 09:04:20 x1 NetworkManager[849]:   [1461938660.5997] device 
(wlp4s0): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
  Apr 29 09:04:20 x1 kernel: [180451.940588] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: 
link is not ready
  Apr 29 09:04:20 x1 kernel: [180451.941150] iwlwifi :04:00.0: L1 Enabled - 
LTR Enabled
  Apr 29 09:04:20 x1 kernel: [180451.942063] iwlwifi :04:00.0: L1 Enabled - 
LTR Enabled
  Apr 29 09:04:20 x1 kernel: [180451.943308] iwlwifi :04:00.0: can't access 
the RSA semaphore it is write protected
  Apr 29 09:04:20 x1 kernel: [180452.080430] iwlwifi :04:00.0: L1 Enabled - 
LTR Enabled
  Apr 29 09:04:20 x1 kernel: [180452.080804] iwlwifi :04:00.0: L1 Enabled - 
LTR Enabled
  Apr 29 09:04:20 x1 kernel: [180452.081573] iwlwifi :04:00.0: can't access 
the RSA semaphore it is write protected
  Apr 29 09:04:20 x1 NetworkManager[849]:   [1461938660.8179] device 
(enp0s31f6): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
  Apr 29 09:04:20 x1 kernel: [180452.157407] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: 
link is not ready
  Apr 29 09:04:20 x1 kernel: [180452.158711] IPv6: ADDRCONF(NETDEV_UP): 
enp0s31f6: link is not ready
  Apr 29 09:04:21 x1 kernel: [180452.364579] IPv6: ADDRCONF(NETDEV_UP): 
enp0s31f6: link is not ready
  Apr 29 09:04:21 x1 NetworkManager[849]:   [1461938661.0266] manager: 
NetworkManager state is now CONNECTED_LOCAL
  Apr 29 09:04:21 x1 wpa_supplicant[1102]: dbus: 
wpa_dbus_get_object_properties: failed to get object properties: (none) none
  Apr 29 09:04:21 x1 wpa_supplicant[1102]: dbus: Failed to construct signal
  Apr 29 09:04:21 x1 wpa_supplicant[1102]: Could not read interface 
p2p-dev-wlp4s0 flags: No such device
  Apr 29 09:04:21 x1 NetworkManager[849]:   [1461938661.1095] device 
(wlp4s0): supplicant interface state: starting -> ready
  Apr 29 09:04:21 x1 NetworkManager[849]:   [1461938661.1095] device 
(wlp4s0): state change: unavailable -> disconnected (reason 
'supplicant-available') [20 30 42]
  Apr 29 09:04:21 x1 kernel: [180452.450294] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: 
link is not ready
  Apr 29 09:04:21 x1 kernel: [180452.551779] [drm] RC6 on
  Apr 29 09:04:24 x1 NetworkManager[849]:   [1461938664.1646] device 
(wlp4s0): supplicant interface state: ready -> inactive
  Apr 29 09:04:24 x1 NetworkManager[849]:   [1461938664.1678] policy: 
auto-activating connection 'chiluks-5g 1'
  Apr 29 09:04:24 x1 

[Touch-packages] [Bug 997200] Re: update-manager can't handle hotel web access pages

2016-06-14 Thread Rolf Leggewie
What is the status of this bug for the different packages?

** Changed in: update-manager (Ubuntu)
 Assignee: johnny d lynch (lynchjohnny48) => (unassigned)

-- 
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/997200

Title:
  update-manager can't handle hotel web access pages

Status in NetworkManager:
  Confirmed
Status in network-manager package in Ubuntu:
  Triaged
Status in update-manager package in Ubuntu:
  Confirmed
Status in network-manager source package in Precise:
  Won't Fix
Status in update-manager source package in Precise:
  Won't Fix
Status in network-manager source package in Quantal:
  Won't Fix
Status in update-manager source package in Quantal:
  Won't Fix
Status in network-manager source package in Raring:
  Won't Fix
Status in update-manager source package in Raring:
  Won't Fix

Bug description:
  When in a hotel there is a often a T page that is delivered when
  connecting to the network.  Some combination of network manager and
  update manager (or something else entirely) doesn't seem to be able to
  handle this, and update are left in a non-working state after not
  being able to read package headers file.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Wed May  9 17:27:02 2012
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  IpRoute:
   default via 10.155.32.1 dev wlan0  proto static 
   10.155.32.0/19 dev wlan0  proto kernel  scope link  src 10.155.38.82  metric 
2 
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to precise on 2012-03-07 (63 days ago)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.4.0connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/997200/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592251] Re: restart: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused

2016-06-14 Thread Hans Ginzel
The bug should fixed.

Should the upstart specific commands be installed in the default 16.04
installation?

** Description changed:

- The 'reset ' command does not work on default 16.04
+ The 'restart ' command does not work on default 16.04
  installation.
  
  If there is no upstart, the reset command should say the equivalent
  systemd command and/or should it execute.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: systemd 229-4ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
  Uname: Linux 4.4.0-24-generic i686
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  Date: Tue Jun 14 06:48:56 2016
  MachineType: LENOVO 7666WJ5
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-24-generic 
root=UUID=e8264d19-08ae-46d2-b99a-d386d051d8b3 ro quiet splash
  SourcePackage: systemd
  SystemdDelta:
   [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
   [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
   [EXTENDED]   /etc/systemd/system/display-manager.service → 
/lib/systemd/system/display-manager.service.d/xdiagnose.conf
   
   3 overridden configuration files found.
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/18/2008
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7NETB2WW (2.12 )
  dmi.board.name: 7666WJ5
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7NETB2WW(2.12):bd04/18/2008:svnLENOVO:pn7666WJ5:pvrThinkPadX61s:rvnLENOVO:rn7666WJ5:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7666WJ5
  dmi.product.version: ThinkPad X61s
  dmi.sys.vendor: LENOVO

** Description changed:

  The 'restart ' command does not work on default 16.04
  installation.
  
- If there is no upstart, the reset command should say the equivalent
+ If there is no upstart, the restart command should say the equivalent
  systemd command and/or should it execute.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: systemd 229-4ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
  Uname: Linux 4.4.0-24-generic i686
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  Date: Tue Jun 14 06:48:56 2016
  MachineType: LENOVO 7666WJ5
  PccardctlIdent:
-  Socket 0:
-no product info available
+  Socket 0:
+    no product info available
  PccardctlStatus:
-  Socket 0:
-no card
+  Socket 0:
+    no card
  ProcEnviron:
-  LANGUAGE=en_GB:en
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB:en
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-24-generic 
root=UUID=e8264d19-08ae-46d2-b99a-d386d051d8b3 ro quiet splash
  SourcePackage: systemd
  SystemdDelta:
-  [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
-  [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
-  [EXTENDED]   /etc/systemd/system/display-manager.service → 
/lib/systemd/system/display-manager.service.d/xdiagnose.conf
-  
-  3 overridden configuration files found.
+  [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
+  [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
+  [EXTENDED]   /etc/systemd/system/display-manager.service → 
/lib/systemd/system/display-manager.service.d/xdiagnose.conf
+ 
+  3 overridden configuration files found.
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/18/2008
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7NETB2WW (2.12 )
  dmi.board.name: 7666WJ5
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7NETB2WW(2.12):bd04/18/2008:svnLENOVO:pn7666WJ5:pvrThinkPadX61s:rvnLENOVO:rn7666WJ5:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7666WJ5
  dmi.product.version: ThinkPad X61s
  dmi.sys.vendor: LENOVO

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to upstart in Ubuntu.
https://bugs.launchpad.net/bugs/1592251

Title:
  restart: Unable to connect to Upstart: 

[Touch-packages] [Bug 1572393] Re: Two screen unlockers (instead of just one)

2016-06-14 Thread Maksym Minenko
By the way, there were no such occurrence with Cinnamon 3. So, maybe
it's no point of trying to fix this bug. Maybe it's just the time to
move cinnamon 3 package into ubuntu 16.04 repo?

-- 
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/1572393

Title:
  Two screen unlockers (instead of just one)

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When I try to unlock the computer (after some minutes of inactivity
  when screensaver has been activated) I am presented with two
  unlockers. The first one is quite normal, but the second one is kind
  of strange. It has black gnome3-style panel at the top and Debian
  wallpaper (like this: http://orig14.deviantart.net/ef84/f/2014/230/9/4
  /debian_wallpaper_by_takaju-d7rr1sn.png). Both accept my password but,
  after the second unlocker the cinnamon panel disappears. It becomes,
  say, invisible. The start button (on the keyboard) works and Alf+F2
  works but I have to restart the computer to get the normal cinnamon
  look back (ctrl+alt+esc doesn't help).

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Wed Apr 20 06:32:41 2016
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1572393/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592287] [NEW] non-error reported as error to syslog

2016-06-14 Thread Rolf Leggewie
Public bug reported:

according to bug 1048430, the following line does not actually indicate
an error in and of itself.

Jun 14 14:55:57 localhost NetworkManager[6470]: 
[1465887357.710812] [nm-dns-dnsmasq.c:396] update(): dnsmasq owner not
found on bus: Could not get owner of name
'org.freedesktop.NetworkManager.dnsmasq': no such name

As such, the word error ought not be printed for this message as it
raises a false alarm for people grepping for "grep -i err
/var/log/syslog" periodically to see if anything is amiss.

Verified for trusty.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1592287

Title:
  non-error reported as error to syslog

Status in network-manager package in Ubuntu:
  New

Bug description:
  according to bug 1048430, the following line does not actually
  indicate an error in and of itself.

  Jun 14 14:55:57 localhost NetworkManager[6470]: 
  [1465887357.710812] [nm-dns-dnsmasq.c:396] update(): dnsmasq owner not
  found on bus: Could not get owner of name
  'org.freedesktop.NetworkManager.dnsmasq': no such name

  As such, the word error ought not be printed for this message as it
  raises a false alarm for people grepping for "grep -i err
  /var/log/syslog" periodically to see if anything is amiss.

  Verified for trusty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1592287/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1576228] Re: Black borders around all windows

2016-06-14 Thread John Smith
I sorted out the suspend issue (turns out I had inserted a faulty memory
card in the laptop and as it was unable to get data 'sync' to it hence
systemd was assuming that suspend transaction would be destructive :D )

I'll try to use nouveau for a few days, see if black border issue
persists or comes up.

-- 
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/1576228

Title:
  Black borders around all windows

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  There seems to be a bug somewhere  in [ kernel OR xorg OR nvidia proprietary 
driver ] in the display stack.
  After the laptop ( dell XPS L501X ) resumes from suspend there are wide black 
borders around all windows with close/minimize/maximize buttons blacked out.

  [ image attached: black border on all windows ]

  It occurs inconsistently, as it doesn't happen every time the computer 
resumes.
  ( Slight possibility that it usually occurs after long suspend, i.e. resuming 
after long time ).
  
=

  Also there seems to be certain amount of performance degradation as if
  the graphics driver was running at half-strength ( and I don't  mean
  software-only rendering, neither do I mean switch over to nouveau open
  source driver )

  The "nVidia X Server Settings" app suggests its in maximum performance
  mode.

  
==

  Adhoc Workaround: switch display layout ( I have an external
  monitor/TV attached to HDMI port ) changing anything such as
  arrangement or resolution of the displays, etcetera... corrects the
  black border issue ( and also possibly performance issue )

  This bug has been present in Ubuntu 14.04, 15.04, 15.10 and now in
  16.04 as well. ( It was probably present before that as well )

  
==

  p.s. this is only partial duplicate of black border issue as the black
  borders appear on every window, not just windows with new header bars
  or client side decoration...

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..02.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:02:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.42  Tue Mar 22 18:10:58 
PDT 2016
   GCC version:  gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  BootLog: [  OK  ] Started LSB: Speech Dispatcher.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Apr 28 18:43:37 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-21-generic, x86_64: installed
   nvidia-361, 361.42, 4.4.0-21-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GF108M [GeForce GT 435M] [10de:0df2] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Dell GF108M [GeForce GT 435M] [1028:046e]
  InstallationDate: Installed on 2016-04-23 (4 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Dell Inc. XPS L501X
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.4.0-21-generic 
root=UUID=f657e606-ac2a-49cd-9f3e-fca6a315338d ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/26/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0J1VR3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A08
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A08
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd07/26/2011:svnDellInc.:pnXPSL501X:pvrA08:rvnDellInc.:rn0J1VR3:rvrA08:cvnDellInc.:ct8:cvrA08:
  dmi.product.name: XPS L501X
  dmi.product.version: A08
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 

[Touch-packages] [Bug 1589982] Re: QWARN : tst_Page::testAnchorToPage_bug1249386() qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9: QML QQuickImage: Cannot open: qml/Ubuntu/Compo

2016-06-14 Thread Christian Dywan
Said image does exist if one considers the grid unit suffix. This is an
issue with shadow builds.

** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/respectTheShadow

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Tim Peeters (tpeeters) => Christian Dywan (kalikiana)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => 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/1589982

Title:
  QWARN  : tst_Page::testAnchorToPage_bug1249386()
  qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9:
  QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  The back button in MainView 1.2 (0.1, 1.0, "1.1" which are all the
  same) is broken:

  import QtQuick 2.0
  import Ubuntu.Components 1.1

  MainView {
  width: units.gu(20)
  height: units.gu(40)

  Page {
  id: page
  Rectangle {
  color: "red"
  anchors.fill: page
  }
  }
  }

  This is from tests/unit/page/AnchorToPage.qml

  QWARN  : tst_Page::testAnchorToPage_bug1249386()
  qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9:
  QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png

  There's indeed no artwork/back.png in the source tree.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1589982/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1576228] Re: Black borders around all windows

2016-06-14 Thread John Smith
Hey Christopher,
Always a pleasure to contribute.

I have switched over to nouveau, but since the issue occurs INconsistently
I cannot immediately reproduce the bug condition. I'll most likely have to
wait and watch for suspend-resume cycles to check if the bug gets
reproduced .

Meanwhile there seems to be bug:  title bar appearing transparent with
nouveau as I have posted on bug tracker

On Mon, Jun 13, 2016, 10:05 AM Christopher M. Penalver <
christopher.m.penal...@gmail.com> wrote:

> John Smith, thank you for reporting this and helping make Ubuntu better.
>
> To clarify, if you remove the nvidia drivers is this still reproducible?
>
> ** Tags added: latest-bios-a08
>
> ** Changed in: xorg (Ubuntu)
>Importance: Undecided => Medium
>
> ** Changed in: xorg (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1576228
>
> Title:
>   Black borders around all windows
>
> Status in xorg package in Ubuntu:
>   Incomplete
>
> Bug description:
>   There seems to be a bug somewhere  in [ kernel OR xorg OR nvidia
> proprietary driver ] in the display stack.
>   After the laptop ( dell XPS L501X ) resumes from suspend there are wide
> black borders around all windows with close/minimize/maximize buttons
> blacked out.
>
>   [ image attached: black border on all windows ]
>
>   It occurs inconsistently, as it doesn't happen every time the computer
> resumes.
>   ( Slight possibility that it usually occurs after long suspend, i.e.
> resuming after long time ).
>
> =
>
>   Also there seems to be certain amount of performance degradation as if
>   the graphics driver was running at half-strength ( and I don't  mean
>   software-only rendering, neither do I mean switch over to nouveau open
>   source driver )
>
>   The "nVidia X Server Settings" app suggests its in maximum performance
>   mode.
>
>
> ==
>
>   Adhoc Workaround: switch display layout ( I have an external
>   monitor/TV attached to HDMI port ) changing anything such as
>   arrangement or resolution of the displays, etcetera... corrects the
>   black border issue ( and also possibly performance issue )
>
>   This bug has been present in Ubuntu 14.04, 15.04, 15.10 and now in
>   16.04 as well. ( It was probably present before that as well )
>
>
> ==
>
>   p.s. this is only partial duplicate of black border issue as the black
>   borders appear on every window, not just windows with new header bars
>   or client side decoration...
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: xorg 1:7.7+13ubuntu3
>   ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
>   Uname: Linux 4.4.0-21-generic x86_64
>   NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
>   .proc.driver.nvidia.gpus..02.00.0: Error: [Errno 21] Is a directory:
> '/proc/driver/nvidia/gpus/:02:00.0'
>   .proc.driver.nvidia.registry: Binary: ""
>   .proc.driver.nvidia.version:
>NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.42  Tue Mar 22
> 18:10:58 PDT 2016
>GCC version:  gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2)
>   .proc.driver.nvidia.warnings.fbdev:
>Your system is not currently configured to drive a VGA console
>on the primary VGA device. The NVIDIA Linux graphics driver
>requires the use of a text-mode VGA console. Use of other console
>drivers including, but not limited to, vesafb, may result in
>corruption and stability problems, and is not supported.
>   .tmp.unity_support_test.0:
>
>   ApportVersion: 2.20.1-0ubuntu2
>   Architecture: amd64
>   BootLog: [ [0;32m  OK   [0m] Started LSB: Speech Dispatcher.
>   CompizPlugins: No value set for
> `/apps/compiz-1/general/screen0/options/active_plugins'
>   CompositorRunning: compiz
>   CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
>   CompositorUnredirectFSW: true
>   CurrentDesktop: Unity
>   Date: Thu Apr 28 18:43:37 2016
>   DistUpgraded: Fresh install
>   DistroCodename: xenial
>   DistroVariant: ubuntu
>   DkmsStatus:
>bbswitch, 0.8, 4.4.0-21-generic, x86_64: installed
>nvidia-361, 361.42, 4.4.0-21-generic, x86_64: installed
>   ExtraDebuggingInterest: Yes, if not too technical
>   GraphicsCard:
>NVIDIA Corporation GF108M [GeForce GT 435M] [10de:0df2] (rev a1)
> (prog-if 00 [VGA controller])
>  Subsystem: Dell GF108M [GeForce GT 435M] [1028:046e]
>   InstallationDate: Installed on 2016-04-23 (4 days ago)
>   InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64
> (20160420.1)
>   MachineType: Dell Inc. XPS L501X
>   ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.4.0-21-generic
> root=UUID=f657e606-ac2a-49cd-9f3e-fca6a315338d ro rootflags=subvol=@ quiet
> splash 

[Touch-packages] [Bug 1583543] Re: Scrollbars overlap TextArea frame

2016-06-14 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/1583543

Title:
  Scrollbars overlap TextArea frame

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed

Bug description:
  As bug 1526726 was merged prematurely staging has working scrollbars
  in TextArea but most importantly the scrollbars overlap the frame of
  the TextArea. This needs to be fixed asap - worst case it needs to be
  reverted before the next OTA.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1583543/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1559952] Re: slow running pc

2016-06-14 Thread chris brown
Hi Christopher,
I've loaded Ubuntu 16
Problems reseolved.
Many thanks
Chris

On 12 June 2016 at 15:03, Christopher M. Penalver <
christopher.m.penal...@gmail.com> wrote:

> chris brown, in order to allow additional upstream developers to examine
> the issue, at your earliest convenience, could you please test the latest
> upstream kernel available from
> http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D ? Please keep in
> mind the following:
> 1) The one to test is at the very top line at the top of the page (not the
> daily folder).
> 2) The release names are irrelevant.
> 3) The folder time stamps aren't indicative of when the kernel actually
> was released upstream.
> 4) Install instructions are available at
> https://wiki.ubuntu.com/Kernel/MainlineBuilds .
>
> If testing on your main install would be inconvenient, one may:
> 1) Install Ubuntu to a different partition and then test this there.
> 2) Backup, or clone the primary install.
>
> If the latest kernel did not allow you to test to the issue (ex. you
> couldn't boot into the OS) please make a comment in your report about this,
> and continue to test the next most recent kernel version until you can test
> to the issue. Once you've tested the upstream kernel, please comment on
> which kernel version specifically you tested. If this issue is fixed in the
> mainline kernel, please add the following tags by clicking on the yellow
> circle with a black pencil icon, next to the word Tags, located at the
> bottom of the report description:
> kernel-fixed-upstream
> kernel-fixed-upstream-X.Y-rcZ
>
> Where X, and Y are the first two numbers of the kernel version, and Z is
> the release candidate number if it exists.
>
> If the mainline kernel does not fix the issue, please add the following
> tags:
> kernel-bug-exists-upstream
> kernel-bug-exists-upstream-X.Y-rcZ
>
> Please note, an error to install the kernel does not fit the criteria of
> kernel-bug-exists-upstream.
>
> Also, you don't need to apport-collect further unless specifically
> requested to do so.
>
> Once testing of the latest upstream kernel is complete, please mark this
> report Status Confirmed. Please let us know your results.
>
> Thank you for your understanding.
>
> ** Tags added: latest-bios-a07
>
> ** Changed in: xorg (Ubuntu)
>Importance: Low => Medium
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1559952
>
> Title:
>   slow running pc
>
> Status in xorg package in Ubuntu:
>   Incomplete
>
> Bug description:
>   slow running pc
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: xorg 1:7.7+1ubuntu8.1
>   ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
>   Uname: Linux 3.13.0-79-generic i686
>   .tmp.unity.support.test.0:
>
>   ApportVersion: 2.14.1-0ubuntu3.19
>   Architecture: i386
>   CompizPlugins: No value set for
> `/apps/compiz-1/general/screen0/options/active_plugins'
>   CompositorRunning: compiz
>   CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
>   CompositorUnredirectFSW: true
>   Date: Mon Mar 21 09:25:49 2016
>   DistUpgraded: 2015-02-10 16:45:11,631 DEBUG enabling apt cron job
>   DistroCodename: trusty
>   DistroVariant: ubuntu
>   ExtraDebuggingInterest: I just need to know a workaround
>   GraphicsCard:
>Advanced Micro Devices, Inc. [AMD/ATI] RV370 [Radeon X300] [1002:5b60]
> (prog-if 00 [VGA controller])
>  Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:0602]
>  Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:0603]
>   InstallationDate: Installed on 2011-11-13 (1589 days ago)
>   InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386
> (20111012)
>   MachineType: Dell Inc. Dell DM051
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-79-generic
> root=UUID=67826823-094e-43a7-9f61-885e0f605b44 ro splash quiet
>   SourcePackage: xorg
>   UpgradeStatus: Upgraded to trusty on 2015-02-10 (404 days ago)
>   dmi.bios.date: 01/08/2007
>   dmi.bios.vendor: Dell Inc.
>   dmi.bios.version: A07
>   dmi.board.name: 0WG261
>   dmi.board.vendor: Dell Inc.
>   dmi.chassis.type: 6
>   dmi.chassis.vendor: Dell Inc.
>   dmi.modalias:
> dmi:bvnDellInc.:bvrA07:bd01/08/2007:svnDellInc.:pnDellDM051:pvr:rvnDellInc.:rn0WG261:rvr:cvnDellInc.:ct6:cvr:
>   dmi.product.name: Dell DM051
>   dmi.sys.vendor: Dell Inc.
>   version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
>   version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
>   version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev
> 1:2.8.2-1ubuntu2
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
>   version.xserver-xorg-video-intel: 

[Touch-packages] [Bug 1590844] Re: Bluetooth headset not working with Meizu Pro 5 Ubuntu Edition

2016-06-14 Thread Alexandre Payet
** Changed in: turbo
   Status: New => Confirmed

-- 
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/1590844

Title:
  Bluetooth headset not working with Meizu Pro 5 Ubuntu Edition

Status in Canonical System Image:
  Confirmed
Status in turbo:
  Confirmed
Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  My bluetooth headset perfectly connects to my Meizu Pro 5. However,
  the sound quality is so poor (a lot of noise) such that you don't
  understand your communication partner. Note that the headset works
  perfectly together with Ubuntu on my Nexus 4.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1590844/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1591382] Re: [SRU] Add support for newton cloud-archive

2016-06-14 Thread Adam Conrad
Hello Corey, or anyone else affected,

Accepted software-properties into xenial-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/software-properties/0.96.20.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: software-properties (Ubuntu Xenial)
   Status: New => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1591382

Title:
  [SRU] Add support for newton cloud-archive

Status in software-properties package in Ubuntu:
  Fix Released
Status in software-properties source package in Xenial:
  Fix Committed
Status in software-properties source package in Yakkety:
  Fix Released

Bug description:
  Please add support for:

 cloud-archive:newton
 cloud-archive:newton-proposed

  This will also need to be SRU'ed back to xenial.

  [Impact]
  End users have to manually enable the newton cloud archive pockets.

  [Test case]
  sudo add-apt-repository cloud-archive:newton
  sudo add-apt-repository cloud-archive:newton-proposed

  [Regression potential]
  Limited - just a data item addition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1591382/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 890784] Re: Gnome-terminal continues to show outline cursor after getting focus

2016-06-14 Thread Michael Schaller
We would also like to see a backport to Trusty. Should we open a new bug
to request this?

-- 
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/890784

Title:
  Gnome-terminal continues to show outline cursor after getting focus

Status in GTK+:
  Fix Released
Status in gtk+3.0 package in Ubuntu:
  Fix Released

Bug description:
  Normall, it works like this: When a terminal is focused its cursor is
  solid (and blinking).  When a terminal is not focused, its cursor is
  an outline (and doesn't blink).

  Sometimes (but increasingly more often in Oneiric than with older
  versions) I get the outline cursor even when my GNOME Terminal is
  focused.

  Steps to reproduce:
  1. Open two windows on different workspaces: say, a browser on workspace 1, 
and a terminal on workspace 2
  2. Focus the browser window
  3. Trigger the Scale plugin for windows on all workspaces (W is the 
default keybinding for this, I believe)
  4. Click on the terminal to focus it (and switch to workspace 2)

  Expected behavior: cursor in terminal is filled solid and blinking

  Actual behaviour: cursor in terminal is an empty, non-blinking
  outline.

  This does not appear to happen when the terminal is on the same
  workspace as the window I'm switching from.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/890784/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1294699] Re: Xubuntu desktop crashes in call to cairo after setting fixed-width bitmap (pcf) GTK font

2016-06-14 Thread Vlad Orlov
What a mess. For some reason I can't change the Arch Linux entry to
point to their gtk-engine-murrine package and to the bug report with
patch (https://bugs.archlinux.org/task/48294). Sorry about that.

** Package changed: gtk+2.0 (Ubuntu) => ubuntu

** Package changed: ubuntu => gtk2-engines-murrine (Ubuntu)

** Package changed: gtk+2.0 (Arch Linux) => archlinux

** Bug watch added: Red Hat Bugzilla #1310313
   https://bugzilla.redhat.com/show_bug.cgi?id=1310313

** Also affects: gtk2-engines-murrine (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=1310313
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1294699

Title:
  Xubuntu desktop crashes in call to cairo after setting fixed-width
  bitmap (pcf) GTK font

Status in xfdesktop:
  New
Status in gtk2-engines-murrine package in Ubuntu:
  Confirmed
Status in terminator package in Ubuntu:
  Confirmed
Status in Arch Linux:
  New
Status in gtk2-engines-murrine package in Fedora:
  Unknown

Bug description:
  Reproduce: In Xubuntu (xfce), go to Settings Manager -> Appearance ->
  Fonts -> Default Font, select an installed fixed-width, bitmapped .pcf
  font (e.g. ProFont).  Desktop crashes; the new font does appear in the
  apport dialogs, but attempting to log back into the session, xfdesktop
  crashes with an assert in cairo, with gtk up the stacktrace:

  cairo-scaled-font.c:459: _cairo_scaled_glyph_page_destroy: Assertion
  `!scaled_font->cache_frozen' failed.

  To undo the change and be able to log in, I had to remove the GTK Font
  property in xfce4's xsettings.xml config file.  It would be a fair
  limitation if certain bitmap fonts failed over gracefully or were
  disallowed for selection, however, allowing an the interface to select
  the font without error, and then crashing and hanging the session on
  every login, leaving the config in a bad state should be fixed.

  uname:
  3.11.0-18-generic #32-Ubuntu SMP Tue Feb 18 21:11:14 UTC 2014 x86_64 x86_64 
x86_64 GNU/Linux

  lsb_release:
  Distributor ID:   Ubuntu
  Description:  Ubuntu 13.10
  Release:  13.10
  Codename: saucy

  Similar report seen in archlinux/xfce4:
  https://bbs.archlinux.org/viewtopic.php?id=169433

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: libgtk2.0-0 2.24.20-1ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  Uname: Linux 3.11.0-18-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Wed Mar 19 10:41:54 2014
  InstallationDate: Installed on 2013-11-01 (138 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gtk+2.0
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfdesktop/+bug/1294699/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1569876] Re: Mouse trails disappear only on window refresh

2016-06-14 Thread Avishay
I've tested 4 different versions of nvidia drivers and all behaved the
same. I haven't encountered a version that provided a better workaround.

I haven't mentioned it in the original post but it's probably relevant -
if I switch an external monitor the new monitor is not detected. In
order for the laptop to detect a new external monitor I need to
logout/reboot.

-- 
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/1569876

Title:
  Mouse trails disappear only on window refresh

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  While using nouveau, when I move the mouse it leaves trails that
  disappear when I move the mouse over them or when I refresh the
  screen. The mouse cursor is distorted when moving it slowly which
  makes it harder to click on small buttons (e.g., resizing a window) as
  it's hard to tell where exactly the mouse is located.

  WORKAROUND: Use nivida 367.18.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  BootLog: /dev/sda6: clean, 789425/48300032 files, 33613548/193179136 blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Wed Apr 13 15:29:36 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: kubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-17-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-18-generic, x86_64: installed
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation Skylake Integrated Graphics [8086:191b] (rev 06) (prog-if 
00 [VGA controller])
     Subsystem: Lenovo Skylake Integrated Graphics [17aa:222e]
   NVIDIA Corporation GM107GLM [Quadro M1000M] [10de:13b1] (rev a2) (prog-if 00 
[VGA controller])
     Subsystem: Lenovo GM107GLM [Quadro M1000M] [17aa:222e]
  InstallationDate: Installed on 2016-04-01 (12 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160331)
  MachineType: LENOVO 20EN0013US
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-18-generic 
root=UUID=8e0207fc-0fb8-42e7-9dfc-a301c74d2146 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/08/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1EET47W (1.21 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20EN0013US
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1EET47W(1.21):bd03/08/2016:svnLENOVO:pn20EN0013US:pvrThinkPadP50:rvnLENOVO:rn20EN0013US:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20EN0013US
  dmi.product.version: ThinkPad P50
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+16.04.20160331-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Wed Apr 13 07:51:19 2016
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
   Unknown chipset: NV117
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.3-1ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1569876/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1588837] Re: qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError: Cannot read property 'titleComponent' of null

2016-06-14 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (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
Ubuntu.
https://bugs.launchpad.net/bugs/1588837

Title:
  qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError: Cannot read
  property 'titleComponent' of null

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Page {
  id: bufferPage
  header: PageHeader {
  title: "foo"
  subtitle: "bar"
  }
  }

  Setting PageHeader.subtitle is racy and produces the following errors
  on startup:

  file:///usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError:
  Cannot read property 'titleComponent' of null

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1588837/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1566747] Re: Mir server with QtUbuntu client can cause system crash or Android GPU driver stall (Qualcomm)

2016-06-14 Thread Nick Dedekind
Confirmed fixed on n7 & n4. Marking as "Fix Released"

** Changed in: mir
   Status: Confirmed => Fix Released

** Changed in: qtubuntu
   Status: Confirmed => Invalid

** Changed in: mir (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1566747

Title:
  Mir server with QtUbuntu client can cause system crash or Android GPU
  driver stall (Qualcomm)

Status in Mir:
  Fix Released
Status in qtubuntu:
  Invalid
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  While investigating new surface occlusion work in unity8 I've noticed that 
resizing a client multiple times can cause the system to either crash or a 
kworker process to cycle at 100% while attempting to reset the GPU.
  Only seems to occur on Qualcomm devices

  To Reproduce:
  I've written an extension for the demo server which can be found @ 
https://code.launchpad.net/~nick-dedekind/mir/occlusion-test-failures

  Server:
  mir_demo_server --test-resize [--test-resize-timeout=200]

  Client:
  QT_QPA_PLATFORM=ubuntumirclient qmlscene Test.qml

  -
  [Test.qml]
  Item {
     width: 700
     height: 1000
  }
  -

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1566747/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1493559] Re: [Ubuntu-phone] Bulgarian layout missing

2016-06-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-keyboard (Ubuntu)
   Status: New => Confirmed

-- 
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/1493559

Title:
  [Ubuntu-phone] Bulgarian layout missing

Status in Canonical System Image:
  Confirmed
Status in ubuntu-keyboard package in Ubuntu:
  Confirmed

Bug description:
  Hello, bulgarian phonetic and bulgarian bds keyboard layout missing.
  Тhere is russian, but nothing to do with bulgarian.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1493559/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1588837] Re: qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError: Cannot read property 'titleComponent' of null

2016-06-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~tpeeters/ubuntu-ui-toolkit/nullTitleComponent

-- 
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/1588837

Title:
  qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError: Cannot read
  property 'titleComponent' of null

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Page {
  id: bufferPage
  header: PageHeader {
  title: "foo"
  subtitle: "bar"
  }
  }

  Setting PageHeader.subtitle is racy and produces the following errors
  on startup:

  file:///usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError:
  Cannot read property 'titleComponent' of null

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1588837/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1588837] Re: qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError: Cannot read property 'titleComponent' of null

2016-06-14 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => 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/1588837

Title:
  qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError: Cannot read
  property 'titleComponent' of null

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Page {
  id: bufferPage
  header: PageHeader {
  title: "foo"
  subtitle: "bar"
  }
  }

  Setting PageHeader.subtitle is racy and produces the following errors
  on startup:

  file:///usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError:
  Cannot read property 'titleComponent' of null

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1588837/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-06-14 Thread Alexandre Abreu
** Changed in: webapps-core
   Status: In Progress => Fix Committed

** Changed in: webapps-sprint
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1557566

Title:
  [webapps] Cannot save image

Status in Canonical System Image:
  In Progress
Status in The Webapps-core project:
  Fix Committed
Status in webapps-sprint:
  Fix Committed
Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Invalid
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  Test case.
  - Open Twitter app.
  - Long tap on an image (e.g. an avatar) to display the context menu.
  - Select option to save image.
  - Select Gallery app.

  Expected result.
  - Image is saved in the gallery app.

  Actual result.
  - Nothing happens.

  There are some apparmor denials in the dbus.log:
  http://paste.ubuntu.com/15391947/

  current build number: 280
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1557566/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1530371] Re: Number of unread messages within icon

2016-06-14 Thread Pat McGowan
This seems like a simple oversight that it was not implemented
originally

** Changed in: messaging-app (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: messaging-app (Ubuntu)
   Status: Incomplete => Confirmed

** Changed in: messaging-app (Ubuntu)
 Assignee: (unassigned) => Gustavo Pichorim Boiko (boiko)

** Also affects: band-aids-uphone
   Importance: Undecided
   Status: New

-- 
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/1530371

Title:
  Number of unread messages within icon

Status in Band-aids for Ubuntu Phone:
  New
Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  Triaged
Status in messaging-app package in Ubuntu:
  Confirmed

Bug description:
  It would be nice to display the total number of unread messages within
  the icon (like the telegram app does).

To manage notifications about this bug go to:
https://bugs.launchpad.net/band-aids-uphone/+bug/1530371/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1583271] Re: drop libertine-demo & ubuntu-pd

2016-06-14 Thread kevin gunn
"If that's the case, this would mean we would leave the bq-aquaris-pd.en
channel for frieza and cooler (just use the ubuntu rootfses, not ubuntu-
pd) and need to create a new set of channels for turbo - something like
meizu-pd.en and meizu-pd.zh.

Does that sound correct?"

yes - that effectively sounds correct

and just to be clear
frieza/cooler = ubuntu rootfs + custom tarball that has libertine-scope 
favorited & puritine click
turbo = ubuntu rootfs + custom tarball that has libertine-scope favorited & 
empty-click, but no preinstalled puritine click, puritine click will download 
from the store.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1583271

Title:
  drop libertine-demo & ubuntu-pd

Status in The Avila project:
  New
Status in Canonical System Image:
  Confirmed
Status in Ubuntu system image:
  In Progress
Status in ubuntu-touch-meta package in Ubuntu:
  Fix Released
Status in ubuntu-touch-meta package in Ubuntu RTM:
  Fix Released

Bug description:
  Moving to deliver legacy Xapps in the puritine click via the store requires 
that we drop the libertine-demo pkg from the image.
  As well, this means that xorg and other libertine pkgs can now be seeded into 
the normal ubuntu images (non-pd)

  note, this bug must be done in coordination with these
  bug 1583268
  bug 1583265

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1583271/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1589839] Re: webbrowser-app crashed with SIGSEGV

2016-06-14 Thread Alan Pope 
** Information type changed from Private to Public

-- 
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/1589839

Title:
  webbrowser-app crashed with SIGSEGV

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  webbrowser-app crashed with SIGSEGV
  Segmentation fault (ubuntu 16.10/nouveau)

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: webbrowser-app 0.23+16.10.20160526-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  ApportVersion: 2.20.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jun  7 10:40:35 2016
  ExecutablePath: /usr/bin/webbrowser-app
  InstallationDate: Installed on 2016-06-05 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcCmdline: webbrowser-app
  SegvAnalysis:
   Segfault happened at: 0x7f0eeb0bd06c:mov0x8(%rsi),%edx
   PC (0x7f0eeb0bd06c) ok
   source "0x8(%rsi)" (0x0008) not located in a known VMA region (needed 
readable region)!
   destination "%edx" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: webbrowser-app
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/libOxideQtCore.so.0
  Title: webbrowser-app crashed with SIGSEGV
  UpgradeStatus: Upgraded to yakkety on 2016-06-05 (1 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1589839/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1503213] Re: webbrowser-app crashed with SIGSEGV

2016-06-14 Thread Alan Pope 
** Information type changed from Private to Public

-- 
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/1503213

Title:
  webbrowser-app crashed with SIGSEGV

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  webbrowser-app crashed with SIGSEGV

  webbrowser-app 
  
file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/1.3/Sections.qml:96: 
TypeError: Cannot read property 'length' of undefined
  qml: Loaded 3 UA override(s) from 
file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Web/ua-overrides-desktop.js
  nouveau: kernel rejected pushbuf: No such file or directory
  nouveau: ch0: krec 0 pushes 1 bufs 4 relocs 0
  nouveau: ch0: buf  0002 0004 0004 
  nouveau: ch0: buf 0001 0006 0004  0004
  nouveau: ch0: buf 0002 0038 0004 0004 
  nouveau: ch0: buf 0003 0032 0002  0002
  nouveau: ch0: psh  048170 0481e4
  nouveau:  0x0004a200
  nouveau:  0x0001
  nouveau:  0x0004a314
  nouveau:  0x0400
  nouveau:  0x0018a21c
  nouveau:  0x
  nouveau:  0x0040
  nouveau:  0x0400
  nouveau:  0x0100
  nouveau:  0x0001
  nouveau:  0x
  nouveau:  0x0008a238
  nouveau:  0x
  nouveau:  0x
  nouveau:  0x0008a30c
  nouveau:  0x207f3000
  nouveau:  0x20685000
  nouveau:  0x0004a234
  nouveau:  0x
  nouveau:  0x0010a31c
  nouveau:  0x0400
  nouveau:  0x0100
  nouveau:  0x0101
  nouveau:  0x
  nouveau:  0x00107b00
  nouveau:  0x
  nouveau:  0x20217000
  nouveau:  0x005d
  nouveau:  0x1000f010
  Segmentation fault (core dumped)

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: webbrowser-app 0.23+15.10.20150929-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-14.16-generic 4.2.2
  Uname: Linux 4.2.0-14-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Tue Oct  6 13:02:27 2015
  ExecutablePath: /usr/bin/webbrowser-app
  InstallationDate: Installed on 2015-09-18 (17 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150918)
  ProcCmdline: webbrowser-app
  SegvAnalysis:
   Segfault happened at: 0x7f6aa5fd6687:mov(%rax),%eax
   PC (0x7f6aa5fd6687) ok
   source "(%rax)" (0x7f6ab000a000) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: webbrowser-app
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
  Title: webbrowser-app crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1503213/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1574582] Re: HP lt4120 Snapdragon X5 LTE USB modem not recognized by network-manager

2016-06-14 Thread Petr Kutalek
Felix,

'99-XXX.rules' file used to work for me on lt4120 and HP EliteBook 840
G3 few weeks ago on 16.04LTS. Unfortunatelly, it does not work now. I
have absolutely no idea what has changed. (mmcli -L finds my modem,
however, I am unable to communicate with it. mmcli -L shows "unknown
modem").

Are you able to initiate your modem via this commands?

sudo sh -c 'echo "1" > /sys/bus/usb/devices/usbX/X-X/bConfigurationValue' (find 
and use appropiate Xes for you)
sudo modprobe -b qmi_wwan
sudo sh -c 'echo "03f0 9d1d" > /sys/bus/usb/drivers/qmi_wwan'

Then mmcli -L

Petr

-- 
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/1574582

Title:
  HP lt4120 Snapdragon X5 LTE USB modem not recognized by network-
  manager

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  USB modem not recognized by network-manager. Modem information in
  attached

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.376
  Date: Mon Apr 25 11:14:04 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 10.106.36.1 dev wlp2s0  proto static  metric 600 
   1.1.1.1 via 10.106.36.1 dev wlp2s0  proto dhcp  metric 600 
   10.106.36.0/22 dev wlp2s0  proto kernel  scope link  src 10.106.39.123  
metric 600 
   169.254.0.0/16 dev wlp2s0  scope link  metric 1000
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE   TYPE  STATE DBUS-PATH   
   CONNECTION  CON-UUID  CON-PATH   

   wlp2s0   wifi  connected 
/org/freedesktop/NetworkManager/Devices/1  IQORAMS_REPAIR  
3b1e13ff-f9c9-4a49-a576-465bc2713e21  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   enxb2e41f35ffe1  ethernet  disconnected  
/org/freedesktop/NetworkManager/Devices/2  --  --   
 -- 
   enp0s31f6ethernet  unavailable   
/org/freedesktop/NetworkManager/Devices/3  --  --   
 -- 
   lo   loopback  unmanaged 
/org/freedesktop/NetworkManager/Devices/0  --  --   
 --
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1574582/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1545959] Re: Can't login when Ubuntu is a member of AD

2016-06-14 Thread Andrea Azzarone
** Also affects: lightdm (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: unity (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/1545959

Title:
  Can't login when Ubuntu is a member of AD

Status in lightdm package in Ubuntu:
  New

Bug description:
  One cannot login from the GUI on Ubuntu 14.04 and 16.04 (and probably
  others) when Ubuntu is connected to Active Directory before one has
  logged in from TTY or SSH.

  Reproduce:

  1. Install Ubuntu.
  2. Run 'echo "greeter-show-manual-login=true" >> 
/usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf && echo "" >> 
/usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf' to enable manual login from 
the GUI.
  3. Connect computer to Active Directory (maybe the same bug exists if you 
connect to LDAP instead).
  4. Try logging in from the GUI with some user account from AD - it does not 
work.

  Workaround:

  1. Login with the same account from TTY or SSH.
  2. Back in the GUI, the account can be selected and login works.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1545959/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1438510] Re: [REGRESSION] bluetooth headset no longer supports a2dp

2016-06-14 Thread Louis Bouchard
Testing with a JBL SB400 BT on a Lenovo Thinkpad T450S with the intel
ibt driver on F/W version 37081001103110e23 works correctly.

Doing a parallel test on my laptop (HP evo 850) that has :

[12383.666088] Bluetooth: hci0: read Intel version: 370710018002030d00
[12383.666095] Bluetooth: hci0: Intel Bluetooth firmware file: 
intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq

Fails according to the bug report.

So it may be firmware related

-- 
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/1438510

Title:
  [REGRESSION] bluetooth headset no longer supports a2dp

Status in bluez package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed
Status in bluez source package in Vivid:
  Confirmed
Status in pulseaudio source package in Vivid:
  Confirmed

Bug description:
  Just installed 15.04 fresh from the latest ISO (beta2).

  I'm bummed to see my bluetooth headset (Bose Soundlink overear) seems
  to have regressed in functionality.

  In 14.10, I was able to set the output profile either to a2dp or
  hsp/hfp (telephony duplex).

  In 15.04, it only works in telephony duplex mode.  I can't get high
  fidelity sound playback to work at all.

  This thread seems to be related, though the workaround within did not solve 
the problem for me:
  https://bbs.archlinux.org/viewtopic.php?id=194006

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1438510/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1591898] Re: NetworkManager should parse system config from /run/NetworkManager

2016-06-14 Thread Mathieu Trudel-Lapierre
** Changed in: network-manager (Ubuntu)
   Status: New => In Progress

** Changed in: network-manager (Ubuntu)
   Importance: Undecided => Medium

** Changed in: network-manager (Ubuntu)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (cyphermox)

-- 
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/1591898

Title:
  NetworkManager should parse system config from /run/NetworkManager

Status in network-manager package in Ubuntu:
  In Progress

Bug description:
  NetworkManager currently only reads configuration files from
  /etc/NetworkManager/NetworkManager.conf and
  /etc/NetworkManager/conf.d.

  It should be possible to also read and write config from
  /run/NetworkManager/conf.d; so that any changes to the system
  configuration done by NM would land in /run, rather than modifying
  /etc/ (which is meant only to be changed by the system owner). This
  would also allow other system tools to add configuration for
  NetworkManager to use, that might be dynamically written.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1591898/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592384] [NEW] package account-plugin-facebook (not installed) failed to install/upgrade: Versuch, »/etc/signon-ui/webkit-options.d/www.facebook.com.conf« zu überschreiben, welch

2016-06-14 Thread Nils
Public bug reported:

Error at system startup

Description:Ubuntu 16.04 LTS
Release:16.04

account-plugin-facebook:
  Installiert:   (keine)
  Installationskandidat: 0.12+16.04.20160126-0ubuntu1
  Versionstabelle:
 0.12+16.04.20160126-0ubuntu1 500
500 http://de.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
500 http://de.archive.ubuntu.com/ubuntu xenial/main i386 Packages

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: account-plugin-facebook (not installed)
ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
Uname: Linux 4.4.0-24-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Thu Jun  9 20:26:57 2016
ErrorMessage: Versuch, »/etc/signon-ui/webkit-options.d/www.facebook.com.conf« 
zu überschreiben, welches auch in Paket kaccounts-providers 4:15.12.3-0ubuntu1 
ist
InstallationDate: Installed on 2016-05-24 (20 days ago)
InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: account-plugins
Title: package account-plugin-facebook (not installed) failed to 
install/upgrade: Versuch, 
»/etc/signon-ui/webkit-options.d/www.facebook.com.conf« zu überschreiben, 
welches auch in Paket kaccounts-providers 4:15.12.3-0ubuntu1 ist
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: account-plugins (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1592384

Title:
  package account-plugin-facebook (not installed) failed to
  install/upgrade: Versuch, »/etc/signon-ui/webkit-
  options.d/www.facebook.com.conf« zu überschreiben, welches auch in
  Paket kaccounts-providers 4:15.12.3-0ubuntu1 ist

Status in account-plugins package in Ubuntu:
  New

Bug description:
  Error at system startup

  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  account-plugin-facebook:
Installiert:   (keine)
Installationskandidat: 0.12+16.04.20160126-0ubuntu1
Versionstabelle:
   0.12+16.04.20160126-0ubuntu1 500
  500 http://de.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  500 http://de.archive.ubuntu.com/ubuntu xenial/main i386 Packages

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: account-plugin-facebook (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
  Uname: Linux 4.4.0-24-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Thu Jun  9 20:26:57 2016
  ErrorMessage: Versuch, 
»/etc/signon-ui/webkit-options.d/www.facebook.com.conf« zu überschreiben, 
welches auch in Paket kaccounts-providers 4:15.12.3-0ubuntu1 ist
  InstallationDate: Installed on 2016-05-24 (20 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: account-plugins
  Title: package account-plugin-facebook (not installed) failed to 
install/upgrade: Versuch, 
»/etc/signon-ui/webkit-options.d/www.facebook.com.conf« zu überschreiben, 
welches auch in Paket kaccounts-providers 4:15.12.3-0ubuntu1 ist
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1592384/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1519250] Re: when resizing unity8 window (fake) unity rotates to landscape

2016-06-14 Thread Daniel d'Andrada
In my experience, usage of ./run.sh is being phased out. I don't
remember the last time I used it (long time ago). I believe that for
local testing on the desktop, it got effectively replaced by manul
qmltest targets such as "make tryOrientedShell", "make tryShell", "make
tryDesktopStage" etc.

-- 
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/1519250

Title:
  when resizing unity8 window (fake) unity rotates to landscape

Status in unity8 package in Ubuntu:
  Won't Fix

Bug description:
  16.04, trunk, i'm running ./run.sh

  steps, ./run.sh, unlock, resize unity8 window. unity8 rotates to
  landscape (most of the times). resize back the window and it goes to
  portrait

   Guest33114, (not sure if you want your nick to remain that), I got to 
reproduce, there's a binding loop printed which might be the culprit:
   OrientedShell.qml:176:5: QML Shell: Binding loop detected for 
property "orientation"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1519250/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592378] Re: sms app allows to write any string, even if non associated to contacts Edit

2016-06-14 Thread Pat McGowan
** Also affects: messaging-app (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/1592378

Title:
  sms app allows to write any string, even if non associated to contacts
  Edit

Status in Canonical System Image:
  New
Status in messaging-app package in Ubuntu:
  New

Bug description:
  When composing a new sms, the to: field can be populated with any
  string. If the string doesn't match a contact the app lets you write
  it nevertheless - most surely resulting in a failed message. Maybe we
  can pop up an error message before it gets "sent" if it's not a phone
  number && it's not a contact?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1592378/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592395] [NEW] Add test to notice when copyrights need updating

2016-06-14 Thread Michael Terry
Public bug reported:

Right now, we update copyright headers haphazardly.  But it should be
easy to automate.

A line like this should get all the files in bzr that updated this year:

bzr status --short --versioned -r date:2016-01-01.. | grep -v ^-D | grep
-v '^R '

Then we use one of the various copyright update tools in the archive to
check/update those files.  (Something like copyright-update,
licensecheck, license-reconcile, or licensing.  I haven't surveyed them
for which is best for us.)

So we could add a test for this and a convenience script to
automatically update the files that are out of date.

** Affects: unity8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/1592395

Title:
  Add test to notice when copyrights need updating

Status in unity8 package in Ubuntu:
  New

Bug description:
  Right now, we update copyright headers haphazardly.  But it should be
  easy to automate.

  A line like this should get all the files in bzr that updated this
  year:

  bzr status --short --versioned -r date:2016-01-01.. | grep -v ^-D |
  grep -v '^R '

  Then we use one of the various copyright update tools in the archive
  to check/update those files.  (Something like copyright-update,
  licensecheck, license-reconcile, or licensing.  I haven't surveyed
  them for which is best for us.)

  So we could add a test for this and a convenience script to
  automatically update the files that are out of date.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1592395/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1576711] Re: [xenial] Enable arm64 build

2016-06-14 Thread Jean-Baptiste Lallement
** Changed in: aethercast
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libhybris in Ubuntu.
https://bugs.launchpad.net/bugs/1576711

Title:
  [xenial] Enable arm64 build

Status in aethercast:
  Fix Released
Status in Canonical System Image:
  In Progress
Status in initramfs-tools-ubuntu-touch package in Ubuntu:
  New
Status in libhybris package in Ubuntu:
  Fix Released
Status in qtubuntu-camera package in Ubuntu:
  Fix Released
Status in qtubuntu-media package in Ubuntu:
  Fix Committed
Status in qtubuntu-sensors package in Ubuntu:
  Fix Released
Status in ubuntu-touch-meta package in Ubuntu:
  Fix Released
Status in unity-scope-click package in Ubuntu:
  Fix Released

Bug description:
  Tracking bug for touch packages without arm64 enabled on xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/aethercast/+bug/1576711/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 798414] Re: update-initramfs should produce a more helpful error when there isn't enough free space

2016-06-14 Thread Marcin
you can always bypass this, just use Terminal and sudo apt-get upgrade
command

-- 
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/798414

Title:
  update-initramfs should produce a more helpful error when there isn't
  enough  free space

Status in initramfs-tools:
  Confirmed
Status in initramfs-tools package in Ubuntu:
  In Progress

Bug description:
  Binary package hint: initramfs-tools

  When generating a new initramfs there is no check for available free
  space, subsequently its possible for update-initramfs to fail due to a
  lack of free space.  This is resulting in package installation
  failures for initramfs-tools.  For example:

  Setting up initramfs-tools (0.98.8ubuntu3) ...
  update-initramfs: deferring update (trigger activated)
  Processing triggers for initramfs-tools ...
  update-initramfs: Generating /boot/initrd.img-2.6.38-8-generic

  gzip: stdout: No space left on device
  E: mkinitramfs failure cpio 141 gzip 1
  update-initramfs: failed for /boot/initrd.img-2.6.38-8-generic
  dpkg: error processing initramfs-tools (--configure):
   subprocess installed post-installation script returned error exit status 1

  WORKAROUND:

  Remove unused kernels using computer janitor (not in repositories for
  14.04 or later) or manually free space on your partition containing
  the /boot file system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/798414/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1576228] Re: Black borders around all windows

2016-06-14 Thread Christopher M. Penalver
** Changed in: xorg (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1576228

Title:
  Black borders around all windows

Status in xorg package in Ubuntu:
  New

Bug description:
  There seems to be a bug somewhere  in [ kernel OR xorg OR nvidia proprietary 
driver ] in the display stack.
  After the laptop ( dell XPS L501X ) resumes from suspend there are wide black 
borders around all windows with close/minimize/maximize buttons blacked out.

  [ image attached: black border on all windows ]

  It occurs inconsistently, as it doesn't happen every time the computer 
resumes.
  ( Slight possibility that it usually occurs after long suspend, i.e. resuming 
after long time ).
  
=

  Also there seems to be certain amount of performance degradation as if
  the graphics driver was running at half-strength ( and I don't  mean
  software-only rendering, neither do I mean switch over to nouveau open
  source driver )

  The "nVidia X Server Settings" app suggests its in maximum performance
  mode.

  
==

  Adhoc Workaround: switch display layout ( I have an external
  monitor/TV attached to HDMI port ) changing anything such as
  arrangement or resolution of the displays, etcetera... corrects the
  black border issue ( and also possibly performance issue )

  This bug has been present in Ubuntu 14.04, 15.04, 15.10 and now in
  16.04 as well. ( It was probably present before that as well )

  
==

  p.s. this is only partial duplicate of black border issue as the black
  borders appear on every window, not just windows with new header bars
  or client side decoration...

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..02.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:02:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.42  Tue Mar 22 18:10:58 
PDT 2016
   GCC version:  gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  BootLog: [  OK  ] Started LSB: Speech Dispatcher.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Apr 28 18:43:37 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-21-generic, x86_64: installed
   nvidia-361, 361.42, 4.4.0-21-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GF108M [GeForce GT 435M] [10de:0df2] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Dell GF108M [GeForce GT 435M] [1028:046e]
  InstallationDate: Installed on 2016-04-23 (4 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Dell Inc. XPS L501X
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.4.0-21-generic 
root=UUID=f657e606-ac2a-49cd-9f3e-fca6a315338d ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/26/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0J1VR3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A08
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A08
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd07/26/2011:svnDellInc.:pnXPSL501X:pvrA08:rvnDellInc.:rn0J1VR3:rvrA08:cvnDellInc.:ct8:cvrA08:
  dmi.product.name: XPS L501X
  dmi.product.version: A08
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: 

[Touch-packages] [Bug 1591892] Re: except: device match doesn't work for unmanaged-devices

2016-06-14 Thread Mathieu Trudel-Lapierre
It works, once you know you need to use that to substract from
something.

ie>
unmanaged=*,except:type:wifi

Will work correctly. Closing as Invalid.

** 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/1591892

Title:
  except: device match doesn't work for unmanaged-devices

Status in network-manager package in Ubuntu:
  Invalid

Bug description:
  This should work to set any device that are not wifi to be unmanaged.

  [keyfile]
  unmanaged=except:type:wifi

  It doesn't. It needs to work. :)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1591892/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592378] Re: sms app allows to write any string, even if non associated to contacts Edit

2016-06-14 Thread Pat McGowan
We could disable the send button when there is no valid recipient
what do other devices do?

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
Milestone: None => backlog

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

-- 
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/1592378

Title:
  sms app allows to write any string, even if non associated to contacts
  Edit

Status in Canonical System Image:
  Confirmed
Status in messaging-app package in Ubuntu:
  New

Bug description:
  When composing a new sms, the to: field can be populated with any
  string. If the string doesn't match a contact the app lets you write
  it nevertheless - most surely resulting in a failed message. Maybe we
  can pop up an error message before it gets "sent" if it's not a phone
  number && it's not a contact?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1592378/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592378] Re: sms app allows to write any string, even if non associated to contacts

2016-06-14 Thread Julia Palandri
@pat in android you get a warning to correct the recipient's name or
otherwise they won't get the message.

** Summary changed:

- sms app allows to write any string, even if non associated to contacts Edit
+ sms app allows to write any string, even if non associated to contacts

-- 
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/1592378

Title:
  sms app allows to write any string, even if non associated to contacts

Status in Canonical System Image:
  Confirmed
Status in messaging-app package in Ubuntu:
  New

Bug description:
  When composing a new sms, the to: field can be populated with any
  string. If the string doesn't match a contact the app lets you write
  it nevertheless - most surely resulting in a failed message. Maybe we
  can pop up an error message before it gets "sent" if it's not a phone
  number && it's not a contact?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1592378/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1364452] Re: People's own phone number isn't where they expect to find it

2016-06-14 Thread Pat McGowan
The current display location is totally undiscoverable
The dialer app settings goes to the Phone screen, adding it there seems a good 
idea per the description
Moving it from contact settings to a Me contact is the design spec

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: Fix Released => Confirmed

** Changed in: canonical-devices-system-image
Milestone: None => backlog

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to address-book-app in
Ubuntu.
https://bugs.launchpad.net/bugs/1364452

Title:
  People's own phone number isn't where they expect to find it

Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  Fix Committed
Status in address-book-app package in Ubuntu:
  Triaged
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed

Bug description:
  Twenty people were given an Ubuntu phone and asked to find their own
  phone number. (10 were iPhone users, 8 Android, 1 Windows Phone, and 1
  feature phone user.)

  The first place they looked:
  - 9 in the Contacts app
  - 5 in System Settings "Phone" screen
  - 3 in System Settings "About" screen
  - 2 in the Dialer app contacts screen
  - 1 in System Settings "Cellular" screen.

  So, our current placement of the phone number in the "About" screen
  (bug 1221908) is suboptimal.

  Instead it should be in the Contacts app, and possibly in the "Phone" screen.
  Where the phone is dual SIM, both phone numbers should be shown.

  Only once that is done, it should be removed from the "About" screen.

  : "Address Book should always contain one
  special contact representing you as the user of the phone ... To
  indicate its purpose and resilience, the “Me” contact should be
  denoted by the word “Me” as a caption at the trailing end (with a
  translation hint stating that it should be extremely short); and the
  contact’s visual design should be subtly different from other
  contacts. Apart from those two differences, the contact should be
  displayed and ordered the same as any other contacts in the list..."

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1364452/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1503213] Re: webbrowser-app crashed with SIGSEGV

2016-06-14 Thread Launchpad Bug Tracker
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 of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1503213

Title:
  webbrowser-app crashed with SIGSEGV

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  webbrowser-app crashed with SIGSEGV

  webbrowser-app 
  
file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/1.3/Sections.qml:96: 
TypeError: Cannot read property 'length' of undefined
  qml: Loaded 3 UA override(s) from 
file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Web/ua-overrides-desktop.js
  nouveau: kernel rejected pushbuf: No such file or directory
  nouveau: ch0: krec 0 pushes 1 bufs 4 relocs 0
  nouveau: ch0: buf  0002 0004 0004 
  nouveau: ch0: buf 0001 0006 0004  0004
  nouveau: ch0: buf 0002 0038 0004 0004 
  nouveau: ch0: buf 0003 0032 0002  0002
  nouveau: ch0: psh  048170 0481e4
  nouveau:  0x0004a200
  nouveau:  0x0001
  nouveau:  0x0004a314
  nouveau:  0x0400
  nouveau:  0x0018a21c
  nouveau:  0x
  nouveau:  0x0040
  nouveau:  0x0400
  nouveau:  0x0100
  nouveau:  0x0001
  nouveau:  0x
  nouveau:  0x0008a238
  nouveau:  0x
  nouveau:  0x
  nouveau:  0x0008a30c
  nouveau:  0x207f3000
  nouveau:  0x20685000
  nouveau:  0x0004a234
  nouveau:  0x
  nouveau:  0x0010a31c
  nouveau:  0x0400
  nouveau:  0x0100
  nouveau:  0x0101
  nouveau:  0x
  nouveau:  0x00107b00
  nouveau:  0x
  nouveau:  0x20217000
  nouveau:  0x005d
  nouveau:  0x1000f010
  Segmentation fault (core dumped)

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: webbrowser-app 0.23+15.10.20150929-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-14.16-generic 4.2.2
  Uname: Linux 4.2.0-14-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Tue Oct  6 13:02:27 2015
  ExecutablePath: /usr/bin/webbrowser-app
  InstallationDate: Installed on 2015-09-18 (17 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150918)
  ProcCmdline: webbrowser-app
  SegvAnalysis:
   Segfault happened at: 0x7f6aa5fd6687:mov(%rax),%eax
   PC (0x7f6aa5fd6687) ok
   source "(%rax)" (0x7f6ab000a000) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: webbrowser-app
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
  Title: webbrowser-app crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1503213/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1589839] Re: webbrowser-app crashed with SIGSEGV

2016-06-14 Thread Launchpad Bug Tracker
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 of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1589839

Title:
  webbrowser-app crashed with SIGSEGV

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  webbrowser-app crashed with SIGSEGV
  Segmentation fault (ubuntu 16.10/nouveau)

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: webbrowser-app 0.23+16.10.20160526-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  ApportVersion: 2.20.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jun  7 10:40:35 2016
  ExecutablePath: /usr/bin/webbrowser-app
  InstallationDate: Installed on 2016-06-05 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcCmdline: webbrowser-app
  SegvAnalysis:
   Segfault happened at: 0x7f0eeb0bd06c:mov0x8(%rsi),%edx
   PC (0x7f0eeb0bd06c) ok
   source "0x8(%rsi)" (0x0008) not located in a known VMA region (needed 
readable region)!
   destination "%edx" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: webbrowser-app
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/libOxideQtCore.so.0
  Title: webbrowser-app crashed with SIGSEGV
  UpgradeStatus: Upgraded to yakkety on 2016-06-05 (1 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1589839/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1583271] Re: drop libertine-demo & ubuntu-pd

2016-06-14 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-touch-meta - 1.273

---
ubuntu-touch-meta (1.273) yakkety; urgency=medium

  * Refreshed dependencies
  * Added libtinyxml2-3 to touch
  * Added qtubuntu-android to touch [arm64]
  * Added unity-scope-click to touch [arm64]
  * Added libertine-tools to touch
  * Added python3-libertine-chroot to touch
  * Removed pocket-desktop meta-package and related seeds as it's all part of
ubuntu-touch now (LP: #1583271)

 -- Łukasz 'sil2100' Zemczak   Mon, 13 Jun
2016 17:58:39 +0300

** Changed in: ubuntu-touch-meta (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1583271

Title:
  drop libertine-demo & ubuntu-pd

Status in The Avila project:
  New
Status in Canonical System Image:
  Confirmed
Status in Ubuntu system image:
  In Progress
Status in ubuntu-touch-meta package in Ubuntu:
  Fix Released
Status in ubuntu-touch-meta package in Ubuntu RTM:
  Fix Released

Bug description:
  Moving to deliver legacy Xapps in the puritine click via the store requires 
that we drop the libertine-demo pkg from the image.
  As well, this means that xorg and other libertine pkgs can now be seeded into 
the normal ubuntu images (non-pd)

  note, this bug must be done in coordination with these
  bug 1583268
  bug 1583265

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1583271/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592386] [NEW] [SRU] add links for obtaining management and support, fix documentation link in 10-help-text

2016-06-14 Thread Dustin Kirkland 
Public bug reported:

Add links for obtaining management and support in 10-help-text, and fix
the documentation link.  Should look very simple, concise, and clean,
like this:

 * Documentation:  https://help.ubuntu.com
 * Management: https://landscape.canonical.com
 * Support:https://ubuntu.com/advantage

** Affects: base-files (Ubuntu)
 Importance: Medium
 Assignee: Dustin Kirkland  (kirkland)
 Status: Fix Committed

** Affects: base-files (Ubuntu Xenial)
 Importance: Medium
 Assignee: Dustin Kirkland  (kirkland)
 Status: Fix Committed

** Description changed:

- Add links for obtaining management and support in 10-help-text.
+ Add links for obtaining management and support in 10-help-text, and fix
+ the documentation link.  Should look very simple, concise, and clean,
+ like this:
+ 
+  * Documentation:  https://help.ubuntu.com
+  * Management: https://landscape.canonical.com
+  * Support:https://ubuntu.com/advantage

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to base-files in Ubuntu.
https://bugs.launchpad.net/bugs/1592386

Title:
  [SRU] add links for obtaining management and support, fix
  documentation link in 10-help-text

Status in base-files package in Ubuntu:
  Fix Committed
Status in base-files source package in Xenial:
  Fix Committed

Bug description:
  Add links for obtaining management and support in 10-help-text, and
  fix the documentation link.  Should look very simple, concise, and
  clean, like this:

   * Documentation:  https://help.ubuntu.com
   * Management: https://landscape.canonical.com
   * Support:https://ubuntu.com/advantage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1592386/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1448555] Re: network-manager does not autoconnect to wifi network after resume from suspend

2016-06-14 Thread Hans Deragon
Looks like this bug is a duplicate of Bug #1585863.  But I will leave
experts in the matter to decide and declare the duplication, if any.

-- 
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/1448555

Title:
  network-manager does not autoconnect to wifi network after resume from
  suspend

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to 15.04 network manager does not reconnect to the
  wifi network after resuming from a suspend to memory.

  Workaround:
  disable and re-enable wireless network -> connects immediately

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu15
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Apr 25 23:53:54 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-05-17 (708 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130424)
  IpRoute:
   default via 10.1.0.254 dev wlan0  proto static  metric 1024 
   10.0.0.0/8 dev wlan0  proto kernel  scope link  src 10.1.0.103 
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (0 days ago)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 CONNECTION  CON-UUID  CON-PATH 
  
   wlan0  wifi  connected 
/org/freedesktop/NetworkManager/Devices/1  rsb_hs  
d8793959-2da1-4dc6-85ad-2dcf9e36e64b  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   EC:88:92:61:E9:5F  btdisconnected  
/org/freedesktop/NetworkManager/Devices/2  --  --   
 -- 
   lo loopback  unmanaged 
/org/freedesktop/NetworkManager/Devices/0  --  --   
 --
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1448555/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 771395] Re: update-motd.d/10-help-text has an incomplete check for ubuntu server systems

2016-06-14 Thread Dustin Kirkland 
*** This bug is a duplicate of bug 1592386 ***
https://bugs.launchpad.net/bugs/1592386

This bug should be closed (obsoleted) by the fix to Bug #1592386

** This bug has been marked a duplicate of bug 1592386
   add links for obtaining management and support in 10-help-text

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to base-files in Ubuntu.
https://bugs.launchpad.net/bugs/771395

Title:
  update-motd.d/10-help-text has an incomplete check for ubuntu server
  systems

Status in base-files package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: base-files

  I'd just finished installing ubuntu-server i386 and was surprised to
  discover that after logging in I was presented with a link to
  help.ubuntu.com instead of www.ubuntu.com/server.  This is because the
  help text script is just looking for '-server' in the output of uname
  and there is no -server kernel for i386.

  From 10-help-text:

  URL="https://help.ubuntu.com/;
  if uname -r | grep -qs "\-server"; then
URL="http://www.ubuntu.com/server/doc;
  fi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/771395/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1585863] Re: WiFi malfunction after suspend & resume stress

2016-06-14 Thread Hans Deragon
Looks like Bug #1448555 is a duplicate of this one.

-- 
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/1585863

Title:
  WiFi malfunction after suspend & resume stress

Status in NetworkManager:
  New
Status in OEM Priority Project:
  New
Status in OEM Priority Project xenial series:
  New
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Description:Ubuntu Yakkety Yak (development branch)
  Release:16.10
  Packages:
  libnm-glib-vpn1:amd64   1.2.2-0ubuntu2
  libnm-glib4:amd64   1.2.2-0ubuntu2
  libnm-util2:amd64   1.2.2-0ubuntu2
  libnm0:amd641.2.2-0ubuntu2
  network-manager 1.2.2-0ubuntu2

  Reproduce steps:
  1. Install fwts by `sudo apt-get install fwts`.
  2. Run the suspend & resume stress test.
  sudo fwts s3 --s3-multiple=30 --s3-min-delay=5 --s3-max-delay=5 
--s3-delay-delta=5

  Expected result:
  The WiFi still functioned.

  Actual result:
  The WiFi can not connect to any access point and we have to execute `sudo 
wpa_cli scan` manually to make it work again.

  P.S. Ubuntu 16.04 also has the same issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1585863/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592386] Re: add links for obtaining management and support in 10-help-text

2016-06-14 Thread Dustin Kirkland 
The landscape-client package should consider remove the "  Graph this
data and manage this system at: https://landscape.canonical.com/;
message, now that the landscape link is handled in base-files /etc
/update-motd.d/10-help-text

** Changed in: base-files (Ubuntu)
   Importance: Undecided => Medium

** Changed in: base-files (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: base-files (Ubuntu)
 Assignee: (unassigned) => Dustin Kirkland  (kirkland)

** Also affects: base-files (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: base-files (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: base-files (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: base-files (Ubuntu Xenial)
 Assignee: (unassigned) => Dustin Kirkland  (kirkland)

** Changed in: base-files (Ubuntu Xenial)
Milestone: None => xenial-updates

** Summary changed:

- add links for obtaining management and support in 10-help-text
+ [SRU] add links for obtaining management and support, fix documentation link 
in 10-help-text

** Changed in: base-files (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Changed in: base-files (Ubuntu)
   Status: In Progress => Fix Committed

** Description changed:

  Add links for obtaining management and support in 10-help-text, and fix
  the documentation link.  Should look very simple, concise, and clean,
  like this:
  
-  * Documentation:  https://help.ubuntu.com
-  * Management: https://landscape.canonical.com
-  * Support:https://ubuntu.com/advantage
+  * Documentation:  https://help.ubuntu.com
+  * Management: https://landscape.canonical.com
+  * Support:https://ubuntu.com/advantage
+ 
+ == SRU ==
+ 
+ [Impact]
+ 
+ This impacts command line users of Ubuntu server (and desktop) systems.
+ When logging into an Ubuntu console (tty, ssh), pam displays a
+ dynamically generated MOTD (message of the day).  The current message of
+ the day on Ubuntu servers has a broken link for documentation.  We need
+ to fix that.  We should also add simple, clean, friendly links on how to
+ obtain support and remotely manage the system.
+ 
+ [Test Case]
+ 
+ Upgrade the base-files package, and then regenerate the MOTD using 'sudo
+ update-motd'.  The new motd should be printed to screen.
+ 
+ [Regression Potential]
+ 
+ None.  This change affects one simple shell script in /etc/update-
+ motd.d/10-help-text

** Also affects: landscape-client (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: landscape-client (Ubuntu)
   Importance: Undecided => Medium

** Changed in: landscape-client (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: landscape-client (Ubuntu)
   Status: New => Triaged

** Changed in: landscape-client (Ubuntu Xenial)
   Status: New => Triaged

** No longer affects: landscape-client (Ubuntu Xenial)

** No longer affects: landscape-client (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to base-files in Ubuntu.
https://bugs.launchpad.net/bugs/1592386

Title:
  [SRU] add links for obtaining management and support, fix
  documentation link in 10-help-text

Status in base-files package in Ubuntu:
  Fix Committed
Status in base-files source package in Xenial:
  Fix Committed

Bug description:
  Add links for obtaining management and support in 10-help-text, and
  fix the documentation link.  Should look very simple, concise, and
  clean, like this:

   * Documentation:  https://help.ubuntu.com
   * Management: https://landscape.canonical.com
   * Support:https://ubuntu.com/advantage

  == SRU ==

  [Impact]

  This impacts command line users of Ubuntu server (and desktop)
  systems.  When logging into an Ubuntu console (tty, ssh), pam displays
  a dynamically generated MOTD (message of the day).  The current
  message of the day on Ubuntu servers has a broken link for
  documentation.  We need to fix that.  We should also add simple,
  clean, friendly links on how to obtain support and remotely manage the
  system.

  [Test Case]

  Upgrade the base-files package, and then regenerate the MOTD using
  'sudo update-motd'.  The new motd should be printed to screen.

  [Regression Potential]

  None.  This change affects one simple shell script in /etc/update-
  motd.d/10-help-text

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1592386/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1519250] Re: when resizing unity8 window (fake) unity rotates to landscape

2016-06-14 Thread Daniel d'Andrada
And currently ./run.sh doesn't even work in my desktop.

** Changed in: unity8 (Ubuntu)
   Status: Triaged => Won't Fix

-- 
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/1519250

Title:
  when resizing unity8 window (fake) unity rotates to landscape

Status in unity8 package in Ubuntu:
  Won't Fix

Bug description:
  16.04, trunk, i'm running ./run.sh

  steps, ./run.sh, unlock, resize unity8 window. unity8 rotates to
  landscape (most of the times). resize back the window and it goes to
  portrait

   Guest33114, (not sure if you want your nick to remain that), I got to 
reproduce, there's a binding loop printed which might be the culprit:
   OrientedShell.qml:176:5: QML Shell: Binding loop detected for 
property "orientation"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1519250/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592384] Re: package account-plugin-facebook (not installed) failed to install/upgrade: Versuch, »/etc/signon-ui/webkit-options.d/www.facebook.com.conf« zu überschreiben, welches

2016-06-14 Thread Alberto Mardegan
*** This bug is a duplicate of bug 1565772 ***
https://bugs.launchpad.net/bugs/1565772

** This bug has been marked a duplicate of bug 1565772
   Allow plugins to decide which username to set on new accounts

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1592384

Title:
  package account-plugin-facebook (not installed) failed to
  install/upgrade: Versuch, »/etc/signon-ui/webkit-
  options.d/www.facebook.com.conf« zu überschreiben, welches auch in
  Paket kaccounts-providers 4:15.12.3-0ubuntu1 ist

Status in account-plugins package in Ubuntu:
  New

Bug description:
  Error at system startup

  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  account-plugin-facebook:
Installiert:   (keine)
Installationskandidat: 0.12+16.04.20160126-0ubuntu1
Versionstabelle:
   0.12+16.04.20160126-0ubuntu1 500
  500 http://de.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  500 http://de.archive.ubuntu.com/ubuntu xenial/main i386 Packages

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: account-plugin-facebook (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
  Uname: Linux 4.4.0-24-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Thu Jun  9 20:26:57 2016
  ErrorMessage: Versuch, 
»/etc/signon-ui/webkit-options.d/www.facebook.com.conf« zu überschreiben, 
welches auch in Paket kaccounts-providers 4:15.12.3-0ubuntu1 ist
  InstallationDate: Installed on 2016-05-24 (20 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: account-plugins
  Title: package account-plugin-facebook (not installed) failed to 
install/upgrade: Versuch, 
»/etc/signon-ui/webkit-options.d/www.facebook.com.conf« zu überschreiben, 
welches auch in Paket kaccounts-providers 4:15.12.3-0ubuntu1 ist
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1592384/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1380702] Re: No keyboards shortcuts in QT apps

2016-06-14 Thread erico_pt
Just reporting that this bug also affects PyQt5, on Ubuntu 14.04 and
16.04.

-- 
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/1380702

Title:
  No keyboards shortcuts in QT apps

Status in appmenu-qt5:
  In Progress
Status in Canonical System Image:
  In Progress
Status in sni-qt:
  New
Status in qtbase-opensource-src package in Ubuntu:
  In Progress

Bug description:
  In some apps built using QT4 & 5, menu shortcuts are greyed out and
  inoperant. Only alt and FKeys-based shortcuts work. Others, notably
  ctrl+c for copying, do not.

  This is quite serious ; mail me for more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt5/+bug/1380702/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1522504] Re: Should camera app need trust prompt on enabling location for the first time

2016-06-14 Thread Pat McGowan
In a separate email thread it was decided to implement the prompt as the
cleanest path to compliance and consistency

** Changed in: canonical-devices-system-image
Milestone: backlog => 12

** Summary changed:

- Should camera app need trust prompt on enabling location for the first time
+ Camera app needs to show trust prompt on enabling location for the first time

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to camera-app in Ubuntu.
https://bugs.launchpad.net/bugs/1522504

Title:
  Camera app needs to show trust prompt on enabling location for the
  first time

Status in Canonical System Image:
  Confirmed
Status in trust-store:
  New
Status in camera-app package in Ubuntu:
  Confirmed

Bug description:
  STEPS:
  1. Install the latest rc-proposed
  2. open the camera app
  3. You get a trust prompt asking for use of the camera
  4. Switch to video mode
  5. Tap on record
  6. Trust prompt is triggered again for mic access
  7. Go back to photo mode and enable loaction

  EXPECTED:
  I would expect to see a trust prompt for location here

  ACTUAL:
  It is just enabled as the trust prompt broke too many things at the time of 
conception, so camera app was whitelisted.

  Being as it is a requirement for camera to have trust prompt for
  camera and mic access should it be the same for location too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1522504/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 771395] Re: update-motd.d/10-help-text has an incomplete check for ubuntu server systems

2016-06-14 Thread Dimitri John Ledkov
*** This bug is a duplicate of bug 1592386 ***
https://bugs.launchpad.net/bugs/1592386


** Patch added: "lp771395.diff"
   
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/771395/+attachment/4683527/+files/lp771395.diff

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to base-files in Ubuntu.
https://bugs.launchpad.net/bugs/771395

Title:
  update-motd.d/10-help-text has an incomplete check for ubuntu server
  systems

Status in base-files package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: base-files

  I'd just finished installing ubuntu-server i386 and was surprised to
  discover that after logging in I was presented with a link to
  help.ubuntu.com instead of www.ubuntu.com/server.  This is because the
  help text script is just looking for '-server' in the output of uname
  and there is no -server kernel for i386.

  From 10-help-text:

  URL="https://help.ubuntu.com/;
  if uname -r | grep -qs "\-server"; then
URL="http://www.ubuntu.com/server/doc;
  fi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/771395/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592377] Re: infographics counts even failed sms

2016-06-14 Thread Pat McGowan
** Also affects: telephony-service (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

-- 
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/1592377

Title:
  infographics counts even failed sms

Status in Canonical System Image:
  Confirmed
Status in telephony-service package in Ubuntu:
  New

Bug description:
  While trying to reproduce a bug, I tried to send sms to non existing
  numbers. As expected, the sms failed to be sent, but the circle
  notification still shows "2 text messages sent today" (which isn't
  exactly accurate)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1592377/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592386] Re: [SRU] add links for obtaining management and support, fix documentation link in 10-help-text

2016-06-14 Thread Dimitri John Ledkov
** Patch added: "lp771395.diff"
   
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1592386/+attachment/4683528/+files/lp771395.diff

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to base-files in Ubuntu.
https://bugs.launchpad.net/bugs/1592386

Title:
  [SRU] add links for obtaining management and support, fix
  documentation link in 10-help-text

Status in base-files package in Ubuntu:
  Fix Committed
Status in base-files source package in Xenial:
  Fix Committed

Bug description:
  Add links for obtaining management and support in 10-help-text, and
  fix the documentation link.  Should look very simple, concise, and
  clean, like this:

   * Documentation:  https://help.ubuntu.com
   * Management: https://landscape.canonical.com
   * Support:https://ubuntu.com/advantage

  == SRU ==

  [Impact]

  This impacts command line users of Ubuntu server (and desktop)
  systems.  When logging into an Ubuntu console (tty, ssh), pam displays
  a dynamically generated MOTD (message of the day).  The current
  message of the day on Ubuntu servers has a broken link for
  documentation.  We need to fix that.  We should also add simple,
  clean, friendly links on how to obtain support and remotely manage the
  system.

  [Test Case]

  Upgrade the base-files package, and then regenerate the MOTD using
  'sudo update-motd'.  The new motd should be printed to screen.

  [Regression Potential]

  None.  This change affects one simple shell script in /etc/update-
  motd.d/10-help-text

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1592386/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1574693] Re: No shadows under menus on Unity.

2016-06-14 Thread Mohammad Anwar Shah
I don't understand How Canonical shipped an LTS release with this type
of bug!

-- 
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/1574693

Title:
  No shadows under menus on Unity.

Status in gtk+3.0 package in Ubuntu:
  In Progress

Bug description:
  Hi,

  After a fresh install of Ubuntu 16.04 in a new SSD, there aren't
  shadows under menus on application decoration borders and Unity panel.

  I've seen the same problem in Askubuntu:
  
http://askubuntu.com/questions/761842/no-shadows-under-menus-on-application-decoration-borders-and-unity-panel/762487#762487

  Thanks!!

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity 7.4.0+16.04.20160415-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Apr 25 16:38:08 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS880M [Mobility Radeon HD 4225/4250] 
[1002:9712] (prog-if 00 [VGA controller])
     Subsystem: Hewlett-Packard Company RS880M [Mobility Radeon HD 4225/4250] 
[103c:143c]
   Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 
5430/5450/5470] [1002:68e0] (rev ff) (prog-if ff)
  InstallationDate: Installed on 2016-04-25 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Hewlett-Packard HP G62 Notebook PC
  ProcEnviron:
   LANGUAGE=es_ES
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic 
root=UUID=231aae18-0f30-4b65-943c-646a217d0d72 ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/15/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.29
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 143C
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 62.3D
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.29:bd03/15/2011:svnHewlett-Packard:pnHPG62NotebookPC:pvr059411252710001020100:rvnHewlett-Packard:rn143C:rvr62.3D:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP G62 Notebook PC
  dmi.product.version: 059411252710001020100
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Mon Apr 25 16:23:48 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.3-1ubuntu2
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1574693/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1584238] Re: RADEON(G0): [XvMC] Failed to initialize extension. AND CRTC 64

2016-06-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg (Ubuntu)
   Status: New => 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/1584238

Title:
  RADEON(G0): [XvMC] Failed to initialize extension. AND CRTC 64

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  I have had consistent issues in both 14.04 (even with FGLRX installed)
  and 16.04 with the graphics card labeled as secondary in the BIOS
  correctly displaying or even responding to display setting commands in
  Unity.

  
  LSPCI Info
  00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller 
(rev 06)
  00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor 
PCI Express x16 Controller (rev 06)
  00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen 
Core Processor Integrated Graphics Controller (rev 06)
  00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core 
Processor HD Audio Controller (rev 06)
  00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family 
USB xHCI (rev 04)
  00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series 
Chipset Family MEI Controller #1 (rev 04)
  00:16.3 Serial controller: Intel Corporation 8 Series/C220 Series Chipset 
Family KT Controller (rev 04)
  00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-LM 
(rev 04)
  00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family 
USB EHCI #2 (rev 04)
  00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High 
Definition Audio Controller (rev 04)
  00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI 
Express Root Port #1 (rev d4)
  00:1c.4 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI 
Express Root Port #5 (rev d4)
  00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family 
USB EHCI #1 (rev 04)
  00:1f.0 ISA bridge: Intel Corporation Q87 Express LPC Controller (rev 04)
  00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset 
Family 6-port SATA Controller 1 [AHCI mode] (rev 04)
  00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus 
Controller (rev 04)
  01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Caicos XTX [Radeon HD 8490 / R5 235X OEM]
  01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Caicos HDMI 
Audio [Radeon HD 6400 Series]
  03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Caicos XTX [Radeon HD 8490 / R5 235X OEM]
  03:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Caicos HDMI 
Audio [Radeon HD 6400 Series]

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri May 20 18:22:07 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  InstallationDate: Installed on 2016-05-05 (15 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Dell Inc. OptiPlex 9020
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=baa78b6c-e47e-4119-af45-1c2ee756768a ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/05/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0XCR8D
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 15
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd12/05/2013:svnDellInc.:pnOptiPlex9020:pvr01:rvnDellInc.:rn0XCR8D:rvrA03:cvnDellInc.:ct15:cvr:
  dmi.product.name: OptiPlex 9020
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: 

[Touch-packages] [Bug 771395] Re: update-motd.d/10-help-text has an incomplete check for ubuntu server systems

2016-06-14 Thread Dimitri John Ledkov
** Changed in: base-files (Ubuntu)
 Assignee: Dustin Kirkland  (kirkland) => Dimitri John Ledkov (xnox)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to base-files in Ubuntu.
https://bugs.launchpad.net/bugs/771395

Title:
  update-motd.d/10-help-text has an incomplete check for ubuntu server
  systems

Status in base-files package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: base-files

  I'd just finished installing ubuntu-server i386 and was surprised to
  discover that after logging in I was presented with a link to
  help.ubuntu.com instead of www.ubuntu.com/server.  This is because the
  help text script is just looking for '-server' in the output of uname
  and there is no -server kernel for i386.

  From 10-help-text:

  URL="https://help.ubuntu.com/;
  if uname -r | grep -qs "\-server"; then
URL="http://www.ubuntu.com/server/doc;
  fi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/771395/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592386] Re: add links for obtaining management and support in 10-help-text

2016-06-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: base-files (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to base-files in Ubuntu.
https://bugs.launchpad.net/bugs/1592386

Title:
  [SRU] add links for obtaining management and support, fix
  documentation link in 10-help-text

Status in base-files package in Ubuntu:
  Fix Committed
Status in base-files source package in Xenial:
  Fix Committed

Bug description:
  Add links for obtaining management and support in 10-help-text, and
  fix the documentation link.  Should look very simple, concise, and
  clean, like this:

   * Documentation:  https://help.ubuntu.com
   * Management: https://landscape.canonical.com
   * Support:https://ubuntu.com/advantage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1592386/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1583587] Re: Remove "old header" support from AdaptivePageLayout

2016-06-14 Thread Tim Peeters
In OTA12 we'll have a warning. This bug is for OTA13.

-- 
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/1583587

Title:
  Remove "old header" support from AdaptivePageLayout

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Remove support for the "old-style header" from AdaptivePageLayout
  (APL). Currently it works when no Page.header is set, but it is not
  well tested and we cannot support it with all features in the future.
  Also the current version is prone to mistakes which are not
  detected/reported.

  This change will force apps that use APL to make use of PageHeader.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1583587/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592386] Re: [SRU] add links for obtaining management and support, fix documentation link in 10-help-text

2016-06-14 Thread Dimitri John Ledkov
Ok, but there is more to fix in 00-header too. It has two execs too
many... =)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to base-files in Ubuntu.
https://bugs.launchpad.net/bugs/1592386

Title:
  [SRU] add links for obtaining management and support, fix
  documentation link in 10-help-text

Status in base-files package in Ubuntu:
  Fix Committed
Status in base-files source package in Xenial:
  Fix Committed

Bug description:
  Add links for obtaining management and support in 10-help-text, and
  fix the documentation link.  Should look very simple, concise, and
  clean, like this:

   * Documentation:  https://help.ubuntu.com
   * Management: https://landscape.canonical.com
   * Support:https://ubuntu.com/advantage

  == SRU ==

  [Impact]

  This impacts command line users of Ubuntu server (and desktop)
  systems.  When logging into an Ubuntu console (tty, ssh), pam displays
  a dynamically generated MOTD (message of the day).  The current
  message of the day on Ubuntu servers has a broken link for
  documentation.  We need to fix that.  We should also add simple,
  clean, friendly links on how to obtain support and remotely manage the
  system.

  [Test Case]

  Upgrade the base-files package, and then regenerate the MOTD using
  'sudo update-motd'.  The new motd should be printed to screen.

  [Regression Potential]

  None.  This change affects one simple shell script in /etc/update-
  motd.d/10-help-text

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/1592386/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1589982] Re: QWARN : tst_Page::testAnchorToPage_bug1249386() qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9: QML QQuickImage: Cannot open: qml/Ubuntu/Compo

2016-06-14 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/1589982

Title:
  QWARN  : tst_Page::testAnchorToPage_bug1249386()
  qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9:
  QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed

Bug description:
  The back button in MainView 1.2 (0.1, 1.0, "1.1" which are all the
  same) is broken:

  import QtQuick 2.0
  import Ubuntu.Components 1.1

  MainView {
  width: units.gu(20)
  height: units.gu(40)

  Page {
  id: page
  Rectangle {
  color: "red"
  anchors.fill: page
  }
  }
  }

  This is from tests/unit/page/AnchorToPage.qml

  QWARN  : tst_Page::testAnchorToPage_bug1249386()
  qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9:
  QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png

  There's indeed no artwork/back.png in the source tree.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1589982/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1586050] Re: Splashscreen icon rotates several times when app uses desktop flag X-Ubuntu-Rotates-Window-Contents=true

2016-06-14 Thread Daniel d'Andrada
** Changed in: qtmir
   Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to camera-app in Ubuntu.
https://bugs.launchpad.net/bugs/1586050

Title:
  Splashscreen icon rotates several times when app uses desktop flag X
  -Ubuntu-Rotates-Window-Contents=true

Status in Canonical System Image:
  In Progress
Status in QtMir:
  Invalid
Status in camera-app package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  On the BQ M10 (frieza), launching an app while holding the device in
  landscape orientation makes its splashscreen icon rotate several times
  without any apparent reason if the desktop file contains the flag X
  -Ubuntu-Rotates-Window-Contents=true

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1586050/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1591382] Re: [SRU] Add support for newton cloud-archive

2016-06-14 Thread Corey Bryant
Hi Adam,

I've verified this fix works on xenial-proposed.

sudo add-apt-repository cloud-archive:newton
sudo apt update
apt-cache policy neutron-server  # 2:9.0.0~b1-0ubuntu1

Thanks,
Corey

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1591382

Title:
  [SRU] Add support for newton cloud-archive

Status in software-properties package in Ubuntu:
  Fix Released
Status in software-properties source package in Xenial:
  Fix Committed
Status in software-properties source package in Yakkety:
  Fix Released

Bug description:
  Please add support for:

 cloud-archive:newton
 cloud-archive:newton-proposed

  This will also need to be SRU'ed back to xenial.

  [Impact]
  End users have to manually enable the newton cloud archive pockets.

  [Test case]
  sudo add-apt-repository cloud-archive:newton
  sudo add-apt-repository cloud-archive:newton-proposed

  [Regression potential]
  Limited - just a data item addition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1591382/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2016-06-14 Thread Anthony Wong
** Changed in: pulseaudio (Ubuntu)
 Assignee: Anthony Wong (anthonywong) => Hui Wang (hui.wang)

-- 
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/1544477

Title:
  No sound notification for new SMS (Ubuntu Touch)

Status in Canonical System Image:
  Confirmed
Status in media-hub package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  I noticed for last 2-3 days there is no sound notification for a new
  SMS, but there's a blinking green LED notification. Also in the
  indicator menu the envelope icon turns green and the new SMS is listed
  as usual. Things are working alright for Telegram, Gmail etc.
  (sound+LED+indicator menu).

  Device: bq Aquaris E5 HD, Ubuntu 15.04 (OTA-9)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1544477/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1445543] Re: Multi-window GTK apps in Mir are randomly unresponsive, seem to freeze

2016-06-14 Thread Emanuele Antonio Faraone
+1

-- 
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/1445543

Title:
  Multi-window GTK apps in Mir are randomly unresponsive, seem to freeze

Status in Mir:
  New
Status in gtk+3.0 package in Ubuntu:
  Confirmed

Bug description:
  GTK apps on Mir: Input focus is unreliable and sporadic. Background
  windows ignore input and/or focus switches apparently randomly.

  Example:

  $ GDK_BACKEND=mir mir_demo_server --launch gnome-mahjongg

  Show the "Scores" - you can switch focus between this and the main
  window with Alt+` but doesn't respond to input.

  Other dialogs (e.g. "About") work fine. From the Mir side there's no
  obvious difference between these windows.

  In this example, MIR_CLIENT_INPUT_RECEIVER_REPORT=log shows the input
  events being correctly received on the client side. That shows most of
  the Mir stack is working correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1445543/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1398849] Re: Support client-side window decorations (I can see two title bars for GTK on Mir)

2016-06-14 Thread Emanuele Antonio Faraone
+1

-- 
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/1398849

Title:
  Support client-side window decorations (I can see two title bars for
  GTK on Mir)

Status in Mir:
  Triaged
Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  I can't find a way for telling Mir that we have decorations drawn
  client-side and the result is that we have two sets of decorations
  (and shadows) when running Gtk applications under the demo server.

  It would be nice if we could tell the display server that we are
  drawing the decorations.

  Also up for discussion: if the client is going to be drawing the
  shadows then we also need a "frame extents" sort of mechanism that we
  can use to tell Mir how large the shadows are.  This needs to be
  compensated for when performing various window management tasks (eg:
  snap to edge).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1398849/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1590804] Re: fontconfig initialization spends most of its time parsing XML configuration files in /etc/fonts/conf.d/

2016-06-14 Thread Florian Boucault
** Tags added: performance

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to fontconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1590804

Title:
  fontconfig initialization spends most of its time parsing XML
  configuration files in /etc/fonts/conf.d/

Status in Canonical System Image:
  New
Status in fontconfig package in Ubuntu:
  New

Bug description:
  While profiling the startup of QML apps on the BQ E4.5 phone (armhf) I 
noticed that a significant amount of time (around 35ms) was spent solely on 
parsing the XML configuration files in /etc/fonts/conf.d/ 
  There seems to be around 40 files on Ubuntu Phone in that directory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1590804/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1590804] Re: fontconfig initialization spends most of its time parsing XML configuration files in /etc/fonts/conf.d/

2016-06-14 Thread Bill Filler
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to fontconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1590804

Title:
  fontconfig initialization spends most of its time parsing XML
  configuration files in /etc/fonts/conf.d/

Status in Canonical System Image:
  New
Status in fontconfig package in Ubuntu:
  New

Bug description:
  While profiling the startup of QML apps on the BQ E4.5 phone (armhf) I 
noticed that a significant amount of time (around 35ms) was spent solely on 
parsing the XML configuration files in /etc/fonts/conf.d/ 
  There seems to be around 40 files on Ubuntu Phone in that directory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1590804/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1590804] Re: fontconfig initialization spends most of its time parsing XML configuration files in /etc/fonts/conf.d/

2016-06-14 Thread Florian Boucault
For information, output of strace related to that:

open("/etc/fonts/conf.d/10-antialias.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/10-hinting-slight.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/10-hinting.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/11-lcdfilter-default.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans-mono.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-serif.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/20-unhint-small-vera.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/30-metric-aliases.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/30-urw-aliases.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 
25
open("/etc/fonts/conf.d/40-nonlatin.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/45-latin.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/49-sansserif.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/50-user.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/51-local.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/local.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 26
open("/etc/fonts/conf.d/57-dejavu-sans-mono.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/57-dejavu-sans.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 
25
open("/etc/fonts/conf.d/57-dejavu-serif.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) 
= 25
open("/etc/fonts/conf.d/58-dejavu-lgc-sans-mono.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/58-dejavu-lgc-sans.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/58-dejavu-lgc-serif.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/60-latin.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/64-01-tlwg-kinnari.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/65-droid-sans-fallback.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/65-fonts-persian.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) 
= 25
open("/etc/fonts/conf.d/65-fonts-takao-pgothic.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/65-nonlatin.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/65-wqy-microhei.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) 
= 25
open("/etc/fonts/conf.d/66-lohit-devanagari.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/66-lohit-punjabi.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) 
= 25
open("/etc/fonts/conf.d/69-unifont.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/70-no-bitmaps.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 
25
open("/etc/fonts/conf.d/80-delicious.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/89-tlwg-kinnari-synthetic.conf", 
O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25
open("/etc/fonts/conf.d/90-fonts-nanum.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 
25
open("/etc/fonts/conf.d/90-synthetic.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 25

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to fontconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1590804

Title:
  fontconfig initialization spends most of its time parsing XML
  configuration files in /etc/fonts/conf.d/

Status in Canonical System Image:
  New
Status in fontconfig package in Ubuntu:
  New

Bug description:
  While profiling the startup of QML apps on the BQ E4.5 phone (armhf) I 
noticed that a significant amount of time (around 35ms) was spent solely on 
parsing the XML configuration files in /etc/fonts/conf.d/ 
  There seems to be around 40 files on Ubuntu Phone in that directory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1590804/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1585771] Re: Automatic security upgrades are always enabled

2016-06-14 Thread Mathieu Trudel-Lapierre
That's really unattended-upgrades; not d-i itself.

** Package changed: debian-installer (Ubuntu) => unattended-upgrades
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/1585771

Title:
  Automatic security upgrades are always enabled

Status in unattended-upgrades package in Ubuntu:
  New

Bug description:
  After installing 16.04 server and selecting the option "no automatic
  upgrades" the system will still be configured to automatically perform
  security upgrades.

  $ cat /etc/apt/apt.conf.d/20auto-upgrades 
  APT::Periodic::Update-Package-Lists "1";
  APT::Periodic::Unattended-Upgrade "1";

  $ head -n 8 /etc/apt/apt.conf.d/50unattended-upgrades 
  // Automatically upgrade packages from these (origin:archive) pairs
  Unattended-Upgrade::Allowed-Origins {
"${distro_id}:${distro_codename}-security";
  //"${distro_id}:${distro_codename}-updates";
  //"${distro_id}:${distro_codename}-proposed";
  //"${distro_id}:${distro_codename}-backports";
  };

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1585771/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1588635] Re: Doesn't have enough space to display "下一个" button on OSK

2016-06-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~michael-sheldon/ubuntu-keyboard/fix-1588635

-- 
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/1588635

Title:
  Doesn't have enough space to display "下一个" button on OSK

Status in Canonical System Image:
  Triaged
Status in ubuntu-keyboard package in Ubuntu:
  New

Bug description:
  current build number: 326
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.zh
  last update: 2016-06-03 13:37:10
  version version: 326
  version ubuntu: 20160603
  version device: 20160523-003fdb2
  version custom: 20160504-975-22-7

  Steps:
  1.Open contact app
  2.Swipe up to create a new contact
  3.Check the last key of OSK

  Expectation:
  The last word in English is "next", but in Chinese there are 3 words , should 
be displayed completely

  Actual result:
  It only shows:"下..."

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1588635/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592422] [NEW] Contact's field labels don't show up

2016-06-14 Thread Víctor R . Ruiz
Public bug reported:

Test case.
- Open messaging app.
- Swipe up to create a new message.
- Tap on the Contact icon.
- Tap to Create a new contact.

Expected result.
- Contact's field labels can be read ("Name", "Last name").

Actual result.
- Contact's field labels cannot be read (probably have the same color as 
background).

In OTA11 they can be read.

current build number: 350
device name: arale
channel: ubuntu-touch/rc-proposed/meizu.en

** Affects: messaging-app (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: qa-silo

** Attachment added: "screenshot20160614_150130482.png"
   
https://bugs.launchpad.net/bugs/1592422/+attachment/4683567/+files/screenshot20160614_150130482.png

-- 
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/1592422

Title:
  Contact's field labels don't show up

Status in messaging-app package in Ubuntu:
  New

Bug description:
  Test case.
  - Open messaging app.
  - Swipe up to create a new message.
  - Tap on the Contact icon.
  - Tap to Create a new contact.

  Expected result.
  - Contact's field labels can be read ("Name", "Last name").

  Actual result.
  - Contact's field labels cannot be read (probably have the same color as 
background).

  In OTA11 they can be read.

  current build number: 350
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1592422/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592372] [NEW] FTBFS on arm64

2016-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

unity-scope-click fails to build on arm64

https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/stable-
phone-overlay/+build/9858700

** Affects: canonical-devices-system-image
 Importance: High
 Assignee: Alejandro J. Cura (alecu)
 Status: Confirmed

** Affects: ubuntu-touch-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
FTBFS on arm64
https://bugs.launchpad.net/bugs/1592372
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to ubuntu-touch-meta in Ubuntu.

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1536268] Re: Scroll event over shell elements passes through

2016-06-14 Thread Daniel d'Andrada
Scroll events also pass through the desktop spread background, hitting
the window behind it.

-- 
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/1536268

Title:
  Scroll event over shell elements passes through

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  When you scroll over expanded indicators or launcher, the scroll
  events doesn't get consumed and instead pass through to the underlying
  window.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1536268/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592372] Re: FTBFS on arm64

2016-06-14 Thread Rodney Dawes
Moved this to ubuntu-touch-meta as the issue is simply that the
dependencies are not installable on arm64. As soon as the deps are
installable, a simple rebuild of unity-scope-click should garner arm64
binaries.

** Package changed: unity-scope-click (Ubuntu) => ubuntu-touch-meta
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1592372

Title:
  FTBFS on arm64

Status in Canonical System Image:
  Confirmed
Status in ubuntu-touch-meta package in Ubuntu:
  New

Bug description:
  unity-scope-click fails to build on arm64

  https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/stable-
  phone-overlay/+build/9858700

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1592372/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592447] [NEW] camera startup time regression

2016-06-14 Thread kevin gunn
Public bug reported:

Please see 
http://reqorts.qa.ubuntu.com/reports/qa/performance/dashboard/index.html

the camera time recently jumped in startup time, but this did not seem
to be something caused by a common component when comparing to other
apps.

** Affects: canonical-devices-system-image
 Importance: High
 Assignee: Bill Filler (bfiller)
 Status: New

** Affects: camera-app (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: camera-app (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to camera-app in Ubuntu.
https://bugs.launchpad.net/bugs/1592447

Title:
  camera startup time regression

Status in Canonical System Image:
  New
Status in camera-app package in Ubuntu:
  New

Bug description:
  Please see 
  http://reqorts.qa.ubuntu.com/reports/qa/performance/dashboard/index.html

  the camera time recently jumped in startup time, but this did not seem
  to be something caused by a common component when comparing to other
  apps.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1592447/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1392699] Re: Can't change locale settings (e.g. language, 12/24-hour time, date format) independently

2016-06-14 Thread Pat McGowan
This bug is about changing locale formats, similar to how its done on
the desktop. We would like to also provide the visual display of example
formats when the selection is made and before committing the change.

The duplicate bugs were all about 12/24 time format change which is
controlled separately from the language and formats. I will un-dupe
those bugs so it can be addressed separately.

-- 
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/1392699

Title:
  Can't change locale settings (e.g. language, 12/24-hour time, date
  format) independently

Status in Canonical System Image:
  In Progress
Status in Ubuntu UX:
  Triaged
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  A. Try to use US English, but with all apps using 24-hour instead of 12-hour 
time. Or:
  B. Try to use UK English, but with all apps using -MM-DD date format.

  What happens: You can't.
  What should happen: You can.

  Since Ubuntu has existed, it has used the GNU locale system. This
  system assumes that every single person using a particular locale
  wants exactly the same settings for time display, date display,
  currency display, alphabetizing, and number formatting.
  

  Windows, Mac OS, and (to a lesser extent) iOS have always been more
  flexible: setting a locale sets appropriate defaults for these
  settings, but you can also change them individually. Ubuntu should do
  the same.

  This might involve changing the locale system itself, or it might
  involve changing all relevant toolkits so that they ignore the locale
  system when appropriate.

  It would also involve adding settings in System Settings to customize
  the individual locale details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1392699/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592425] [NEW] Merge iputils from upstream

2016-06-14 Thread Dave Chiluk
Public bug reported:

Merge 3:20150815-2 from upstream.

** Affects: iputils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1592425

Title:
  Merge iputils from upstream

Status in iputils package in Ubuntu:
  New

Bug description:
  Merge 3:20150815-2 from upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/1592425/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592425] Re: Merge iputils from upstream

2016-06-14 Thread Dave Chiluk
Merge from Debian unstable.  Remaining changes:
- Support cross-building
- Removed "Mark ping and ping6 setuid again as there's currently 
  no good ways to have capabilities be kept in all our images.
  (LP: #1302192)" as this is no longer necessary.

Had to change Build-Depends: sgmlspl to sgmlspl:any, for crossbuilding.

** Patch added: "iputils.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/1592425/+attachment/4683577/+files/iputils.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1592425

Title:
  Merge iputils from upstream

Status in iputils package in Ubuntu:
  New

Bug description:
  Merge 3:20150815-2 from upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/1592425/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592427] [NEW] I can disable proposed updates

2016-06-14 Thread Albert Cutrona
Public bug reported:

Hi!!

Accidentally I've enabled proposed updates in development section but
now I can't disable it. I've rebooted the laptop but the issue isn't
fixed.


Regards!!

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1592427

Title:
  I can disable proposed updates

Status in software-properties package in Ubuntu:
  New

Bug description:
  Hi!!

  Accidentally I've enabled proposed updates in development section but
  now I can't disable it. I've rebooted the laptop but the issue isn't
  fixed.

  
  Regards!!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1592427/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592424] [NEW] Merge iputils from upstream

2016-06-14 Thread Dave Chiluk
Public bug reported:

Merge 3:20150815-2 from upstream.

** Affects: iputils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1592424

Title:
  Merge iputils from upstream

Status in iputils package in Ubuntu:
  New

Bug description:
  Merge 3:20150815-2 from upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/1592424/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1589242] Re: Turning the mouse on or off unlocks the greeter

2016-06-14 Thread Daniel d'Andrada
** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Michael Terry (mterry)

-- 
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/1589242

Title:
  Turning the mouse on or off unlocks the greeter

Status in unity8 package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  - Ensure you have "no security/swiping" enabled for unlocking.
  - Switch the screen off and on, you get the greeter.
  - If your bluetooth mouse in off, turn it on. If it's on, turn it off.

  Expected result:
  Nothing in particular, the UX of the greeter does not change between desktop 
and staged mode.

  What actually happens:
  The greeter unlocks.

  Note that this doesn't happen if there is a security in place (Pin or
  password) so it's not really a security issue. It also does not happen
  every time, apparently.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1589242/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1585771] [NEW] Automatic security upgrades are always enabled

2016-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

After installing 16.04 server and selecting the option "no automatic
upgrades" the system will still be configured to automatically perform
security upgrades.

$ cat /etc/apt/apt.conf.d/20auto-upgrades 
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";

$ head -n 8 /etc/apt/apt.conf.d/50unattended-upgrades 
// Automatically upgrade packages from these (origin:archive) pairs
Unattended-Upgrade::Allowed-Origins {
"${distro_id}:${distro_codename}-security";
//  "${distro_id}:${distro_codename}-updates";
//  "${distro_id}:${distro_codename}-proposed";
//  "${distro_id}:${distro_codename}-backports";
};

** Affects: unattended-upgrades (Ubuntu)
 Importance: High
 Assignee: Mathieu Trudel-Lapierre (cyphermox)
 Status: New


** Tags: server-next
-- 
Automatic security upgrades are always enabled
https://bugs.launchpad.net/bugs/1585771
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to unattended-upgrades in Ubuntu.

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592404] Re: Moving scopes to side stage causes disapearance of stage and background

2016-06-14 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Michał Sawicz (saviq)

** Also affects: unity8 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/1592404

Title:
  Moving scopes to side stage causes disapearance of stage and
  background

Status in Canonical System Image:
  Confirmed
Status in unity8 package in Ubuntu:
  New

Bug description:
  1 - move scopes to side stage
  2. Switch between apps
  3. Restrt device

  What happens
  Side stage disapears, and starting up the primary stage is blank, dash home 
button does not reveal stage with scopes

  What should happen
  - stage is revealed consistent 
  - background shown with no other apps
  - side stage revealed at startup
  - side stage appears on hitting dash home if scopes wretched in the stage

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1592404/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1573307] Re: wget crashed with SIGSEGV in __memset_avx2()

2016-06-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: wget (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to wget in Ubuntu.
https://bugs.launchpad.net/bugs/1573307

Title:
  wget crashed with SIGSEGV in __memset_avx2()

Status in wget package in Ubuntu:
  Confirmed

Bug description:
  When I try to download a big file with wget on Ubuntu 16.04 it crashes
  after a couple seconds.

  To reproduce the bug try the following:

  wget http://releases.ubuntu.com/16.04/ubuntu-16.04-desktop-amd64.iso

  I've asked another guy on IRC on channel #ubuntu-it to try and reproduce this 
bug
  and he said it was crashing also on his machine.

  evan@HPPC:~$ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  evan@HPPC:~$ apt-cache policy wget
  wget:
Installato: 1.17.1-1ubuntu1
Candidato:  1.17.1-1ubuntu1
Tabella versione:
   *** 1.17.1-1ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: wget 1.17.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 22 01:34:10 2016
  ExecutablePath: /usr/bin/wget
  InstallationDate: Installed on 2016-04-21 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcCmdline: wget 
http://releases.ubuntu.com/16.04/ubuntu-16.04-desktop-amd64.iso
  SegvAnalysis:
   Segfault happened at: 0x7f4eac3b7328 <__memset_avx2+392>:rep stos 
%al,%es:(%rdi)
   PC (0x7f4eac3b7328) ok
   source "%al" ok
   destination "%es:(%rdi)" (0x562969134000) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: wget
  StacktraceTop:
   __memset_avx2 () at ../sysdeps/x86_64/multiarch/memset-avx2.S:161
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: wget crashed with SIGSEGV in __memset_avx2()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wget/+bug/1573307/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1590804] Re: fontconfig initialization spends most of its time parsing XML configuration files in /etc/fonts/conf.d/

2016-06-14 Thread Bill Filler
** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => kevin gunn (kgunn72)

** Changed in: canonical-devices-system-image
Milestone: None => backlog

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to fontconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1590804

Title:
  fontconfig initialization spends most of its time parsing XML
  configuration files in /etc/fonts/conf.d/

Status in Canonical System Image:
  New
Status in fontconfig package in Ubuntu:
  New

Bug description:
  While profiling the startup of QML apps on the BQ E4.5 phone (armhf) I 
noticed that a significant amount of time (around 35ms) was spent solely on 
parsing the XML configuration files in /etc/fonts/conf.d/ 
  There seems to be around 40 files on Ubuntu Phone in that directory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1590804/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


  1   2   3   >