[Touch-packages] [Bug 1574107] Re: busybox-initramfs: modinfo reports "can't open '/${VERSION}/': No such file or directory"

2024-03-10 Thread Shane Thompson
I am also affected. Additionally I can not get any stderr output from
modprobe, whether I use -v or not.

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

Title:
  busybox-initramfs: modinfo reports "can't open '/${VERSION}/': No such
  file or directory"

Status in busybox package in Ubuntu:
  Confirmed

Bug description:
  Working on 16.04 and trying to solve some unrelated issues due to a
  complex initrd set-up I discovered that the included "modinfo" tool
  doesn't work, whether given just a module name or an absolute path to
  the .ko file.

  In this case it always reports, e.g:

  (initramfs) pwd
  /lib/modules/4.4.0-21-generic/kernel/drivers/md

  (initramfs) modinfo dm-crypt
  modinfo: can't open '/4.4.0-21-generic/': No such file or directory

  (initramfs) modinfo 
/lib/modules/4.4.0-21-generic/kernel/drivers/md/dm-crypt.ko
  modinfo: can't open '/4.4.0-21-generic/': No such file or directory

  There seems there may be a related issue with modprobe too, as I've
  found it doesn't always insert a module when instructed to - also
  using either just name, or absolute path. In the specific case here I
  was working with a LUKS/dm-crypt rootfs, where the initrd.img had been
  generated using "MODULES=dep" and hadn't included dm-crypt.ko.

  I connected a USB storage device with an identical root file-system
  (same kernel version, etc.) at /mnt/USB/ and was trying to use:

  (initramfs) modprobe -v -d /mnt/USB dm-crypt 
  modprobe: FATAL: Module dm-crypt not found in directory 
/mnt/USB/lib/modules/4.4.0-21-generic

  I'm *assuming* this is because despite setting the alternate root
  directory with "-d" it is still looking at the "modules.dep" in
  /lib/modules/4.4.0-21-generic rather than prefixing the "-d" alternate
  root.

  Using a chroot the module(s) can be loaded and the block device
  unlocked:

  (initramfs) chroot /mnt/USB
  (initramfs) modprobe dm-crypt
  (initramfs) modprobe aesni-intel
  (initramfs) modprobe xts
  (initramfs) exit
  (initramfs) grep dm_crypt /proc/modules
  dm_crypt 28672 0 - Live 0xc02fa000

  (initramfs) LD_LIBRARY_PATH=/mnt/USB/lib/x86_64-gnu-linux
  /mnt/USB/sbin/cryptsetup open /dev/sda4 LUKS_VG02 --type luks

  (initramfs) blkid /dev/mapper/LUKS_VG02
  /dev/mapper/LUKS_VG02: UUID="..." TYPE="LVM2_member"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/busybox/+bug/1574107/+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 2012992] [NEW] kernel-5.19.0-38 battery charge fails

2023-03-27 Thread John Thompson
Public bug reported:

I just installed linux-image-5.19.0-38 on my HP ProBook 640 G2 with
Ubuntu-22.0.4LTS and my battery no longer charges. Battery reports 77%
charge, but "pending charge." Leaving it connected to charger give no
change in charge status. Booting to Windows-10 shows charge at 77%,
status charging, and charge report increasing as expected. Reverting to
kernel-5.15.0-69 shows 76% charge, status "charging."

john@stolat:~$ upower -i /org/freedesktop/UPower/devices/battery_BAT0
  native-path:  BAT0
  vendor:   Hewlett-Packard
  model:Primary
  serial:   36600 2017/12/20
  power supply: yes
  updated:  Mon 27 Mar 2023 08:18:01 PM CDT (114 seconds ago)
  has history:  yes
  has statistics:   yes
  battery
present: yes
rechargeable:yes
state:   charging
warning-level:   none
energy:  31.1106 Wh
energy-empty:0 Wh
energy-full: 40.5954 Wh
energy-full-design:  48.0168 Wh
energy-rate: 0 W
voltage: 12.15 V
charge-cycles:   57
percentage:  76%
capacity:84.5442%
technology:  lithium-ion
icon-name:  'battery-full-charging-symbolic'

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  kernel-5.19.0-38 battery charge fails

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  I just installed linux-image-5.19.0-38 on my HP ProBook 640 G2 with
  Ubuntu-22.0.4LTS and my battery no longer charges. Battery reports 77%
  charge, but "pending charge." Leaving it connected to charger give no
  change in charge status. Booting to Windows-10 shows charge at 77%,
  status charging, and charge report increasing as expected. Reverting
  to kernel-5.15.0-69 shows 76% charge, status "charging."

  john@stolat:~$ upower -i /org/freedesktop/UPower/devices/battery_BAT0
native-path:  BAT0
vendor:   Hewlett-Packard
model:Primary
serial:   36600 2017/12/20
power supply: yes
updated:  Mon 27 Mar 2023 08:18:01 PM CDT (114 seconds ago)
has history:  yes
has statistics:   yes
battery
  present: yes
  rechargeable:yes
  state:   charging
  warning-level:   none
  energy:  31.1106 Wh
  energy-empty:0 Wh
  energy-full: 40.5954 Wh
  energy-full-design:  48.0168 Wh
  energy-rate: 0 W
  voltage: 12.15 V
  charge-cycles:   57
  percentage:  76%
  capacity:84.5442%
  technology:  lithium-ion
  icon-name:  'battery-full-charging-symbolic'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2012992/+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 1908500] Re: libxslt.a missing from libxslt1-dev

2021-01-15 Thread Henry S. Thompson
Mattia Rizzolo writes:

> Could you please describe:
>
> * Which release you are basing this bug on?

Buster

> * Describe why you'd want the static library?

My mistake, I had gotten confused while trying to fix a broken build
with a libxslt dependency and thought I needed it.  You can close this
issue, apologies for wasting your time.

ht
-- 
   Henry S. Thompson, School of Informatics, University of Edinburgh
  10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: h...@inf.ed.ac.uk
   URL: http://www.ltg.ed.ac.uk/~ht/
 [mail from me _always_ has a .sig like this -- mail without it is forged spam]

The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.

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

Title:
  libxslt.a missing from libxslt1-dev

Status in libxslt package in Ubuntu:
  Incomplete

Bug description:
  The libxslt.a file is missing from 1.1.34

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxslt/+bug/1908500/+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 1908500] [NEW] libxslt.a missing from libxslt1-dev

2020-12-17 Thread Henry S. Thompson
Public bug reported:

The libxslt.a file is missing from 1.1.34

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

** Summary changed:

- libxslt.a missing from libxslt2-dev
+ libxslt.a missing from libxslt1-dev

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

Title:
  libxslt.a missing from libxslt1-dev

Status in libxslt package in Ubuntu:
  New

Bug description:
  The libxslt.a file is missing from 1.1.34

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxslt/+bug/1908500/+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 398293]

2019-12-03 Thread Will Thompson
We (Telepathy upstream) do not support Gabble 0.8.x any more. So, does
the bug occur with a more modern version of Gabble? If so, please attach
debug logs from Gabble as per
, and describe which
aspect of “the problem” you are referring to.

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

Title:
  Empathy does not show all contacts in google talk account

Status in telepathy-gabble:
  Unknown
Status in telepathy-gabble package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: telepathy-gabble

  When starting empathy I noticed that some of my GTalk contacts were
  not showing up there (but were in pidgin). Most of them are there, but
  a few aren't. The log in empathy has a line like this for the ones
  that are not there:

  _gabble_roster_item_update: Google roster: discarding odd contact
  [name removed]

  ProblemType: Bug
  Architecture: i386
  Date: Sat Jul 11 18:16:01 2009
  DistroRelease: Ubuntu 9.10
  Package: telepathy-gabble 0.7.30-1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-2.17-generic
  SourcePackage: telepathy-gabble
  Uname: Linux 2.6.31-2-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/398293/+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 1842133] Re: findutils shows wrong version number

2019-09-09 Thread Keith Thompson
I found the upstream fix for this issue.

git://git.sv.gnu.org/findutils :

commit 1cc207f6ebddd3609c995f17756f995cf8847c32
Author: Bernhard Voelker 
Date:   2017-10-30 21:54:19 +0100

maint: make inter-release --version output more useful

Now, each snapshot has a version "number" like 4.6-131-219-gda920ee,
which indicates that it is built using the 131st change set
(in _some_ repository) following the "v4.6" tag, and that da920ee
is a prefix of the commit SHA1.

Prior to this commit, "find --version" reported "4.7.0-git".
As of that commit, it reports "4.6.0.157-1cc2"
The very latest as of today reports "4.7.0.12-6975a".

*If* this were to be addressed for Ubuntu 18.04, it could be done
by backporting this patch from upstream.  I express no opinion on
whether that would be worth doing.

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

Title:
  findutils shows wrong version number

Status in findutils package in Ubuntu:
  New

Bug description:
  This problem occurs on Ubuntu 18.04.3 LTS (bionic).
  It does not occur on Ubuntu 19.04 (disco)

  The "find" and "xargs" command are provided by a patched version of the
  GNU findutils package. The current version is based on release 4.6.0, but
  the "--version" option shows a version number of "4.7.0-git".

  As you can see, the "/usr/bin/find" executable is dated Nov 5 2017.
  findutils release 4.7.0 was released just yesterday, Aug 29 2017.

  Ubuntu 19.04 has findutils 4.6.0+git+20190209-2, and "find --version"
  shows "find (GNU findutils) 4.6.0.225-235f".

  Expected: "findutils --version" shows a version number based on 4.6.0
  Actual:   "findutils --version" shows a version number based on 4.7.0,
which had not yet been released

  Demonstration:

  $ lsb_release -rd
  Description:Ubuntu 18.04.3 LTS  
  Release:18.04
  $ apt-cache policy findutils
  findutils:
Installed: 4.6.0+git+20170828-2
Candidate: 4.6.0+git+20170828-2
Version table:
   *** 4.6.0+git+20170828-2 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status
  $ ls -l /usr/bin/find
  -rwxr-xr-x 1 root root 238080 Nov  5  2017 /usr/bin/find
  $ /usr/bin/find --version
  find (GNU findutils) 4.7.0-git
  Copyright (C) 2017 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later .
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.

  Written by Eric B. Decker, James Youngman, and Kevin Dalley.
  Features enabled: D_TYPE O_NOFOLLOW(enabled) LEAF_OPTIMISATION FTS(FTS_CWDFD) 
CBO(level=2)
  $

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/findutils/+bug/1842133/+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 1842133] Re: findutils shows wrong version number

2019-09-01 Thread Keith Thompson
> First off: Ubuntu/Debian do not ship "patched version of the GNU findutils
> package [...] based on release 4.6.0".

OK.  When I do "apt-get source findutils" I get a 
"findutils_4.6.0+git+20170828-2.debian.tar.xz"
file that does include two patches, but neither of them seems to be relevant to 
this issue.

The "findutils_4.6.0+git+20170828.orig.tar.xz" file I get from the same apt-get 
command
unpacks to a "findutils-4.7.0-gitfindutils-4.7.0-git" directory.

I just built findutils revision febde26dd0e66dda5d4060fa29b85443ddc6a865 from 
source, and
the resulting "find" command does print "find (GNU findutils) 4.7.0-git" when 
invoked with
"--version".  So it seems to be an upstream issue.  "info findutils", which 
loads
/usr/share/info/find.info.gz, also reports version 4.7.0-git.

Whatever the cause, I suggest that "4.7.0-git" is misleading, since release 
4.7.0 did not
yet exist.

I could submit a bug report against the upstream findutils component.
Should I do so?

(To be clear, I'm not saying this is a major, or even necessarily
significant, problem.)

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

Title:
  findutils shows wrong version number

Status in findutils package in Ubuntu:
  New

Bug description:
  This problem occurs on Ubuntu 18.04.3 LTS (bionic).
  It does not occur on Ubuntu 19.04 (disco)

  The "find" and "xargs" command are provided by a patched version of the
  GNU findutils package. The current version is based on release 4.6.0, but
  the "--version" option shows a version number of "4.7.0-git".

  As you can see, the "/usr/bin/find" executable is dated Nov 5 2017.
  findutils release 4.7.0 was released just yesterday, Aug 29 2017.

  Ubuntu 19.04 has findutils 4.6.0+git+20190209-2, and "find --version"
  shows "find (GNU findutils) 4.6.0.225-235f".

  Expected: "findutils --version" shows a version number based on 4.6.0
  Actual:   "findutils --version" shows a version number based on 4.7.0,
which had not yet been released

  Demonstration:

  $ lsb_release -rd
  Description:Ubuntu 18.04.3 LTS  
  Release:18.04
  $ apt-cache policy findutils
  findutils:
Installed: 4.6.0+git+20170828-2
Candidate: 4.6.0+git+20170828-2
Version table:
   *** 4.6.0+git+20170828-2 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status
  $ ls -l /usr/bin/find
  -rwxr-xr-x 1 root root 238080 Nov  5  2017 /usr/bin/find
  $ /usr/bin/find --version
  find (GNU findutils) 4.7.0-git
  Copyright (C) 2017 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later .
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.

  Written by Eric B. Decker, James Youngman, and Kevin Dalley.
  Features enabled: D_TYPE O_NOFOLLOW(enabled) LEAF_OPTIMISATION FTS(FTS_CWDFD) 
CBO(level=2)
  $

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/findutils/+bug/1842133/+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 1842133] [NEW] findutils shows wrong version number

2019-08-30 Thread Keith Thompson
Public bug reported:

This problem occurs on Ubuntu 18.04.3 LTS (bionic).
It does not occur on Ubuntu 19.04 (disco)

The "find" and "xargs" command are provided by a patched version of the
GNU findutils package. The current version is based on release 4.6.0, but
the "--version" option shows a version number of "4.7.0-git".

As you can see, the "/usr/bin/find" executable is dated Nov 5 2017.
findutils release 4.7.0 was released just yesterday, Aug 29 2017.

Ubuntu 19.04 has findutils 4.6.0+git+20190209-2, and "find --version"
shows "find (GNU findutils) 4.6.0.225-235f".

Expected: "findutils --version" shows a version number based on 4.6.0
Actual:   "findutils --version" shows a version number based on 4.7.0,
  which had not yet been released

Demonstration:

$ lsb_release -rd
Description:Ubuntu 18.04.3 LTS  
Release:18.04
$ apt-cache policy findutils
findutils:
  Installed: 4.6.0+git+20170828-2
  Candidate: 4.6.0+git+20170828-2
  Version table:
 *** 4.6.0+git+20170828-2 500
500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status
$ ls -l /usr/bin/find
-rwxr-xr-x 1 root root 238080 Nov  5  2017 /usr/bin/find
$ /usr/bin/find --version
find (GNU findutils) 4.7.0-git
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later .
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Eric B. Decker, James Youngman, and Kevin Dalley.
Features enabled: D_TYPE O_NOFOLLOW(enabled) LEAF_OPTIMISATION FTS(FTS_CWDFD) 
CBO(level=2)
$

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

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

Title:
  findutils shows wrong version number

Status in findutils package in Ubuntu:
  New

Bug description:
  This problem occurs on Ubuntu 18.04.3 LTS (bionic).
  It does not occur on Ubuntu 19.04 (disco)

  The "find" and "xargs" command are provided by a patched version of the
  GNU findutils package. The current version is based on release 4.6.0, but
  the "--version" option shows a version number of "4.7.0-git".

  As you can see, the "/usr/bin/find" executable is dated Nov 5 2017.
  findutils release 4.7.0 was released just yesterday, Aug 29 2017.

  Ubuntu 19.04 has findutils 4.6.0+git+20190209-2, and "find --version"
  shows "find (GNU findutils) 4.6.0.225-235f".

  Expected: "findutils --version" shows a version number based on 4.6.0
  Actual:   "findutils --version" shows a version number based on 4.7.0,
which had not yet been released

  Demonstration:

  $ lsb_release -rd
  Description:Ubuntu 18.04.3 LTS  
  Release:18.04
  $ apt-cache policy findutils
  findutils:
Installed: 4.6.0+git+20170828-2
Candidate: 4.6.0+git+20170828-2
Version table:
   *** 4.6.0+git+20170828-2 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status
  $ ls -l /usr/bin/find
  -rwxr-xr-x 1 root root 238080 Nov  5  2017 /usr/bin/find
  $ /usr/bin/find --version
  find (GNU findutils) 4.7.0-git
  Copyright (C) 2017 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later .
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.

  Written by Eric B. Decker, James Youngman, and Kevin Dalley.
  Features enabled: D_TYPE O_NOFOLLOW(enabled) LEAF_OPTIMISATION FTS(FTS_CWDFD) 
CBO(level=2)
  $

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/findutils/+bug/1842133/+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 600758] Re:

2018-10-23 Thread Chris Thompson
http://message.surussus.com

Chris Thompson

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

Title:
  Updates failing

Status in apt package in Ubuntu:
  Expired

Bug description:
  Binary package hint: apt

  When trying to update and download bug/security fixes I get the follow
  result. This happens with apt-get or update manager

  chris@snoopy:~$ sudo apt-get update
  [sudo] password for chris: 
  Hit http://archive.ubuntu.com lucid Release.gpg
  Ign http://archive.ubuntu.com/ubuntu/ lucid/main Translation-en_US
 
  Ign http://archive.ubuntu.com/ubuntu/ lucid/restricted Translation-en_US  
 
  Ign http://archive.ubuntu.com/ubuntu/ lucid/universe Translation-en_US
  
  Ign http://archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-en_US  
  
  Hit http://archive.ubuntu.com lucid-updates Release.gpg   
  
  Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-en_US

  Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/restricted 
Translation-en_US  
  Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/universe 
Translation-en_US
  Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/multiverse 
Translation-en_US  
  Hit http://archive.ubuntu.com lucid-security Release.gpg  

  Ign http://archive.ubuntu.com/ubuntu/ lucid-security/main Translation-en_US   

  Ign http://archive.ubuntu.com/ubuntu/ lucid-security/restricted 
Translation-en_US 
  Ign http://archive.ubuntu.com/ubuntu/ lucid-security/universe 
Translation-en_US   
  Ign http://archive.ubuntu.com/ubuntu/ lucid-security/multiverse 
Translation-en_US 
  Hit http://archive.ubuntu.com lucid Release   

  Hit http://archive.ubuntu.com lucid-updates Release   

  Hit http://archive.ubuntu.com lucid-security Release  
  
  Hit http://archive.ubuntu.com lucid/main Packages 
  
  Hit http://archive.ubuntu.com lucid/restricted Packages   

  Hit http://archive.ubuntu.com lucid/main Sources  

  Hit http://archive.ubuntu.com lucid/restricted Sources

  Hit http://archive.ubuntu.com lucid/universe Packages 

  Hit http://archive.ubuntu.com lucid/universe Sources  

  Hit http://archive.ubuntu.com lucid/multiverse Packages   

  Hit http://archive.ubuntu.com lucid/multiverse Sources

  Hit http://archive.ubuntu.com lucid-updates/main Packages 

  Hit http://archive.ubuntu.com lucid-updates/restricted Packages   

  Hit http://archive.ubuntu.com lucid-updates/main Sources  

  Hit http://archive.ubuntu.com lucid-updates/restricted Sources

  Hit http://archive.ubuntu.com lucid-updates/universe Packages 

  Hit http://archive.ubuntu.com lucid-updates/universe Sources  

  Hit http://archive.ubuntu.com lucid-updates/multiverse Packages   

  Hit http://archive.ubuntu.com lucid-updates/multiverse Sources

  Hit http://archive.ubuntu.com lucid-security/main Packages

  Hit http://archive.ubuntu.com lucid-security/restricted Packages  

  Hit http://archive.ubuntu.com lucid-security/main Sources 

  Hit http://archive.ubuntu.com lucid-security/restricted Sources   

  Hit http://archive.ubuntu.com lucid-security/universe Packages

  Hit http://archive.ubuntu.com lucid-security/universe Sources 

  Hit http://archive.ubuntu.com lucid-security/multiverse Packages  

  Hit http://archive.ubuntu.com lucid-security/multiverse Sources   

  Hit http://packages.medibuntu.org lucid Release.gpg   

  Ign http

[Touch-packages] [Bug 600758] Re:

2018-07-08 Thread Chris Thompson
http://centre.joehendricksphotography.com

Chris Thompson

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

Title:
  Updates failing

Status in apt package in Ubuntu:
  Expired

Bug description:
  Binary package hint: apt

  When trying to update and download bug/security fixes I get the follow
  result. This happens with apt-get or update manager

  chris@snoopy:~$ sudo apt-get update
  [sudo] password for chris: 
  Hit http://archive.ubuntu.com lucid Release.gpg
  Ign http://archive.ubuntu.com/ubuntu/ lucid/main Translation-en_US
 
  Ign http://archive.ubuntu.com/ubuntu/ lucid/restricted Translation-en_US  
 
  Ign http://archive.ubuntu.com/ubuntu/ lucid/universe Translation-en_US
  
  Ign http://archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-en_US  
  
  Hit http://archive.ubuntu.com lucid-updates Release.gpg   
  
  Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-en_US

  Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/restricted 
Translation-en_US  
  Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/universe 
Translation-en_US
  Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/multiverse 
Translation-en_US  
  Hit http://archive.ubuntu.com lucid-security Release.gpg  

  Ign http://archive.ubuntu.com/ubuntu/ lucid-security/main Translation-en_US   

  Ign http://archive.ubuntu.com/ubuntu/ lucid-security/restricted 
Translation-en_US 
  Ign http://archive.ubuntu.com/ubuntu/ lucid-security/universe 
Translation-en_US   
  Ign http://archive.ubuntu.com/ubuntu/ lucid-security/multiverse 
Translation-en_US 
  Hit http://archive.ubuntu.com lucid Release   

  Hit http://archive.ubuntu.com lucid-updates Release   

  Hit http://archive.ubuntu.com lucid-security Release  
  
  Hit http://archive.ubuntu.com lucid/main Packages 
  
  Hit http://archive.ubuntu.com lucid/restricted Packages   

  Hit http://archive.ubuntu.com lucid/main Sources  

  Hit http://archive.ubuntu.com lucid/restricted Sources

  Hit http://archive.ubuntu.com lucid/universe Packages 

  Hit http://archive.ubuntu.com lucid/universe Sources  

  Hit http://archive.ubuntu.com lucid/multiverse Packages   

  Hit http://archive.ubuntu.com lucid/multiverse Sources

  Hit http://archive.ubuntu.com lucid-updates/main Packages 

  Hit http://archive.ubuntu.com lucid-updates/restricted Packages   

  Hit http://archive.ubuntu.com lucid-updates/main Sources  

  Hit http://archive.ubuntu.com lucid-updates/restricted Sources

  Hit http://archive.ubuntu.com lucid-updates/universe Packages 

  Hit http://archive.ubuntu.com lucid-updates/universe Sources  

  Hit http://archive.ubuntu.com lucid-updates/multiverse Packages   

  Hit http://archive.ubuntu.com lucid-updates/multiverse Sources

  Hit http://archive.ubuntu.com lucid-security/main Packages

  Hit http://archive.ubuntu.com lucid-security/restricted Packages  

  Hit http://archive.ubuntu.com lucid-security/main Sources 

  Hit http://archive.ubuntu.com lucid-security/restricted Sources   

  Hit http://archive.ubuntu.com lucid-security/universe Packages

  Hit http://archive.ubuntu.com lucid-security/universe Sources 

  Hit http://archive.ubuntu.com lucid-security/multiverse Packages  

  Hit http://archive.ubuntu.com lucid-security/multiverse Sources   

  Hit http://packages.medibuntu.org lucid Release.gpg   

  Ign http

[Touch-packages] [Bug 600758]

2018-06-16 Thread Chris Thompson
http://project.ennovationbox.com
Chris Thompson

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

Title:
  Updates failing

Status in apt package in Ubuntu:
  Expired

Bug description:
  Binary package hint: apt

  When trying to update and download bug/security fixes I get the follow
  result. This happens with apt-get or update manager

  chris@snoopy:~$ sudo apt-get update
  [sudo] password for chris: 
  Hit http://archive.ubuntu.com lucid Release.gpg
  Ign http://archive.ubuntu.com/ubuntu/ lucid/main Translation-en_US
 
  Ign http://archive.ubuntu.com/ubuntu/ lucid/restricted Translation-en_US  
 
  Ign http://archive.ubuntu.com/ubuntu/ lucid/universe Translation-en_US
  
  Ign http://archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-en_US  
  
  Hit http://archive.ubuntu.com lucid-updates Release.gpg   
  
  Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-en_US

  Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/restricted 
Translation-en_US  
  Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/universe 
Translation-en_US
  Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/multiverse 
Translation-en_US  
  Hit http://archive.ubuntu.com lucid-security Release.gpg  

  Ign http://archive.ubuntu.com/ubuntu/ lucid-security/main Translation-en_US   

  Ign http://archive.ubuntu.com/ubuntu/ lucid-security/restricted 
Translation-en_US 
  Ign http://archive.ubuntu.com/ubuntu/ lucid-security/universe 
Translation-en_US   
  Ign http://archive.ubuntu.com/ubuntu/ lucid-security/multiverse 
Translation-en_US 
  Hit http://archive.ubuntu.com lucid Release   

  Hit http://archive.ubuntu.com lucid-updates Release   

  Hit http://archive.ubuntu.com lucid-security Release  
  
  Hit http://archive.ubuntu.com lucid/main Packages 
  
  Hit http://archive.ubuntu.com lucid/restricted Packages   

  Hit http://archive.ubuntu.com lucid/main Sources  

  Hit http://archive.ubuntu.com lucid/restricted Sources

  Hit http://archive.ubuntu.com lucid/universe Packages 

  Hit http://archive.ubuntu.com lucid/universe Sources  

  Hit http://archive.ubuntu.com lucid/multiverse Packages   

  Hit http://archive.ubuntu.com lucid/multiverse Sources

  Hit http://archive.ubuntu.com lucid-updates/main Packages 

  Hit http://archive.ubuntu.com lucid-updates/restricted Packages   

  Hit http://archive.ubuntu.com lucid-updates/main Sources  

  Hit http://archive.ubuntu.com lucid-updates/restricted Sources

  Hit http://archive.ubuntu.com lucid-updates/universe Packages 

  Hit http://archive.ubuntu.com lucid-updates/universe Sources  

  Hit http://archive.ubuntu.com lucid-updates/multiverse Packages   

  Hit http://archive.ubuntu.com lucid-updates/multiverse Sources

  Hit http://archive.ubuntu.com lucid-security/main Packages

  Hit http://archive.ubuntu.com lucid-security/restricted Packages  

  Hit http://archive.ubuntu.com lucid-security/main Sources 

  Hit http://archive.ubuntu.com lucid-security/restricted Sources   

  Hit http://archive.ubuntu.com lucid-security/universe Packages

  Hit http://archive.ubuntu.com lucid-security/universe Sources 

  Hit http://archive.ubuntu.com lucid-security/multiverse Packages  

  Hit http://archive.ubuntu.com lucid-security/multiverse Sources   

  Hit http://packages.medibuntu.org lucid Release.gpg   

  Ign http

[Touch-packages] [Bug 1659339] Re: "libmtp error: Could not send object" when copying a file to MTP folder

2017-12-05 Thread Jacqui Thompson
I just got this error with my Android Nougat phone, trying to transfer
files using PCManFM, but the error was resolved when I used Thunar
(Lubuntu 14.04 with some xfce components installed)

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

Title:
  "libmtp error: Could not send object" when copying a file to MTP
  folder

Status in Linux Mint:
  New
Status in mtp package in Ubuntu:
  Confirmed

Bug description:
  Linux Mint 17.2/17.3/18/18.1 (problem arises in all of these).

  I connect my Android phone over MTP, LM opens the folder (for example
  "mtp://[usb:001,005]/Almacenamiento%20del%20tel%C3%A9fono"), then I
  try to copy a file from my filesystem to the phone.

  I get a window that says:

  Error while copying "foo.png".//There was an error copying the file
  into
  mtp://[usb:001,005]/Almacenamiento%20del%20tel%C3%A9fono/.//libmtp
  error:  Could not send object info.//Cancel/Skip.

  I think that the copy operation should proceed and having my file
  "foo.png" in phone's memory.

  The problem happens always, indeed the copy never worked for me in any
  of the LM versions mentioned above, that is, from the very first time
  I used LM.

  I can read (copy) files from the phone to the laptop, and I can delete
  files from the phone.

  $ lsusb
  Bus 002 Device 002: ID 13b1:0041 Linksys 
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 003: ID 064e:9700 Suyin Corp. Asus Integrated Webcam
  Bus 001 Device 005: ID 0bb4:0c02 HTC (High Tech Computer Corp.) Dream / ADP1 
/ G1 / Magic / Tattoo (Debug)
  Bus 001 Device 002: ID 0458:00f2 KYE Systems Corp. (Mouse Systems) 
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1659339/+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 1693160] Re: software notifies a problempackage openssh-server 1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd] failed to install/upgrade: unable to make backup link of './usr/sb

2017-05-25 Thread Dorothy Thompson
Hello Seth, I am afraid that technology is beyond my expertise.  I thank
you for your help but I am not knowledgeable at all to carry out your
instructions.  I will ask for help from the person where I purchased the
computer.  i phoned him today and he asked me to bring the computer in.  At
this time I believe it is the best alternative. Your effort to help me was
appreciated.

On Thu, May 25, 2017 at 8:47 PM, Seth Arnold <1693...@bugs.launchpad.net>
wrote:

> Hello Dorothy,
>
> What's the output of
>
> namei -l /usr/sbin/sshd /usr/bin/ssh
> lsattr -d /usr /usr/bin /usr/bin/ssh /usr/sbin /usr/sbin/sshd
>
> Thanks
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1693160
>
> Title:
>   software notifies a problempackage openssh-server 1:7.2p2-4ubuntu2.1
>   [modified: usr/sbin/sshd] failed to install/upgrade: unable to make
>   backup link of './usr/sbin/sshd' before installing new version:
>   Operation not permitted
>
> Status in openssh package in Ubuntu:
>   New
>
> Bug description:
>   I am 85 years old and do not understand the technology nor proper
>   explanation of the problem.  I simply tried to update my computer and
>   at the end there was a notification that there was a problem with the
>   system.
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 16.04
>   Package: openssh-server 1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd]
>   ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
>   Uname: Linux 4.4.0-78-generic x86_64
>   ApportVersion: 2.20.1-0ubuntu2.6
>   Architecture: amd64
>   Date: Tue May 23 06:52:10 2017
>   DuplicateSignature:
>package:openssh-server:1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd]
>Unpacking openssh-server (1:7.2p2-4ubuntu2.2) over (1:7.2p2-4ubuntu2.1)
> ...
>dpkg: error processing archive /var/cache/apt/archives/
> openssh-server_1%3a7.2p2-4ubuntu2.2_amd64.deb (--unpack):
> unable to make backup link of './usr/sbin/sshd' before installing new
> version: Operation not permitted
>   ErrorMessage: unable to make backup link of './usr/sbin/sshd' before
> installing new version: Operation not permitted
>   InstallationDate: Installed on 2016-04-21 (397 days ago)
>   InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64
> (20160420.1)
>   RelatedPackageVersions:
>dpkg 1.18.4ubuntu1.2
>apt  1.2.20
>   SourcePackage: openssh
>   Title: package openssh-server 1:7.2p2-4ubuntu2.1 [modified:
> usr/sbin/sshd] failed to install/upgrade: unable to make backup link of
> './usr/sbin/sshd' before installing new version: Operation not permitted
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/
> 1693160/+subscriptions
>

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

Title:
  software notifies a problempackage openssh-server 1:7.2p2-4ubuntu2.1
  [modified: usr/sbin/sshd] failed to install/upgrade: unable to make
  backup link of './usr/sbin/sshd' before installing new version:
  Operation not permitted

Status in openssh package in Ubuntu:
  New

Bug description:
  I am 85 years old and do not understand the technology nor proper
  explanation of the problem.  I simply tried to update my computer and
  at the end there was a notification that there was a problem with the
  system.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: openssh-server 1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd]
  ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
  Uname: Linux 4.4.0-78-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Tue May 23 06:52:10 2017
  DuplicateSignature:
   package:openssh-server:1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd]
   Unpacking openssh-server (1:7.2p2-4ubuntu2.2) over (1:7.2p2-4ubuntu2.1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/openssh-server_1%3a7.2p2-4ubuntu2.2_amd64.deb 
(--unpack):
unable to make backup link of './usr/sbin/sshd' before installing new 
version: Operation not permitted
  ErrorMessage: unable to make backup link of './usr/sbin/sshd' before 
installing new version: Operation not permitted
  InstallationDate: Installed on 2016-04-21 (397 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: openssh
  Title: package openssh-server 1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd] 
failed to install/upgrade: unable to make backup link of './usr/sbin/sshd' 
before installing new version: Operation not permitted
  UpgradeStatus: No upgrade log present (probably fresh install)

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


Re: [Touch-packages] [Bug 1693160] Re: software notifies a problempackage openssh-server 1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd] failed to install/upgrade: unable to make backup link of './usr/sb

2017-05-25 Thread Dorothy Thompson
Thank you for your message I do not use ssh (I don't know what it is).
This is the message on my computer when I was notified that the updating
could not be completed "THE PACKAGE SYSTEM IS BROKEN.  Check if you are
using third-party repositories (common source of problems)  Furthermore run
the following command on a terminal: sudo apt-get-install-f".  I tried this
command and it did not help and I do not use third-party repositories.  I
will await your instructions.  It is comforting to receive this help from
you.  I do not know a technician and have been wondering where to take the
computer, if you can advise me how to fix the problem (with my limited
understanding of the computer mechanics) it would very appreciated.  Dorothy


On Thu, May 25, 2017 at 1:56 AM, Seth Arnold <1693...@bugs.launchpad.net>
wrote:

> Hello Dorothy,
>
> Please ask whoever takes a look at your computer to inspect this bug.
> ("ubuntu bug 1693160" should suffice.) These error messages are unusual
> and may indicate that ssh and sshd have been set immutable, or set to
> mode , or something even more surprising.
>
> If you never use ssh to connect to other computers, or allow others to
> connect to your computer with ssh, perhaps these should be removed
> entirely.
>
> Thanks
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1693160
>
> Title:
>   software notifies a problempackage openssh-server 1:7.2p2-4ubuntu2.1
>   [modified: usr/sbin/sshd] failed to install/upgrade: unable to make
>   backup link of './usr/sbin/sshd' before installing new version:
>   Operation not permitted
>
> Status in openssh package in Ubuntu:
>   New
>
> Bug description:
>   I am 85 years old and do not understand the technology nor proper
>   explanation of the problem.  I simply tried to update my computer and
>   at the end there was a notification that there was a problem with the
>   system.
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 16.04
>   Package: openssh-server 1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd]
>   ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
>   Uname: Linux 4.4.0-78-generic x86_64
>   ApportVersion: 2.20.1-0ubuntu2.6
>   Architecture: amd64
>   Date: Tue May 23 06:52:10 2017
>   DuplicateSignature:
>package:openssh-server:1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd]
>Unpacking openssh-server (1:7.2p2-4ubuntu2.2) over (1:7.2p2-4ubuntu2.1)
> ...
>dpkg: error processing archive /var/cache/apt/archives/
> openssh-server_1%3a7.2p2-4ubuntu2.2_amd64.deb (--unpack):
> unable to make backup link of './usr/sbin/sshd' before installing new
> version: Operation not permitted
>   ErrorMessage: unable to make backup link of './usr/sbin/sshd' before
> installing new version: Operation not permitted
>   InstallationDate: Installed on 2016-04-21 (397 days ago)
>   InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64
> (20160420.1)
>   RelatedPackageVersions:
>dpkg 1.18.4ubuntu1.2
>apt  1.2.20
>   SourcePackage: openssh
>   Title: package openssh-server 1:7.2p2-4ubuntu2.1 [modified:
> usr/sbin/sshd] failed to install/upgrade: unable to make backup link of
> './usr/sbin/sshd' before installing new version: Operation not permitted
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/
> 1693160/+subscriptions
>

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

Title:
  software notifies a problempackage openssh-server 1:7.2p2-4ubuntu2.1
  [modified: usr/sbin/sshd] failed to install/upgrade: unable to make
  backup link of './usr/sbin/sshd' before installing new version:
  Operation not permitted

Status in openssh package in Ubuntu:
  New

Bug description:
  I am 85 years old and do not understand the technology nor proper
  explanation of the problem.  I simply tried to update my computer and
  at the end there was a notification that there was a problem with the
  system.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: openssh-server 1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd]
  ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
  Uname: Linux 4.4.0-78-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Tue May 23 06:52:10 2017
  DuplicateSignature:
   package:openssh-server:1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd]
   Unpacking openssh-server (1:7.2p2-4ubuntu2.2) over (1:7.2p2-4ubuntu2.1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/openssh-server_1%3a7.2p2-4ubuntu2.2_amd64.deb 
(--unpack):
unable to make backup link of './usr/sbin/sshd' before installing new 
version: Operation not permitted
  ErrorMessage: unable to make backup link of './usr/sbin/sshd' before 
installing new version: 

Re: [Touch-packages] [Bug 1693160] Re: software notifies a problempackage openssh-server 1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd] failed to install/upgrade: unable to make backup link of './usr/sb

2017-05-24 Thread Dorothy Thompson
I do not understand the technology and I find the instructions too
complicated for me.  I will take the computer to a technician.

On Wed, May 24, 2017 at 5:50 AM, Apport retracing service <
1693...@bugs.launchpad.net> wrote:

> ** Tags removed: need-duplicate-check
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1693160
>
> Title:
>   software notifies a problempackage openssh-server 1:7.2p2-4ubuntu2.1
>   [modified: usr/sbin/sshd] failed to install/upgrade: unable to make
>   backup link of './usr/sbin/sshd' before installing new version:
>   Operation not permitted
>
> Status in openssh package in Ubuntu:
>   New
>
> Bug description:
>   I am 85 years old and do not understand the technology nor proper
>   explanation of the problem.  I simply tried to update my computer and
>   at the end there was a notification that there was a problem with the
>   system.
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 16.04
>   Package: openssh-server 1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd]
>   ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
>   Uname: Linux 4.4.0-78-generic x86_64
>   ApportVersion: 2.20.1-0ubuntu2.6
>   Architecture: amd64
>   Date: Tue May 23 06:52:10 2017
>   DuplicateSignature:
>package:openssh-server:1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd]
>Unpacking openssh-server (1:7.2p2-4ubuntu2.2) over (1:7.2p2-4ubuntu2.1)
> ...
>dpkg: error processing archive /var/cache/apt/archives/
> openssh-server_1%3a7.2p2-4ubuntu2.2_amd64.deb (--unpack):
> unable to make backup link of './usr/sbin/sshd' before installing new
> version: Operation not permitted
>   ErrorMessage: unable to make backup link of './usr/sbin/sshd' before
> installing new version: Operation not permitted
>   InstallationDate: Installed on 2016-04-21 (397 days ago)
>   InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64
> (20160420.1)
>   RelatedPackageVersions:
>dpkg 1.18.4ubuntu1.2
>apt  1.2.20
>   SourcePackage: openssh
>   Title: package openssh-server 1:7.2p2-4ubuntu2.1 [modified:
> usr/sbin/sshd] failed to install/upgrade: unable to make backup link of
> './usr/sbin/sshd' before installing new version: Operation not permitted
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/
> 1693160/+subscriptions
>

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

Title:
  software notifies a problempackage openssh-server 1:7.2p2-4ubuntu2.1
  [modified: usr/sbin/sshd] failed to install/upgrade: unable to make
  backup link of './usr/sbin/sshd' before installing new version:
  Operation not permitted

Status in openssh package in Ubuntu:
  New

Bug description:
  I am 85 years old and do not understand the technology nor proper
  explanation of the problem.  I simply tried to update my computer and
  at the end there was a notification that there was a problem with the
  system.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: openssh-server 1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd]
  ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
  Uname: Linux 4.4.0-78-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Tue May 23 06:52:10 2017
  DuplicateSignature:
   package:openssh-server:1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd]
   Unpacking openssh-server (1:7.2p2-4ubuntu2.2) over (1:7.2p2-4ubuntu2.1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/openssh-server_1%3a7.2p2-4ubuntu2.2_amd64.deb 
(--unpack):
unable to make backup link of './usr/sbin/sshd' before installing new 
version: Operation not permitted
  ErrorMessage: unable to make backup link of './usr/sbin/sshd' before 
installing new version: Operation not permitted
  InstallationDate: Installed on 2016-04-21 (397 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: openssh
  Title: package openssh-server 1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd] 
failed to install/upgrade: unable to make backup link of './usr/sbin/sshd' 
before installing new version: Operation not permitted
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1693160/+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 1693160] [NEW] software notifies a problempackage openssh-server 1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd] failed to install/upgrade: unable to make backup link of './usr/sbin

2017-05-24 Thread Dorothy Thompson
Public bug reported:

I am 85 years old and do not understand the technology nor proper
explanation of the problem.  I simply tried to update my computer and at
the end there was a notification that there was a problem with the
system.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: openssh-server 1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd]
ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
Uname: Linux 4.4.0-78-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Tue May 23 06:52:10 2017
DuplicateSignature:
 package:openssh-server:1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd]
 Unpacking openssh-server (1:7.2p2-4ubuntu2.2) over (1:7.2p2-4ubuntu2.1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/openssh-server_1%3a7.2p2-4ubuntu2.2_amd64.deb 
(--unpack):
  unable to make backup link of './usr/sbin/sshd' before installing new 
version: Operation not permitted
ErrorMessage: unable to make backup link of './usr/sbin/sshd' before installing 
new version: Operation not permitted
InstallationDate: Installed on 2016-04-21 (397 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: openssh
Title: package openssh-server 1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd] 
failed to install/upgrade: unable to make backup link of './usr/sbin/sshd' 
before installing new version: Operation not permitted
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: openssh (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 openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1693160

Title:
  software notifies a problempackage openssh-server 1:7.2p2-4ubuntu2.1
  [modified: usr/sbin/sshd] failed to install/upgrade: unable to make
  backup link of './usr/sbin/sshd' before installing new version:
  Operation not permitted

Status in openssh package in Ubuntu:
  New

Bug description:
  I am 85 years old and do not understand the technology nor proper
  explanation of the problem.  I simply tried to update my computer and
  at the end there was a notification that there was a problem with the
  system.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: openssh-server 1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd]
  ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
  Uname: Linux 4.4.0-78-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Tue May 23 06:52:10 2017
  DuplicateSignature:
   package:openssh-server:1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd]
   Unpacking openssh-server (1:7.2p2-4ubuntu2.2) over (1:7.2p2-4ubuntu2.1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/openssh-server_1%3a7.2p2-4ubuntu2.2_amd64.deb 
(--unpack):
unable to make backup link of './usr/sbin/sshd' before installing new 
version: Operation not permitted
  ErrorMessage: unable to make backup link of './usr/sbin/sshd' before 
installing new version: Operation not permitted
  InstallationDate: Installed on 2016-04-21 (397 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: openssh
  Title: package openssh-server 1:7.2p2-4ubuntu2.1 [modified: usr/sbin/sshd] 
failed to install/upgrade: unable to make backup link of './usr/sbin/sshd' 
before installing new version: Operation not permitted
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1693160/+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 1693150] [NEW] package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-05-24 Thread William Thompson
*** This bug is a duplicate of bug 1688721 ***
https://bugs.launchpad.net/bugs/1688721

Public bug reported:

A partial block on the encrypted section of the file structure is
preventing apps from updating.

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: gconf2-common 3.2.6-3ubuntu7
ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
Uname: Linux 4.10.0-21-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
Date: Wed May 24 05:16:24 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationDate: Installed on 2017-05-24 (0 days ago)
InstallationMedia: Ubuntu-Server 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4
SourcePackage: gconf
Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package zesty

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

Title:
  package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in gconf package in Ubuntu:
  New

Bug description:
  A partial block on the encrypted section of the file structure is
  preventing apps from updating.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Wed May 24 05:16:24 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-05-24 (0 days ago)
  InstallationMedia: Ubuntu-Server 17.04 "Zesty Zapus" - Release amd64 
(20170412)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: gconf
  Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1693150/+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 1623383] Re: Some restarts fail due to missing base devices

2017-03-13 Thread Ian Thompson
I have the same problem with two Dell PowerEdge FC630.  
Ubuntu 16.04.2 LTS/ 4.4.0-66-generic

Shutdown/reboot stalls at different points each attempt.

An IBM System x3650 M4 in the same rack, at the same software level,
reboots cleanly every time.

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

Title:
  Some restarts fail due to missing base devices

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Arch: s390x
  Release: Yakkety / 16.10

  This happens on some (but not all) system starts with Yakkety. In
  Xenial (which is using the same 4.4 kernel version the Yakkety systems
  were using when the problem was first observed) this did not happen.
  The system (LPAR) this was seen first was an upgrade from Xenial but
  since then has been freshly installed with Yakkety. The same behaviour
  is seen on a zVM guest running Yakkety.

  The attached syslog shows a failed boot, followed by one that did work. Note 
the "Found device .*(sclp|encc00).*" messages in the good boot. Those are 
missing in the bad attempt and as a result networking and console fail to be 
usable. Also note, those boots were 4.8 kernels but we saw this with 4.4 
kernels, too.
  This might be a systemd problem / race, I just filed it into udev for now as 
that better matches the not finding basic devices symptom.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1623383/+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 1653220] [NEW] when I install updates, Ubuntu Software goes off into the weeds

2016-12-30 Thread Paul Thompson
Public bug reported:

when I install updates, Ubuntu Software goes off into the weeds - I've
left it for ages but it never concludes. The All tab works, but the oher
two tabs don't

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: xorg 1:7.7+13ubuntu4
ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
Uname: Linux 4.8.0-30-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.3-0ubuntu8.2
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
Date: Fri Dec 30 10:24:08 2016
DistUpgraded: Fresh install
DistroCodename: yakkety
DistroVariant: ubuntu
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RV515/M52 [Mobility Radeon X1300] 
[1002:7149] (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] RV515/M52 [Mobility Radeon X1300] 
[1025:009f]
InstallationDate: Installed on 2016-12-09 (21 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
Lsusb:
 Bus 001 Device 002: ID 0402:5602 ALi Corp. M5602 Video Camera Controller
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Acer Aspire 5100
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-30-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/07/2006
dmi.bios.vendor: Acer
dmi.bios.version: V2.70
dmi.board.name: Navarro
dmi.board.vendor: Acer
dmi.board.version: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAcer:bvrV2.70:bd12/07/2006:svnAcer:pnAspire5100:pvrV2.70:rvnAcer:rnNavarro:rvrN/A:cvnAcer:ct10:cvrN/A:
dmi.product.name: Aspire 5100
dmi.product.version: V2.70
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.13.0+16.10.20160818.2-0ubuntu2
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.70-1
version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.3-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.3-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu6.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160706-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
xserver.bootTime: Fri Dec 30 09:48:26 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-1ubuntu6.1
xserver.video_driver: radeon

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu yakkety

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

Title:
  when I install updates, Ubuntu Software goes off into the weeds

Status in xorg package in Ubuntu:
  New

Bug description:
  when I install updates, Ubuntu Software goes off into the weeds - I've
  left it for ages but it never concludes. The All tab works, but the
  oher two tabs don't

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu4
  ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
  Uname: Linux 4.8.0-30-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.3-0ubuntu8.2
  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
  Date: Fri Dec 30 10:24:08 2016
  DistUpgraded: Fresh install
  DistroCodename: yakkety
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RV515/M52 [Mobility Radeon X1300] 
[1002:7149] (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] RV515/M52 [Mobility Radeon X1300] 
[1025:009f]
  InstallationDate: Installed on 2016-12-09 (21 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  Lsusb:
   Bus 001 Device 002: ID 0402:5602 ALi Corp. M5602 Video Camera Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
   

[Touch-packages] [Bug 1607531] Re: Music ignores local album artwork.

2016-08-09 Thread Victor Thompson
Hi Gregory, thanks for taking the time to file this issue. I've added
the thumbnailer project as affected so they can triage this issue.
Thanks!

** Also affects: thumbnailer (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: music-app
   Status: New => Invalid

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

Title:
  Music ignores local album artwork.

Status in Ubuntu Music App:
  Invalid
Status in thumbnailer package in Ubuntu:
  New

Bug description:
  When using "Music", local album artwork is ignored, seemingly in favor
  of online album artwork, which is frequently incorrect.

  This appears to be a different issue to
  https://bugs.launchpad.net/thumbnailer/+bug/1372000 , because
  https://bugs.launchpad.net/thumbnailer/+bug/1372000 is apparently
  "fixed" and I still experience this issue.

  --

  Reproduce:
  - Copy music to your Ubuntu mobile device, ensuring that each folder contains 
appropriately-named album artwork (in my case, exactly the same name as the 
album and the folder in which the music is contained).
  - Launch/open Music, browse your library and playback music.

  Result:
  - Most tracks are shown with no or incorrect album artwork.

  Expectation:
  - That Music would utilize or otherwise prioritize local album artwork.

  --

  Music: 2.4.1003

  bq Aquaris E5 HD Ubuntu Edition:
  * OS build number: OTA-12
  * Ubuntu Image part: 20160708
  * Ubuntu build description: Ubuntu 15.04 - armhf (20160708-091336)
  * Device Image part: 20160606-540a47f
  * Device build description: VEGETA01A-S23A_BQ_L100EN_2014_160708
  * Customization Image part: 20160701-981-38-14

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1607531/+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 1603027] Re: Location detection should be off when it's disabled in the app

2016-08-09 Thread Victor Thompson
Hi Po-Hsu Lin, thanks for taking the time to file this request. The
intent of disabling the location detection in the app is for it to be an
app only setting, rather then a system setting.

** Changed in: ubuntu-weather-app
   Status: New => Incomplete

** Changed in: ubuntu-weather-app
   Importance: Undecided => Wishlist

** Also affects: indicator-location (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Location detection should be off when it's disabled in the app

Status in Ubuntu Weather App:
  Incomplete
Status in indicator-location package in Ubuntu:
  New

Bug description:
  The location detection setting in weather app is not consistent with
  the stat of the location indicator after restarting the app.

  com.ubuntu.weather  3.3.244

  Steps:
  1. Make sure you have location detection activated, open the weather app
  2. Disable the location detection in the cog-wheel setting page
  3. Close the app
  4. Open the app again, and observe the location indicator

  Expected result:
  * The location indicator should be in "activated" mode in step 1
  * The location indicator should be in "de-activated" mode in step 2
  * The location indicator should be in "de-activated" mode in step 4

  Actual result:
  * The location indicator is still in "activated" mode in step 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-weather-app/+bug/1603027/+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 1598968] Re: Blurry album art

2016-07-06 Thread Victor Thompson
Hi Michael, thanks for taking the time to file this bug and for helping
to make Ubuntu better. I've added the Thumbnailer project to the bug
report, as that is the application responsible for generating the
thumbnail art.

** Also affects: thumbnailer (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: music-app
   Status: New => Invalid

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

Title:
  Blurry album art

Status in Ubuntu Music App:
  Invalid
Status in thumbnailer package in Ubuntu:
  New

Bug description:
  If I set the album art for a mp3 song and the picture has a very high 
resolution, it looks very sharp in vlc or other media players on my computer, 
but when I copy it to my mx4 and open it with the music app the album art looks 
a bit blurry.
  A 1000*1000 px album art does not look like 1000*1000 on my meizu mx4, which 
has 1080p.
  I hope, I described well enough what I expected and what I got.
  Thank you for this great app 

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1598968/+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 1599181] Re: Add a Composers category (wishlist)

2016-07-06 Thread Victor Thompson
Hi Adam, thanks for taking the time to file this bug and for helping to
make Ubuntu better. Such a change would need Design approval and require
changes to the plugin/daemon that provides the Music app with metadata.
I've added those teams to this request.

** Changed in: music-app
   Status: New => Triaged

** Changed in: music-app
   Importance: Undecided => Wishlist

** Also affects: mediascanner2 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

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

Title:
  Add a Composers category (wishlist)

Status in Ubuntu Music App:
  Triaged
Status in Ubuntu UX:
  New
Status in mediascanner2 package in Ubuntu:
  New

Bug description:
  In addition to "Artists", "Albums", "Genres" etc. please add a
  "Composers" category (possibly available only when some setting is
  toggled, to avoid cluttering up the menu for those who don't need it).

  Note: this is partially related to https://bugs.launchpad.net/music-
  app/+bug/1599179 , but is separate from it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1599181/+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 1592108] Re: No option to disable album/artist/track art requests

2016-06-14 Thread Victor Thompson
Hi Jeroen, thanks for taking the time to file this bug and for helping
to make Ubuntu better. I've added the thumbnailer project and the Ubuntu
Design team as affected.

Currently there is no way of disabling these requests via the GUI. There
may be a workaround via the command line, but I'm not aware of one.

** Also affects: thumbnailer (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

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

Title:
  No option to disable album/artist/track art requests

Status in Ubuntu Music App:
  New
Status in Ubuntu UX:
  New
Status in thumbnailer package in Ubuntu:
  New

Bug description:
  The Music App appears to download album/artist/track art
  automatically. Is there a way to disable this functionality to save
  bandwidth? The Music App does not appear to have any user settings at
  all (unless I am overlooking them).

  The service used to fetch the art from is far from bug-free. For an
  album called 'Musik für festliche Stunden' I get an album cover for
  'Strauss zum Saubermachen'. While that does seem like an interesting
  album (clean the house with Strauss?) it is not even remotely the
  correct album.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1592108/+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 1558753] Re: AppArmor denying CUPS authentication against PAM on AD joined system (SSSD-based)

2016-06-03 Thread Adam Thompson
Still a problem in 16.04 LTS.  Workaround is simply "aa-complain cupsd"
but that's kind of crummy...

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

Title:
  AppArmor denying CUPS authentication against PAM on AD joined system
  (SSSD-based)

Status in AppArmor:
  New
Status in apparmor package in Ubuntu:
  Confirmed

Bug description:
  System information:

  OS: Ubuntu 14.04.4 LTS
  AppArmor 2.8.95~2430-0ubuntu5.3
  SSSD: 1.11.5-1ubuntu3
  CUPS: 1.7.2-0ubuntu1.7

  I believe this is a bug that belongs here rather than with SSSD or
  CUPS package; apologies if incorrect.

  The problem arises when attempting to grant non-local end user
  accounts (e.g, domain accounts) extra permissions to modify portions
  of the Admin page, so that they can add/remove printers themselves for
  instance.  There's a few ways to do this, obviously, such as adding
  extra groups or users to the SystemGroup definition in /etc/cups-
  files, or adding "Require valid-user" to the 
  location in /etc/cupsd.conf.

  Attempting to alter SystemGroup by adding "Domain Users", or by adding
  the "Require valid-user" statement to the /admin location definition
  causes the CUPS web page (http://localhost:631) to reject all network
  users credentials.  The valid-user option will cause CUPS to accept
  local user account credentials regardless of whether they have root
  access or are part of lpadmin.  Interestingly, both
  BasicAuthentication and Kerberos (Negotiate) authentication modes
  cause network accounts to be rejected .

  Digging through logs, it becomes apparent that CUPS appears to rely on PAM 
for authentication - error messages appear in /var/log/auth.log like so:
  Mar 15 07:53:41  cupsd: pam_unix(cups:auth): authentication 
failure; logname= uid=0 euid=0 tty=cups ruser= rhost=localhost user=
  Mar 15 07:53L31  cupsd: pam_sss(cups:auth): Request to sssd 
failed.  Permission denied

  The first line is expected, as a network account will not be auth'd by
  pam_unix.  The second line points to the problem: when CUPS attempts
  to talk to sssd (indirectly by invoking PAM, but it still happens)
  then CUPS is blocked with a permission denied.

  Further research turned up a prior bug report (1264548,
  https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1264548) that
  highlighted nearly the same problem and highlighting it as an AppArmor
  rejection.  Examining the output of `dmesg | grepDENIED.*cups`, we do
  see lines in the output:

  [21507.848482] type=1400 audit(1458067443.626:435): apparmor="DENIED"
  operation="connect" profile="/usr/sbin/cupsd"
  name="/var/lib/sss/pipes/private/pam" pid=27447 comm="cupsd"
  requested_mask="rw" denied_mask="rw" fsuid=0 ouid=0

  Further evidence can be found in the fact that setting the CUPS
  profile to complain mode in AppArmor causes the problem to go away
  (both Kerberos and Basic authentication modes work).

  I have successfully resolved the issue locally by adding the rule 
  /var/lib/sss/pipes/private/pam rw,

  to the file /etc/apparmor.d/local/usr.sbin.cupsd.  Interestingly, this
  also resolves the kerberos issue - both 'DefaultAuthType Basic' and
  'DefaultAuthType Negotiate' will successfully allow network accounts
  to access the Administration page.

  Looking at /etc/apparmor.d/usr.sbin.cupsd, it includes the
  abstractions/authentication def file, which in turn contains a
  specific include for the abstractions/winbind file.  I don't know
  whether there should be an equivalent abstractions file for sssd; the
  one line fix above really doesn't by itself warrant a full separate
  file, but if there are perhaps other sssd specific definitions that
  contained applications may need access to, perhaps that would warrant
  a separate file.

  I also don't know what, if any, wider security issues there may be
  from granting CUPS access to /var/lib/sss/pipes/private/pam, either,
  so perhaps a different proper fix would be required?

To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor/+bug/1558753/+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 1563522] Re: Desktop/windowed mode title

2016-05-10 Thread Victor Thompson
** Changed in: music-app
Milestone: ota11 => None

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

Title:
  Desktop/windowed mode title

Status in Canonical System Image:
  Fix Committed
Status in Ubuntu Music App:
  Invalid
Status in qtmir package in Ubuntu:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Could add a proper title to the header: presently in desktop/windowed
  mode I see "qmlscene:musicMainView" in the window header.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1563522/+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 1580216] Re: Color manager breaks Zebra ZPL

2016-05-10 Thread Nick Thompson
** Description changed:

- Ubuntu 14.04.3 LTS 
+ Ubuntu 14.04.3 LTS
  CUPS 1.7.2-0ubuntu1.7
- On new install, I setup a Zebra printer (USB). I guess I'm used to the old 
CUPS web UI because I didn't even notice the Color Manager option. So I didn't 
uncheck it. If you leave Color Manager enabled it will cause some print jobs to 
not print but show the job completed normally. 
+ On new install, I setup a Zebra printer (USB). I guess I'm used to the old 
CUPS web UI because I didn't even notice the Color Manager option. So I didn't 
uncheck it. If you leave Color Manager enabled it will cause some print jobs to 
not print but show the job completed normally.
+ 
+ #EDIT: Issue remains with color manager disabled
  
  D [10/May/2016:09:26:18 -0500] [Job 56] Failed to send: 
org.freedesktop.ColorManager.Device.NothingMatched:nothing matched expression 
'Gray.Thermal.203dpi,Gray.Thermal.*,Gray.*.203dpi,Gray.*.*,*'
  D [10/May/2016:09:26:18 -0500] [Job 56] Failed to get profile filename for 
cups-TestTouch
  D [10/May/2016:09:26:18 -0500] cupsd is not idle any more, canceling shutdown.
  I [10/May/2016:09:26:18 -0500] [Job 56] no profiles specified in PPD

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

Title:
  Color manager breaks Zebra ZPL

Status in cups package in Ubuntu:
  New

Bug description:
  Ubuntu 14.04.3 LTS
  CUPS 1.7.2-0ubuntu1.7
  On new install, I setup a Zebra printer (USB). I guess I'm used to the old 
CUPS web UI because I didn't even notice the Color Manager option. So I didn't 
uncheck it. If you leave Color Manager enabled it will cause some print jobs to 
not print but show the job completed normally.

  #EDIT: Issue remains with color manager disabled

  D [10/May/2016:09:26:18 -0500] [Job 56] Failed to send: 
org.freedesktop.ColorManager.Device.NothingMatched:nothing matched expression 
'Gray.Thermal.203dpi,Gray.Thermal.*,Gray.*.203dpi,Gray.*.*,*'
  D [10/May/2016:09:26:18 -0500] [Job 56] Failed to get profile filename for 
cups-TestTouch
  D [10/May/2016:09:26:18 -0500] cupsd is not idle any more, canceling shutdown.
  I [10/May/2016:09:26:18 -0500] [Job 56] no profiles specified in PPD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1580216/+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 1580216] [NEW] Color manager breaks Zebra ZPL

2016-05-10 Thread Nick Thompson
Public bug reported:

Ubuntu 14.04.3 LTS 
CUPS 1.7.2-0ubuntu1.7
On new install, I setup a Zebra printer (USB). I guess I'm used to the old CUPS 
web UI because I didn't even notice the Color Manager option. So I didn't 
uncheck it. If you leave Color Manager enabled it will cause some print jobs to 
not print but show the job completed normally. 

D [10/May/2016:09:26:18 -0500] [Job 56] Failed to send: 
org.freedesktop.ColorManager.Device.NothingMatched:nothing matched expression 
'Gray.Thermal.203dpi,Gray.Thermal.*,Gray.*.203dpi,Gray.*.*,*'
D [10/May/2016:09:26:18 -0500] [Job 56] Failed to get profile filename for 
cups-TestTouch
D [10/May/2016:09:26:18 -0500] cupsd is not idle any more, canceling shutdown.
I [10/May/2016:09:26:18 -0500] [Job 56] no profiles specified in PPD

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

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

Title:
  Color manager breaks Zebra ZPL

Status in cups package in Ubuntu:
  New

Bug description:
  Ubuntu 14.04.3 LTS 
  CUPS 1.7.2-0ubuntu1.7
  On new install, I setup a Zebra printer (USB). I guess I'm used to the old 
CUPS web UI because I didn't even notice the Color Manager option. So I didn't 
uncheck it. If you leave Color Manager enabled it will cause some print jobs to 
not print but show the job completed normally. 

  D [10/May/2016:09:26:18 -0500] [Job 56] Failed to send: 
org.freedesktop.ColorManager.Device.NothingMatched:nothing matched expression 
'Gray.Thermal.203dpi,Gray.Thermal.*,Gray.*.203dpi,Gray.*.*,*'
  D [10/May/2016:09:26:18 -0500] [Job 56] Failed to get profile filename for 
cups-TestTouch
  D [10/May/2016:09:26:18 -0500] cupsd is not idle any more, canceling shutdown.
  I [10/May/2016:09:26:18 -0500] [Job 56] no profiles specified in PPD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1580216/+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 1480269] Re: Scrolling is slow and jerky

2016-05-10 Thread Victor Thompson
** Changed in: music-app
   Status: Fix Committed => Fix Released

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

Title:
  Scrolling is slow and jerky

Status in Ubuntu Music App:
  Fix Released
Status in thumbnailer package in Ubuntu:
  Invalid

Bug description:
  Scrolling is slow and jerky in all views Artists / Albums / Genres /
  Songs etc

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1480269/+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 1576989] Re: stale lock files freeze apps

2016-04-30 Thread Victor Thompson
Do we want affected apps to possibly implement your workaround as a
stopgap until the real solution is implemented? If so, could you provide
the original workaround?

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

Title:
  stale lock files freeze apps

Status in Canonical System Image:
  New
Status in qtbase-opensource-src package in Ubuntu:
  Confirmed

Bug description:
  Debugging why the Notes app would freeze for some people, I found
  there were some stale .lock files around. Those .lock files are
  autocreated by QSettings (with QLockFile) when this file is edited.
  Problem is, that it sometimes seems to happen that the app is
  suspended by our lifecycle and then killed (either by closing from
  spread or OOM killed) and those .lock files stick around. I have
  implemented a workaround in the notes app to clear up those stale
  locks when the app starts app, however, today I ran twice in a row
  into the issue that the very same happened to music app. It would just
  freeze on startup and never come back. Digging around a bit I found
  such a stale lock file on its config file which is created with the
  QML Settings element. This implies that every app using QSettings or
  QML Settings {} are potentially affected. I suspect many more app
  freezes can be traced down to this.

  Now, there is some code in Qt to detect stale lock files, however, not
  sure why it doesn't detect those lock files as stale ones and decides
  to wait on them forever though.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1576989/+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 1378143] Re: [Music App and Scope] Consistent use of "Songs" or "Tracks" between Music app and Music scope

2016-04-29 Thread Victor Thompson
** Changed in: music-app
   Status: Fix Committed => Fix Released

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

Title:
  [Music App and Scope] Consistent use of "Songs" or "Tracks" between
  Music app and Music scope

Status in Ubuntu Music App:
  Fix Released
Status in Ubuntu UX:
  Fix Released
Status in unity-greeter package in Ubuntu:
  Invalid
Status in unity-scope-mediascanner package in Ubuntu:
  Triaged

Bug description:
  It'd be ideal if both the Music app (which currently uses "Songs") and
  the Music scope (which uses "Tracks") used similar terminology.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1378143/+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 1515067] Re: Redundant requests for artist art

2016-04-29 Thread Victor Thompson
** Changed in: music-app
   Status: Fix Committed => Fix Released

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

Title:
  Redundant requests for artist art

Status in Ubuntu Music App:
  Fix Released
Status in thumbnailer package in Ubuntu:
  Invalid

Bug description:
  I'm seeing redundant requests in the thumbnailer for every artist. For
  example:

  thumbnailer-service: [00:33:58.397] "artist: Mamady Keïta/Afö (512,512): 
5.732672 [q: 4.476239, d: 1.065771] sec (MISS)"
  thumbnailer-service: [00:33:58.439] "artist: Mamady Keïta/ (512,512): 
5.774881 [q: 3.434976, d: 2.267816] sec (MISS)"

  thumbnailer-service: [00:33:56.041] "artist: Passport/ (512,512): 3.741614 
[d: 3.681184] sec (MISS)"
  thumbnailer-service: [00:33:56.144] "artist: Passport/Passport to Paradise 
(512,512): 3.480054 [d: 3.446207] sec (MISS)"

  thumbnailer-service: [00:34:02.958] "artist: Pink Floyd/The Dark Side Of The 
Moon [2011 - Remaster] (512,512): 10.288417 [q: 6.923973, d: 3.262566] sec 
(MISS)"
  thumbnailer-service: [00:34:04.315] "artist: Pink Floyd/ (512,512): 11.646238 
[q: 10.182878, d: 1.348939] sec (MISS)"

  For every artist, it appears that a request is sent for the artist
  with an empty album title, plus a request for the artist with an album
  title. This is not great because it results in two remote server
  accesses for each artist. This hammers the CPU and the network on the
  phone, as well as the server on dash.ubuntu.com.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1515067/+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 1554621] Re: Invalid use of palette apparent with new SDK

2016-04-29 Thread Victor Thompson
** Changed in: music-app
   Status: Fix Committed => Fix Released

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

Title:
  Invalid use of palette apparent with new SDK

Status in address-book-app:
  Fix Committed
Status in Canonical System Image:
  Fix Released
Status in Ubuntu Music App:
  Fix Released
Status in Tagger:
  Fix Released
Status in Telegram app:
  Fix Released
Status in Ubuntu Clock App:
  Fix Committed
Status in Ubuntu File Manager App:
  Fix Committed
Status in camera-app package in Ubuntu:
  Fix Released
Status in content-hub package in Ubuntu:
  Invalid
Status in messaging-app package in Ubuntu:
  Fix Committed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released

Bug description:
  The content hub uses the wrong palette values for text (which becomes
  apparent with new UITK), see screenshot.

  The new UITK is landing here: https://requests.ci-
  train.ubuntu.com/#/ticket/905

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: content-hub 0.1+15.04.20160129.1-0ubuntu1 [origin: 
LP-PPA-ci-train-ppa-service-stable-phone-overlay]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.17.2-0ubuntu1.3touch1
  Architecture: armhf
  Date: Tue Mar  8 18:00:22 2016
  InstallationDate: Installed on 2016-03-08 (0 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20160308-020304)
  SourcePackage: content-hub
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1554621/+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 1563522] Re: Desktop/windowed mode title

2016-04-25 Thread Victor Thompson
** Changed in: music-app
Milestone: ota10 => ota11

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

Title:
  Desktop/windowed mode title

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Music App:
  Invalid
Status in qtmir package in Ubuntu:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Could add a proper title to the header: presently in desktop/windowed
  mode I see "qmlscene:musicMainView" in the window header.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1563522/+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 1574012] Re: Music stops playing when files synchronising

2016-04-23 Thread Victor Thompson
Hi, Peter, thanks for taking the time to file this bug and for helping
to make Ubuntu better! I'm not quite sure if this is the fault of the
app itself or of the daemon that indexes the user's music library. I've
added them as affected.

** Also affects: mediascanner2 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Music stops playing when files synchronising

Status in Ubuntu Music App:
  New
Status in mediascanner2 package in Ubuntu:
  New

Bug description:
  I am using the music app on the Aquaris M10 with OTA-10.1.

  When playing music if I then copy new music onto the device from an
  external source the music stops playing (not just paused but stopped)
  as the library synchronises to find the new music.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1574012/+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 1552100] Re: Move to .snap

2016-03-08 Thread Victor Thompson
** Changed in: music-app
Milestone: None => refactor.backlog

** Changed in: ubuntu-weather-app
Milestone: None => backlog

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

Title:
  Move to .snap

Status in Canonical System Image:
  Opinion
Status in Ubuntu Music App:
  Triaged
Status in Ubuntu Notes app:
  Triaged
Status in Telegram app:
  Triaged
Status in Ubuntu Calendar App:
  Triaged
Status in Ubuntu Clock App:
  Triaged
Status in Ubuntu Document Viewer App:
  Triaged
Status in Ubuntu File Manager App:
  Triaged
Status in Ubuntu Terminal App:
  Triaged
Status in Ubuntu Weather App:
  Triaged
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  Move all packages to .snap (snappy)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1552100/+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 1497662] Re: Lots of "undefined" requests to thumbnailer

2016-03-08 Thread Victor Thompson
Marking as invalid for the music app as well.

** Changed in: music-app
   Status: New => Triaged

** Changed in: music-app
   Status: Triaged => Invalid

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

Title:
  Lots of "undefined" requests to thumbnailer

Status in mediascanner2:
  Invalid
Status in Ubuntu Music App:
  Invalid
Status in thumbnailer package in Ubuntu:
  Invalid

Bug description:
  See the bug report here:
  https://bugs.launchpad.net/thumbnailer/+bug/1497648

  Looking through the dbus.log that is attached there, I see lots of
  requests with "undefined" for the artist. There is even a request for
  "undefined/undefined", meaning that both artist and album are
  undefined.

  What's up with that? I take it this means that the corresponding tag
  is missing in the ID3 tags in the audio file. But was does the remote
  server do when it gets one or both artist and album set to
  "undefined"? Is there actually any meaningful interpretation of that
  at dash.ubuntu.com? If so, at the very least, we'll need to document
  that.

  So, where are "undefined" strings coming from? The media scanner or
  the music app?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mediascanner2/+bug/1497662/+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 1542175] Re: Problems and crashes with local music collection

2016-02-05 Thread Victor Thompson
For the Songs tab, the music app uses the art property provided by 
Mediascanner2. Therefore the image url that is requested is in the form: 
"image://thumbnailer/file:///home/phablet/Music/short-songs-with-artwork/
140.mp3"

So the app shouldn't be specifically asking for the artist artwork.

Could this issue be an ms2 problem?

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

Title:
  Problems and crashes with local music collection

Status in Ubuntu Music App:
  New
Status in thumbnailer package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  We have just made a change to the thumbnailer that provides a 12x
  speed-up for extracting cover art from local music files with embedded
  artwork. I'm seeing serious problems with the song list in the music
  app with this new thumbnailer. I have tried very hard to find fault
  with what the thumbnailer is doing, but I don't think we are to blame.
  I need help getting to the bottom of this; I can't debug it myself.
  But I'm fairly confident that either the music app or the
  implementation of song list widget is doing something wrong.

  I've attached an archive that contains 1000 songs, each of which has
  embedded cover art. (It's the same boring image for all of them.)

  I'm seeing the problem on Mako, rc-proposed, build 359, which includes
  the new music app, I believe.

  The modified thumbnailer is available in silo 31. Please let me know
  when you no longer need the silo, so I can release it again. (We are
  really short on silos at the moment; it might be best to grab the
  vivid arm debs from the silo.)

  To reproduce the problem, install the silo, then:

  - Kill the music app
  - Clear out the Music folder
  - untar the song collection into the Music folder
  - run "thumbnailer-admin clear" to empty the caches
  - monitor the device with top and wait for the media scanner to finish 
indexing
  - Start the music app and go to the song list

  I'm seeing really weird behavior. Initially, the song list flickers a
  few times, redrawing itself each time. After a few seconds, it settles
  down. Now start scrolling slowly. It might work for some distance but,
  after a few songs, the song list is reset to the top (first song) and
  redraws itself.

  Now scroll down again, quickly. Again, the song list resets to the
  top.

  Each time this happens, the song list is populated with a bunch of
  extra songs. Each time I scroll down, it works fine for the region
  that was cached previously, and then things blow up as soon as the
  scroll moves into the as-yet unexplored part.

  Looking at the thumbnailer, I'm not seeing anything unusual. We
  deliver thumbnails as we should. But I notice that, for some reason,
  while scrolling in the song list, the music app also sends requests
  for artist art to the thumbnailer? Why? There is no artist in sight.

  Some of the songs in the collection have an empty artist field and the
  thumbnailer returns an error for that (because asking for artist art
  without an artist doesn't make sense). But there can be other errors,
  such as errors returned by the remote server.

  It looks like the song list resetting is related to the error return
  from the thumbnailer. Every time the thumbnailer reports that
  something could not be extracted, the song list misbehaves.

  If the already-thumbnailed list gets too long, you can run

  thumbnailer-admin clear

  to empty caches. (There doesn't ever seem to be a problem in the
  region of the list that has been cached already.)

  I'm also getting occasional crashes from the music app while trying
  all this. And, every now and then, I find a message such as

  DelegateModel::cancel(): index out of range 34 0

  in the music app log. (I have no idea whether that is related.)

  I'd really appreciate if someone can look at this urgently. We want to
  land the improved thumbnailer but, while things are in this state, we
  can't. As best as I can tell, the problem might be related to
  incorrect error handling when the ThumbnailerImageResponse returns a
  request with status "invalid", either in the music app, or somewhere
  in the qml machinery.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1542175/+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 1542175] Re: Problems and crashes with local music collection

2016-02-05 Thread Victor Thompson
Here's a very minimal app that exhibits the same issue:
lp:~vthompson/+junk/test-songs/

To run just push to device and run qmlscene:

adb push test-songs.qml /home/phablet
phablet-shell
qmlscene ~/test-songs.qml 
--desktop_file_hint=/usr/share/click/preinstalled/com.ubuntu.music/current/com.ubuntu.music_music.desktop

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

Title:
  Problems and crashes with local music collection

Status in Ubuntu Music App:
  New
Status in thumbnailer package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  We have just made a change to the thumbnailer that provides a 12x
  speed-up for extracting cover art from local music files with embedded
  artwork. I'm seeing serious problems with the song list in the music
  app with this new thumbnailer. I have tried very hard to find fault
  with what the thumbnailer is doing, but I don't think we are to blame.
  I need help getting to the bottom of this; I can't debug it myself.
  But I'm fairly confident that either the music app or the
  implementation of song list widget is doing something wrong.

  I've attached an archive that contains 1000 songs, each of which has
  embedded cover art. (It's the same boring image for all of them.)

  I'm seeing the problem on Mako, rc-proposed, build 359, which includes
  the new music app, I believe.

  The modified thumbnailer is available in silo 31. Please let me know
  when you no longer need the silo, so I can release it again. (We are
  really short on silos at the moment; it might be best to grab the
  vivid arm debs from the silo.)

  To reproduce the problem, install the silo, then:

  - Kill the music app
  - Clear out the Music folder
  - untar the song collection into the Music folder
  - run "thumbnailer-admin clear" to empty the caches
  - monitor the device with top and wait for the media scanner to finish 
indexing
  - Start the music app and go to the song list

  I'm seeing really weird behavior. Initially, the song list flickers a
  few times, redrawing itself each time. After a few seconds, it settles
  down. Now start scrolling slowly. It might work for some distance but,
  after a few songs, the song list is reset to the top (first song) and
  redraws itself.

  Now scroll down again, quickly. Again, the song list resets to the
  top.

  Each time this happens, the song list is populated with a bunch of
  extra songs. Each time I scroll down, it works fine for the region
  that was cached previously, and then things blow up as soon as the
  scroll moves into the as-yet unexplored part.

  Looking at the thumbnailer, I'm not seeing anything unusual. We
  deliver thumbnails as we should. But I notice that, for some reason,
  while scrolling in the song list, the music app also sends requests
  for artist art to the thumbnailer? Why? There is no artist in sight.

  Some of the songs in the collection have an empty artist field and the
  thumbnailer returns an error for that (because asking for artist art
  without an artist doesn't make sense). But there can be other errors,
  such as errors returned by the remote server.

  It looks like the song list resetting is related to the error return
  from the thumbnailer. Every time the thumbnailer reports that
  something could not be extracted, the song list misbehaves.

  If the already-thumbnailed list gets too long, you can run

  thumbnailer-admin clear

  to empty caches. (There doesn't ever seem to be a problem in the
  region of the list that has been cached already.)

  I'm also getting occasional crashes from the music app while trying
  all this. And, every now and then, I find a message such as

  DelegateModel::cancel(): index out of range 34 0

  in the music app log. (I have no idea whether that is related.)

  I'd really appreciate if someone can look at this urgently. We want to
  land the improved thumbnailer but, while things are in this state, we
  can't. As best as I can tell, the problem might be related to
  incorrect error handling when the ThumbnailerImageResponse returns a
  request with status "invalid", either in the music app, or somewhere
  in the qml machinery.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1542175/+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 1542175] Re: Problems and crashes with local music collection

2016-02-05 Thread Victor Thompson
I would assume it's an issue either with ms2 or thumbnailer's support
for the image provider for image://thumbnailer/.

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

Title:
  Problems and crashes with local music collection

Status in Ubuntu Music App:
  New
Status in thumbnailer package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  We have just made a change to the thumbnailer that provides a 12x
  speed-up for extracting cover art from local music files with embedded
  artwork. I'm seeing serious problems with the song list in the music
  app with this new thumbnailer. I have tried very hard to find fault
  with what the thumbnailer is doing, but I don't think we are to blame.
  I need help getting to the bottom of this; I can't debug it myself.
  But I'm fairly confident that either the music app or the
  implementation of song list widget is doing something wrong.

  I've attached an archive that contains 1000 songs, each of which has
  embedded cover art. (It's the same boring image for all of them.)

  I'm seeing the problem on Mako, rc-proposed, build 359, which includes
  the new music app, I believe.

  The modified thumbnailer is available in silo 31. Please let me know
  when you no longer need the silo, so I can release it again. (We are
  really short on silos at the moment; it might be best to grab the
  vivid arm debs from the silo.)

  To reproduce the problem, install the silo, then:

  - Kill the music app
  - Clear out the Music folder
  - untar the song collection into the Music folder
  - run "thumbnailer-admin clear" to empty the caches
  - monitor the device with top and wait for the media scanner to finish 
indexing
  - Start the music app and go to the song list

  I'm seeing really weird behavior. Initially, the song list flickers a
  few times, redrawing itself each time. After a few seconds, it settles
  down. Now start scrolling slowly. It might work for some distance but,
  after a few songs, the song list is reset to the top (first song) and
  redraws itself.

  Now scroll down again, quickly. Again, the song list resets to the
  top.

  Each time this happens, the song list is populated with a bunch of
  extra songs. Each time I scroll down, it works fine for the region
  that was cached previously, and then things blow up as soon as the
  scroll moves into the as-yet unexplored part.

  Looking at the thumbnailer, I'm not seeing anything unusual. We
  deliver thumbnails as we should. But I notice that, for some reason,
  while scrolling in the song list, the music app also sends requests
  for artist art to the thumbnailer? Why? There is no artist in sight.

  Some of the songs in the collection have an empty artist field and the
  thumbnailer returns an error for that (because asking for artist art
  without an artist doesn't make sense). But there can be other errors,
  such as errors returned by the remote server.

  It looks like the song list resetting is related to the error return
  from the thumbnailer. Every time the thumbnailer reports that
  something could not be extracted, the song list misbehaves.

  If the already-thumbnailed list gets too long, you can run

  thumbnailer-admin clear

  to empty caches. (There doesn't ever seem to be a problem in the
  region of the list that has been cached already.)

  I'm also getting occasional crashes from the music app while trying
  all this. And, every now and then, I find a message such as

  DelegateModel::cancel(): index out of range 34 0

  in the music app log. (I have no idea whether that is related.)

  I'd really appreciate if someone can look at this urgently. We want to
  land the improved thumbnailer but, while things are in this state, we
  can't. As best as I can tell, the problem might be related to
  incorrect error handling when the ThumbnailerImageResponse returns a
  request with status "invalid", either in the music app, or somewhere
  in the qml machinery.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1542175/+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 1542175] Re: Problems and crashes with local music collection

2016-02-04 Thread Victor Thompson
I can reproduce what you are seeing.

I see a lot of the following in the log:

Thumbnailer: RequestImpl::dbusCallFinished(): D-Bus error: 
DBusInterface::GetArtistArt(): /: unity::InvalidArgumentException: 
Thumbnailer::get_artist_art(): artist is empty
ThumbnailerImageResponse::dbusCallFinished(): D-Bus error:  "Thumbnailer: 
RequestImpl::dbusCallFinished(): D-Bus error:DBusInterface::GetArtistArt(): /: 
unity::InvalidArgumentException: Thumbnailer::get_artist_art(): artist is empty

I also see the refreshes happening in views where the artist name isn't
blank. For instance, it refreshes/redraws when I click on a valid Artist
in the Artists tab. This would seem to suggest that it isn't just one
component misbehaving.

When I run with just my modest music library I also experience the same
redraw in the Songs tab, so I suspect it'd be problematic for most
users.

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

Title:
  Problems and crashes with local music collection

Status in Ubuntu Music App:
  New
Status in thumbnailer package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  We have just made a change to the thumbnailer that provides a 12x
  speed-up for extracting cover art from local music files with embedded
  artwork. I'm seeing serious problems with the song list in the music
  app with this new thumbnailer. I have tried very hard to find fault
  with what the thumbnailer is doing, but I don't think we are to blame.
  I need help getting to the bottom of this; I can't debug it myself.
  But I'm fairly confident that either the music app or the
  implementation of song list widget is doing something wrong.

  I've attached an archive that contains 1000 songs, each of which has
  embedded cover art. (It's the same boring image for all of them.)

  I'm seeing the problem on Mako, rc-proposed, build 359, which includes
  the new music app, I believe.

  The modified thumbnailer is available in silo 31. Please let me know
  when you no longer need the silo, so I can release it again. (We are
  really short on silos at the moment; it might be best to grab the
  vivid arm debs from the silo.)

  To reproduce the problem, install the silo, then:

  - Kill the music app
  - Clear out the Music folder
  - untar the song collection into the Music folder
  - run "thumbnailer-admin clear" to empty the caches
  - monitor the device with top and wait for the media scanner to finish 
indexing
  - Start the music app and go to the song list

  I'm seeing really weird behavior. Initially, the song list flickers a
  few times, redrawing itself each time. After a few seconds, it settles
  down. Now start scrolling slowly. It might work for some distance but,
  after a few songs, the song list is reset to the top (first song) and
  redraws itself.

  Now scroll down again, quickly. Again, the song list resets to the
  top.

  Each time this happens, the song list is populated with a bunch of
  extra songs. Each time I scroll down, it works fine for the region
  that was cached previously, and then things blow up as soon as the
  scroll moves into the as-yet unexplored part.

  Looking at the thumbnailer, I'm not seeing anything unusual. We
  deliver thumbnails as we should. But I notice that, for some reason,
  while scrolling in the song list, the music app also sends requests
  for artist art to the thumbnailer? Why? There is no artist in sight.

  Some of the songs in the collection have an empty artist field and the
  thumbnailer returns an error for that (because asking for artist art
  without an artist doesn't make sense). But there can be other errors,
  such as errors returned by the remote server.

  It looks like the song list resetting is related to the error return
  from the thumbnailer. Every time the thumbnailer reports that
  something could not be extracted, the song list misbehaves.

  If the already-thumbnailed list gets too long, you can run

  thumbnailer-admin clear

  to empty caches. (There doesn't ever seem to be a problem in the
  region of the list that has been cached already.)

  I'm also getting occasional crashes from the music app while trying
  all this. And, every now and then, I find a message such as

  DelegateModel::cancel(): index out of range 34 0

  in the music app log. (I have no idea whether that is related.)

  I'd really appreciate if someone can look at this urgently. We want to
  land the improved thumbnailer but, while things are in this state, we
  can't. As best as I can tell, the problem might be related to
  incorrect error handling when the ThumbnailerImageResponse returns a
  request with status "invalid", either in the music app, or somewhere
  in the qml machinery.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1542175/+subscriptions

-- 
Mailing list: 

[Touch-packages] [Bug 1378143] Re: [Music App and Scope] Consistent use of "Songs" or "Tracks" between Music app and Music scope

2016-01-28 Thread Victor Thompson
** Changed in: music-app
   Status: Triaged => In Progress

** Changed in: music-app
 Assignee: (unassigned) => Victor Thompson (vthompson)

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

Title:
  [Music App and Scope] Consistent use of "Songs" or "Tracks" between
  Music app and Music scope

Status in Ubuntu Music App:
  In Progress
Status in Ubuntu UX:
  Fix Committed
Status in unity-scope-mediascanner package in Ubuntu:
  Triaged

Bug description:
  It'd be ideal if both the Music app (which currently uses "Songs") and
  the Music scope (which uses "Tracks") used similar terminology.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1378143/+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 1378143] Re: [Music App and Scope] Consistent use of "Songs" or "Tracks" between Music app and Music scope

2016-01-28 Thread Victor Thompson
** Branch linked: lp:~vthompson/music-app/fix-1378143

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

Title:
  [Music App and Scope] Consistent use of "Songs" or "Tracks" between
  Music app and Music scope

Status in Ubuntu Music App:
  In Progress
Status in Ubuntu UX:
  Fix Committed
Status in unity-scope-mediascanner package in Ubuntu:
  Triaged

Bug description:
  It'd be ideal if both the Music app (which currently uses "Songs") and
  the Music scope (which uses "Tracks") used similar terminology.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1378143/+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 1378143] Re: [Music App and Scope] Consistent use of "Songs" or "Tracks" between Music app and Music scope

2016-01-28 Thread Victor Thompson
The greeter that is driven by libusermetrics comes from the Music app.
Or does the music scope also do this?

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

Title:
  [Music App and Scope] Consistent use of "Songs" or "Tracks" between
  Music app and Music scope

Status in Ubuntu Music App:
  In Progress
Status in Ubuntu UX:
  New
Status in unity-greeter package in Ubuntu:
  New
Status in unity-scope-mediascanner package in Ubuntu:
  Triaged

Bug description:
  It'd be ideal if both the Music app (which currently uses "Songs") and
  the Music scope (which uses "Tracks") used similar terminology.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1378143/+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 1515067] Re: Redundant requests for artist art

2016-01-27 Thread Victor Thompson
** Changed in: music-app
Milestone: None => ota10

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

Title:
  Redundant requests for artist art

Status in Ubuntu Music App:
  In Progress
Status in thumbnailer package in Ubuntu:
  Triaged

Bug description:
  I'm seeing redundant requests in the thumbnailer for every artist. For
  example:

  thumbnailer-service: [00:33:58.397] "artist: Mamady Keïta/Afö (512,512): 
5.732672 [q: 4.476239, d: 1.065771] sec (MISS)"
  thumbnailer-service: [00:33:58.439] "artist: Mamady Keïta/ (512,512): 
5.774881 [q: 3.434976, d: 2.267816] sec (MISS)"

  thumbnailer-service: [00:33:56.041] "artist: Passport/ (512,512): 3.741614 
[d: 3.681184] sec (MISS)"
  thumbnailer-service: [00:33:56.144] "artist: Passport/Passport to Paradise 
(512,512): 3.480054 [d: 3.446207] sec (MISS)"

  thumbnailer-service: [00:34:02.958] "artist: Pink Floyd/The Dark Side Of The 
Moon [2011 - Remaster] (512,512): 10.288417 [q: 6.923973, d: 3.262566] sec 
(MISS)"
  thumbnailer-service: [00:34:04.315] "artist: Pink Floyd/ (512,512): 11.646238 
[q: 10.182878, d: 1.348939] sec (MISS)"

  For every artist, it appears that a request is sent for the artist
  with an empty album title, plus a request for the artist with an album
  title. This is not great because it results in two remote server
  accesses for each artist. This hammers the CPU and the network on the
  phone, as well as the server on dash.ubuntu.com.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1515067/+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 1378143] Re: [Music App and Scope] Consistent use of "Songs" or "Tracks" between Music app and Music scope

2016-01-27 Thread Victor Thompson
** Changed in: music-app
Milestone: None => ota10

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

Title:
  [Music App and Scope] Consistent use of "Songs" or "Tracks" between
  Music app and Music scope

Status in Ubuntu Music App:
  Triaged
Status in Ubuntu UX:
  Fix Committed
Status in unity-scope-mediascanner package in Ubuntu:
  Triaged

Bug description:
  It'd be ideal if both the Music app (which currently uses "Songs") and
  the Music scope (which uses "Tracks") used similar terminology.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1378143/+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 1536307] Re: Unknown albums and unknown artists should not be shown

2016-01-24 Thread Victor Thompson
** Summary changed:

- Unknown albums should not be shown
+ Unknown albums and unknown artists should not be shown

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

Title:
  Unknown albums and unknown artists should not be shown

Status in Ubuntu Music App:
  New
Status in thumbnailer package in Ubuntu:
  Triaged

Bug description:
  Unpack the attached archive into the Music folder and wait for
  mediascanner to finish indexing (takes a few minutes).

  Now look at the album tab in the music app. There are hundreds of
  unknown albums at the beginning of the list.

  The attached music collection has a lot of poorly tagged songs in it
  (just like many users' collections will have imperfectly tagged
  songs). There are lots of songs with an empty album tag. (Such songs
  are legit too because I might add, say, audio recordings of a meeting
  or audio books to my collection.)

  The music app shows a separate "Unknown Album" for each and every song with 
an empty album tag. That's wrong. It should not show any album at all in this 
case because, by definition, a song with no album tag isn't part of any 
album--it's a stand-along song.
  (Note that collapsing all songs without an album tag into a single album not 
an option because it would conflate many unrelated tracks into a single album 
that doesn't exist.)

  This is how the mediascanner scope deals with empty albums; the music
  app should do the same thing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1536307/+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 1533930] Re: Duplicate artist in artist view

2016-01-24 Thread Victor Thompson
Marking as invalid for music-app per stolowski's response.

** Changed in: music-app
   Status: New => Invalid

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

Title:
  Duplicate artist in artist view

Status in Ubuntu Music App:
  Invalid
Status in mediascanner2 package in Ubuntu:
  New
Status in unity-scope-mediascanner package in Ubuntu:
  Triaged

Bug description:
  With the song collection in the attached archive, I see duplicate
  artist art. In the music scope, A-HA and 30 Seconds to Mars are shown
  twice.

  I turns out that this is happening because of tagging errors. There
  are both "30 Seconds to Mars" and "30 Seconds To Mars" tags present,
  as well as "A-HA" and "A-Ha".

  Brief experimentation with iTunes shows that iTunes is a little bit
  more clever than we are here, in that it collapses artists that differ
  only in capitalization into a single artist.

  Should we be doing the same thing?

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1533930/+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 1534843] Re: Drop down in tabs drawer has a slight offset

2016-01-24 Thread Victor Thompson
** Summary changed:

- Minor UI glitch? Album art visible through menu
+ Drop down in tabs drawer has a slight offset

** Summary changed:

- Drop down in tabs drawer has a slight offset
+ Drop down in tabs drawer has a slight vertical offset

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

Title:
  Drop down in tabs drawer has a slight vertical offset

Status in Ubuntu Music App:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Very minor but doesn't look designed, will add a screenie--under the
  "Albums" label.  Depends on the scrolling state, roll-down state of
  header.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1534843/+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 1536307] Re: Unknown albums should not be shown

2016-01-23 Thread Victor Thompson
We've discussed this before, and instead of showing a blank album or
artist we decided to show "Unknown Album" or "Unknown Artist". Note that
we did decide to filter out any blank genre from the Genres view. I
agree with you--I think it'd be preferable to just filter any blank/null
Album/Artist. Songs that are missing this data will show up in the Songs
view.

ahayzen or popey, do you agree?

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

Title:
  Unknown albums should not be shown

Status in Ubuntu Music App:
  New
Status in thumbnailer package in Ubuntu:
  Triaged

Bug description:
  Unpack the attached archive into the Music folder and wait for
  mediascanner to finish indexing (takes a few minutes).

  Now look at the album tab in the music app. There are hundreds of
  unknown albums at the beginning of the list.

  The attached music collection has a lot of poorly tagged songs in it
  (just like many users' collections will have imperfectly tagged
  songs). There are lots of songs with an empty album tag. (Such songs
  are legit too because I might add, say, audio recordings of a meeting
  or audio books to my collection.)

  The music app shows a separate "Unknown Album" for each and every song with 
an empty album tag. That's wrong. It should not show any album at all in this 
case because, by definition, a song with no album tag isn't part of any 
album--it's a stand-along song.
  (Note that collapsing all songs without an album tag into a single album not 
an option because it would conflate many unrelated tracks into a single album 
that doesn't exist.)

  This is how the mediascanner scope deals with empty albums; the music
  app should do the same thing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1536307/+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 1532516] Re: Music app never shows album art

2016-01-10 Thread Victor Thompson
In the music-app, is each album labelled "Unknown Album" when you run
with that data set?  I wonder if this is an issue with the ms2 qml
plugin not being able to provide the model for this large of a library.

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

Title:
  Music app never shows album art

Status in Ubuntu Music App:
  Incomplete
Status in thumbnailer package in Ubuntu:
  Triaged

Bug description:
  Whenever I look at the album list for a collection, I get zero
  thumbnails. For the same music collection, I get album art using the
  music scope just fine.

  Looking at the trace in the thumbnailer suggests that the music app
  calls getArtistArt() when it should be calling getAlbumArt() instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1532516/+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 1513066] Re: Music files opened from file manager trigger import rather than playing directly

2016-01-04 Thread Victor Thompson
** Changed in: music-app
   Status: New => Incomplete

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

Title:
  Music files opened from file manager trigger import rather than
  playing directly

Status in Ubuntu Music App:
  Incomplete
Status in mediascanner2 package in Ubuntu:
  Invalid

Bug description:
  When I open a file located on the sd or on a usb pen drive the music
  app copy the music to a local folder(in the internal nand) while the
  app should read it directly where is located

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1513066/+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 1514517] Re: instantiating QML MediaStore component crashes if index can't be opened

2016-01-04 Thread Victor Thompson
** Changed in: music-app
   Status: Incomplete => Invalid

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

Title:
  instantiating QML MediaStore component crashes if index can't be
  opened

Status in Canonical System Image:
  In Progress
Status in Ubuntu Music App:
  Invalid
Status in mediascanner2 package in Ubuntu:
  Fix Released

Bug description:
  App crashes during start.
  This app just works for me 1 time each 6 times proximately in all versions 
that I used from ubuntu (bq 4.5 ubuntu edition)

  This is one of the logs from one crash:

  ThumbnailerImageResponse::dbusCallFinished(): D-Bus error:  "Request 
cancelled"
  libust[15292/15337]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[15292/15336]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  UbuntuWindow::handleSurfaceFocusChange(focused=false)
  ** Application is now inactive
  libust[15457/15460]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[15457/15460]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[15457/15461]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[15457/15461]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  Loading module: 'libubuntu_application_api_touch_mirclient.so.3.0.0'
  /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene: unrecognized option '--url='
  /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene: invalid option -- 'I'

  (process:15457): dconf-WARNING **: Unable to open
  /custom/xdg/data/dconf/profile/custom: Permission denied

  (process:15457): dconf-WARNING **: unable to open named profile (custom): 
using the null configuration.
  libust[15457/15483]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[15457/15483]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[15457/15484]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[15457/15484]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  terminate called after throwing an instance of 'std::runtime_error'
what():  Tried to open a db with schema version -1, while supported version 
is 9.


  
  In this file there was also advices saying that numerous thumbnailer request 
was failed but I think that it is normal...
  If you need the complete log just tell me.

  I talk with some people that told me that the app works fine form them so i 
think that maybe the app is trying to open some corrupted files or files that 
it can't manage.
  Additional info: I'm using as /home/phablet/Music folder a symbolic link for 
my SD card Music folder.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514517/+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 1508363] Re: Coordinated migration to UITK 1.3

2015-12-01 Thread Victor Thompson
** Changed in: ubuntu-weather-app
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1508363

Title:
  Coordinated migration to UITK 1.3

Status in Canonical System Image:
  In Progress
Status in Ubuntu Music App:
  Fix Released
Status in Ubuntu Notes app:
  New
Status in Ubuntu Calculator App:
  Fix Committed
Status in Ubuntu Calendar App:
  In Progress
Status in Ubuntu Clock App:
  In Progress
Status in Ubuntu Document Viewer App:
  Fix Committed
Status in Ubuntu Shorts App:
  Fix Committed
Status in Ubuntu Weather App:
  Fix Released
Status in Weather:
  New
Status in address-book-app package in Ubuntu:
  Fix Committed
Status in calendar-app package in Ubuntu:
  Confirmed
Status in camera-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu:
  Fix Committed
Status in gallery-app package in Ubuntu:
  Fix Released
Status in messaging-app package in Ubuntu:
  Fix Committed
Status in music-app package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in ubuntu-clock-app package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in ubuntu-weather-app package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  The migration to 1.3 needs to happen in a coordinated way, so that
  shell and all apps we care of migrate within the same OTA window to
  reduce visual inconsistencies to a minimum.

  This bug is a means to collect all the projects affected and keep tabs
  on what's happening.

  NOTES:
  - The toolkit has the following modules:
 Ubuntu.Components 1.3
 Ubuntu.Components.ListItems 1.3
 Ubuntu.Components.Pickers 1.3
 Ubuntu.Components.Popups 1.3
 Ubuntu.Components.Styles 1.3
 Ubuntu.Components.Themes 1.3
 Ubuntu.Components.Themes.Ambiance 1.3
 Ubuntu.Components.Themes.SuruDark 1.3

  - The following modules were not altered recently:
 Ubuntu.Layouts 1.0
 Ubuntu.PerformanceMetrics 1.0

  - Theme is now theme (lowercase)
  - PageHeadStyle now has a "config" property

  In manifest.json file use:
     "framework": "ubuntu-sdk-15.04.1-qml"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1508363/+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 1514517] Re: app crashes during start

2015-11-25 Thread Victor Thompson
Marking mediascanner2 as affected.

** Also affects: mediascanner2 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: music-app
   Status: New => Incomplete

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

Title:
  app crashes during start

Status in Ubuntu Music App:
  Incomplete
Status in mediascanner2 package in Ubuntu:
  New

Bug description:
  App crashes during start.
  This app just works for me 1 time each 6 times proximately in all versions 
that I used from ubuntu (bq 4.5 ubuntu edition)

  This is one of the logs from one crash:

  ThumbnailerImageResponse::dbusCallFinished(): D-Bus error:  "Request 
cancelled"
  libust[15292/15337]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[15292/15336]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  UbuntuWindow::handleSurfaceFocusChange(focused=false)
  ** Application is now inactive
  libust[15457/15460]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[15457/15460]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[15457/15461]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[15457/15461]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  Loading module: 'libubuntu_application_api_touch_mirclient.so.3.0.0'
  /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene: unrecognized option '--url='
  /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene: invalid option -- 'I'

  (process:15457): dconf-WARNING **: Unable to open
  /custom/xdg/data/dconf/profile/custom: Permission denied

  (process:15457): dconf-WARNING **: unable to open named profile (custom): 
using the null configuration.
  libust[15457/15483]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[15457/15483]: Error: Error opening shm /lttng-ust-wait-5 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[15457/15484]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  libust[15457/15484]: Error: Error opening shm /lttng-ust-wait-5-32011 (in 
get_wait_shm() at lttng-ust-comm.c:958)
  terminate called after throwing an instance of 'std::runtime_error'
what():  Tried to open a db with schema version -1, while supported version 
is 9.


  
  In this file there was also advices saying that numerous thumbnailer request 
was failed but I think that it is normal...
  If you need the complete log just tell me.

  I talk with some people that told me that the app works fine form them so i 
think that maybe the app is trying to open some corrupted files or files that 
it can't manage.
  Additional info: I'm using as /home/phablet/Music folder a symbolic link for 
my SD card Music folder.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1514517/+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 1513066] Re: read files directly to his location

2015-11-25 Thread Victor Thompson
Thanks for filing this issue, Costa. I believe this bug needs to be
filed by the team that handles scanning the device for media. They need
to determine if scanning these usb devices should be done, or what the
issue is if they should already be scanned.

** Also affects: mediascanner2 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: music-app
   Status: New => Invalid

** Summary changed:

- read files directly to his location
+ Music files are not scanned from pen drive

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

Title:
  Music files are not scanned from pen drive

Status in Ubuntu Music App:
  Invalid
Status in mediascanner2 package in Ubuntu:
  New

Bug description:
  When I open a file located on the sd or on a usb pen drive the music
  app copy the music to a local folder(in the internal nand) while the
  app should read it directly where is located

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1513066/+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 1513066] Re: Music files are not scanned from pen drive

2015-11-25 Thread Victor Thompson
I tried to summarize the title--please correct if this is not correct.

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

Title:
  Music files are not scanned from pen drive

Status in Ubuntu Music App:
  Invalid
Status in mediascanner2 package in Ubuntu:
  New

Bug description:
  When I open a file located on the sd or on a usb pen drive the music
  app copy the music to a local folder(in the internal nand) while the
  app should read it directly where is located

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1513066/+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 1518106] Re: Using "$ source export_modules_dir.sh" causes the error "bash: /bin/build_paths.inc: No such file or directory"

2015-11-20 Thread Victor Thompson
Sourcing in the "export_modules_dir.sh" script causes $0 to be "bash" in
gnome-terminal and "/bin/bash" in terminator. When executing the script
$0 is ./export_modules_dir.sh as one would expect.

Since the script is being sourced in I don't think it dirname should be
used.

http://unix.stackexchange.com/questions/4650/determining-path-to-
sourced-shell-script

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

Title:
  Using "$ source export_modules_dir.sh" causes the error "bash:
  /bin/build_paths.inc: No such file or directory"

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

Bug description:
  When branching lp:ubuntu-ui-toolkit and using the script
  export_modules_dir.sh it causes the error "bash: /bin/build_paths.inc:
  No such file or directory".

  What happened:
  1) Branch lp:ubuntu-ui-toolkit and cd into the directory
  2) Run the command $ source export_modules_dir.sh
  3) Observe the error "bash: /bin/build_paths.inc: No such file or directory"

  What I expected to happen:
  At step 3) for the modules to be correctly exported.

  
  Note that the workaround I currently perform is running the following set of 
commands (the only difference from the script is ". `dirname 
$0`/build_paths.inc" is now ". build_paths.inc")

  $ . build_paths.inc 
  $ export QML_IMPORT_PATH=$BUILD_DIR/qml
  $ export QML2_IMPORT_PATH=$BUILD_DIR/qml
  $ export UBUNTU_UI_TOOLKIT_THEMES_PATH=$BUILD_DIR/qml
  $ /sbin/initctl set-env --global QML_IMPORT_PATH=$BUILD_DIR/qml
  $ /sbin/initctl set-env --global QML2_IMPORT_PATH=$BUILD_DIR/qml
  $ /sbin/initctl set-env --global UBUNTU_UI_TOOLKIT_THEMES_PATH=$BUILD_DIR/qml

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1518106/+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 1508363] Re: Coordinated migration to UITK 1.3

2015-11-20 Thread Victor Thompson
** Changed in: music-app
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1508363

Title:
  Coordinated migration to UITK 1.3

Status in Canonical System Image:
  In Progress
Status in Ubuntu Music App:
  Fix Released
Status in Ubuntu Notes app:
  New
Status in Ubuntu Calculator App:
  In Progress
Status in Ubuntu Calendar App:
  In Progress
Status in Ubuntu Clock App:
  In Progress
Status in Ubuntu Document Viewer App:
  In Progress
Status in Ubuntu Shorts App:
  Fix Committed
Status in Ubuntu Weather App:
  In Progress
Status in Weather:
  New
Status in address-book-app package in Ubuntu:
  Fix Committed
Status in calendar-app package in Ubuntu:
  Confirmed
Status in camera-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu:
  Fix Committed
Status in gallery-app package in Ubuntu:
  Fix Released
Status in messaging-app package in Ubuntu:
  Fix Committed
Status in music-app package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in ubuntu-clock-app package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in ubuntu-weather-app package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  The migration to 1.3 needs to happen in a coordinated way, so that
  shell and all apps we care of migrate within the same OTA window to
  reduce visual inconsistencies to a minimum.

  This bug is a means to collect all the projects affected and keep tabs
  on what's happening.

  NOTES:
  - The toolkit has the following modules:
 Ubuntu.Components 1.3
 Ubuntu.Components.ListItems 1.3
 Ubuntu.Components.Pickers 1.3
 Ubuntu.Components.Popups 1.3
 Ubuntu.Components.Styles 1.3
 Ubuntu.Components.Themes 1.3
 Ubuntu.Components.Themes.Ambiance 1.3
 Ubuntu.Components.Themes.SuruDark 1.3

  - The following modules were not altered recently:
 Ubuntu.Layouts 1.0
 Ubuntu.PerformanceMetrics 1.0

  - Theme is now theme (lowercase)
  - PageHeadStyle now has a "config" property

  In manifest.json file use:
     "framework": "ubuntu-sdk-15.04.1-qml"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1508363/+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 1493466] Re: [reboot][weather app] Hard to translate sentence in Ubuntu Weather App

2015-11-20 Thread Victor Thompson
** Changed in: ubuntu-weather-app
   Status: Fix Committed => Fix Released

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

Title:
  [reboot][weather app] Hard to translate sentence in Ubuntu Weather App

Status in Canonical System Image:
  Fix Released
Status in Ubuntu UX:
  Fix Committed
Status in Ubuntu Weather App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  In location ../app/components/NetworkErrorStateComponent.qml:57

  there is a line:
  "Network Error"
  "Ubuntu suggests you check your network settings and try again."

  It is hard to translate such string, where Ubuntu is talking with user, and 
give him advice.
  It is very confusing, as for other core application, Ubuntu is not talking 
with user.

  I would propose some simple sentence:
  "Network Error"
  "Check your network settings and try again."

  --- --- --- --- --- ---

  UX Comment:
  Agree that the message suggested by Bartosz & Victor is more appropriate/ 
would be more easily localised.

  Message should read
  "Please check your network settings and try again"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1493466/+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 1514143] Re: While searching often times the keyboard hides while typing

2015-11-20 Thread Victor Thompson
** Changed in: music-app
   Status: Fix Committed => Fix Released

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

Title:
  While searching often times the keyboard hides while typing

Status in Canonical System Image:
  In Progress
Status in Ubuntu Music App:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed

Bug description:
  On rc-proposed when searching the keyboard often hides momentarily
  making it possible/likely that the user can accidently select an item
  when they intend to type a letter instead.

  If this is an issue that can not be worked around, potentially an
  acceptable solution would be to wait to filter the items until the
  user stops typing.

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 152
  device name: mako
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2015-11-04 23:03:12
  version version: 152
  version ubuntu: 20151105
  version device: 20150911

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514143/+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 1514143] Re: While searching often times the keyboard hides while typing

2015-11-14 Thread Victor Thompson
Currently the default AppHeader for the MainView is disabled when it's
not exposed of if it's "moving". What this seems to do is also disable
the header when the data in the view is loading or changing. This means
that the music app's search feature currently causes the OSK to show and
hide as the contents refresh during a search. Is there a way to override
the AppHeader's enabled property?

Here is a simple example of this issue:
https://code.launchpad.net/~vthompson/+junk/test-1514143

** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  While searching often times the keyboard hides while typing

Status in Ubuntu Music App:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  On rc-proposed when searching the keyboard often hides momentarily
  making it possible/likely that the user can accidently select an item
  when they intend to type a letter instead.

  If this is an issue that can not be worked around, potentially an
  acceptable solution would be to wait to filter the items until the
  user stops typing.

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 152
  device name: mako
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2015-11-04 23:03:12
  version version: 152
  version ubuntu: 20151105
  version device: 20150911

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1514143/+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 1514143] Re: While searching often times the keyboard hides while typing

2015-11-14 Thread Victor Thompson
I'd appreciate a workaround, as we are getting pressure to land the app
with UC1.3 support, and also think this needs to be fixed. The C++
header's "moving" property is not behaving as it should.

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

Title:
  While searching often times the keyboard hides while typing

Status in Ubuntu Music App:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  On rc-proposed when searching the keyboard often hides momentarily
  making it possible/likely that the user can accidently select an item
  when they intend to type a letter instead.

  If this is an issue that can not be worked around, potentially an
  acceptable solution would be to wait to filter the items until the
  user stops typing.

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 152
  device name: mako
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2015-11-04 23:03:12
  version version: 152
  version ubuntu: 20151105
  version device: 20150911

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1514143/+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 1515067] Re: Redunt requests for artist art

2015-11-11 Thread Victor Thompson
** Changed in: music-app
   Status: New => Confirmed

** Changed in: music-app
 Assignee: (unassigned) => Victor Thompson (vthompson)

** Changed in: music-app
   Status: Confirmed => In Progress

** Branch linked: lp:~vthompson/music-app/fix-1515067

** Changed in: music-app
   Importance: Undecided => Low

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

Title:
  Redunt requests for artist art

Status in Ubuntu Music App:
  In Progress
Status in thumbnailer package in Ubuntu:
  Triaged

Bug description:
  I'm seeing redundant requests in the thumbnailer for every artist. For
  example:

  thumbnailer-service: [00:33:58.397] "artist: Mamady Keïta/Afö (512,512): 
5.732672 [q: 4.476239, d: 1.065771] sec (MISS)"
  thumbnailer-service: [00:33:58.439] "artist: Mamady Keïta/ (512,512): 
5.774881 [q: 3.434976, d: 2.267816] sec (MISS)"

  thumbnailer-service: [00:33:56.041] "artist: Passport/ (512,512): 3.741614 
[d: 3.681184] sec (MISS)"
  thumbnailer-service: [00:33:56.144] "artist: Passport/Passport to Paradise 
(512,512): 3.480054 [d: 3.446207] sec (MISS)"

  thumbnailer-service: [00:34:02.958] "artist: Pink Floyd/The Dark Side Of The 
Moon [2011 - Remaster] (512,512): 10.288417 [q: 6.923973, d: 3.262566] sec 
(MISS)"
  thumbnailer-service: [00:34:04.315] "artist: Pink Floyd/ (512,512): 11.646238 
[q: 10.182878, d: 1.348939] sec (MISS)"

  For every artist, it appears that a request is sent for the artist
  with an empty album title, plus a request for the artist with an album
  title. This is not great because it results in two remote server
  accesses for each artist. This hammers the CPU and the network on the
  phone, as well as the server on dash.ubuntu.com.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1515067/+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 1514519] Re: Font in Terminal is incorrectly massive since recent update

2015-11-09 Thread Victor Thompson
** Also affects: logviewer
   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/1514519

Title:
  Font in Terminal is incorrectly massive since recent update

Status in Canonical System Image:
  Confirmed
Status in logviewer:
  New
Status in Ubuntu Terminal App:
  New
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Last know good image: 166
  Changes on 167: 
http://people.canonical.com/~lzemczak/landing-team/ubuntu-touch/rc-proposed/167.commitlog
  Landing request for Unity8/Mir: 
https://requests.ci-train.ubuntu.com/#/ticket/564

  After updating my Nexus 4 and Krillin over the weekend I notice the
  terminal now has really huge text. Even dialling down the font size in
  the app to 8pt results in huge unusable text.

  Before:- 
http://people.canonical.com/~alan/screenshots/device-2015-11-09-165137.png
  After:- 
http://people.canonical.com/~alan/screenshots/device-2015-11-09-165130.png

  With the same font size setting on both.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514519/+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 1508363] Re: Coordinated migration to UITK 1.3

2015-10-27 Thread Victor Thompson
Zsombor,

Functionally, there already is a header, so why should a developer need
to define one explicitly? Won't explicitly defining one override the
already visible header?

What I'm asking for is simply a means of ascertaining the current
header's height. I believe the inability to do so, currently, is a
regression.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1508363

Title:
  Coordinated migration to UITK 1.3

Status in Canonical System Image:
  In Progress
Status in Ubuntu Music App:
  In Progress
Status in Ubuntu Notes app:
  New
Status in Ubuntu Calculator App:
  In Progress
Status in Ubuntu Calendar App:
  New
Status in Ubuntu Clock App:
  In Progress
Status in Ubuntu Document Viewer App:
  In Progress
Status in Ubuntu Shorts App:
  In Progress
Status in Ubuntu Weather App:
  Triaged
Status in Weather:
  New
Status in address-book-app package in Ubuntu:
  In Progress
Status in calendar-app package in Ubuntu:
  Confirmed
Status in camera-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu:
  In Progress
Status in gallery-app package in Ubuntu:
  In Progress
Status in messaging-app package in Ubuntu:
  In Progress
Status in music-app package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in ubuntu-clock-app package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  In Progress
Status in ubuntu-weather-app package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  The migration to 1.3 needs to happen in a coordinated way, so that
  shell and all apps we care of migrate within the same OTA window to
  reduce visual inconsistencies to a minimum.

  This bug is a means to collect all the projects affected and keep tabs
  on what's happening.

  NOTES:
  - The toolkit has the following modules:
 Ubuntu.Components 1.3
 Ubuntu.Components.ListItems 1.3
 Ubuntu.Components.Pickers 1.3
 Ubuntu.Components.Popups 1.3
 Ubuntu.Components.Styles 1.3
 Ubuntu.Components.Themes 1.3
 Ubuntu.Components.Themes.Ambiance 1.3
 Ubuntu.Components.Themes.SuruDark 1.3

  - The following modules were not altered recently:
 Ubuntu.Layouts 1.0
 Ubuntu.PerformanceMetrics 1.0

  - Theme is now theme (lowercase)
  - PageHeadStyle now has a "config" property

  In manifest.json file use:
     "framework": "ubuntu-sdk-15.04.1-qml"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1508363/+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 1508363] Re: Coordinated migration to UITK 1.3

2015-10-26 Thread Victor Thompson
The Music and Weather app teams have been trying to determine how we can
read the MainView or Page's Header height with the new API. With the
updated imports to UITK 1.3 we are unable to do things like the
following:

edgeLoader.item.flickable.contentY = -page.header.height

A large number of apps (clock, weather, filemanager, and probably
others) use a PageWithBottomEdge component that make this or similar
assignments. [1][2][3][4]

How can we access the height of the header in a reasonable fashion that
also includes any Header Sections that may also be defined?

1- 
http://bazaar.launchpad.net/~ubuntu-weather-dev/ubuntu-weather-app/reboot/view/head:/app/components/PageWithBottomEdge.qml#L111
2 - 
http://bazaar.launchpad.net/~ubuntu-clock-dev/ubuntu-clock-app/trunk/view/head:/app/upstreamcomponents/PageWithBottomEdge.qml#L107
3 - 
http://bazaar.launchpad.net/~ubuntu-filemanager-dev/ubuntu-filemanager-app/trunk/view/head:/src/app/qml/upstream/PageWithBottomEdge.qml#L108
4 - 
http://bazaar.launchpad.net/~music-app-dev/music-app/trunk/view/head:/app/ui/NowPlaying.qml#L143

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1508363

Title:
  Coordinated migration to UITK 1.3

Status in Canonical System Image:
  In Progress
Status in Ubuntu Music App:
  In Progress
Status in Ubuntu Notes app:
  New
Status in Ubuntu Calculator App:
  In Progress
Status in Ubuntu Calendar App:
  New
Status in Ubuntu Clock App:
  In Progress
Status in Ubuntu Document Viewer App:
  In Progress
Status in Ubuntu Shorts App:
  In Progress
Status in Ubuntu Weather App:
  Triaged
Status in Weather:
  New
Status in address-book-app package in Ubuntu:
  In Progress
Status in calendar-app package in Ubuntu:
  Confirmed
Status in camera-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu:
  In Progress
Status in gallery-app package in Ubuntu:
  In Progress
Status in messaging-app package in Ubuntu:
  In Progress
Status in music-app package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in ubuntu-clock-app package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  In Progress
Status in ubuntu-weather-app package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  The migration to 1.3 needs to happen in a coordinated way, so that
  shell and all apps we care of migrate within the same OTA window to
  reduce visual inconsistencies to a minimum.

  This bug is a means to collect all the projects affected and keep tabs
  on what's happening.

  NOTES:
  - The toolkit has the following modules:
 Ubuntu.Components 1.3
 Ubuntu.Components.ListItems 1.3
 Ubuntu.Components.Pickers 1.3
 Ubuntu.Components.Popups 1.3
 Ubuntu.Components.Styles 1.3
 Ubuntu.Components.Themes 1.3
 Ubuntu.Components.Themes.Ambiance 1.3
 Ubuntu.Components.Themes.SuruDark 1.3

  - The following modules were not altered recently:
 Ubuntu.Layouts 1.0
 Ubuntu.PerformanceMetrics 1.0

  - Theme is now theme (lowercase)
  - PageHeadStyle now has a "config" property

  In manifest.json file use:
     "framework": "ubuntu-sdk-15.04.1-qml"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1508363/+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 1341681] Re: Autopilot tests should stop using deprecated emulators module

2015-10-25 Thread Victor Thompson
** Changed in: ubuntu-weather-app
   Status: Incomplete => Fix Released

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

Title:
  Autopilot tests should stop using deprecated emulators module

Status in dialer-app:
  Fix Released
Status in Dropping Letters:
  New
Status in Ubuntu Music App:
  Fix Released
Status in notes-app:
  New
Status in Ubuntu Notes app:
  Fix Released
Status in Sudoku App:
  New
Status in Ubuntu Calculator App:
  Fix Released
Status in Ubuntu Calendar App:
  Fix Released
Status in Ubuntu Clock App:
  Fix Released
Status in Ubuntu Document Viewer App:
  New
Status in Ubuntu File Manager App:
  Fix Released
Status in Ubuntu Shorts App:
  Incomplete
Status in Ubuntu Terminal App:
  Fix Released
Status in Ubuntu Weather App:
  Fix Released
Status in dialer-app package in Ubuntu:
  Fix Released
Status in reminders-app package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  Autopilot tests should stop using deprecated emulators module. Instead
  the new custom_proxy_objects modules should be used and called
  directly.

  Please note until https://bugs.launchpad.net/ubuntu-ui-
  toolkit/+bug/1341679 is fixed, the deprecation warning will still
  appear.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dialer-app/+bug/1341681/+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 1508363] Re: Coordinated migration to UITK 1.3

2015-10-22 Thread Victor Thompson
** Changed in: music-app
 Assignee: (unassigned) => Victor Thompson (vthompson)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1508363

Title:
  Coordinated migration to UITK 1.3

Status in Canonical System Image:
  In Progress
Status in Ubuntu Music App:
  In Progress
Status in Ubuntu Notes app:
  New
Status in Ubuntu Calculator App:
  In Progress
Status in Ubuntu Calendar App:
  New
Status in Ubuntu Clock App:
  In Progress
Status in Ubuntu Document Viewer App:
  In Progress
Status in Ubuntu Shorts App:
  New
Status in Ubuntu Weather App:
  Triaged
Status in Weather:
  New
Status in address-book-app package in Ubuntu:
  In Progress
Status in calendar-app package in Ubuntu:
  Confirmed
Status in camera-app package in Ubuntu:
  In Progress
Status in dialer-app package in Ubuntu:
  In Progress
Status in gallery-app package in Ubuntu:
  In Progress
Status in messaging-app package in Ubuntu:
  In Progress
Status in music-app package in Ubuntu:
  Confirmed
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in ubuntu-clock-app package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  In Progress
Status in ubuntu-weather-app package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  The migration to 1.3 needs to happen in a coordinated way, so that
  shell and all apps we care of migrate within the same OTA window to
  reduce visual inconsistencies to a minimum.

  This bug is a means to collect all the projects affected and keep tabs
  on what's happening.

  NOTES:
  - *All* Ubuntu.Components imports (including ListItems, Popups, Pickers,
    Theme, Styles etc.) should go to 1.3.
  - Theme is now theme (lowercase)
  - PageHeadStyle now has a "config" property

  QUESTION:
  In manifest.json file, should we use:
 "framework": "ubuntu-sdk-15.04-qml",
  or
 "framework": "ubuntu-sdk-15.04.1-qml",
  ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1508363/+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 1493722] Re: [Media services] Volume up/down long press should skip to next/previous track

2015-09-25 Thread Victor Thompson
I really think the main issue (IMO) is that holding the volume up button
allows the volume to rapidly increase. Could someone determine if a bug
exists for this? If not, could someone please file one?

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

Title:
  [Media services] Volume up/down long press should skip to
  next/previous track

Status in Canonical System Image:
  New
Status in Media Hub:
  Invalid
Status in Ubuntu Music App:
  New
Status in Ubuntu UX:
  Triaged
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  A handy feature of music players is the ability to quickly skip tracks
  by long-pressing the volume buttons. This allows users to control
  their music without having to take the device out of their pocket,
  turn its screen on, unlock it, go to the music app and press "Next".

  As of now, when I long press the volume button, it rapidly increases
  the volume, which is not very nice to my ears ;-)

  Is it possible to control the music app this way on Ubuntu phone?

  Music app version tested: 2.2.910 (2015-09-03)
  Device: Meizu MX 4
  System info: Ubuntu 15.04 (r4)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1493722/+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 1221153] Re: ubuntu-weather-app is polling poll() at 15Hz and heap is growing at 1K/sec on idle

2015-08-26 Thread Victor Thompson
** Changed in: ubuntu-weather-app
   Status: Triaged = Invalid

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

Title:
  ubuntu-weather-app is polling poll() at 15Hz and heap is growing at
  1K/sec on idle

Status in Ubuntu UI Toolkit:
  Incomplete
Status in Ubuntu Weather App:
  Invalid
Status in ubuntu-ui-toolkit package in Ubuntu:
  Incomplete

Bug description:
  On an idle phone, the ubuntu-weather-app is polling poll() at 15Hz.
  Also, I am observing heap growth at about 1K/sec.

  CPU usage:
    PID  ProcessUSR%   SYS%  TOTAL%
    3177 qmlscene   0.24   0.48   0.72 (very light load)

  System calls traced:
    PID  Process  Syscall   CountRate/Sec
    3177 qmlscene poll   8991  14.9849

  Change in memory (K/second):
    PID  Process  TypeSize   RSS   PSS
    3177 qmlscene Heap1.71  1.20  1.20 (growing)

  So it's not entirely idle and consuming power when doing apparently
  nothing.   The heap growth is observable from the the /proc/3177/smaps
  information, however, I can't see any obvious sbrk()/brk() or mmap()
  calls, so it is curious how this is occurring.

  Observation: I am noticing this with all application which are
  launched using qmlscene and suspect it could be qmlscene which is
  leaking memory. The symtoms that I see are laggy UI when leaving a
  qmlscene app launched for several hours while on suspend.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1221153/+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 1486008] Re: leading actions width is too small making it very difficult to press on Nexus 4 (mako)

2015-08-20 Thread Victor Thompson
On my mako device on rc-proposed I can reproduce this bug easily.
However, on my flo device the action seems to trigger when I tap
anywhere in the red (as one would expect)

system-image-cli -i
current build number: 221
device name: flo
channel: ubuntu-touch/rc-proposed/ubuntu
last update: 2015-08-19 15:53:45
version version: 221
version ubuntu: 20150819
version device: 20150819
version custom: 20150819

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

Title:
  leading actions width is too small making it very difficult to press
  on Nexus 4 (mako)

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

Bug description:
  Since a recent update to the ListItem leading actions in
  Ubuntu.Components 1.2, where the width of the action was clamped, the
  width is too small to press comfortably on a phone resulting in it
  missing 9 out of 10 tries. It affects the usability of the action and
  may be become a release blocker for apps that have recently switched
  over to the new list items.

  Sample App

  import QtQuick 2.4
  import Ubuntu.Components 1.2

  MainView {
  applicationName: testdelete.nik90
  width: units.gu(100)
  height: units.gu(75)

  Page {
  title: Swipe to Delete
  ListItem {
  id: listItem
  anchors.top: parent.top

  Label {
  text: Swipe me right to delete this listitem
  wrapMode: Text.WordWrap
  anchors { left: parent.left; leftMargin: units.gu(2); right: 
parent.right; verticalCenter: parent.verticalCenter }
  }

  
  leadingActions: ListItemActions {
  actions: [
  Action {
  iconName: delete
  onTriggered: listItem.destroy()
  }
  ]
  }
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1486008/+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 1289804] Re: Foreground app consuming lots of memory

2015-08-03 Thread Victor Thompson
Should this bug be expired everywhere? Or is there anything left to be
solved? The music app issues should be solved when it is made to suspend
like other apps--but that's not to say that it is well behaved while in
the foreground.

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

Title:
  Foreground app consuming lots of memory

Status in Ubuntu Music App:
  Incomplete
Status in unity8 package in Ubuntu:
  Expired

Bug description:
  Started music app and other apps about 20 hours ago. Phone has been
  sat on my desk, locked, not used for that time. Now I find it's
  sluggish and seems lots of RAM/SWAP has been consumed:-

  
  top - 15:49:44 up 22:55,  1 user,  load average: 5.10, 2.41, 2.73
  Tasks: 234 total,   1 running, 233 sleeping,   0 stopped,   0 zombie
  %Cpu(s):  3.7 us,  7.1 sy,  0.0 ni, 87.9 id,  1.2 wa,  0.0 hi,  0.0 si,  0.0 
st
  KiB Mem:   1878632 total,  1834880 used,43752 free,  384 buffers
  KiB Swap:   524284 total,   524284 used,0 free.22260 cached Mem

PID USER  PR  NIVIRTRESSHR S  %CPU %MEM TIME+ COMMAND   
  
 65 root  20   0   0  0  0 D  37.4  0.0   4:08.99 kswapd0   
  
  24543 root  20   02548   1100712 R  10.7  0.1   0:00.06 top   
  
969   20   0   10904284144 S   5.3  0.0 121:04.11 
sensors.qc+ 
981 root  20   0   10360268 40 S   5.3  0.0 102:52.46 Binder_2  
  
   6834 phablet   20   0 2047948 1.266g   6848 S   5.3 70.6 137:51.83 qmlscene  
  
  16085 root  20   0   0  0  0 S   5.3  0.0   0:26.14 
kworker/0:4 
  24298 message+  20   02976   1144708 S   5.3  0.1   0:00.15 
dbus-daemon 
  1 root  20   04060   1880576 S   0.0  0.1   1:23.34 init  
  
  2 root  -2   0   0  0  0 S   0.0  0.0   0:04.24 kthreadd  
  
  3 root  20   0   0  0  0 S   0.0  0.0   0:01.33 
ksoftirqd/0 
  6 root  rt   0   0  0  0 S   0.0  0.0   0:00.00 
migration/0 
 16 root   0 -20   0  0  0 S   0.0  0.0   0:00.00 khelper   
  
 17 root  20   0   0  0  0 S   0.0  0.0   0:00.03 kdevtmpfs 
  
 18 root   0 -20   0  0  0 S   0.0  0.0   0:00.00 netns 
  
 19 root   0 -20   0  0  0 S   0.0  0.0   0:00.00 
suspend_sy+ 
 20 root   0 -20   0  0  0 S   0.0  0.0   0:00.00 suspend   
  
 22 root -51   0   0  0  0 S   0.0  0.0   0:00.00 
irq/203-ms+ 

  
  phablet   6834 10.1 70.7 2003920 1329976 ? Ssl  Mar07 138:04 
/usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene music-app.qml --file= -I ./plugins

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1289804/+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 1475577] Re: Music playing through speakers even though headset plugged in

2015-07-17 Thread Victor Thompson
I'm running on wily with the newer mediahub3 codebase in the silo 38 and
can not replicate this bug. The version of pulseaudio is the same but
the package is newer:

ii  pulseaudio   1:6.0-0ubuntu9
armhfPulseAudio sound server

Perhaps this bug is OBE by the more recent changes to the stack?

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

Title:
  Music playing through speakers even though headset plugged in

Status in Ubuntu Music App:
  New
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  Steps:
  * start playing music
  * connect headphones to the headphone jack
  * disconnect the headphones

  Expected:
  * music plays through the headphones only
  * music pauses on disconnection

  Current:
  * music plays through both headphones and speakers
  * music continues to play through speakers

  $ system-image-cli -i
  current build number: 69
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2015-07-17 11:57:23
  version version: 69
  version ubuntu: 20150717
  version device: 20150529-8e13c5f
  version custom: 20150709-814-29-21-vivid

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: pulseaudio 1:6.0-0ubuntu6
  Uname: Linux 3.4.67 armv7l
  AlsaInfo: This script requires lspci. Please install it, and re-run this 
script.
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: armhf
  AudioDevicesInUse: Error: [Errno 2] No such file or directory: 'fuser'
  CurrentDmesg: Error: command ['dmesg'] failed with exit code 1: dmesg: read 
kernel buffer failed: Operation not permitted
  Date: Fri Jul 17 12:17:16 2015
  InstallationDate: Installed on 2015-07-17 (0 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20150717-020304)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1475577/+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 1475223] Re: Crash during Clock application start on Desktop

2015-07-17 Thread Victor Thompson
I think I observe this as well. Running the app from QtCreator causes it
to crash frequently for me.

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

Title:
  Crash during Clock application start on Desktop

Status in Ubuntu Clock App:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Statistically once per 8 Clock runs, the application is crashing with
  following BackTrace:

  #0  0x754539fc in g_type_check_instance 
(type_instance=type_instance@entry=0xf1a0b0) at 
/build/buildd/glib2.0-2.44.1/./gobject/gtype.c:4136
  #1  0x754496fe in g_signal_emit_valist (instance=0xf1a0b0, 
signal_id=289, detail=0, var_args=var_args@entry=0x7fffd250)
  at /build/buildd/glib2.0-2.44.1/./gobject/gsignal.c:3090
  #2  0x7544a8ff in g_signal_emit (instance=optimized out, 
signal_id=optimized out, detail=optimized out) at 
/build/buildd/glib2.0-2.44.1/./gobject/gsignal.c:3361
  #3  0x7fffbe19e271 in  () at /usr/lib/x86_64-linux-gnu/libgeoclue.so.0
  #4  0x7fffdfb0ef3c in marshal_dbus_message_to_g_marshaller 
(closure=0x1520db0, return_value=0x0, n_param_values=optimized out, 
param_values=optimized out, invocation_hint=0x7fffd530, marshal_data=0x0) 
at dbus-gproxy.c:1736
  #8  0x7544a8ff in emit signal 
received:org-freedesktop-Geoclue-MasterClient-PositionProviderChanged on 
instance 0xf0f780 [DBusGProxy] (instance=instance@entry=0xf0f780, 
signal_id=optimized out, detail=optimized out) at 
/build/buildd/glib2.0-2.44.1/./gobject/gsignal.c:3361
  #5  0x754302d5 in g_closure_invoke (closure=0x1520db0, 
return_value=0x0, n_param_values=3, param_values=0x7fffd590, 
invocation_hint=0x7fffd530)
  at /build/buildd/glib2.0-2.44.1/./gobject/gclosure.c:768
  #6  0x7544203c in signal_emit_unlocked_R 
(node=node@entry=0x151e740, detail=detail@entry=1533, 
instance=instance@entry=0xf0f780, emission_return=emission_return@entry=0x0, 
instance_and_params=instance_and_params@entry=0x7fffd590) at 
/build/buildd/glib2.0-2.44.1/./gobject/gsignal.c:3549
  #7  0x7544a698 in g_signal_emit_valist (instance=optimized out, 
signal_id=optimized out, detail=optimized out, 
var_args=var_args@entry=0x7fffd740)
  at /build/buildd/glib2.0-2.44.1/./gobject/gsignal.c:3305
  #9  0x7fffdfb0f882 in dbus_g_proxy_manager_filter (message=0x5307c0, 
proxy=0xf0f780 [DBusGProxy]) at dbus-gproxy.c:1789
  #10 0x7fffdfb0f882 in dbus_g_proxy_manager_filter (connection=optimized 
out, message=0x5307c0, user_data=0xf1f540) at dbus-gproxy.c:1356
  #11 0x7fffec3e21d1 in dbus_connection_dispatch () at 
/lib/x86_64-linux-gnu/libdbus-1.so.3
  #12 0x7fffdfb095d5 in message_queue_dispatch (source=optimized out, 
callback=optimized out, user_data=optimized out) at dbus-gmain.c:90
  #13 0x7515ac3d in g_main_context_dispatch (context=0x7fffe40016f0) at 
/build/buildd/glib2.0-2.44.1/./glib/gmain.c:3122
  #14 0x7515ac3d in g_main_context_dispatch 
(context=context@entry=0x7fffe40016f0) at 
/build/buildd/glib2.0-2.44.1/./glib/gmain.c:3737
  #15 0x7515af20 in g_main_context_iterate 
(context=context@entry=0x7fffe40016f0, block=block@entry=1, 
dispatch=dispatch@entry=1, self=optimized out)
  at /build/buildd/glib2.0-2.44.1/./glib/gmain.c:3808
  ---Type return to continue, or q return to quit---
  #16 0x7515afcc in g_main_context_iteration (context=0x7fffe40016f0, 
may_block=1) at /build/buildd/glib2.0-2.44.1/./glib/gmain.c:3869
  #17 0x767bcc57 in 
QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () 
at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #18 0x767613e2 in 
QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () at 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #19 0x7676902c in QCoreApplication::exec() () at 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  #20 0x00404098 in  ()
  #21 0x75ac1a40 in __libc_start_main (main=
  0x4037d0, argc=4, argv=0x7fffdf38, init=optimized out, 
fini=optimized out, rtld_fini=optimized out, stack_end=0x7fffdf28) at 
libc-start.c:289
  #22 0x004058b9 in  ()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1475223/+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 1468100] Re: ListItems with trailing but no leading actions, after swiping right break selectMode

2015-06-23 Thread Victor Thompson
I can confirm this bug. I wonder if the ListItem's selectMode property
is becoming disconnected from the view's property. Perhaps a work around
would be to individual set each ListItem's selectMode property [0].

0 -
https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.ListItem
/#selectMode-prop

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

Title:
  ListItems with trailing but no leading actions, after swiping right
  break selectMode

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

Bug description:
  If you have a listitem with trailing actions but no leading actions it
  is possible to break the selectMode as the press and hold signal is
  never fired.

  Steps with the example QML app [0]
  1) Swipe one of the listitems to the right (to try and reveal a leading 
action [which there aren't any])
  2) Press and hold on the swiped listitem
  3) Notice nothing happens (also notice nothing in the log for the press and 
hold appears)
  4) Press and hold on another listitem
  5) Notice that all but the swiped listitem change to selectMode=True

  What was expected:
  3) For all of the items to change to selectMode=True
  5) For all of the items to change to selectMode=True

  Note that you can 'fix' the listitem by swiping to the left and
  clicking on an action or dismissing the swipe, then you are able to
  press and hold it to activate selectMode correctly again.

  0 - http://pastebin.ubuntu.com/11764308/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1468100/+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 1457424] Re: Please update icon (May 2015)

2015-06-18 Thread Victor Thompson
** Changed in: music-app
   Status: Fix Committed = Fix Released

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

Title:
  Please update icon (May 2015)

Status in Address Book App:
  In Progress
Status in Camera App:
  Confirmed
Status in the base for Ubuntu mobile products:
  New
Status in Dekko:
  Fix Committed
Status in Gallery App:
  New
Status in Media Player App:
  New
Status in Messaging App:
  In Progress
Status in Music application for Ubuntu devices:
  Fix Released
Status in Ubuntu Notes app:
  Fix Committed
Status in Default calculator application for Ubuntu devices:
  Fix Committed
Status in Calendar application for Ubuntu devices:
  Fix Committed
Status in Clock application for Ubuntu devices:
  Fix Committed
Status in RSS Feed Reader application for Ubuntu devices:
  Fix Committed
Status in Themes for Ubuntu:
  Triaged
Status in Weather application for Ubuntu devices:
  Fix Committed
Status in Web Browser App:
  Fix Released
Status in address-book-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu:
  Fix Released
Status in messaging-app package in Ubuntu:
  Fix Released
Status in qtcreator-plugin-ubuntu package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-themes package in Ubuntu:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings source package in Vivid:
  New

Bug description:
  New icons are available. Please update app to new icon. Note the icon
  inside the app will need updating as well as the icon in the store
  (when uploaded).

  256x256 and 512x512 Icons attached in zip file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1457424/+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 1452956] [NEW] Stale lock file causes QtCreator to freeze when starting

2015-05-07 Thread Victor Thompson
Public bug reported:

I was debugging why my ubuntu-sdk instance would not start up (it
instead freezes indefinitely) when I noticed a stale lock file under
~/.config. I removed this file and the IDE started.

To reproduce:

1. Execute the following from the terminal: touch 
~/.config/QtProject/QtCreator.ini.lock
2. Start qtcreator or ubuntu-sdk.

Expected results: The IDE starts as expected
Actual results: The IDE hangs indefinitely

Any sane IDE should be able to handle stale lock files--such a thing
should not prevent the application from starting.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Stale lock file causes QtCreator to freeze when starting

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

Bug description:
  I was debugging why my ubuntu-sdk instance would not start up (it
  instead freezes indefinitely) when I noticed a stale lock file under
  ~/.config. I removed this file and the IDE started.

  To reproduce:

  1. Execute the following from the terminal: touch 
~/.config/QtProject/QtCreator.ini.lock
  2. Start qtcreator or ubuntu-sdk.

  Expected results: The IDE starts as expected
  Actual results: The IDE hangs indefinitely

  Any sane IDE should be able to handle stale lock files--such a thing
  should not prevent the application from starting.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1452956/+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 1423953] Re: application rotation sometimes freezes

2015-05-02 Thread Victor Thompson
Agreed that this is a significant bug in vivid and should be fixed prior
to it being promoted to stable. This bug is the same as lp:1448017,
which appears to currently being worked.

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

Title:
  application rotation sometimes freezes

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

Bug description:
  To reproduce on Vivid:
  1. Open Gallery app
  2. Rotate the device
  3. Tap the tab drawer in the upper left of the header

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1423953/+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 1448017] Re: Apps crash when opening tab menus in landscape mode

2015-05-02 Thread Victor Thompson
This bug is the same as lp:1423953

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

Title:
  Apps crash when opening tab menus in landscape mode

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

Bug description:
  On devel-proposed, *every* application that I tested crashes when
  trying to open the tab menu or the header menu in landscape mode.

  Note: This bug is not reproducible on the RTM Utopic image as of
  OTA-3.

  Steps to reproduce:
  1. Open gallery app
  2. Switch to landscape mode by tilting phone.
  3. Press the tab menu

  What happens:

  
  phablet@ubuntu-phablet:~$ system-image-cli --info
  current build number: 184
  device name: mako
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/vivid-proposed
  last update: 2015-04-24 11:26:49
  version version: 184
  version ubuntu: 20150424
  version device: 20150210
  version custom: 20150424

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1448017/+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 310732] Re: Laserjet printing fails at cupsd/filter/ps2pdf

2015-04-28 Thread Martin Thompson
I'm afraid my setup has changed significantly since then also, so I am
unable to even attempt to reproduce this one, sorry.

On 28 April 2015 at 19:29, Pascal De Vuyst pascal.devu...@gmail.com
wrote:

 Thank you for taking the time to report this bug and helping to make
 Ubuntu better. We are sorry that we do not always have the capacity to
 look at all reported bugs in a timely manner. There have been many
 changes in Ubuntu since that time you reported the bug and your problem
 may have been fixed with some of the updates. It would help us a lot if
 you could test it on a currently supported Ubuntu version. When you test
 it and it is still an issue, kindly upload the updated logs by running
 apport-collect -p cups 310732 and your cups error log as described here:
 https://wiki.ubuntu.com/DebuggingPrintingProblems#CUPS_error_log.

 ** Changed in: cups (Ubuntu)
Status: New = Incomplete

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/310732

 Title:
   Laserjet printing fails  at cupsd/filter/ps2pdf

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



-- 
mar...@parallelpoints.com
http://parallelpoints.com/

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

Title:
  Laserjet printing fails  at cupsd/filter/ps2pdf

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  When I print the printer dialog reports Printer State:
  /usr/lib/cups/filter/ps2pdf failed.  This occurs with test page
  (although ablank page is ejected when I do this) and with an image
  printed from the image previewer.  Also when I print from mutt (via
  a2ps). This time I got a line down the centre of the page (as it was
  attempting to put two pages into one, so that's the centre divider).
  Sometimes a dialog appears saying things went wrong Print error,
  there was a problem processing document `(stdin)' (job xyz) Clicking
  Diagnose prints a testpage (blank as before) then hangs for alot of
  debug output.  Why is it running ps2pdf anyway?

  Printer is a Laserjet 5M with PS simm, duplexer, 11MB memory.
  Connected via ethernet (Jetdirect, port 9100). Printing from our
  Windows laptop is fine.  Printing from this PC was fine under Hardy.
  I'm sure it used to work under Intrepid, but can;t be sure, nor when
  it stopped working.

  Other info:
  From /var/log/messages
  kernel: [273959.486568] type=1503 audit(1229980663.494:12): 
operation=inode_permission requested_mask=w:: denied_mask=w:: fsuid=0 
name=/dev/ttyUSB0 pid=9688 profile=/usr/sbin/cupsd
  python: hp-toolbox(UI)[9756]: warning: Device not found
  kernel: [274405.711084] type=1503 audit(1229981109.718:13): 
operation=inode_permission requested_mask=w:: denied_mask=w:: fsuid=0 
name=/dev/ttyUSB0 pid=10190 profile=/usr/sbin/cupsd

  $ lsb_release -rd
  Description:  Ubuntu 8.10
  Release:  8.10
  $ apt-cache policy cups
  cups:
Installed: 1.3.9-2ubuntu4
Candidate: 1.3.9-2ubuntu4
Version table:
   *** 1.3.9-2ubuntu4 0
  500 http://gb.archive.ubuntu.com intrepid-updates/main Packages
  100 /var/lib/dpkg/status
   1.3.9-2 0
  500 http://gb.archive.ubuntu.com intrepid/main Packages
  Error log attached - looks to have some sort of authentication problem?

  Other info from the diagnose:
  Page 1 (Scheduler not running?):
  {'cups_connection_failure': False}
  Page 2 (Choose printer):
  {'cups_dest': cups.Dest LaserPrinter (default),
   'cups_instance': None,
   'cups_queue': 'LaserPrinter',
   'cups_queue_listed': True}
  Page 3 (Check printer sanity):
  {'cups_device_uri_scheme': u'socket',
   'cups_printer_dict': {'device-uri': u'socket://192.168.7.10:9100',
 'printer-info': u'HP LaserJet 5M',
 'printer-is-shared': True,
 'printer-location': u'Office',
 'printer-make-and-model': u'HP LaserJet 5M Postscript 
(recommended)',
 'printer-state': 3,
 'printer-state-message': 
u'/usr/lib/cups/filter/pstopdf failed',
 'printer-state-reasons': [u'none'],
 'printer-type': 135252,
 'printer-uri-supported': 
u'ipp://localhost:631/printers/LaserPrinter'},
   'cups_printer_remote': False,
   'is_cups_class': False}
  Page 4 (Check PPD sanity):
  {'cups_printer_ppd_defaults': {u'General': {u'Duplex': u'DuplexNoTumble',
  u'HPHalftone': u'Enhanced',
  u'InputSlot': u'Lower',
  u'ManualFeed': u'False',
  u'PageRegion': u'A4',
  

[Touch-packages] [Bug 1438302] Re: Vibrations when system 'Other vibrations' are off

2015-03-30 Thread Victor Thompson
If these toolkit components are not obeying the system setting, I
believe this is a toolkit bug. Adding that project so they can look into
it.

** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-ui-toolkit (Ubuntu RTM)
   Importance: Undecided
   Status: New

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

Title:
  Vibrations when system 'Other vibrations' are off

Status in Music application for Ubuntu devices:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  New

Bug description:
  After disabling 'Other vibrations' in system settings the Music app
  still vibrates in some situations like:

  - Opening the menu
  - Using the back button
  - Tapping 'play all' in the album view

  After disabling 'other vibrations' I'd expect the phone to only
  vibrate for incoming calls, messages, or notifications (assuming those
  settings are enabled).

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1438302/+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 1412622] Re: [dash] Can't turn off vibrate-on-touch in the dash (haptic feedback)

2015-03-30 Thread Victor Thompson
On the devel-proposed channel vivid image #155 the dash icons appear to
obey the Other vibrations setting--however, it seems like other places
that use AbstractButton in some apps (music, clock, etc) have components
that do not obey this setting.

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

Title:
  [dash] Can't turn off vibrate-on-touch in the dash (haptic feedback)

Status in Ubuntu UX bugs:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  I can't seem to find any option that turns off vibrate-on-touch for
  the dash. This is driving me a little crazy. Is there an option?

  I've successfully turned off vibration for the keyboard, but it seems
  the dash does not honour that setting.

  $ system-image-cli -i
  current build number: 78
  device name: krillin
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/vivid-proposed
  last update: 2015-01-20 02:16:29
  version version: 78
  version ubuntu: 20150119
  version device: 20150113-9cccefe
  version custom: 20150119

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1412622/+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 1438302] Re: Vibrations when system 'Other vibrations' are off

2015-03-30 Thread Victor Thompson
*** This bug is a duplicate of bug 1412622 ***
https://bugs.launchpad.net/bugs/1412622

This bug is closely related to lp:1412622. Depending on how design
responds, it may be a duplicate. Marking it as such for now.

** This bug has been marked a duplicate of bug 1412622
   [dash] Can't turn off vibrate-on-touch in the dash (haptic feedback)

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

Title:
  Vibrations when system 'Other vibrations' are off

Status in Music application for Ubuntu devices:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  New

Bug description:
  After disabling 'Other vibrations' in system settings the Music app
  still vibrates in some situations like:

  - Opening the menu
  - Using the back button
  - Tapping 'play all' in the album view

  After disabling 'other vibrations' I'd expect the phone to only
  vibrate for incoming calls, messages, or notifications (assuming those
  settings are enabled).

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1438302/+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 1383042] Re: Newly added locations display strange text rather than city name

2015-03-20 Thread Victor Thompson
** Changed in: ubuntu-weather-app
   Status: Fix Committed = Fix Released

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

Title:
  Newly added locations display strange text rather than city name

Status in Weather application for Ubuntu devices:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  Started the weather app, it had two previously defined locations.
  I added two new locations, the first displayed a file:// url in the header, 
the second display context something
  After restarting the app the strings were correct. Deleting a city and 
re-adding worked correctly.

  I deleted one city then added it back, and the two new cities are reversed, 
the show each others weather data rather than their own.
  Not sure if this is related or needs a separate bug.
  Restarting the app again fixed this issue as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-weather-app/+bug/1383042/+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 1415318] Re: Music app crashes with unsupported schema version with latest v0.105+15.04.20150127-0ubuntu1 on Vivid

2015-03-05 Thread Victor Thompson
** Changed in: music-app
   Status: Triaged = Invalid

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

Title:
  Music app crashes with unsupported schema version with latest
  v0.105+15.04.20150127-0ubuntu1 on Vivid

Status in Media Scanner v2:
  New
Status in Music application for Ubuntu devices:
  Invalid
Status in mediascanner2 package in Ubuntu:
  Fix Released

Bug description:
  The music app is crashing on the latest vivid images. The following
  error is seen on console prior to the crash in image #80 for mako and
  #79 for flo--both of which update mediascanner2 to version
  0.105+15.04.20150127-0ubuntu1.

  terminate called after throwing an instance of 'std::runtime_error'
what():  Tried to open a db with an unsupported schema version.

  Was the something not updated? It seems like the daemon is the same
  schema version (8), but the plugin does not support this version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mediascanner2/+bug/1415318/+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 1416233] Re: Sound indicator notification shows each time the a sound starts or stops

2015-01-29 Thread Victor Thompson
** Attachment added: Pressing pause in music app
   
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1416233/+attachment/4308590/+files/device-2015-01-29-224020.png

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

Title:
  Sound indicator notification shows each time the a sound starts or
  stops

Status in indicator-sound package in Ubuntu:
  New

Bug description:
  The latest Vivid image on mako (84)[1] causes the sound notification
  to popup each time the system starts or stops a sound. When the sound
  stops the notification indicates that the sound is muted, when it is
  in fact not. In the Music app, for instance, this is quite annoying.

  1 - http://people.canonical.com/~ogra/touch-image-stats/84.changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1416233/+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 1416233] Re: Sound indicator notification shows each time the a sound starts or stops

2015-01-29 Thread Victor Thompson
** Attachment added: Pressing play in music app
   
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1416233/+attachment/4308589/+files/device-2015-01-29-224010.png

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

Title:
  Sound indicator notification shows each time the a sound starts or
  stops

Status in indicator-sound package in Ubuntu:
  New

Bug description:
  The latest Vivid image on mako (84)[1] causes the sound notification
  to popup each time the system starts or stops a sound. When the sound
  stops the notification indicates that the sound is muted, when it is
  in fact not. In the Music app, for instance, this is quite annoying.

  1 - http://people.canonical.com/~ogra/touch-image-stats/84.changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1416233/+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 1416233] [NEW] Sound indicator notification shows each time the a sound starts or stops

2015-01-29 Thread Victor Thompson
Public bug reported:

The latest Vivid image on mako (84)[1] causes the sound notification to
popup each time the system starts or stops a sound. When the sound stops
the notification indicates that the sound is muted, when it is in fact
not. In the Music app, for instance, this is quite annoying.

1 - http://people.canonical.com/~ogra/touch-image-stats/84.changes

** Affects: indicator-sound (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Sound indicator notification shows each time the a sound starts or
  stops

Status in indicator-sound package in Ubuntu:
  New

Bug description:
  The latest Vivid image on mako (84)[1] causes the sound notification
  to popup each time the system starts or stops a sound. When the sound
  stops the notification indicates that the sound is muted, when it is
  in fact not. In the Music app, for instance, this is quite annoying.

  1 - http://people.canonical.com/~ogra/touch-image-stats/84.changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1416233/+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 1415318] Re: Music app crashes with unsupported schema version with latest v0.105+15.04.20150127-0ubuntu1 on Vivid

2015-01-28 Thread Victor Thompson
Leo, this is a great point. If such a thing could be made testable it'd
be very appreciated by our team. I don't think it'd require much more
than exercising a minimal AP test to load the models that ms2 retains
(maybe a unit test?). We'd really appreciate it in the future. Currently
we're pretty good at catching regressions, but I'd rather automate
testing--since it really is not our responsibility.

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

Title:
  Music app crashes with unsupported schema version with latest
  v0.105+15.04.20150127-0ubuntu1 on Vivid

Status in Media Scanner v2:
  New
Status in Music application for Ubuntu devices:
  Triaged
Status in mediascanner2 package in Ubuntu:
  Fix Released

Bug description:
  The music app is crashing on the latest vivid images. The following
  error is seen on console prior to the crash in image #80 for mako and
  #79 for flo--both of which update mediascanner2 to version
  0.105+15.04.20150127-0ubuntu1.

  terminate called after throwing an instance of 'std::runtime_error'
what():  Tried to open a db with an unsupported schema version.

  Was the something not updated? It seems like the daemon is the same
  schema version (8), but the plugin does not support this version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mediascanner2/+bug/1415318/+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 1408507] Re: When in multi-select mode, going back can cause items to still be selected

2015-01-07 Thread Victor Thompson
My apologies, I meant to file this against the music-app project.

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

Title:
  When in multi-select mode, going back can cause items to still be
  selected

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

Bug description:
  The action of going back from multi-select mode currently does not
  clear the selected items.

  To reproduce:
  1) From either the Songs tab, the Queue, or the SongsPage, long press an item
  2) Tap the select all action (checkbox)
  3) Tap the Back action
  4) Scroll up and down the list

  Expected results: Items do not appear as though they are selected
  while scrolling the list.

  Actual results: Items appear to still be selected when scrolling the
  list.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1408507/+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 1408507] [NEW] When in multi-select mode, going back can cause items to still be selected

2015-01-07 Thread Victor Thompson
Public bug reported:

The action of going back from multi-select mode currently does not clear
the selected items.

To reproduce:
1) From either the Songs tab, the Queue, or the SongsPage, long press an item
2) Tap the select all action (checkbox)
3) Tap the Back action
4) Scroll up and down the list

Expected results: Items do not appear as though they are selected while
scrolling the list.

Actual results: Items appear to still be selected when scrolling the
list.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New = In Progress

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress = Invalid

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

Title:
  When in multi-select mode, going back can cause items to still be
  selected

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

Bug description:
  The action of going back from multi-select mode currently does not
  clear the selected items.

  To reproduce:
  1) From either the Songs tab, the Queue, or the SongsPage, long press an item
  2) Tap the select all action (checkbox)
  3) Tap the Back action
  4) Scroll up and down the list

  Expected results: Items do not appear as though they are selected
  while scrolling the list.

  Actual results: Items appear to still be selected when scrolling the
  list.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1408507/+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 1403764] [NEW] Usermetrics temporarily bad during initialization on vivid r58

2014-12-18 Thread Victor Thompson
Public bug reported:

On the most recent vivid image the welcome screen launches with an odd
message (see attached). This seems to be a user metrics issue.

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

** Attachment added: device-2014-12-18-020146.png
   
https://bugs.launchpad.net/bugs/1403764/+attachment/4283317/+files/device-2014-12-18-020146.png

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

Title:
  Usermetrics temporarily bad during initialization on vivid r58

Status in libusermetrics package in Ubuntu:
  New

Bug description:
  On the most recent vivid image the welcome screen launches with an odd
  message (see attached). This seems to be a user metrics issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libusermetrics/+bug/1403764/+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 1359022] Re: Welcome screen on image #200 always states that there are no data sources available

2014-11-19 Thread Victor Thompson
This has been fixed (see notes in the comments of the bugs mentioned
above). Marking as invalid for music-app.

** Changed in: music-app
   Status: New = Invalid

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

Title:
  Welcome screen on image #200 always states that there are no data
  sources available

Status in Music application for Ubuntu devices:
  Invalid
Status in “libusermetrics” package in Ubuntu:
  Confirmed
Status in “unity8” package in Ubuntu:
  Incomplete

Bug description:
  Upon upgrading to image 200 [1]. The welcome screen does not see any
  data sources for User Metrics. Even doing tasks that would normally
  add sources does not do so.

  To reproduce:

  1. Upgrade to image 200. Note that there are no sources found by the No data 
sources available message on the Welcome screen.
  2. Play a few songs on the music app, letting each play for more than 10 
seconds.
  3. Take a few pictures with the camera app.
  4. Note that the Welcome screen still reports No data sources available

  Expected results:

  Steps 3 and 4 would each lead to the Welcome screen showing valid data
  in libusermetrics and Step 1 should have retained the previous
  metrics.

  I've looked at the music app logs and it doesn't look like
  libusermetrics is returning any sort of error and dmesg seems to be
  free of apparmor denials.

  [1] http://people.canonical.com/~ogra/touch-image-stats/200.changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1359022/+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 1297144] Re: Invisible cursor after resume from suspend

2014-11-13 Thread Alex Thompson
I'm also seeing this on a fresh install of Ubuntu 14.10 (64-bit) using
Unity not xfce, on a Lenovo X1 Carbon.

I only see this after suspending for a long period (hours).

Not sure if I should open a different bug as I'm using Ubuntu rather
than Xubuntu.

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

Title:
  Invisible cursor after resume from suspend

Status in “light-locker” package in Ubuntu:
  Confirmed
Status in “xorg” package in Ubuntu:
  Confirmed

Bug description:
  I am using the daily build of Xubuntu 14.04 x64 on a Lenovo Thinkpad
  x230. If I wake up the computer after it spending some time in the
  suspend state, the cursor will be invisible.  The courser still works
  (I can click on stuff and hover the invisible cursor over stuff), but
  the little arrow is not visible.  This bug showed up a few days ago
  after an update.  Putting the computer back in suspend state and
  immediately waking it back up resolves the issue until the next time
  the computer is put in suspend state for an extended period of time.

  It is possible that this bug has something to do with Whisker Menu.
  Sometimes when the courser is invisible it will still show up over
  Whisker Menu.  Most of the time it is invisible there too.

  Description: Ubuntu Trusty Tahr (development branch)
  Release: 14.04
  xfdesktop version 4.11.4, running on Xfce 4.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-locker/+bug/1297144/+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 1378278] Re: Inconsistent artwork between scope and app

2014-10-07 Thread Victor Thompson
The artwork you see in the first image (Scope) is the artist artwork.
This is an image that doesn't identify a specific album, but the artist.
Typically this is a group photo of the band--which is more or less
what you see for Bruno Mars and Daft Punk. What you see in the second
image (Scope, expanded) and the Music app are the actual _album_ cover
arts.

I don't think there's an inconsistency here. However, the design team
should consider using the artist artwork in the Music app in the
Artists tab. One reason not to do so is that the artist artwork seems
to be empty or of poor quality more often tat the album cover art
images.

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

Title:
  Inconsistent artwork between scope and app

Status in Music application for Ubuntu devices:
  New
Status in “unity-scope-mediascanner” package in Ubuntu:
  New

Bug description:
  I have only one Bruno Mars and one Daft Punk album on my device. 
  In the Music Scope initial view they show with one set of artwork.
  In the Music app and the expanded Music Scope they show different artwork.

  Should these not be consistent?

  Scope:- http://imgur.com/yKR0hof
  Scope, expanded:- http://imgur.com/GqtRI5a
  Further example:- http://imgur.com/cL3E0Ni

  I don't have a screenshot from the Music App, but it shows the same as
  the scope expanded view.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1378278/+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 1366586] Re: Music app stops playing when an app plays a sound

2014-09-15 Thread Victor Thompson
** Changed in: dropping-letters
   Status: Fix Committed = Fix Released

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

Title:
  Music app stops playing when an app plays a sound

Status in Camera App:
  Invalid
Status in Dropping Letters:
  Fix Released
Status in Media Hub:
  Invalid
Status in Music application for Ubuntu devices:
  Invalid
Status in Clock application for Ubuntu devices:
  Fix Committed
Status in “qtubuntu-camera” package in Ubuntu:
  Fix Released

Bug description:
  on rtm rev 27 music is paused when taking a photo

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1366586/+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 1366586] Re: Music app stops playing when an app plays a sound

2014-09-12 Thread Victor Thompson
** Changed in: dropping-letters
 Assignee: (unassigned) = Victor Thompson (vthompson)

** Changed in: dropping-letters
   Status: New = In Progress

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

Title:
  Music app stops playing when an app plays a sound

Status in Camera App:
  Invalid
Status in Dropping Letters:
  In Progress
Status in Media Hub:
  Invalid
Status in Music application for Ubuntu devices:
  Invalid
Status in Clock application for Ubuntu devices:
  Fix Committed
Status in “qtubuntu-camera” package in Ubuntu:
  Fix Released

Bug description:
  on rtm rev 27 music is paused when taking a photo

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1366586/+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 1366586] Re: Music app stops playing when an app plays a sound

2014-09-12 Thread Victor Thompson
** Also affects: dropping-letters
   Importance: Undecided
   Status: New

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

Title:
  Music app stops playing when an app plays a sound

Status in Camera App:
  Invalid
Status in Dropping Letters:
  In Progress
Status in Media Hub:
  Invalid
Status in Music application for Ubuntu devices:
  Invalid
Status in Clock application for Ubuntu devices:
  Fix Committed
Status in “qtubuntu-camera” package in Ubuntu:
  Fix Released

Bug description:
  on rtm rev 27 music is paused when taking a photo

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1366586/+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 1367521] Re: Some core/system apps do not start when launched from Apps scope

2014-09-10 Thread Victor Thompson
** Changed in: music-app
   Status: New = Invalid

** Changed in: gallery-app
   Status: New = Invalid

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

Title:
  Some core/system apps do not start when launched from Apps scope

Status in Gallery App:
  Invalid
Status in Music application for Ubuntu devices:
  Invalid
Status in “unity-scope-click” package in Ubuntu:
  Confirmed

Bug description:
  I have image #234 on a Nexus 4 and #231 on a Nexus 7 both with Gallery
  app v2.9.1.1049 installed and neither device can start the app. I only
  receive the following in the application's log:

  ** (process:24210): WARNING **: Unable to find keyfile for application
  'com.ubuntu.gallery_gallery_2.9.1.1049'

To manage notifications about this bug go to:
https://bugs.launchpad.net/gallery-app/+bug/1367521/+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   >