[Touch-packages] [Bug 1617905] [NEW] adb backup only creates 2GB file then hangs

2016-08-29 Thread Tharrrk
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 16.04.1 LTS
Release:16.04

$ arch
i686

$ apt-cache policy android-tools-adb
android-tools-adb:
  Installed: 5.1.1r36+git20160322-0ubuntu3tharrrk1
  Candidate: 5.1.1r36+git20160322-0ubuntu3tharrrk1
  Version table:
 *** 5.1.1r36+git20160322-0ubuntu3tharrrk1 100
100 /var/lib/dpkg/status
 5.1.1r36+git20160322-0ubuntu3 500
500 http://mt.archive.ubuntu.com/ubuntu xenial/universe i386 Packages

BUG DESCRIPTION:

At least on i386 the files created by adb backup are limited to 2GB.
It seems adb is not built with -D_FILE_OFFSET_BITS=64.
This is basically a duplicate of bug in Debian # 700461 
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700461) originally reported 
in ___2013___

FIX:

update makefile:

$ diff -Nurp android-tools-5.1.1r36+git20160322.orig 
android-tools-5.1.1r36+git20160322
diff -Nurp android-tools-5.1.1r36+git20160322.orig/debian/makefiles/adb.mk 
android-tools-5.1.1r36+git20160322/debian/makefiles/adb.mk
--- android-tools-5.1.1r36+git20160322.orig/debian/makefiles/adb.mk 
2016-08-29 08:32:27.380451578 +0200
+++ android-tools-5.1.1r36+git20160322/debian/makefiles/adb.mk  2016-08-26 
12:04:54.103221453 +0200
@@ -34,6 +34,9 @@ CPPFLAGS+= -I.
 CPPFLAGS+= -I../adb
 CPPFLAGS+= -I../include
 CPPFLAGS+= -I../../../external/zlib
+CPPFLAGS+= -D_FILE_OFFSET_BITS=64
+
+CFLAGS+= -D_FILE_OFFSET_BITS=64

 LIBS+= -lc -lpthread -lz -lcrypto

---
RESULT:
===
After I rebuilt the package and installed local version (as shown above) the 
process works and my data are ALL backed up.
Anybody willing to go through the same process before the package is fixed in 
Ubuntu - good sources are:
- https://help.ubuntu.com/community/UpdatingADeb
- https://raphaelhertzog.com/2010/12/15/howto-to-rebuild-debian-packages/
My package:
https://tharrrk.net/stuff/ubuntu/android-tools-adb_5.1.1r36+git20160322-0ubuntu3tharrrk1_i386.deb

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

** Description changed:

  $ lsb_release -rd
  Description:Ubuntu 16.04.1 LTS
  Release:16.04
  
  $ arch
  i686
  
  $ apt-cache policy android-tools-adb
  android-tools-adb:
-   Installed: 5.1.1r36+git20160322-0ubuntu3tharrrk1
-   Candidate: 5.1.1r36+git20160322-0ubuntu3tharrrk1
-   Version table:
-  *** 5.1.1r36+git20160322-0ubuntu3tharrrk1 100
- 100 /var/lib/dpkg/status
-  5.1.1r36+git20160322-0ubuntu3 500
- 500 http://mt.archive.ubuntu.com/ubuntu xenial/universe i386 Packages
- 
+   Installed: 5.1.1r36+git20160322-0ubuntu3tharrrk1
+   Candidate: 5.1.1r36+git20160322-0ubuntu3tharrrk1
+   Version table:
+  *** 5.1.1r36+git20160322-0ubuntu3tharrrk1 100
+ 100 /var/lib/dpkg/status
+  5.1.1r36+git20160322-0ubuntu3 500
+ 500 http://mt.archive.ubuntu.com/ubuntu xenial/universe i386 Packages
  
  BUG DESCRIPTION:
  
  At least on i386 the files created by adb backup are limited to 2GB.
  It seems adb is not built with -D_FILE_OFFSET_BITS=64.
- This is basically a duplicate of Debian bug #700461 
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700461) originally reported 
in ___2013___
+ This is basically a duplicate of bug in Debian # 700461 
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700461) originally reported 
in ___2013___
  
  FIX:
  
  update makefile:
  
- $ diff -Nurp android-tools-5.1.1r36+git20160322.orig 
android-tools-5.1.1r36+git20160322 
+ $ diff -Nurp android-tools-5.1.1r36+git20160322.orig 
android-tools-5.1.1r36+git20160322
  diff -Nurp android-tools-5.1.1r36+git20160322.orig/debian/makefiles/adb.mk 
android-tools-5.1.1r36+git20160322/debian/makefiles/adb.mk
  --- android-tools-5.1.1r36+git20160322.orig/debian/makefiles/adb.mk 
2016-08-29 08:32:27.380451578 +0200
  +++ android-tools-5.1.1r36+git20160322/debian/makefiles/adb.mk  2016-08-26 
12:04:54.103221453 +0200
  @@ -34,6 +34,9 @@ CPPFLAGS+= -I.
-  CPPFLAGS+= -I../adb
-  CPPFLAGS+= -I../include
-  CPPFLAGS+= -I../../../external/zlib
- +CPPFLAGS+= -D_FILE_OFFSET_BITS=64
   
- + 
   
- +CFLAGS+= -D_FILE_OFFSET_BITS=64  
   
-   
   
-  LIBS+= -lc -lpthread -lz -lcrypto
+  CPPFLAGS+= -I../adb
+  CPPFLAGS+= -I../include
+  CPPFLAGS+= -I../../../external/zlib
+ +CPPFLAGS+= -D_FILE_OFFSET_BITS=64
+ +
+ +CFLAGS+= -D_FILE_OFFSET_BITS=64
+ 
+  LIBS+= -lc -lpthread -lz -lcrypto
  
  ---
  RESULT:
  ===
  After I rebuilt the package and i

[Touch-packages] [Bug 1616924] Re: package account-plugin-google 0.12+16.04.20160126-0ubuntu1 [modified: usr/share/accounts/providers/google.provider] failed to install/upgrade: trying to overwrite '/

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

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

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

Title:
  package account-plugin-google 0.12+16.04.20160126-0ubuntu1 [modified:
  usr/share/accounts/providers/google.provider] failed to
  install/upgrade: trying to overwrite '/etc/signon-ui/webkit-
  options.d/accounts.google.com.conf', which is also in package
  kaccounts-providers 4:15.12.3-0ubuntu1

Status in account-plugins package in Ubuntu:
  Confirmed

Bug description:
  immediately after login, ran daily update; script uses "aptitude
  --with-recommends full-upgrade"

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: account-plugin-google 0.12+16.04.20160126-0ubuntu1 [modified: 
usr/share/accounts/providers/google.provider]
  ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
  Uname: Linux 4.4.0-36-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Thu Aug 25 09:28:43 2016
  DuplicateSignature:
   package:account-plugin-google:0.12+16.04.20160126-0ubuntu1 [modified: 
usr/share/accounts/providers/google.provider]
   Unpacking account-plugin-google (0.13+16.04.20160719-0ubuntu1) over 
(0.12+16.04.20160126-0ubuntu1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/account-plugin-google_0.13+16.04.20160719-0ubuntu1_all.deb
 (--unpack):
trying to overwrite 
'/etc/signon-ui/webkit-options.d/accounts.google.com.conf', which is also in 
package kaccounts-providers 4:15.12.3-0ubuntu1
  ErrorMessage: trying to overwrite 
'/etc/signon-ui/webkit-options.d/accounts.google.com.conf', which is also in 
package kaccounts-providers 4:15.12.3-0ubuntu1
  InstallationDate: Installed on 2016-05-13 (103 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160512)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: account-plugins
  Title: package account-plugin-google 0.12+16.04.20160126-0ubuntu1 [modified: 
usr/share/accounts/providers/google.provider] failed to install/upgrade: trying 
to overwrite '/etc/signon-ui/webkit-options.d/accounts.google.com.conf', which 
is also in package kaccounts-providers 4:15.12.3-0ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.signon-ui.webkit-options.d.accounts.google.com.conf: 
[modified]
  mtime.conffile..etc.signon-ui.webkit-options.d.accounts.google.com.conf: 
2016-03-09T18:26:54

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1616924/+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 1501990] Re: Daemon fails to start up when processing removable media if there are duplicate keys in media and media_attic tables

2016-08-29 Thread MankyGitt
Note, the workaround does not fix the problem. Removing the .cache
content (in fact I removed all of .cache also in testing, makes no
difference. On user login, the same error is presented.

I will retest in due course without any peripherals attached to see if this is 
a factor. Currently testing with the following:
Dell XPS15 (9530) - which worked flawlessly with 14.04LTS aside from poor 
support for UltraHD displays.

1. HDMI external monitor
2. USB receiver for Wireless Mouse + KB
2. USB 2.0 external HDD

I have observed the same crashes without some or all of these items.
Again, not an issue with 14.04 - this seems to be a new issue.

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

Title:
  Daemon fails to start up when processing removable media if there are
  duplicate keys in media and media_attic tables

Status in Canonical System Image:
  Fix Released
Status in mediascanner2:
  Fix Released
Status in mediascanner2 package in Ubuntu:
  Fix Released

Bug description:
  From a report from Mitchell Reese on the ubuntu-phone list, it seems
  we can hit terminate on startup when processing removable media.

  The log extract was:

  Mediascanner service starting at 2015-10-02  6:31:12.

  terminate called after throwing an instance of 'std::runtime_error'
what():  UNIQUE constraint failed: media_attic.id

  This is almost definitely from the MediaStorePrivate::archiveItems()
  method, indicating that some of the items being moved to the attic
  were assigned the same primary key ID as other items we'd previously
  moved to the attic.

  Ignoring the ID field when copying between the two tables would
  probably be the best solution.

  As a work around for anyone who encounters this before we roll out a
  fix, deleting the media index should make the problem go away:

  stop mediascanner-2.0
  rm ~/.cache/mediascanner-2.0/mediastore.db
  start mediascanner-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1501990/+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 1613698] Re: curl: Problem with chunked encoded data

2016-08-29 Thread Graham Inggs
Hi Joe, LocutusOfBorg
Please update this bug's description as per the SRU bug template.

https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template

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

Title:
  curl: Problem with chunked encoded data

Status in curl package in Ubuntu:
  Confirmed

Bug description:
  curl in Ubuntu 14.0.4 suffers from a bug ("Problem (2) in the Chunked-
  Encoded data") introduced in curl 7.35.0
  
(https://github.com/curl/curl/commit/345891edba32312686e18d8ff185f4476b74e417).

  See the corresponding thread on the curl mailing list:
  * https://curl.haxx.se/mail/lib-2014-02/0100.html
  * https://curl.haxx.se/mail/lib-2014-02/0108.html

  Googling for "Problem (2) in the Chunked-Encoded data" shows that this seems 
to be a problem for other Ubuntu users, too. For example:
  * 
https://github.com/jackalope/jackalope-jackrabbit/issues/89#issuecomment-55084492
  * 
https://www.mastizada.com/blog/chunked-encoded-data-error-in-php-curl-requests/
  * https://bugs.php.net/bug.php?id=72131

  

  The issue was fixed in curl 7.36.0 with
  https://github.com/curl/curl/commit/0ab97ba0090f2609760c33000181f08757336a48

  If you apply that patch to curl in Ubuntu 14.04, I'm sure you'll make
  a lot of people happy - including me. Thanks!

  

  Ubuntu 14.04.4 LTS, curl-7.35.0-1ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1613698/+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 1617297] Re: [windowed mode] camera app buttons wrong rotation

2016-08-29 Thread Victor gonzalez
@fboucault I cannot reproduce it with last release: camera
com.ubuntu.camera 3.0.0.659 armhf.click as this bug was found when still
in 3.0.0.656 we could assume that is fixed now

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

Title:
  [windowed mode] camera app buttons wrong rotation

Status in camera-app package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Enviroment:

  current build number: 175
  device name: frieza
  channel: ubuntu-touch/rc-proposed/bq-aquaris-pd.en
  last update: 2016-08-26 12:27:57
  version version: 175
  version ubuntu: 20160826
  version device: 20160809.0
  version custom: 20160805--42-20-vivid

  Product: BQ M10 FHD

  Steps to reproduce:

  1º Switch to desktop mode when in landscape
  2º Open camera app
  3º Maximize it
  4º Minimize it
  5º Check camera app buttons change from landscape to portrait mode

  Current result: Camera app buttons change from landscape to portrait mode 
when maximize/minimize windows
  Expected result: Camera app buttons should only rotate when device rotates

  Additional info: if you are not able to reproduce it that way, rotate
  Frieza few times when in desktop mode and minimize/maximize the
  window. Video attached

  Logs time stamp: 14:13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1617297/+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 1617358] Re: black screen every time camera opens for the first time in Frieza when HDR is on

2016-08-29 Thread Victor gonzalez
@fboucault, it is still happening with 3.0.0.659. These were the steps
taken:

1º Open camera for the first time
2º Accept prompt
3º Enable HDR, select high quality picture and select grid
4º Reboot
5º Open camera and check the image is dark almost black.

Please note that in this test I'm in a room where the sun is not hitting
directly. If once the camera is running I point to the wall, the image
is completely black, on the other hand if I point it to the window the
image is dark but not black. At the time you tap over the screen to
focus, it starts taking the light properly and the image is showed fine.

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

Title:
  black screen every time camera opens for the first time in Frieza when
  HDR is on

Status in camera-app package in Ubuntu:
  Confirmed

Bug description:
  Enviroment:

  current build number: 175
  device name: frieza
  channel: ubuntu-touch/rc-proposed/bq-aquaris-pd.en
  last update: 2016-08-26 12:27:57
  version version: 175
  version ubuntu: 20160826
  version device: 20160809.0
  version custom: 20160805--42-20-vivid

  Product: BQ M10 FHD

  Steps to reproduce:

  1º Reboot Frieza
  2º Open camera app
  3º Verify the screen is black
  4º Tap the screen and check that camera start to focus and work properly

  Current result: camera app starts with a black unfocused image
  Expected result: camera app should show what's capturing from the start

  Additional info: syslog,camera app logs and vídeo

  Logs time stamp: 15:53

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1617358/+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 1613698] Re: curl: Problem with chunked encoded data

2016-08-29 Thread LocutusOfBorg
done thanks

** Description changed:

- curl in Ubuntu 14.0.4 suffers from a bug ("Problem (2) in the Chunked-
- Encoded data") introduced in curl 7.35.0
- 
(https://github.com/curl/curl/commit/345891edba32312686e18d8ff185f4476b74e417).
+ [Impact]
+ curl in Ubuntu 14.0.4 suffers from a bug ("Problem (2) in the Chunked-Encoded 
data") introduced in curl 7.35.0 
(https://github.com/curl/curl/commit/345891edba32312686e18d8ff185f4476b74e417).
  
  See the corresponding thread on the curl mailing list:
  * https://curl.haxx.se/mail/lib-2014-02/0100.html
  * https://curl.haxx.se/mail/lib-2014-02/0108.html
  
  Googling for "Problem (2) in the Chunked-Encoded data" shows that this seems 
to be a problem for other Ubuntu users, too. For example:
  * 
https://github.com/jackalope/jackalope-jackrabbit/issues/89#issuecomment-55084492
  * 
https://www.mastizada.com/blog/chunked-encoded-data-error-in-php-curl-requests/
  * https://bugs.php.net/bug.php?id=72131
  
- 
+ [ test case]
+ * curl -v 'http://curl.haxx.se/download/' 
+ (this might work on some configurations)
+ 
+ 
+ [ fix ]
  
  The issue was fixed in curl 7.36.0 with
  https://github.com/curl/curl/commit/0ab97ba0090f2609760c33000181f08757336a48
  
  If you apply that patch to curl in Ubuntu 14.04, I'm sure you'll make a
  lot of people happy - including me. Thanks!
  
- 
- 
- Ubuntu 14.04.4 LTS, curl-7.35.0-1ubuntu2.7
+ [Regression Potential] 
+ * none, fix comes from upstream, and is a fix of a bad commit

** Changed in: curl (Ubuntu)
   Importance: High => Medium

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

Title:
  curl: Problem with chunked encoded data

Status in curl package in Ubuntu:
  Confirmed

Bug description:
  [Impact]
  curl in Ubuntu 14.0.4 suffers from a bug ("Problem (2) in the Chunked-Encoded 
data") introduced in curl 7.35.0 
(https://github.com/curl/curl/commit/345891edba32312686e18d8ff185f4476b74e417).

  See the corresponding thread on the curl mailing list:
  * https://curl.haxx.se/mail/lib-2014-02/0100.html
  * https://curl.haxx.se/mail/lib-2014-02/0108.html

  Googling for "Problem (2) in the Chunked-Encoded data" shows that this seems 
to be a problem for other Ubuntu users, too. For example:
  * 
https://github.com/jackalope/jackalope-jackrabbit/issues/89#issuecomment-55084492
  * 
https://www.mastizada.com/blog/chunked-encoded-data-error-in-php-curl-requests/
  * https://bugs.php.net/bug.php?id=72131

  [ test case]
  * curl -v 'http://curl.haxx.se/download/' 
  (this might work on some configurations)

  
  [ fix ]

  The issue was fixed in curl 7.36.0 with
  https://github.com/curl/curl/commit/0ab97ba0090f2609760c33000181f08757336a48

  If you apply that patch to curl in Ubuntu 14.04, I'm sure you'll make
  a lot of people happy - including me. Thanks!

  [Regression Potential] 
  * none, fix comes from upstream, and is a fix of a bad commit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1613698/+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 1613698] Re: curl: Problem with chunked encoded data

2016-08-29 Thread LocutusOfBorg
lol the above links shows my ettercap ppa as "fix" just because it has a
new curl

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

Title:
  curl: Problem with chunked encoded data

Status in curl package in Ubuntu:
  Confirmed

Bug description:
  [Impact]
  curl in Ubuntu 14.0.4 suffers from a bug ("Problem (2) in the Chunked-Encoded 
data") introduced in curl 7.35.0 
(https://github.com/curl/curl/commit/345891edba32312686e18d8ff185f4476b74e417).

  See the corresponding thread on the curl mailing list:
  * https://curl.haxx.se/mail/lib-2014-02/0100.html
  * https://curl.haxx.se/mail/lib-2014-02/0108.html

  Googling for "Problem (2) in the Chunked-Encoded data" shows that this seems 
to be a problem for other Ubuntu users, too. For example:
  * 
https://github.com/jackalope/jackalope-jackrabbit/issues/89#issuecomment-55084492
  * 
https://www.mastizada.com/blog/chunked-encoded-data-error-in-php-curl-requests/
  * https://bugs.php.net/bug.php?id=72131

  [ test case]
  * curl -v 'http://curl.haxx.se/download/' 
  (this might work on some configurations)

  
  [ fix ]

  The issue was fixed in curl 7.36.0 with
  https://github.com/curl/curl/commit/0ab97ba0090f2609760c33000181f08757336a48

  If you apply that patch to curl in Ubuntu 14.04, I'm sure you'll make
  a lot of people happy - including me. Thanks!

  [Regression Potential] 
  * none, fix comes from upstream, and is a fix of a bad commit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1613698/+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 1501990] Re: Daemon fails to start up when processing removable media if there are duplicate keys in media and media_attic tables

2016-08-29 Thread MankyGitt
Just noticed a new patch including media-scanner for 15.04. I'll test
and advise.

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

Title:
  Daemon fails to start up when processing removable media if there are
  duplicate keys in media and media_attic tables

Status in Canonical System Image:
  Fix Released
Status in mediascanner2:
  Fix Released
Status in mediascanner2 package in Ubuntu:
  Fix Released

Bug description:
  From a report from Mitchell Reese on the ubuntu-phone list, it seems
  we can hit terminate on startup when processing removable media.

  The log extract was:

  Mediascanner service starting at 2015-10-02  6:31:12.

  terminate called after throwing an instance of 'std::runtime_error'
what():  UNIQUE constraint failed: media_attic.id

  This is almost definitely from the MediaStorePrivate::archiveItems()
  method, indicating that some of the items being moved to the attic
  were assigned the same primary key ID as other items we'd previously
  moved to the attic.

  Ignoring the ID field when copying between the two tables would
  probably be the best solution.

  As a work around for anyone who encounters this before we roll out a
  fix, deleting the media index should make the problem go away:

  stop mediascanner-2.0
  rm ~/.cache/mediascanner-2.0/mediastore.db
  start mediascanner-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1501990/+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 1585942] Re: Mesa causes a segmentation fault on arm64 (wrong count of uniform locations)

2016-08-29 Thread Alberto Mardegan
** Changed in: ubuntu-system-settings-online-accounts (Ubuntu)
   Status: Triaged => In Progress

** Branch linked: lp:~mardy/ubuntu-system-settings-online-accounts
/tests-failures

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

Title:
  Mesa causes a segmentation fault on arm64 (wrong count of uniform
  locations)

Status in Canonical System Image:
  Fix Released
Status in mesa package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in mesa source package in Xenial:
  Fix Released
Status in webbrowser-app source package in Xenial:
  Fix Released

Bug description:
  This error appeared when running unit tests for a QML app in our
  Jenkins/silo infrastructure, on arm64 only:
  https://launchpadlibrarian.net/261581280/buildlog_ubuntu-yakkety-arm64
  .ubuntu-system-settings-online-
  accounts_0.7+16.10.20160525.1-0ubuntu1_BUILDING.txt.gz

  Pasting the relevant lines here in case the link above goes away:

  ===
  QT_PLUGIN_PATH=/usr/lib/aarch64-linux-gnu/qt5/plugins 
LD_LIBRARY_PATH=/usr/lib/aarch64-linux-gnu${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} 
xvfb-run -s '-screen 0 640x480x24' -a dbus-test-runner -t   
./tst_online_accounts_qml
  DBus daemon: 
unix:abstract=/tmp/dbus-2tbhBHxLZq,guid=03f9df417d619b79067a68045745ad95
  task-0: Started with PID: 16930
  task-0: * Start testing of online_accounts_qml *
  task-0: Config: Using QtTest library 5.5.1, Qt 5.5.1 
(arm64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160519)
  task-0: PASS   : online_accounts_qml::AccountCreationPage::initTestCase()
  task-0: QWARN  : online_accounts_qml::AccountCreationPage::test_fallback() 
file:///dummy/path/testPlugin/Main.qml: File not found
  task-0: PASS   : online_accounts_qml::AccountCreationPage::test_fallback()
  task-0: QWARN  : online_accounts_qml::AccountCreationPage::test_flickable() 
file:///dummy/path/testPlugin/Main.qml: File not found
  task-0: PASS   : online_accounts_qml::AccountCreationPage::test_flickable()
  task-0: PASS   : online_accounts_qml::AccountCreationPage::cleanupTestCase()
  task-0: QWARN  : online_accounts_qml::UnknownTestFunc() QEGLPlatformContext: 
Failed to make temporary surface current, format not updated
  task-0: PASS   : online_accounts_qml::AuthorizationPage::initTestCase()
  task-0: QWARN  : online_accounts_qml::AuthorizationPage::test_1_one_account() 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: PASS   : online_accounts_qml::AuthorizationPage::test_1_one_account()
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23:
 Unable to assign [undefined] to QString
  task-0: PASS   : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button)
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button) 
[PERFORMANCE]: Last frame took 254 ms to render.
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23:
 Unable to assign [undefined] to QString
  task-0: PASS   : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button)
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button) 
[PERFORMANCE]: Last frame took 210 ms to render.
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) 
[PERFORMANCE]: Last frame took 146 ms to render.
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_3_many_accounts(first a

[Touch-packages] [Bug 1581560] Re: system crash when attaching external display

2016-08-29 Thread Christopher M. Penalver
kay (kay-diam), it will help immensely if you filed a new report with Ubuntu by 
ensuring you have the package xdiagnose installed, and that you click the Yes 
button for attaching additional debugging information running the following 
from a terminal:
ubuntu-bug xorg

Also, please feel free to subscribe me to it.

For more on why this is helpful, please see
https://wiki.ubuntu.com/ReportingBugs.

** Attachment removed: "dmesg.log"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1581560/+attachment/4727743/+files/dmesg.log

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

Title:
  system crash when attaching external display

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After upgrading to 16.04, my thinkpad x1 carbon (3rd edition) freezes
  and reboots when I attach an external display.

  Process: 
  -  put laptop to sleep.
  - come into work the next day
  - open up laptop
  - plug in external display
  - observe bug

  Expected behavior: I can attach the external display
  Observed behavior: system shows black screen on both laptop and display and 
after a minute or two reboots.  Laptop drives external display fine after 
reboot.

  I ssh to the laptop from another machine and monitored
  /var/log/syslog, /var/log/Xorg.0.log, and ~/.xsession-errors.  All I
  see in those files before the lockup is this, from Xorg.0.log:

  [ 34289.447] (II) intel(0): Enabled output DP1-8
  [ 34289.448] (II) intel(0): Enabled output DP1-1
  [ 34289.460] (II) intel(0): resizing framebuffer to 2560x1440
  [ 34289.482] (II) intel(0): switch to mode 2560x1440@60.0 on DP1-8 using pipe 
0,
  (0, 0), rotation normal, reflection none

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri May 13 09:24:07 2016
  DistUpgraded: 2016-04-21 20:51:13,846 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
"./xorg_fix_proprietary.py" (No such file or directory) (8))
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.18, 4.2.0-30-generic, x86_64: installed
   virtualbox, 5.0.18, 4.4.0-21-generic, x86_64: installed
   virtualbox, 5.0.18, 4.4.0-22-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Broadwell-U Integrated Graphics [17aa:2227]
  InstallationDate: Installed on 2015-09-10 (245 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: LENOVO 20BS0031US
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/zsh
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-22-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-04-22 (21 days ago)
  dmi.bios.date: 05/08/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N14ET29W (1.07 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BS0031US
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN14ET29W(1.07):bd05/08/2015:svnLENOVO:pn20BS0031US:pvrThinkPadX1Carbon3rd:rvnLENOVO:rn20BS0031US:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BS0031US
  dmi.product.version: ThinkPad X1 Carbon 3rd
  dmi.sys.vendor: LENOVO
  drirc:
   
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.boo

[Touch-packages] [Bug 1581560] Re: system crash when attaching external display

2016-08-29 Thread kay
Not sure whether it's related to xorg, but not intel driver or something
else.

Here is my dmesg when I just boot the laptop with the attached dock
station.


** Attachment added: "dmesg.log"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1581560/+attachment/4729829/+files/dmesg.log

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

Title:
  system crash when attaching external display

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After upgrading to 16.04, my thinkpad x1 carbon (3rd edition) freezes
  and reboots when I attach an external display.

  Process: 
  -  put laptop to sleep.
  - come into work the next day
  - open up laptop
  - plug in external display
  - observe bug

  Expected behavior: I can attach the external display
  Observed behavior: system shows black screen on both laptop and display and 
after a minute or two reboots.  Laptop drives external display fine after 
reboot.

  I ssh to the laptop from another machine and monitored
  /var/log/syslog, /var/log/Xorg.0.log, and ~/.xsession-errors.  All I
  see in those files before the lockup is this, from Xorg.0.log:

  [ 34289.447] (II) intel(0): Enabled output DP1-8
  [ 34289.448] (II) intel(0): Enabled output DP1-1
  [ 34289.460] (II) intel(0): resizing framebuffer to 2560x1440
  [ 34289.482] (II) intel(0): switch to mode 2560x1440@60.0 on DP1-8 using pipe 
0,
  (0, 0), rotation normal, reflection none

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri May 13 09:24:07 2016
  DistUpgraded: 2016-04-21 20:51:13,846 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
"./xorg_fix_proprietary.py" (No such file or directory) (8))
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.18, 4.2.0-30-generic, x86_64: installed
   virtualbox, 5.0.18, 4.4.0-21-generic, x86_64: installed
   virtualbox, 5.0.18, 4.4.0-22-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Broadwell-U Integrated Graphics [17aa:2227]
  InstallationDate: Installed on 2015-09-10 (245 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: LENOVO 20BS0031US
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/zsh
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-22-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-04-22 (21 days ago)
  dmi.bios.date: 05/08/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N14ET29W (1.07 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BS0031US
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN14ET29W(1.07):bd05/08/2015:svnLENOVO:pn20BS0031US:pvrThinkPadX1Carbon3rd:rvnLENOVO:rn20BS0031US:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BS0031US
  dmi.product.version: ThinkPad X1 Carbon 3rd
  dmi.sys.vendor: LENOVO
  drirc:
   
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Fri May 13 09:04:56 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4669 
   vendor AUO
  

[Touch-packages] [Bug 1564695] Re: The command "who -m" doesn't work

2016-08-29 Thread jiaowen520li
** Changed in: ubuntukylin
Milestone: yakkety-beta1 => yakkety-beta2

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

Title:
  The command "who -m" doesn't work

Status in Ubuntu Kylin:
  New
Status in coreutils package in Ubuntu:
  New

Bug description:
  The command "who -m" doesn't work.

  ps: This bug also exists in ubuntu 16.04 x64 Daily build 20160329

  who -m只能没有作用,执行没有任何输出

  
  Steps:
  1. Install the Ubuntu Kylin 16.04 x64 Daily build 20160329
  2. Boot the system
  3. Open terminal, run the command "who -m"
  --Failed. It doesn't work after run the command. It should show the hostname 
and user asociated with stdin.

  Configuration:
  PC: Dell Vostor
  OS: Ubuntu Kylin 16.04 x64 Daily build 20160329

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntukylin/+bug/1564695/+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 1617435] Re: libmirserver-dev is missing a depends for uuid-dev

2016-08-29 Thread Daniel van Vugt
** Changed in: mir
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Changed in: mir
   Status: Triaged => In Progress

** Changed in: mir
Milestone: None => 0.25.0

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

Title:
  libmirserver-dev is missing a depends for uuid-dev

Status in Mir:
  In Progress
Status in mir package in Ubuntu:
  Triaged

Bug description:
  From building qtmir:

  In file included from 
/«BUILDDIR»/qtmir-0.4.8+15.04.20160826.1/src/modules/Unity/Application/mirsurfacemanager.cpp:41:0:
  /usr/include/mirserver/mir/shell/persistent_surface_store.h:25:23: fatal 
error: uuid/uuid.h: No such file or directory
   #include 
 ^

  libmirserver-dev should depend on uuid-dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1617435/+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 1617435] Re: libmirserver-dev is missing a depends for uuid-dev

2016-08-29 Thread Daniel van Vugt
** Branch linked: lp:~vanvugt/mir/server-headers-require-uuid-headers

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

Title:
  libmirserver-dev is missing a depends for uuid-dev

Status in Mir:
  In Progress
Status in mir package in Ubuntu:
  Triaged

Bug description:
  From building qtmir:

  In file included from 
/«BUILDDIR»/qtmir-0.4.8+15.04.20160826.1/src/modules/Unity/Application/mirsurfacemanager.cpp:41:0:
  /usr/include/mirserver/mir/shell/persistent_surface_store.h:25:23: fatal 
error: uuid/uuid.h: No such file or directory
   #include 
 ^

  libmirserver-dev should depend on uuid-dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1617435/+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 1617456] Re: [Feature Request] Gaming Mode for Unity

2016-08-29 Thread Daniel van Vugt
** Tags added: input

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

Title:
  [Feature Request] Gaming Mode for Unity

Status in Mir:
  New
Status in Ubuntu UX:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  Gaming is an important part for the desktop and besides workstations
  the most important and popular thing you can do with it. This is why
  Ubuntu should treat them well and I think they can do that with little
  effort.

  Unity 8 should not get in the way while playing a game, you can
  achieve this in several ways:

  
  - Suppress Notifications

  Problem: Gamer on Windows often complain about unwanted notifications,
  like system updates or other apps wanting attention. Notifications can
  be annoying while playing a game and cause a drop in FPS.

  Solution: So, Unity 8 should not display the at all during a game.
  Maybe a sound could inform the user instead?

  - Disable Keys That Throw You To The Desktop

  Problem: Accidentally hitting the SUPER- or ALT-key could throw you to
  the desktop

  Solution: they should be disabled and the user should instead just use
  ALT + TAB to get to the desktop. Maybe even provide a native steam-
  like Unity overlay? where you hit a Keyboard combination and can do
  stuff on your PC while having the game in sight.

  I'm sure there are things also things that could improve performance,
  if you have any other ideas feel free to post them below.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1617456/+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 1617745] Re: Regression: popupUtils.open() won't work with "null" caller

2016-08-29 Thread Christian Dywan
Dialog.caller is deprecated - if you use PopupUtils.open with a Dialog
you will see that warning, as documented in the docs for the Dialog
component, and it won't do anything. The same isn't true for Popover.

A test case to demonstrate what "doesn't work" would be needed, it's not
obvious from the description.

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

Title:
  Regression: popupUtils.open()  won't work with "null" caller

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  I think I found a regression with popupUtils.open() in rc-proposed
  (r512 on mako):

  I have some code which is invoking a dialog in this way:

PopupUtils.open(Qt.resolvedUrl("DeleteConfirmation.qml"), null, {
  ... params... })

  This now doesn't work, but it works on OTA-12.

  This can cause serious regression in third party applications, if
  dialogs stop appearing.


  Furthermore, if I replace "null" with a valid item, things work again
  but I get a warning on the console:

qml: 'caller' is DEPRECATED. It has no effect.

  Which seems wrong, given that in the current stable documentation
  there is absolutely no mention of the caller property being
  deprecated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1617745/+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 1607681] Re: Mouse cursor goes missing in Gnome apps (GTK on Mir) like Aisleriot and Calculator

2016-08-29 Thread Daniel van Vugt
Also in 'gedit' the mouse cursor goes missing when you move it over the
text area.

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

Title:
  Mouse cursor goes missing in Gnome apps (GTK on Mir) like Aisleriot
  and Calculator

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  Mouse cursor goes missing in Gnome apps (GTK on Mir) like Aisleriot
  and Calculator

  Just run '/usr/games/sol' under Mir.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1607681/+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 1608185] Re: dnsmasq uses many ports

2016-08-29 Thread ChristianEhrhardt
Hi John,
thanks again for your feedback - so I think after the discussion we agree that 
this is the expected behaviour (see the explanation of racb) and thereby I set 
the bug status to invalid instead of new.

Please feel free to set it back to new if I misunderstood you and try to
explain the remaining issue you think one should fix in this regard.

Thanks,
Christian

** Changed in: dnsmasq (Ubuntu)
   Status: New => Invalid

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

Title:
  dnsmasq uses many ports

Status in dnsmasq package in Ubuntu:
  Invalid

Bug description:
  The steps required to see that dnsmasq uses many ports are as follows:

1. Open the browser (e.g. Firefox)
2. Quickly open many websites on different tabs (3 websites are enough in 
my case)
3. The connection is slow, so it takes some time until it connects to the 
websites.
4. Before any connection to the website is made, execute:
  sudo netstat -veepa -n -W
   and the following ports will appear (some output was omitted for 
clarity):

  Proto Recv-Q Send-Q Local Address   Foreign Address State 
  User   Inode   PID/Program name
  tcp0  0 127.0.1.1:530.0.0.0:*   LISTEN
  0  44220   2983/dnsmasq
  udp0  0 0.0.0.0:75620.0.0.0:* 
  65534  47002   2983/dnsmasq
  udp0  0 0.0.0.0:48812   0.0.0.0:* 
  65534  48565   2983/dnsmasq
  udp0  0 0.0.0.0:20249   0.0.0.0:* 
  65534  46993   2983/dnsmasq
  udp0  0 0.0.0.0:41013   0.0.0.0:* 
  65534  46995   2983/dnsmasq
  udp0  0 127.0.1.1:530.0.0.0:* 
  0  44219   2983/dnsmasq
  udp0  0 0.0.0.0:57570   0.0.0.0:* 
  65534  49297   2983/dnsmasq
  udp0  0 0.0.0.0:20978   0.0.0.0:* 
  65534  48597   2983/dnsmasq
  udp0  0 0.0.0.0:17104   0.0.0.0:* 
  65534  48570   2983/dnsmasq
  udp0  0 0.0.0.0:48500.0.0.0:* 
  65534  46986   2983/dnsmasq
  udp0  0 0.0.0.0:62450   0.0.0.0:* 
  65534  48595   2983/dnsmasq
  udp0  0 0.0.0.0:10670.0.0.0:* 
  65534  46994   2983/dnsmasq
  udp0  0 0.0.0.0:13620   0.0.0.0:* 
  65534  47618   2983/dnsmasq
  udp0  0 0.0.0.0:97720.0.0.0:* 
  65534  47027   2983/dnsmasq
  udp0  0 0.0.0.0:54956   0.0.0.0:* 
  65534  48516   2983/dnsmasq
  udp0  0 0.0.0.0:38781   0.0.0.0:* 
  65534  48555   2983/dnsmasq
  udp0  0 0.0.0.0:30589   0.0.0.0:* 
  65534  46987   2983/dnsmasq
  udp0  0 0.0.0.0:30917   0.0.0.0:* 
  65534  47558   2983/dnsmasq

  The user 65534 is "nobody", By inspection of /etc/passwd:

  nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin

  
  I'm using Dnsmasq version 2.68 on Ubuntu 14.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1608185/+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 1617290] Re: OS and apps can't update

2016-08-29 Thread Simplehuman
Problem is found and fixed. It was in ~./local/share/ubuntu-system-
settings folder. Somehow normal structure of this folder messed up.

Normally, there must be 1 file "updatestore.db" but when it broke there
were no such file, only an empty folder "Pictures". (???)

How can it be possible? Manual intervention is excluded. I didn't even
open hidden folders for weeks, I didn't make my system folder RW, etc.

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

Title:
  OS and apps can't update

Status in system-image package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  Incomplete

Bug description:
  Hello, I have a problem on my M10 FHD witch is on rc-proposed channel (r173 
now). I can't receive any updates for system image or any installed app. I even 
receive a notify in message indicator, but when I open update manager it 
searches for updates and found nothing (saying that my system is up to date). 
There should be updates at least for some apps and 2 system image updates since 
then. Rebooting and shutdowning device didn't help. My Meizu MX4 is updating 
normally with
  the same network connection.

  It would be very nice to have some workaround and fix this.

  `system-image-cli -n -vv` ouput:

  phablet@ubuntu-phablet:~$ system-image-cli -n -vv
  [systemimage] Aug 25 12:31:41 2016 (5245) -> [ 1] _cleanup
  [systemimage] Aug 25 12:31:41 2016 (5245) -> [ 2] _get_blacklist_1
  [systemimage] Aug 25 12:31:41 2016 (5245) No valid image master key found, 
downloading
  [systemimage] Aug 25 12:31:41 2016 (5245) [0xf60d0850] Requesting group 
download:
  https://system-image.ubuntu.com/gpg/image-master.tar.xz -> 
/android/cache/recovery/keyring.tar.xz
  https://system-image.ubuntu.com/gpg/image-master.tar.xz.asc -> 
/android/cache/recovery/keyring.tar.xz.asc

  [systemimage] Aug 25 12:31:41 2016 (5245) Allow GSM? No
  [systemimage] Aug 25 12:31:41 2016 (5245) 
[/com/canonical/applications/download/com_2eubuntu_2eterminal_5fterminal_5f0_2e7_2e198/fcef27f761f34d45a7cd71a17c0089dc]
 Running group download reactor
  [systemimage] Aug 25 12:31:41 2016 (5245) self: , self._iface:  :1.141 
/com/canonical/applications/download/com_2eubuntu_2eterminal_5fterminal_5f0_2e7_2e198/fcef27f761f34d45a7cd71a17c0089dc
 at 0xf60d0930> implementing 'com.canonical.applications.GroupDownload' at 
0xf60d0890>
  [systemimage] Aug 25 12:32:21 2016 (5245) 
https://system-image.ubuntu.com/gpg/image-master.tar.xz:
  [systemimage] Aug 25 12:32:21 2016 (5245) 
[/com/canonical/applications/download/com_2eubuntu_2eterminal_5fterminal_5f0_2e7_2e198/fcef27f761f34d45a7cd71a17c0089dc]
 Group download reactor done
  [systemimage] Aug 25 12:32:21 2016 (5245) Reactor error: 
https://system-image.ubuntu.com/gpg/image-master.tar.xz:
  Exception occurred during dry-run; see log file for details
  [systemimage] Aug 25 12:32:21 2016 (5245) system-image-cli exception
  Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/systemimage/main.py", line 365, in main
  state.run_until('download_files')
File "/usr/lib/python3/dist-packages/systemimage/state.py", line 179, in 
run_until
  step()
File "/usr/lib/python3/dist-packages/systemimage/state.py", line 210, in 
_get_blacklist_1
  'image-master', 'gpg/image-master.tar.xz', 'archive-master')
File "/usr/lib/python3/dist-packages/systemimage/keyring.py", line 107, in 
get_keyring
  (ascxz_src, ascxz_dst),
File "/usr/lib/python3/dist-packages/systemimage/download.py", line 209, in 
get_files
  self._get_files(records, pausable, signal_started)
File "/usr/lib/python3/dist-packages/systemimage/udm.py", line 175, in 
_get_files
  raise FileNotFoundError(reactor.error)
  FileNotFoundError: https://system-image.ubuntu.com/gpg/image-master.tar.xz:
  phablet@ubuntu-phablet:~$

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-image/+bug/1617290/+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 1607038] Re: QCameraImageCapture::supportedResolutions reports incorrect max. resolution on Aquaris E5 HD

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

** Changed in: qtubuntu-camera (Ubuntu)
   Status: New => Confirmed

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

Title:
  QCameraImageCapture::supportedResolutions reports incorrect max.
  resolution on Aquaris E5 HD

Status in qtubuntu-camera package in Ubuntu:
  Confirmed

Bug description:
  Our test device bq Aquaris E5 HD Ubuntu Edition (15.04 OTA-11 / Device
  Image Part 20160524-63b1875) seems to report 20 MegaPixel resolution
  for the back camera, and 8 MP for the front camera. While according to
  the device spec it should have a 13 MP back camera and 5 MP front
  camera.

  The issue seems to affect the built-in Camera app as well, since it
  shoots exactly the same resolution photos. Back camera photos are shot
  at 5888x3312 pixels, and front camera photos are shot at 3840x2160
  pixels.

  You can verify the issue using e.g. AIDA64 (Devices page), or by
  simply shooting some photos using the built-in Camera app.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtubuntu-camera/+bug/1607038/+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 1617745] Re: Regression: popupUtils.open() won't work with "null" caller

2016-08-29 Thread Alberto Mardegan
Attaching a test case. Run

  qmlscene --desktop_file_hint=/usr/share/applications/dialer-
app.desktop ./page.qml

and click on the "+" header action: the dialog won't open.

However, if you replace "null" with "page0" in page.qml, then the dialog
will appear.

** Attachment added: "page.qml"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1617745/+attachment/4729870/+files/page.qml

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

Title:
  Regression: popupUtils.open()  won't work with "null" caller

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  I think I found a regression with popupUtils.open() in rc-proposed
  (r512 on mako):

  I have some code which is invoking a dialog in this way:

PopupUtils.open(Qt.resolvedUrl("DeleteConfirmation.qml"), null, {
  ... params... })

  This now doesn't work, but it works on OTA-12.

  This can cause serious regression in third party applications, if
  dialogs stop appearing.


  Furthermore, if I replace "null" with a valid item, things work again
  but I get a warning on the console:

qml: 'caller' is DEPRECATED. It has no effect.

  Which seems wrong, given that in the current stable documentation
  there is absolutely no mention of the caller property being
  deprecated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1617745/+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 1617745] Re: Regression: popupUtils.open() won't work with "null" caller

2016-08-29 Thread Alberto Mardegan
** Attachment added: "dialog.qml"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1617745/+attachment/4729864/+files/dialog.qml

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

Title:
  Regression: popupUtils.open()  won't work with "null" caller

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  I think I found a regression with popupUtils.open() in rc-proposed
  (r512 on mako):

  I have some code which is invoking a dialog in this way:

PopupUtils.open(Qt.resolvedUrl("DeleteConfirmation.qml"), null, {
  ... params... })

  This now doesn't work, but it works on OTA-12.

  This can cause serious regression in third party applications, if
  dialogs stop appearing.


  Furthermore, if I replace "null" with a valid item, things work again
  but I get a warning on the console:

qml: 'caller' is DEPRECATED. It has no effect.

  Which seems wrong, given that in the current stable documentation
  there is absolutely no mention of the caller property being
  deprecated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1617745/+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 1617415] Re: Menus are jumping up and down when moving mouse

2016-08-29 Thread Alberts Muktupāvels
http://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-
themes/trunk/view/head:/Ambiance/gtk-3.20/gtk-widgets.css#L888

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

Title:
  Menus are jumping up and down when moving mouse

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  If a menu is opened, when moving the cursor from the menu bar to the
  first menu item, the whole menu moves down for one pixel. The same
  happens when moving the mouse between two menu items separated with a
  separator: when a mouse is on the separator, the whole menu jumps.

  This happens with different menu types: "classic" GTK+ menus, Unity
  global menus and in-title menus.

  A screencast is attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1617415/+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 1617341] Re: package ntp 1:4.2.8p4+dfsg-3ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-08-29 Thread ChristianEhrhardt
Hi,
Thank you for taking the time to report this bug and helping to make Ubuntu 
better.

I agree that the disconnect while installing caused this.

>From the log one can see that part of the install process is to start ntpd up.
That then fails due to the loss of network connection.

This bug is present in Debian too, and Ubuntu currently tries to
minimize changes over the Debian package. So this bug would be best
fixed directly in Debian, and then Ubuntu will pick up the fix
automatically.

Would you mind filing a bug with Debian please?

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

Title:
  package ntp 1:4.2.8p4+dfsg-3ubuntu5.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in ntp package in Ubuntu:
  New

Bug description:
  The update did not install. Maybe because the net got disconnected in
  between ???

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: ntp 1:4.2.8p4+dfsg-3ubuntu5.1
  ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  AptOrdering:
   ntp: Install
   ntpdate: Install
   ntp: Configure
   ntpdate: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Fri Aug 26 19:39:18 2016
  DpkgHistoryLog:
   Start-Date: 2016-08-26  19:36:04
   Commandline: aptdaemon role='role-commit-packages' sender=':1.65'
   Upgrade: ntp:amd64 (1:4.2.8p4+dfsg-3ubuntu5, 1:4.2.8p4+dfsg-3ubuntu5.1), 
ntpdate:amd64 (1:4.2.8p4+dfsg-3ubuntu5, 1:4.2.8p4+dfsg-3ubuntu5.1)
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-03-28 (151 days ago)
  InstallationMedia: Lubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=790d64f7-9847-4d8c-bbaa-3c87b8aaac16 ro quiet splash
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: ntp
  Title: package ntp 1:4.2.8p4+dfsg-3ubuntu5.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to xenial on 2016-08-08 (18 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1617341/+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 1617745] Re: Regression: popupUtils.open() won't work with "null" caller

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

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

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

Title:
  popupUtils.open()  won't work inside Window with "null" caller

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  I think I found a regression with popupUtils.open() in rc-proposed
  (r512 on mako):

  I have some code which is invoking a dialog in this way:

PopupUtils.open(Qt.resolvedUrl("DeleteConfirmation.qml"), null, {
  ... params... })

  This now doesn't work, but it works on OTA-12.

  This can cause serious regression in third party applications, if
  dialogs stop appearing.


  Furthermore, if I replace "null" with a valid item, things work again
  but I get a warning on the console:

qml: 'caller' is DEPRECATED. It has no effect.

  Which seems wrong, given that in the current stable documentation
  there is absolutely no mention of the caller property being
  deprecated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1617745/+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 1615021] Re: Unable to network boot Ubuntu 16.04 installer normally on Briggs

2016-08-29 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 231-5

---
systemd (231-5) unstable; urgency=medium

  [ Iain Lane ]
  * Let graphical-session-pre.target be manually started (LP: #1615341)

  [ Felipe Sateler ]
  * Add basic version of git-cherry-pick
  * Replace Revert-units-add-a-basic-SystemCallFilter-3471.patch with upstream
patch
  * sysv-generator: better error reporting. (Closes: #830257)

  [ Martin Pitt ]
  * 73-usb-net-by-mac.rules: Test for disabling 80-net-setup-link.rules more
efficiently. Stop calling readlink at all and just test if
/etc/udev/rules.d/80-net-setup-link.rules exists -- a common way to
disable an udev rule is to just "touch" it in /etc/udev/rule.d/ (i. e.
empty file), and if the rule is customized we cannot really predict anyway
if the user wants MAC-based USB net names or not. (LP: #1615021)
  * Ship kernel-install (Closes: #744301)
  * Add debian/extra/kernel-install.d/60-initrd.install.
This kernel-install drop-in copies the initrd of the selected kernel to
the EFI partition.
  * bootctl: Automatically detect ESP partition.
This makes bootctl work with Debian's /boot/efi/ mountpoint without having
to explicitly specify --path.
Patches cherry-picked from upstream master.
  * systemd.NEWS: Point out that alternatively rcS scripts can be moved to
rc[2-5]. Thanks to Petter Reinholdtsen for the suggestion!

  [ Michael Biebl ]
  * Enable iptables support (Closes: #787480)
  * Revert "logind: really handle *KeyIgnoreInhibited options in logind.conf"
The special 'key handling' inhibitors should always work regardless of
any *IgnoreInhibited settings – otherwise they're nearly useless.
Update man pages to clarify that *KeyIgnoreInhibited only apply to a
subset of locks (Closes: #834148)

 -- Martin Pitt   Fri, 26 Aug 2016 10:58:07 +0200

** Changed in: systemd (Ubuntu Yakkety)
   Status: Fix Committed => Fix Released

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

Title:
  Unable to network boot Ubuntu 16.04 installer normally on Briggs

Status in busybox package in Ubuntu:
  Fix Released
Status in debian-installer package in Ubuntu:
  Triaged
Status in systemd package in Ubuntu:
  Fix Released
Status in busybox source package in Xenial:
  Won't Fix
Status in debian-installer source package in Xenial:
  Triaged
Status in systemd source package in Xenial:
  In Progress
Status in busybox source package in Yakkety:
  Fix Released
Status in debian-installer source package in Yakkety:
  Triaged
Status in systemd source package in Yakkety:
  Fix Released

Bug description:
  == Comment: #7 - Guilherme Guaglianoni Piccoli  - 
2016-08-19 10:08:07 ==
  The normal procedure to perform a Netboot installation of Ubuntu 16.04 is to 
download the latest vmlinux and initrd.gz files available, and kexec them with 
no parameters (at least in ppc64el).

  We're experiencing a strange issue in which the installer freezes
  before menus are showed. The system hangs in the point specified
  below, right after the i40e driver initialization:

  [   11.052832] i40e 0002:01:00.0 enP2p1s0f0: renamed from eth0
  [   11.073976] i40e 0002:01:00.1 enP2p1s0f1: renamed from eth1
  [   11.117799] i40e 0002:01:00.2 enP2p1s0f2: renamed from eth2
  [   11.225745] i40e 0002:01:00.3 enP2p1s0f3: renamed from eth3
  ***HANG***

  The most difficult part in this issue is that it seems to be a timing
  issue/race condition, and many debug trials end up by avoiding the
  issue reproduction (heisenbug).

  We were successful though in getting logs by booting the kernel with
  the command-line "BOOT_DEBUG=2" and by changing the initrd in order to
  enable systemd debug; only the files "init" and "start-udev" were
  changed in initrd, both attached here.

  We've attached here a saved screen session that shows the entire boot
  process until it gets flooded with lots of messages like:

  "starting '/bin/readlink /etc/udev/rules.d/80-net-setup-link.rules'
  '/bin/readlink /etc/udev/rules.d/80-net-setup-link.rules'(err) 'failed to 
execute '/bin/readlink' '/bin/readlink /etc/
  udev/rules.d/80-net-setup-link.rules': No such file or directory'

  seq 3244 queued, 'add' 'pci_bus'
  starting '/bin/readlink /etc/udev/rules.d/80-net-setup-link.rules'
  passed 408 byte device to netlink monitor 0x1003cfe8020seq 3236 
running'/bin/readlink /etc/udev/rules.d/80-net-setup-l
  ink.rules'(err) 'failed to execute '/bin/readlink' '/bin/readlink 
/etc/udev/rules.d/80-net-setup-link.rules': No such
  file or directory'
  '/bin/readlink /etc/udev/rules.d/80-net-setup-link.rules'(err) 'failed to 
execute '/bin/readlink' '/bin/readlink /etc/
  udev/rules.d/80-net-setup-link.rules': No such file or directory'
  Process '/bin/readlink /etc/udev/rules.d/80-net-setup-link.rules' failed with 
exit code 2.
  PROGRAM '/bin/readlink /etc/udev/rules.d

[Touch-packages] [Bug 1617745] Re: Regression: popupUtils.open() won't work with "null" caller

2016-08-29 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

** Summary changed:

- Regression: popupUtils.open()  won't work with "null" caller
+ popupUtils.open()  won't work inside Window with "null" caller

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

Title:
  popupUtils.open()  won't work inside Window with "null" caller

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  I think I found a regression with popupUtils.open() in rc-proposed
  (r512 on mako):

  I have some code which is invoking a dialog in this way:

PopupUtils.open(Qt.resolvedUrl("DeleteConfirmation.qml"), null, {
  ... params... })

  This now doesn't work, but it works on OTA-12.

  This can cause serious regression in third party applications, if
  dialogs stop appearing.


  Furthermore, if I replace "null" with a valid item, things work again
  but I get a warning on the console:

qml: 'caller' is DEPRECATED. It has no effect.

  Which seems wrong, given that in the current stable documentation
  there is absolutely no mention of the caller property being
  deprecated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1617745/+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 1617415] Re: Menus are jumping up and down when moving mouse

2016-08-29 Thread Alberts Muktupāvels
http://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-
themes/trunk/view/head:/Ambiance/gtk-3.20/gtk-widgets-borders.css#L4

I think this is our problem.

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

Title:
  Menus are jumping up and down when moving mouse

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  If a menu is opened, when moving the cursor from the menu bar to the
  first menu item, the whole menu moves down for one pixel. The same
  happens when moving the mouse between two menu items separated with a
  separator: when a mouse is on the separator, the whole menu jumps.

  This happens with different menu types: "classic" GTK+ menus, Unity
  global menus and in-title menus.

  A screencast is attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1617415/+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 1613698] Re: curl: Problem with chunked encoded data

2016-08-29 Thread Graham Inggs
** Changed in: curl (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: curl (Ubuntu)
 Assignee: (unassigned) => Graham Inggs (ginggs)

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

Title:
  curl: Problem with chunked encoded data

Status in curl package in Ubuntu:
  In Progress

Bug description:
  [Impact]
  curl in Ubuntu 14.0.4 suffers from a bug ("Problem (2) in the Chunked-Encoded 
data") introduced in curl 7.35.0 
(https://github.com/curl/curl/commit/345891edba32312686e18d8ff185f4476b74e417).

  See the corresponding thread on the curl mailing list:
  * https://curl.haxx.se/mail/lib-2014-02/0100.html
  * https://curl.haxx.se/mail/lib-2014-02/0108.html

  Googling for "Problem (2) in the Chunked-Encoded data" shows that this seems 
to be a problem for other Ubuntu users, too. For example:
  * 
https://github.com/jackalope/jackalope-jackrabbit/issues/89#issuecomment-55084492
  * 
https://www.mastizada.com/blog/chunked-encoded-data-error-in-php-curl-requests/
  * https://bugs.php.net/bug.php?id=72131

  [ test case]
  * curl -v 'http://curl.haxx.se/download/' 
  (this might work on some configurations)

  
  [ fix ]

  The issue was fixed in curl 7.36.0 with
  https://github.com/curl/curl/commit/0ab97ba0090f2609760c33000181f08757336a48

  If you apply that patch to curl in Ubuntu 14.04, I'm sure you'll make
  a lot of people happy - including me. Thanks!

  [Regression Potential] 
  * none, fix comes from upstream, and is a fix of a bad commit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1613698/+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 1615411] Re: using surudark copy/paste text selection text/icons not visible - background color not themed

2016-08-29 Thread Olivier Tilloy
Re-targetting at webbrowser-app, the default text selection menu is not
provided by Oxide, but by the Ubuntu WebView component, which is part of
the Ubuntu.Web package.

** Package changed: ubuntu-ui-toolkit (Ubuntu) => webbrowser-app
(Ubuntu)

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

Title:
  using surudark copy/paste text selection text/icons not visible -
  background color not themed

Status in oxide-qt package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Using UUTK 1.3 with MainView, selecting text within a WebView

  - set theme to suru dark withing MainView `theme.name: 
"Ubuntu.Components.Themes.SuruDark"`
  - notice that most items are themed

  What happens
  - forground color of text selection is set to same color of the background
  - text and icons are invisible

  What should happen: 
  -text selection should have the background themed

  Picture:

  http://i.stack.imgur.com/EVvik.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oxide-qt/+bug/1615411/+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 1617415] Re: Menus are jumping up and down when moving mouse

2016-08-29 Thread Alberts Muktupāvels
** Branch linked: lp:~albertsmuktupavels/ubuntu-themes/lp1617415

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

Title:
  Menus are jumping up and down when moving mouse

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  If a menu is opened, when moving the cursor from the menu bar to the
  first menu item, the whole menu moves down for one pixel. The same
  happens when moving the mouse between two menu items separated with a
  separator: when a mouse is on the separator, the whole menu jumps.

  This happens with different menu types: "classic" GTK+ menus, Unity
  global menus and in-title menus.

  A screencast is attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1617415/+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 1577247] Re: webbrowser-app

2016-08-29 Thread Olivier Tilloy
Those warnings, despite being advertised as CRITICAL, shouldn’t prevent
the browser app from starting. Is there more info in the logs?

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

Title:
  webbrowser-app

Status in webbrowser-app package in Ubuntu:
  Expired

Bug description:
  (webbrowser-app:4034): dconf-CRITICAL **: unable to create file
  '/run/user/1000/dconf/user': Permission denied.  dconf will not work
  properly.

  (webbrowser-app:4034): dconf-CRITICAL **: unable to create file
  '/run/user/1000/dconf/user': Permission denied.  dconf will not work
  properly.

  (webbrowser-app:4034): dconf-CRITICAL **: unable to create file 
'/run/user/1000/dconf/user': Permission denied.  dconf will not work properly.
  QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such 
file or directory
  file:///usr/share/webbrowser-app/webbrowser/ContentPickerDialog.qml:22:1: 
module "Ubuntu.Content" is not installed
  file:///usr/share/webbrowser-app/webbrowser/ContentDownloadDialog.qml:22:1: 
module "Ubuntu.Content" is not installed
  file:///usr/share/webbrowser-app/ContentHandler.qml:20:1: module 
"Ubuntu.Content" is not installed
  file:///usr/share/webbrowser-app/webbrowser/DownloadHandler.qml:20:1: module 
"Ubuntu.DownloadManager" is not installed
  Input device added: "Power Button" "/dev/input/event1" QFlags(0x1)
  Input device added: "Power Button" "/dev/input/event0" QFlags(0x1)
  Input device added: "HDA Intel Front Mic" "/dev/input/event7" QFlags(0x20)
  Input device added: "HDA Intel Rear Mic" "/dev/input/event8" QFlags(0x20)
  Input device added: "HDA Intel Line" "/dev/input/event9" QFlags(0x20)
  Input device added: "HDA Intel Line Out" "/dev/input/event10" QFlags(0x20)
  Input device added: "HDA Intel Front Headphone" "/dev/input/event11" 
QFlags(0x20)
  Input device added: "Twin USB Joystick" "/dev/input/event5" QFlags()
  Input device added: "Twin USB Joystick" "/dev/input/event6" QFlags()
  Input device added: "BTC USB Multimedia Keyboard" "/dev/input/event2" 
QFlags(0x1|0x10)
  Input device added: "BTC USB Multimedia Keyboard" "/dev/input/event3" 
QFlags(0x1)
  Input device added: "Genius Optical Mouse" "/dev/input/event4" QFlags(0x2)
  Input device added: "UVC Camera (046d:0802)" "/dev/input/event12" QFlags(0x1)
  Failed to create OpenGL context for format QSurfaceFormat(version 2.0, 
options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, 
blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, 
swapBehavior 2, swapInterval 1, profile  0) 
  Aborted (core dumped)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: webbrowser-app 0.23+16.04.20160413-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon May  2 02:18:38 2016
  InstallationDate: Installed on 2016-04-27 (4 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: webbrowser-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1577247/+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 1512992] Re: package zlib1g-dev 1:1.2.8.dfsg-2ubuntu4 failed to install/upgrade: trying to overwrite '/usr/include/i386-linux-gnu/zconf.h', which is also in package lib32z1-d

2016-08-29 Thread Kruti Deepan Panda
Yes force it

On 29-Aug-2016 06:15, "nimbosa" <1512...@bugs.launchpad.net> wrote:

> i have a duplicate bug, but runs in reverse:
>
> package lib32z1-dev (not installed) failed to install/upgrade: trying to
> overwrite '/usr/include/i386-linux-gnu/zconf.h', which is also in package
> zlib1g-dev:i386 1:1.2.8.dfsg-2ubuntu4
> ___
> Errors were encountered while processing:
>  /var/cache/apt/archives/lib32z1-dev_1%3a1.2.8.dfsg-2ubuntu4_amd64.deb
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> ___
>
> and this is a FRESH install!
>
> should i force this as:
> $ sudo apt-get -o Dpkg::Options::="--force-overwrite" install lib32z1-dev
> ???
>
> Thanks!
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1512992
>
> Title:
>   package zlib1g-dev 1:1.2.8.dfsg-2ubuntu4 failed to install/upgrade:
>   trying to overwrite '/usr/include/i386-linux-gnu/zconf.h', which is
>   also in package lib32z1-dev 1:1.2.8.dfsg-2ubuntu4
>
> Status in One Hundred Papercuts:
>   Confirmed
> Status in zlib package in Ubuntu:
>   Confirmed
>
> Bug description:
>   The package did not install when I did a fresh install of 15.10.
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 15.10
>   Package: zlib1g-dev 1:1.2.8.dfsg-2ubuntu4
>   ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
>   Uname: Linux 4.2.0-17-generic x86_64
>   NonfreeKernelModules: nvidia
>   ApportVersion: 2.19.1-0ubuntu4
>   Architecture: amd64
>   Date: Wed Nov  4 10:36:43 2015
>   DuplicateSignature: package:zlib1g-dev:1:1.2.8.dfsg-2ubuntu4:trying to
> overwrite '/usr/include/i386-linux-gnu/zconf.h', which is also in package
> lib32z1-dev 1:1.2.8.dfsg-2ubuntu4
>   ErrorMessage: trying to overwrite '/usr/include/i386-linux-gnu/zconf.h',
> which is also in package lib32z1-dev 1:1.2.8.dfsg-2ubuntu4
>   InstallationDate: Installed on 2015-11-04 (0 days ago)
>   InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64
> (20151021)
>   RelatedPackageVersions:
>dpkg 1.18.2ubuntu5
>apt  1.0.10.2ubuntu1
>   SourcePackage: zlib
>   Title: package zlib1g-dev 1:1.2.8.dfsg-2ubuntu4 failed to
> install/upgrade: trying to overwrite '/usr/include/i386-linux-gnu/zconf.h',
> which is also in package lib32z1-dev 1:1.2.8.dfsg-2ubuntu4
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/hundredpapercuts/+bug/1512992/+subscriptions
>

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

Title:
  package zlib1g-dev 1:1.2.8.dfsg-2ubuntu4 failed to install/upgrade:
  trying to overwrite '/usr/include/i386-linux-gnu/zconf.h', which is
  also in package lib32z1-dev 1:1.2.8.dfsg-2ubuntu4

Status in One Hundred Papercuts:
  Confirmed
Status in zlib package in Ubuntu:
  Confirmed

Bug description:
  The package did not install when I did a fresh install of 15.10.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: zlib1g-dev 1:1.2.8.dfsg-2ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
  Uname: Linux 4.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  Date: Wed Nov  4 10:36:43 2015
  DuplicateSignature: package:zlib1g-dev:1:1.2.8.dfsg-2ubuntu4:trying to 
overwrite '/usr/include/i386-linux-gnu/zconf.h', which is also in package 
lib32z1-dev 1:1.2.8.dfsg-2ubuntu4
  ErrorMessage: trying to overwrite '/usr/include/i386-linux-gnu/zconf.h', 
which is also in package lib32z1-dev 1:1.2.8.dfsg-2ubuntu4
  InstallationDate: Installed on 2015-11-04 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5
   apt  1.0.10.2ubuntu1
  SourcePackage: zlib
  Title: package zlib1g-dev 1:1.2.8.dfsg-2ubuntu4 failed to install/upgrade: 
trying to overwrite '/usr/include/i386-linux-gnu/zconf.h', which is also in 
package lib32z1-dev 1:1.2.8.dfsg-2ubuntu4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1512992/+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 1617609] Re: Page reloading after switching to other app and back

2016-08-29 Thread Olivier Tilloy
It’s very likely that the phone ran out of memory when you switched to
that other app, so it killed the renderer process for the launchpad
page, and when you switched back to browser it had to reload the page
entirely.

If launchpad used local storage to save whatever information you input
on a bug page regularly, that would mitigate the issue, but
unfortunately there’s nothing we can do to prevent this from happening
when the device runs out of memory. Did you have many apps open when
that happened?

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

Title:
  Page reloading after switching to other app and back

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  I was filling a bug in launchpad for some application. I switched to
  another app to confirm something. After switching back to browser, the
  page was reloaded, so I had to start from beginning. All previously
  written info was gone.

  Device:bq Aquaris E5 HD Ubuntu Edition
  OS: Ubuntu 15.04 (OTA-12)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1617609/+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 1589149] Re: the two Hotspots buttons seem to disagree

2016-08-29 Thread Jean-Baptiste Lallement
I confirm this behaviour on latest rc-proposed:

current build number: 409
device name: arale
channel: ubuntu-touch/rc-proposed/meizu.en

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

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Alejandro J. Cura (alecu)

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

** Changed in: ubuntu-system-settings (Ubuntu)
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
 Assignee: Alejandro J. Cura (alecu) => Bill Filler (bfiller)

** Tags added: regression-release

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

Title:
  the two Hotspots buttons seem to disagree

Status in Canonical System Image:
  Confirmed
Status in indicator-network package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed

Bug description:
  When i try to activate the hotspot using the menu that you can make appear 
from above (the black-background one) it seems not to work (no hotspot and no 
hotspot symbol on the top menu appearing).
  If I open setting->hotspot, there the hotspot button is deactivated (not 
green) while the hotspot button in the black menu is green.
  It seems the button in the Settings if activated can really make the hotspot 
work (and make the hotspot button in the black menu green) but the hotspot 
button in the black menu seems to just do nothing (except cutting wifi)

  
  On the meizu 4 with ota 11. I think the problem came with ota 11.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1589149/+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 1617962] [NEW] package libelf1:amd64 0.166-2ubuntu1 failed to install/upgrade: package libelf1:amd64 0.166-2ubuntu1 cannot be configured because libelf1:i386 is at a different ve

2016-08-29 Thread Brandon Camilleri
Public bug reported:

"The following packages have been kept back:"

12 packages

so I ran:

sudo apt install <12 packages>

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: libelf1:amd64 0.166-2ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
Uname: Linux 4.4.0-9136-generic x86_64
ApportVersion: 2.20.3-0ubuntu7
Architecture: amd64
Date: Mon Aug 29 11:52:32 2016
Dependencies:
 gcc-6-base 6.2.0-1ubuntu12
 libc6 2.24-0ubuntu1
 libgcc1 1:6.2.0-1ubuntu12
 zlib1g 1:1.2.8.dfsg-2ubuntu5
ErrorMessage: package libelf1:amd64 0.166-2ubuntu1 cannot be configured because 
libelf1:i386 is at a different version (0.165-3ubuntu1)
InstallationDate: Installed on 2016-08-05 (23 days ago)
InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1
 apt  1.3~rc2ubuntu3
SourcePackage: elfutils
Title: package libelf1:amd64 0.166-2ubuntu1 failed to install/upgrade: package 
libelf1:amd64 0.166-2ubuntu1 cannot be configured because libelf1:i386 is at a 
different version (0.165-3ubuntu1)
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package package-from-proposed yakkety

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

Title:
  package libelf1:amd64 0.166-2ubuntu1 failed to install/upgrade:
  package libelf1:amd64 0.166-2ubuntu1 cannot be configured because
  libelf1:i386 is at a different version (0.165-3ubuntu1)

Status in elfutils package in Ubuntu:
  New

Bug description:
  "The following packages have been kept back:"

  12 packages

  so I ran:

  sudo apt install <12 packages>

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: libelf1:amd64 0.166-2ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
  Uname: Linux 4.4.0-9136-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  Date: Mon Aug 29 11:52:32 2016
  Dependencies:
   gcc-6-base 6.2.0-1ubuntu12
   libc6 2.24-0ubuntu1
   libgcc1 1:6.2.0-1ubuntu12
   zlib1g 1:1.2.8.dfsg-2ubuntu5
  ErrorMessage: package libelf1:amd64 0.166-2ubuntu1 cannot be configured 
because libelf1:i386 is at a different version (0.165-3ubuntu1)
  InstallationDate: Installed on 2016-08-05 (23 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.3~rc2ubuntu3
  SourcePackage: elfutils
  Title: package libelf1:amd64 0.166-2ubuntu1 failed to install/upgrade: 
package libelf1:amd64 0.166-2ubuntu1 cannot be configured because libelf1:i386 
is at a different version (0.165-3ubuntu1)
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elfutils/+bug/1617962/+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 1617965] [NEW] package libwind0-heimdal:amd64 1.7~git20160703+dfsg-1 failed to install/upgrade: package libwind0-heimdal:amd64 1.7~git20160703+dfsg-1 cannot be configured because

2016-08-29 Thread Brandon Camilleri
Public bug reported:

"The following packages have been kept back:"

12 packages

so I ran:

sudo apt install <12 packages>

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: libwind0-heimdal:amd64 1.7~git20160703+dfsg-1
ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
Uname: Linux 4.4.0-9136-generic x86_64
ApportVersion: 2.20.3-0ubuntu7
Architecture: amd64
Date: Mon Aug 29 11:52:32 2016
Dependencies:
 gcc-6-base 6.2.0-1ubuntu12
 libc6 2.24-0ubuntu1
 libcomerr2 1.43.1-1
 libgcc1 1:6.2.0-1ubuntu12
 libroken18-heimdal 1.7~git20160703+dfsg-1
ErrorMessage: package libwind0-heimdal:amd64 1.7~git20160703+dfsg-1 cannot be 
configured because libwind0-heimdal:i386 is at a different version 
(1.7~git20150920+dfsg-4ubuntu1)
InstallationDate: Installed on 2016-08-05 (23 days ago)
InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1
 apt  1.3~rc2ubuntu3
SourcePackage: heimdal
Title: package libwind0-heimdal:amd64 1.7~git20160703+dfsg-1 failed to 
install/upgrade: package libwind0-heimdal:amd64 1.7~git20160703+dfsg-1 cannot 
be configured because libwind0-heimdal:i386 is at a different version 
(1.7~git20150920+dfsg-4ubuntu1)
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package package-from-proposed yakkety

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

Title:
  package libwind0-heimdal:amd64 1.7~git20160703+dfsg-1 failed to
  install/upgrade: package libwind0-heimdal:amd64 1.7~git20160703+dfsg-1
  cannot be configured because libwind0-heimdal:i386 is at a different
  version (1.7~git20150920+dfsg-4ubuntu1)

Status in heimdal package in Ubuntu:
  New

Bug description:
  "The following packages have been kept back:"

  12 packages

  so I ran:

  sudo apt install <12 packages>

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: libwind0-heimdal:amd64 1.7~git20160703+dfsg-1
  ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
  Uname: Linux 4.4.0-9136-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  Date: Mon Aug 29 11:52:32 2016
  Dependencies:
   gcc-6-base 6.2.0-1ubuntu12
   libc6 2.24-0ubuntu1
   libcomerr2 1.43.1-1
   libgcc1 1:6.2.0-1ubuntu12
   libroken18-heimdal 1.7~git20160703+dfsg-1
  ErrorMessage: package libwind0-heimdal:amd64 1.7~git20160703+dfsg-1 cannot be 
configured because libwind0-heimdal:i386 is at a different version 
(1.7~git20150920+dfsg-4ubuntu1)
  InstallationDate: Installed on 2016-08-05 (23 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.3~rc2ubuntu3
  SourcePackage: heimdal
  Title: package libwind0-heimdal:amd64 1.7~git20160703+dfsg-1 failed to 
install/upgrade: package libwind0-heimdal:amd64 1.7~git20160703+dfsg-1 cannot 
be configured because libwind0-heimdal:i386 is at a different version 
(1.7~git20150920+dfsg-4ubuntu1)
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heimdal/+bug/1617965/+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 1617963] [NEW] package libasn1-8-heimdal:amd64 1.7~git20160703+dfsg-1 failed to install/upgrade: package libasn1-8-heimdal:amd64 1.7~git20160703+dfsg-1 cannot be configured becau

2016-08-29 Thread Brandon Camilleri
Public bug reported:

"The following packages have been kept back:"

12 packages

so I ran:

sudo apt install <12 packages>

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: libasn1-8-heimdal:amd64 1.7~git20160703+dfsg-1
ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
Uname: Linux 4.4.0-9136-generic x86_64
ApportVersion: 2.20.3-0ubuntu7
Architecture: amd64
Date: Mon Aug 29 11:52:32 2016
Dependencies:
 gcc-6-base 6.2.0-1ubuntu12
 libc6 2.24-0ubuntu1
 libcomerr2 1.43.1-1
 libgcc1 1:6.2.0-1ubuntu12
 libroken18-heimdal 1.7~git20160703+dfsg-1
ErrorMessage: package libasn1-8-heimdal:amd64 1.7~git20160703+dfsg-1 cannot be 
configured because libasn1-8-heimdal:i386 is at a different version 
(1.7~git20150920+dfsg-4ubuntu1)
InstallationDate: Installed on 2016-08-05 (23 days ago)
InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1
 apt  1.3~rc2ubuntu3
SourcePackage: heimdal
Title: package libasn1-8-heimdal:amd64 1.7~git20160703+dfsg-1 failed to 
install/upgrade: package libasn1-8-heimdal:amd64 1.7~git20160703+dfsg-1 cannot 
be configured because libasn1-8-heimdal:i386 is at a different version 
(1.7~git20150920+dfsg-4ubuntu1)
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package package-from-proposed yakkety

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

Title:
  package libasn1-8-heimdal:amd64 1.7~git20160703+dfsg-1 failed to
  install/upgrade: package libasn1-8-heimdal:amd64
  1.7~git20160703+dfsg-1 cannot be configured because
  libasn1-8-heimdal:i386 is at a different version (1.7~git20150920
  +dfsg-4ubuntu1)

Status in heimdal package in Ubuntu:
  New

Bug description:
  "The following packages have been kept back:"

  12 packages

  so I ran:

  sudo apt install <12 packages>

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: libasn1-8-heimdal:amd64 1.7~git20160703+dfsg-1
  ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
  Uname: Linux 4.4.0-9136-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  Date: Mon Aug 29 11:52:32 2016
  Dependencies:
   gcc-6-base 6.2.0-1ubuntu12
   libc6 2.24-0ubuntu1
   libcomerr2 1.43.1-1
   libgcc1 1:6.2.0-1ubuntu12
   libroken18-heimdal 1.7~git20160703+dfsg-1
  ErrorMessage: package libasn1-8-heimdal:amd64 1.7~git20160703+dfsg-1 cannot 
be configured because libasn1-8-heimdal:i386 is at a different version 
(1.7~git20150920+dfsg-4ubuntu1)
  InstallationDate: Installed on 2016-08-05 (23 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.3~rc2ubuntu3
  SourcePackage: heimdal
  Title: package libasn1-8-heimdal:amd64 1.7~git20160703+dfsg-1 failed to 
install/upgrade: package libasn1-8-heimdal:amd64 1.7~git20160703+dfsg-1 cannot 
be configured because libasn1-8-heimdal:i386 is at a different version 
(1.7~git20150920+dfsg-4ubuntu1)
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heimdal/+bug/1617963/+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 1617745] Re: popupUtils.open() won't work inside Window with "null" caller

2016-08-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/quickWindowRootItem

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

Title:
  popupUtils.open()  won't work inside Window with "null" caller

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  I think I found a regression with popupUtils.open() in rc-proposed
  (r512 on mako):

  I have some code which is invoking a dialog in this way:

PopupUtils.open(Qt.resolvedUrl("DeleteConfirmation.qml"), null, {
  ... params... })

  This now doesn't work, but it works on OTA-12.

  This can cause serious regression in third party applications, if
  dialogs stop appearing.


  Furthermore, if I replace "null" with a valid item, things work again
  but I get a warning on the console:

qml: 'caller' is DEPRECATED. It has no effect.

  Which seems wrong, given that in the current stable documentation
  there is absolutely no mention of the caller property being
  deprecated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1617745/+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 1617972] Re: pressing twice record button causes camera app failure

2016-08-29 Thread Victor gonzalez
** Attachment added: "video+logs.zip"
   
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1617972/+attachment/4729913/+files/video+logs.zip

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

Title:
  pressing twice record button causes camera app failure

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

Bug description:
  Enviroment:

  current build number: 176
  device name: frieza
  channel: ubuntu-touch/rc-proposed/bq-aquaris-pd.en
  last update: 2016-08-29 08:48:35
  version version: 176
  version ubuntu: 20160827
  version device: 20160809.0
  version custom: 20160805--42-20-vivid

  Camera app: com.ubuntu.camera 3.0.0.659

  Product: BQ M10 FHD
  Preconditions:  

  Steps to reproduce:

  1º Open camera app
  2º Switch to video mode
  3º Press  record button two times

  Current result: Camera app failure showing up a message suggesting to reboot 
the device. Camera won't work properly until reboot
  Expected result: Camera app should just record a 1 second video(this is what 
Krillin does with the same camera app)

  Reproducibility: 100%

  Add info: video and logs--> Time stamp 12:27

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1617972/+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 1617972] [NEW] pressing twice record button causes camera app failure

2016-08-29 Thread Victor gonzalez
Public bug reported:

Enviroment:

current build number: 176
device name: frieza
channel: ubuntu-touch/rc-proposed/bq-aquaris-pd.en
last update: 2016-08-29 08:48:35
version version: 176
version ubuntu: 20160827
version device: 20160809.0
version custom: 20160805--42-20-vivid

Camera app: com.ubuntu.camera 3.0.0.659

Product: BQ M10 FHD
Preconditions:  

Steps to reproduce:

1º Open camera app
2º Switch to video mode
3º Press  record button two times

Current result: Camera app failure showing up a message suggesting to reboot 
the device. Camera won't work properly until reboot
Expected result: Camera app should just record a 1 second video(this is what 
Krillin does with the same camera app)

Reproducibility: 100%

Add info: video and logs--> Time stamp 12:27

** Affects: canonical-devices-system-image
 Importance: Undecided
 Status: New

** Affects: camera-app (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Package changed: unity8 (Ubuntu) => camera-app (Ubuntu)

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

Title:
  pressing twice record button causes camera app failure

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

Bug description:
  Enviroment:

  current build number: 176
  device name: frieza
  channel: ubuntu-touch/rc-proposed/bq-aquaris-pd.en
  last update: 2016-08-29 08:48:35
  version version: 176
  version ubuntu: 20160827
  version device: 20160809.0
  version custom: 20160805--42-20-vivid

  Camera app: com.ubuntu.camera 3.0.0.659

  Product: BQ M10 FHD
  Preconditions:  

  Steps to reproduce:

  1º Open camera app
  2º Switch to video mode
  3º Press  record button two times

  Current result: Camera app failure showing up a message suggesting to reboot 
the device. Camera won't work properly until reboot
  Expected result: Camera app should just record a 1 second video(this is what 
Krillin does with the same camera app)

  Reproducibility: 100%

  Add info: video and logs--> Time stamp 12:27

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1617972/+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 1617972] Re: pressing twice record button causes camera app failure

2016-08-29 Thread Víctor R . Ruiz
** Changed in: camera-app (Ubuntu)
   Status: New => Confirmed

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

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

Title:
  pressing twice record button causes camera app failure

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

Bug description:
  Enviroment:

  current build number: 176
  device name: frieza
  channel: ubuntu-touch/rc-proposed/bq-aquaris-pd.en
  last update: 2016-08-29 08:48:35
  version version: 176
  version ubuntu: 20160827
  version device: 20160809.0
  version custom: 20160805--42-20-vivid

  Camera app: com.ubuntu.camera 3.0.0.659

  Product: BQ M10 FHD
  Preconditions:  

  Steps to reproduce:

  1º Open camera app
  2º Switch to video mode
  3º Press  record button two times

  Current result: Camera app failure showing up a message suggesting to reboot 
the device. Camera won't work properly until reboot
  Expected result: Camera app should just record a 1 second video(this is what 
Krillin does with the same camera app)

  Reproducibility: 100%

  Add info: video and logs--> Time stamp 12:27

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1617972/+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 1595485] Re: packages to remove from yakkety

2016-08-29 Thread LocutusOfBorg
ldc [powerpc ppc64el]

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

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

Title:
  packages to remove from yakkety

Status in flightgear package in Ubuntu:
  Invalid
Status in fpc package in Ubuntu:
  Fix Released
Status in fslview package in Ubuntu:
  Fix Released
Status in gnome-video-arcade package in Ubuntu:
  Fix Released
Status in insighttoolkit package in Ubuntu:
  Fix Released
Status in iva package in Ubuntu:
  Fix Released
Status in ldc package in Ubuntu:
  New
Status in libpng package in Ubuntu:
  Fix Released
Status in mame package in Ubuntu:
  Fix Released
Status in pepperflashplugin-nonfree package in Ubuntu:
  Fix Released
Status in ppc64-diag package in Ubuntu:
  Fix Released
Status in python-pysam package in Ubuntu:
  Fix Released
Status in runit package in Ubuntu:
  Fix Released
Status in samtools package in Ubuntu:
  Fix Released
Status in simgear package in Ubuntu:
  Invalid
Status in singular package in Ubuntu:
  Fix Released
Status in stacks package in Ubuntu:
  Fix Released
Status in vcmi package in Ubuntu:
  Fix Released
Status in vmtk package in Ubuntu:
  Fix Released
Status in vtk package in Ubuntu:
  Fix Released
Status in fpc package in Debian:
  Fix Released

Bug description:
  (NOTE: all of them are gone from Debian)
  1) libpng.
  Superseded by libpng16

  no reverse dependencies I can see
  2) insighttoolkit
  Superseded by insighttoolkit4
  it doesn't build on powerpc, so we have to remove binaries here
  (sorry, but Debian maintains only amd64 and i386, and we can't maintain all 
the others including powerpc)

  just removing vmtk/powerpc should allow its removal too

  3) vtk
  Superseded by vtk6

  needs vmtk migration
  and fslview removal or demote to proposed.
  Debian broke it, because it is already broken, and it has little fix in time 
probability
  (probably we will remove in Debian soon)

  4) samtools
  old binaries left on armhf: libbam-dev, samtools (from 0.1.19-1ubuntu1)
  old binaries left on powerpc: libbam-dev, samtools (from 0.1.19-1ubuntu1)
  old binaries left on s390x: libbam-dev, samtools (from 0.1.19-1ubuntu1)

  removed in Debian too

  5) pepperflashplugin-nonfree [i386]
  please remove on i386 (removed in Debian too)
  upstream is not supporting it, so it can't be downloaded/installed on i386 
anymore

  6) singular [armhf]
  removed in Debian too

  7) fpc [powerpc]
  powerpc sadness with glib 2.23
  https://bugs.launchpad.net/ubuntu/+source/fpc/+bug/1562480

  8) mame [ppc64el]
  sandness on that arch, removed in Debian

  9) flightgear [armhf]
  I don't care about simgear/armhf, because it is unlikely for such a game to 
run on thar architecture.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flightgear/+bug/1595485/+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 1617972] Re: Pressing twice record button causes camera app failure

2016-08-29 Thread Victor gonzalez
** Summary changed:

- pressing twice record button causes camera app failure
+ Pressing twice record button causes camera app failure

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

Title:
  Pressing twice record button causes camera app failure

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

Bug description:
  Enviroment:

  current build number: 176
  device name: frieza
  channel: ubuntu-touch/rc-proposed/bq-aquaris-pd.en
  last update: 2016-08-29 08:48:35
  version version: 176
  version ubuntu: 20160827
  version device: 20160809.0
  version custom: 20160805--42-20-vivid

  Camera app: com.ubuntu.camera 3.0.0.659

  Product: BQ M10 FHD
  Preconditions:  

  Steps to reproduce:

  1º Open camera app
  2º Switch to video mode
  3º Press  record button two times

  Current result: Camera app failure showing up a message suggesting to reboot 
the device. Camera won't work properly until reboot
  Expected result: Camera app should just record a 1 second video(this is what 
Krillin does with the same camera app)

  Reproducibility: 100%

  Add info: video and logs--> Time stamp 12:27

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1617972/+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 1567744] Re: USB NICs get too long name for ifupdown aliases or bridge names

2016-08-29 Thread Kalle Tuulos
This feature worked well in my earlier installation (16.04LTS), but when
I re-installed the system yesterday, adding an alias to my USB network
adapter didn't work any more.

---8<---8<---
$ sudo ifup enx0016:0
RTNETLINK answers: Numerical result out of range
Failed to bring up enx0016:0.
---8<---8<---

The earlier installation was made using Xubuntu 16.04 installation media
and this time I installed the system using Ubuntu 16.04.01 mini iso
media, if this makes any difference.

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

Title:
  USB NICs get too long name for ifupdown aliases or bridge names

Status in systemd package in Ubuntu:
  Triaged

Bug description:
  I have a USB NIC that is connected to my denial system. I tried to
  create an alias, and after reboot, it wasn't created. When I manually
  try to bring it up I have the error.

  /e/n/i:

  auto enx000ec688b79f
  iface enx000ec688b79f inet static
  address 10.90.90.1
  netmask 255.255.255.0

  auto enx000ec688b79f:1
  iface enx000ec688b79f:1 inet static
  address 192.168.100.1
  netmask 255.255.255.0

  ubuntu@maas00:~$ sudo ifup enx000ec688b79f
  ubuntu@maas00:~$ sudo ifup enx000ec688b79f:1
  RTNETLINK answers: Numerical result out of range
  Failed to bring up enx000ec688b79f:1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1567744/+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 1617984] [NEW] Xorg freeze

2016-08-29 Thread alamaftab
Public bug reported:

system hangs abruptly and screen with a dumps comes up.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
Uname: Linux 3.13.0-34-generic x86_64
.tmp.unity.support.test.0:
 
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: Mon Aug 29 16:48:14 2016
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 oem-disablemmc-usb-realtek-1321657, 1.0stella1, 3.13.0-34-generic, x86_64: 
installed
 oem-media-alcormmc-1185307, 0.2stella1oemdriver2, 3.13.0-34-generic, x86_64: 
installed
 oem-media-disablemmc-1175489, 0.1stella7, 3.13.0-34-generic, x86_64: installed
 tp-smapi, 0.41, 3.13.0-34-generic, x86_64: installed
GpuHangFrequency: Several times a day
GpuHangReproducibility: Seems to happen randomly
GpuHangStarted: Since a couple weeks or more
GraphicsCard:
 Intel Corporation 4th Generation Core Processor Family Integrated Graphics 
Controller [8086:041e] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:2b2a]
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20141016-10:21
LiveMediaBuild: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 20141016-10:21
MachineType: Hewlett-Packard HP 406 G1 MT
ProcEnviron:
 LANGUAGE=en_IN:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_IN
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-34-generic 
root=UUID=86ad7385-c7ec-4a86-ad57-09eb06ba3d36 ro quiet splash 
video.use_native_backlight=1 radeon.modeset=0 nouveau.modeset=0 
radeon.modeset=0 nouveau.modeset=0 vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
dmi.bios.date: 01/28/2015
dmi.bios.vendor: AMI
dmi.bios.version: 80.05
dmi.board.name: 2B2A
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 2.10
dmi.chassis.asset.tag: INA523X354
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnAMI:bvr80.05:bd01/28/2015:svnHewlett-Packard:pnHP406G1MT:pvr:rvnHewlett-Packard:rn2B2A:rvr2.10:cvnHewlett-Packard:ct3:cvr:
dmi.product.name: HP 406 G1 MT
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.11.3+14.04.20160425-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Mon Aug 29 16:27:28 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   12949 
 vendor HWP
xserver.version: 2:1.15.1-0ubuntu2.7

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


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

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

Title:
  Xorg freeze

Status in xorg package in Ubuntu:
  New

Bug description:
  system hangs abruptly and screen with a dumps comes up.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  Uname: Linux 3.13.0-34-generic x86_64
  .tmp.unity.support.test.0:
   
  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: Mon Aug 29 16:48:14 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   oem-disablemmc-usb-realtek-1321657, 1.0stella1, 3.13.0-34-generic, x86_64: 
installed
   oem-media-alcormmc-1185307, 0.2stella1oemdriver2, 3.13.0-34-generic, x86_64: 
installed
   oem-media-disablemmc-1175489, 0.1stella7, 3.13.0-34-generic, x86_64: 
installed
   tp-smapi, 0.41, 3.13.0-34-generic, x86_64: installed
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Seems to happen randomly
  GpuHangStarted: Since a couple weeks or more
  GraphicsCard:
   Intel Corporation 4th Generation Core Processor Family Integrated Graphics 
Controller [8086:041e] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:2b2a]
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20141016-10:21
  LiveMediaBuild: Ubuntu 14.04 "Trusty" - Build

[Touch-packages] [Bug 1617972] Re: Pressing twice record button causes camera app failure

2016-08-29 Thread Bill Filler
** Changed in: camera-app (Ubuntu)
 Assignee: (unassigned) => Florian Boucault (fboucault)

** Changed in: camera-app (Ubuntu)
   Importance: Undecided => High

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

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

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

Title:
  Pressing twice record button causes camera app failure

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

Bug description:
  Enviroment:

  current build number: 176
  device name: frieza
  channel: ubuntu-touch/rc-proposed/bq-aquaris-pd.en
  last update: 2016-08-29 08:48:35
  version version: 176
  version ubuntu: 20160827
  version device: 20160809.0
  version custom: 20160805--42-20-vivid

  Camera app: com.ubuntu.camera 3.0.0.659

  Product: BQ M10 FHD
  Preconditions:  

  Steps to reproduce:

  1º Open camera app
  2º Switch to video mode
  3º Press  record button two times

  Current result: Camera app failure showing up a message suggesting to reboot 
the device. Camera won't work properly until reboot
  Expected result: Camera app should just record a 1 second video(this is what 
Krillin does with the same camera app)

  Reproducibility: 100%

  Add info: video and logs--> Time stamp 12:27

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1617972/+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 1617962] Re: package libelf1:amd64 0.166-2ubuntu1 failed to install/upgrade: package libelf1:amd64 0.166-2ubuntu1 cannot be configured because libelf1:i386 is at a different vers

2016-08-29 Thread dino99
no problem installing on yakkety amd64:

Selecting previously unselected package libasm1:amd64.
(Reading database ... 246803 files and directories currently installed.)
Preparing to unpack .../0-libasm1_0.166-2ubuntu1_amd64.deb ...
Unpacking libasm1:amd64 (0.166-2ubuntu1) ...
Selecting previously unselected package elfutils.
Preparing to unpack .../1-elfutils_0.166-2ubuntu1_amd64.deb ...
Unpacking elfutils (0.166-2ubuntu1) ...
Setting up libasm1:amd64 (0.166-2ubuntu1) ...
Processing triggers for libc-bin (2.24-0ubuntu1) ...
Setting up elfutils (0.166-2ubuntu1) ...

note: purge the libelf1:i386 which is no more into yakkety archive

https://launchpad.net/ubuntu/+source/elfutils

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

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

Title:
  package libelf1:amd64 0.166-2ubuntu1 failed to install/upgrade:
  package libelf1:amd64 0.166-2ubuntu1 cannot be configured because
  libelf1:i386 is at a different version (0.165-3ubuntu1)

Status in elfutils package in Ubuntu:
  Incomplete

Bug description:
  "The following packages have been kept back:"

  12 packages

  so I ran:

  sudo apt install <12 packages>

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: libelf1:amd64 0.166-2ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
  Uname: Linux 4.4.0-9136-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  Date: Mon Aug 29 11:52:32 2016
  Dependencies:
   gcc-6-base 6.2.0-1ubuntu12
   libc6 2.24-0ubuntu1
   libgcc1 1:6.2.0-1ubuntu12
   zlib1g 1:1.2.8.dfsg-2ubuntu5
  ErrorMessage: package libelf1:amd64 0.166-2ubuntu1 cannot be configured 
because libelf1:i386 is at a different version (0.165-3ubuntu1)
  InstallationDate: Installed on 2016-08-05 (23 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.3~rc2ubuntu3
  SourcePackage: elfutils
  Title: package libelf1:amd64 0.166-2ubuntu1 failed to install/upgrade: 
package libelf1:amd64 0.166-2ubuntu1 cannot be configured because libelf1:i386 
is at a different version (0.165-3ubuntu1)
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elfutils/+bug/1617962/+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 1268847] Re: run-backtrace-native.sh and run-backtrace-dwarf.sh test failures on powerpc and ppc64el

2016-08-29 Thread dino99
Builds are fine now
https://launchpad.net/ubuntu/+source/elfutils

** Changed in: elfutils (Ubuntu)
   Status: New => Fix Released

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

Title:
  run-backtrace-native.sh and run-backtrace-dwarf.sh test failures on
  powerpc and ppc64el

Status in elfutils package in Ubuntu:
  Fix Released

Bug description:
  run-backtrace-native.sh and run-backtrace-dwarf.sh test failures on
  powerpc and ppc64el.

  ignored in 0.158-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elfutils/+bug/1268847/+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 1608986] Re: [amd64 0.166-2] FAIL run-backtrace-native-biarch.sh (exit status: 1)

2016-08-29 Thread dino99
Has been successfully rebuilt
https://launchpad.net/ubuntu/+source/elfutils

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

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

Title:
  [amd64 0.166-2] FAIL run-backtrace-native-biarch.sh (exit status: 1)

Status in elfutils package in Ubuntu:
  Fix Released

Bug description:
  libelf1 0.166-2 build has failed

  https://launchpadlibrarian.net/276347491/buildlog_ubuntu-yakkety-
  amd64.elfutils_0.166-2_BUILDING.txt.gz

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: elfutils (not installed)
  ProcVersionSignature: Ubuntu 4.6.0-9.11-generic 4.6.4
  Uname: Linux 4.6.0-9-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.3-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Aug  2 16:38:24 2016
  SourcePackage: elfutils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elfutils/+bug/1608986/+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 1617962] Re: package libelf1:amd64 0.166-2ubuntu1 failed to install/upgrade: package libelf1:amd64 0.166-2ubuntu1 cannot be configured because libelf1:i386 is at a different

2016-08-29 Thread Brandon Camilleri
in the end that's how I solved my issue: by forsaking libelf1:i386

I now realize I should have updated the launchpad thread

I am sorry.


Yours sincerely,

Brandon Camilleri

 +356 7991 9116

 brandon.camilleri...@gmail.com

 /in/brandonleecamilleri 

 /brandon.l.camilleri 

On 29 August 2016 at 13:48, dino99 <1617...@bugs.launchpad.net> wrote:

> no problem installing on yakkety amd64:
>
> Selecting previously unselected package libasm1:amd64.
> (Reading database ... 246803 files and directories currently installed.)
> Preparing to unpack .../0-libasm1_0.166-2ubuntu1_amd64.deb ...
> Unpacking libasm1:amd64 (0.166-2ubuntu1) ...
> Selecting previously unselected package elfutils.
> Preparing to unpack .../1-elfutils_0.166-2ubuntu1_amd64.deb ...
> Unpacking elfutils (0.166-2ubuntu1) ...
> Setting up libasm1:amd64 (0.166-2ubuntu1) ...
> Processing triggers for libc-bin (2.24-0ubuntu1) ...
> Setting up elfutils (0.166-2ubuntu1) ...
>
> note: purge the libelf1:i386 which is no more into yakkety archive
>
> https://launchpad.net/ubuntu/+source/elfutils
>
> ** Changed in: elfutils (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1617962
>
> Title:
>   package libelf1:amd64 0.166-2ubuntu1 failed to install/upgrade:
>   package libelf1:amd64 0.166-2ubuntu1 cannot be configured because
>   libelf1:i386 is at a different version (0.165-3ubuntu1)
>
> Status in elfutils package in Ubuntu:
>   Incomplete
>
> Bug description:
>   "The following packages have been kept back:"
>
>   12 packages
>
>   so I ran:
>
>   sudo apt install <12 packages>
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 16.10
>   Package: libelf1:amd64 0.166-2ubuntu1
>   ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
>   Uname: Linux 4.4.0-9136-generic x86_64
>   ApportVersion: 2.20.3-0ubuntu7
>   Architecture: amd64
>   Date: Mon Aug 29 11:52:32 2016
>   Dependencies:
>gcc-6-base 6.2.0-1ubuntu12
>libc6 2.24-0ubuntu1
>libgcc1 1:6.2.0-1ubuntu12
>zlib1g 1:1.2.8.dfsg-2ubuntu5
>   ErrorMessage: package libelf1:amd64 0.166-2ubuntu1 cannot be configured
> because libelf1:i386 is at a different version (0.165-3ubuntu1)
>   InstallationDate: Installed on 2016-08-05 (23 days ago)
>   InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release
> amd64 (20160720)
>   RelatedPackageVersions:
>dpkg 1.18.10ubuntu1
>apt  1.3~rc2ubuntu3
>   SourcePackage: elfutils
>   Title: package libelf1:amd64 0.166-2ubuntu1 failed to install/upgrade:
> package libelf1:amd64 0.166-2ubuntu1 cannot be configured because
> libelf1:i386 is at a different version (0.165-3ubuntu1)
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/elfutils/+bug/
> 1617962/+subscriptions
>

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

Title:
  package libelf1:amd64 0.166-2ubuntu1 failed to install/upgrade:
  package libelf1:amd64 0.166-2ubuntu1 cannot be configured because
  libelf1:i386 is at a different version (0.165-3ubuntu1)

Status in elfutils package in Ubuntu:
  Incomplete

Bug description:
  "The following packages have been kept back:"

  12 packages

  so I ran:

  sudo apt install <12 packages>

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: libelf1:amd64 0.166-2ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
  Uname: Linux 4.4.0-9136-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  Date: Mon Aug 29 11:52:32 2016
  Dependencies:
   gcc-6-base 6.2.0-1ubuntu12
   libc6 2.24-0ubuntu1
   libgcc1 1:6.2.0-1ubuntu12
   zlib1g 1:1.2.8.dfsg-2ubuntu5
  ErrorMessage: package libelf1:amd64 0.166-2ubuntu1 cannot be configured 
because libelf1:i386 is at a different version (0.165-3ubuntu1)
  InstallationDate: Installed on 2016-08-05 (23 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.3~rc2ubuntu3
  SourcePackage: elfutils
  Title: package libelf1:amd64 0.166-2ubuntu1 failed to install/upgrade: 
package libelf1:amd64 0.166-2ubuntu1 cannot be configured because libelf1:i386 
is at a different version (0.165-3ubuntu1)
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elfutils/+bug/1617962/+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 1616533] Re: "Forecast not available" error in GNOME Weather app

2016-08-29 Thread Vlad Orlov
Ok, Frank's patch is in libgweather 3.18.2 & 3.20.3 and in
libmateweather 1.14.1 now.

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

Title:
  "Forecast not available" error in GNOME Weather app

Status in libgweather:
  Confirmed
Status in gnome-weather package in Ubuntu:
  Triaged
Status in libgweather package in Ubuntu:
  Triaged
Status in libmateweather package in Ubuntu:
  Fix Committed
Status in gnome-weather source package in Xenial:
  Confirmed
Status in libgweather source package in Xenial:
  Confirmed
Status in libmateweather source package in Xenial:
  Triaged

Bug description:
  As reported at http://www.omgubuntu.co.uk/2016/08/gnome-weather-
  forecast-not-available

  The weather forecast provider used by the GNOME Weather app
  discontinued or moved its service.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libgweather/+bug/1616533/+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 1616533] Re: "Forecast not available" error in GNOME Weather app

2016-08-29 Thread Vlad Orlov
Oops... libmateweather 1.14.2 of course.

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

Title:
  "Forecast not available" error in GNOME Weather app

Status in libgweather:
  Confirmed
Status in gnome-weather package in Ubuntu:
  Triaged
Status in libgweather package in Ubuntu:
  Triaged
Status in libmateweather package in Ubuntu:
  Fix Committed
Status in gnome-weather source package in Xenial:
  Confirmed
Status in libgweather source package in Xenial:
  Confirmed
Status in libmateweather source package in Xenial:
  Triaged

Bug description:
  As reported at http://www.omgubuntu.co.uk/2016/08/gnome-weather-
  forecast-not-available

  The weather forecast provider used by the GNOME Weather app
  discontinued or moved its service.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libgweather/+bug/1616533/+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 1565772] Re: [SRU] Allow plugins to decide which username to set on new accounts

2016-08-29 Thread Martin Pitt
g-c-signon now has a higher version in yakkety, resetting to v-needed.

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

** Changed in: gnome-control-center-signon (Ubuntu Yakkety)
   Status: In Progress => Fix Released

** Changed in: account-plugins (Ubuntu Yakkety)
   Status: In Progress => Fix Released

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

Title:
  [SRU] Allow plugins to decide which username to set on new accounts

Status in Online Accounts: Account plugins:
  Fix Released
Status in Canonical System Image:
  Fix Released
Status in Online Accounts: GNOME Control Center:
  Fix Released
Status in webapps-sprint:
  Fix Committed
Status in account-plugins package in Ubuntu:
  Fix Released
Status in gnome-control-center-signon package in Ubuntu:
  Fix Released
Status in account-plugins source package in Xenial:
  Fix Committed
Status in gnome-control-center-signon source package in Xenial:
  Fix Committed
Status in account-plugins source package in Yakkety:
  Fix Released
Status in gnome-control-center-signon source package in Yakkety:
  Fix Released

Bug description:
  This bug is related to bug 1547647, even though it makes sense in any
  case.

  Currently, the ApOAuthPlugin class in libaccount-plugin gets the
  username from the SignonIdentity, which in turn gets it from signon-
  ui, which in the current WebKit1 implementation gets it from the DOM
  of the login webpage. This is a hack, it's fragile, not trivial to
  port to the Oxide web engine, and possibly against some providers'
  guidelines.

  We should retrieve the username using some REST API provided by the
  service, and in order to do so we need to extend libaccounts-plugin
  with some hooks which subclasses can use to get the username.

  Once we fix this we can also get rid of the files /etc/signon-ui
  /webkit-options.d/, which are conflicting with those installed by the
  KDE account plugins packages.


  SRU information
  ===

  [Impact] The same file /etc/signon-ui/webkit-
  options.d/www.facebook.com.conf is installed by the account-plugin-
  facebook package (used by Unity) and by kaccount-providers (used by
  KDE). See this bug's duplicates to see actual bug reports.

  [Test Case] Install both account-plugin-facebook and kaccount-
  providers and you'll get the conflict.

  [Regression Potential] Users running KDE will be completely unaffected
  by this. Users running Unity might see a change when creating accounts
  in System Settings->Online Accounts: with this bugfix, the account's
  display name is obtained by making a REST API call to the remote
  service, rather than by scrapping the DOM of the server webpages
  (which is a hack, and prone to errors if the providers' webpage
  changes). The new way of retrieving the username is the proper one,
  and it's been tested to work reliably. In any case, the worst thing
  that might happen is that accounts get created with an empty display
  name, which is mostly an aesthetic problem (the display name is used
  only for UI purposes).

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1565772/+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 1584849] Re: Creating a log on a non-default thread causes it to hang

2016-08-29 Thread Jean-Baptiste Lallement
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

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

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

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

Title:
  Creating a log on a non-default thread causes it to hang

Status in Canonical System Image:
  Fix Committed
Status in Zeitgeist Framework:
  Unknown
Status in zeitgeist package in Ubuntu:
  Fix Released

Bug description:
  When creating a Log object it creates a mainloop to wait on the proxy
  object. It unfortunately does this with NULL has its context which
  means it uses the main thread's context instead of the thread it is
  running on. This causes a hang as no one gets events then.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1584849/+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 1618007] [NEW] Invalid property assignment in ActivityIndicatorStyle.qml

2016-08-29 Thread Albert Astals Cid
Public bug reported:

I get

file:///usr/lib/x86_64-linux-
gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/ActivityIndicatorStyle.qml:24
Invalid property assignment: "implicitHeight" is a read-only property

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

Title:
  Invalid property assignment in ActivityIndicatorStyle.qml

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

Bug description:
  I get

  file:///usr/lib/x86_64-linux-
  
gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/ActivityIndicatorStyle.qml:24
  Invalid property assignment: "implicitHeight" is a read-only property

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1618007/+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 1609211] Re: [Alienware 17 R3, Creative CA0132, Headphone Out, Front] No sound at all

2016-08-29 Thread jetbent
Using hdajackretest to override Orange Headphone, Front side Pin ID:
0x10 with "Headphone" causes ubuntu to recognize when headphones are
plugged in (correctly per original pin designation IAW windows),
however, no sound output results. By default, ubuntu/alsa thinks that
the original microphone port is the headphones port. Looking to redirect
output of audio to microphone port.

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

Title:
  [Alienware 17 R3, Creative CA0132, Headphone Out, Front] No sound at
  all

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  When the headphones are plugged, they are not detected. All sound
  comes from the built in speakers, and none from the headphones.

  The jack works on Windows.

  This bug seems similar to #1184838. However, I'm posting it as the
  hardware is different.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   adin   4035 F...m pulseaudio
   /dev/snd/controlC0:  adin   4035 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Aug  2 22:59:12 2016
  InstallationDate: Installed on 2016-07-03 (30 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   adin   4035 F...m pulseaudio
   /dev/snd/controlC0:  adin   4035 F pulseaudio
adin  32107 F alsamixer
  Symptom_Jack: Green Headphone Out, Front
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: No sound at all
  Title: [Alienware 17 R3, Creative CA0132, Green Headphone Out, Front] No 
sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/07/2016
  dmi.bios.vendor: Alienware
  dmi.bios.version: 1.2.15
  dmi.board.name: Alienware 17 R3
  dmi.board.vendor: Alienware
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Alienware
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnAlienware:bvr1.2.15:bd07/07/2016:svnAlienware:pnAlienware17R3:pvr1.2.15:rvnAlienware:rnAlienware17R3:rvrA00:cvnAlienware:ct10:cvrNotSpecified:
  dmi.product.name: Alienware 17 R3
  dmi.product.version: 1.2.15
  dmi.sys.vendor: Alienware

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1609211/+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 1597366] Re: testShell too slow

2016-08-29 Thread Albert Astals Cid
** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Albert Astals Cid (aacid)

** Changed in: unity8 (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  testShell too slow

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  Our CI turnaround has gotten worse - to over two hours for a single
  MP.

  Part of this is testShell, which takes 25mins *after* all other tests
  finished already. That suite alone takes 50mins [1]:

  00:22:21.633 PASS   : qmltestrunner::Shell::initTestCase()
  [...]
  00:48:33.484 * Finished testing of ListViewWithPageHeaderTest 
*
  [...]
  01:12:00.463 PASS   : qmltestrunner::Shell::cleanupTestCase()

  We need to split this suite up at least, apart from speeding it up.

  [1]
  
https://unity8-jenkins.ubuntu.com/job/test-0-autopkgtest/1151/label=amd64,release=vivid+overlay,testname=qmluitests.sh/consoleFull

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity8 8.12+16.04.20160627.5-0ubuntu1 [origin: 
LP-PPA-ci-train-ppa-service-stable-phone-overlay]
  ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
  Uname: Linux 4.4.0-24-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jun 29 16:22:02 2016
  InstallationDate: Installed on 2016-05-06 (53 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1597366/+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 1579837] Re: Issue after wizard with policykit

2016-08-29 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

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

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

Title:
  Issue after wizard with policykit

Status in Canonical System Image:
  Fix Committed
Status in accountsservice package in Ubuntu:
  Fix Released
Status in policykit-unity8 package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  Incomplete

Bug description:
  STEPS:
  1. Bootstrap flash a fresh image to a device
  2. Run through the wizard selecting pin for authentication
  3. Tap on the get started button
  4. Phone freezes for a while
  5. At some point it unfreezes and you see the dash
  6. Reboot and get password login instead of pin login

  EXPECTED:
  I expect no freeze (possibly due to apport) and pin dialogue on reboot

  ACTUAL:
  I get a long freeze and on reboot instead of getting the pin dialogue to 
unlock the phone I get the password dialogue and full osk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1579837/+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 1278790] Re: [Messaging] Show number of characters used and number of messages to send

2016-08-29 Thread Jean-Baptiste Lallement
It's 'Fix committed' but it don't see the counter with messaging-app 
0.1+15.04.20160819-0ubuntu1 
furthermore it doesn't address the case described in bug 1617961 where UCS-2 
encoding is used instead of GSM 7-bit (when accentuated characters are used for 
instance) and limits the message to 70 chars. In this case I saw messages split 
in 5 chunks (and charged 5 times) when the original message contains accents 
and is less than 140 chars.

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

Title:
  [Messaging] Show number of characters used and number of messages to
  send

Status in Canonical System Image:
  Fix Committed
Status in Ubuntu UX:
  Triaged
Status in messaging-app package in Ubuntu:
  Fix Released

Bug description:
  As many carriers charge per text message sent, it'd be nice to show
  how many characters were used for the message, so the sender knows how
  many sent text messages this boils down to.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1278790/+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 1278790] Re: [Messaging] Show number of characters used and number of messages to send

2016-08-29 Thread Jean-Baptiste Lallement
Ah, the counter has to be explicitly enabled which is not obvious at
all. The second part of my comment still stands though.

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

Title:
  [Messaging] Show number of characters used and number of messages to
  send

Status in Canonical System Image:
  Fix Committed
Status in Ubuntu UX:
  Triaged
Status in messaging-app package in Ubuntu:
  Fix Released

Bug description:
  As many carriers charge per text message sent, it'd be nice to show
  how many characters were used for the message, so the sender knows how
  many sent text messages this boils down to.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1278790/+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 1618009] [NEW] using loadavg function in sysinfo.c errors out sometimes

2016-08-29 Thread Lily Rivers
Public bug reported:

Lines 379 - 383 in sysinfo.c have the following code:

if (sscanf(buf, "%lf %lf %lf", &avg_1, &avg_5, &avg_15) < 3) {
fputs("bad data in " LOADAVG_FILE "\n", stderr);
free(savelocale);
exit(1);
}

At random, a program will exit when calling this function. If the
function succeeds the first time, it will succeed in all other attempts
to read /proc/loadavg. The file /proc/loadavg contains 5 numbers so
maybe only the first 3 should be read and the rest should just be
discarded.

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

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

Title:
  using loadavg function in sysinfo.c errors out sometimes

Status in procps package in Ubuntu:
  New

Bug description:
  Lines 379 - 383 in sysinfo.c have the following code:

  if (sscanf(buf, "%lf %lf %lf", &avg_1, &avg_5, &avg_15) < 3) {
fputs("bad data in " LOADAVG_FILE "\n", stderr);
free(savelocale);
exit(1);
  }

  At random, a program will exit when calling this function. If the
  function succeeds the first time, it will succeed in all other
  attempts to read /proc/loadavg. The file /proc/loadavg contains 5
  numbers so maybe only the first 3 should be read and the rest should
  just be discarded.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1618009/+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 1614070] Re: Unity8 doesn't rotate on new images whether via flash or ota

2016-08-29 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

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

Title:
  Unity8 doesn't rotate on new images whether via flash or ota

Status in Canonical System Image:
  Fix Committed
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  STEPS:
  1. Have a SIM-locked device
  2. Install the latest rc-proposed image (403 on arale)
  3. Once in the system rotate the device

  EXPECTED:
  Shell rotates and refreshes

  ACTUAL:
  Nothing happens

  http://paste.ubuntu.com/23064285/

  Above is the paste from 401 the image before the latest untiy8 landed
  you will note that the shell activates a rotate and the resolution
  changes, below it is the resolute of OTAing to 403 you'll note the
  sensor is still triggered but the shell no longer rotates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1614070/+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 1618008] Re: software-properties-gtk crashed with aptdaemon.errors.AptDaemonError in _convert_dbus_exception(): org.debian.apt: Could not cancel transaction

2016-08-29 Thread Apport retracing service
*** This bug is a duplicate of bug 1440716 ***
https://bugs.launchpad.net/bugs/1440716

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1440716, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Changed in: software-properties (Ubuntu)
   Importance: Undecided => Medium

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1618008/+attachment/4729997/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1618008/+attachment/4729998/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 1440716
   software-properties-gtk crashed with aptdaemon.errors.AptDaemonError in 
_convert_dbus_exception(): org.debian.apt: Could not cancel transaction

** Information type changed from Private to Public

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

Title:
  software-properties-gtk crashed with aptdaemon.errors.AptDaemonError
  in _convert_dbus_exception(): org.debian.apt: Could not cancel
  transaction

Status in software-properties package in Ubuntu:
  New

Bug description:
  bug lubuntu 16.10

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: software-properties-gtk 0.96.24.3
  ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
  Uname: Linux 4.4.0-9136-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: LXDE
  Date: Mon Aug 29 08:30:55 2016
  ExecutablePath: /usr/bin/software-properties-gtk
  InstallationDate: Installed on 2016-08-29 (0 days ago)
  InstallationMedia: Lubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160824)
  InterpreterPath: /usr/bin/python3.5
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/bin/software-properties-gtk
  PythonArgs: ['/usr/bin/software-properties-gtk']
  SourcePackage: software-properties
  Title: software-properties-gtk crashed with aptdaemon.errors.AptDaemonError 
in _convert_dbus_exception(): org.debian.apt: Could not cancel transaction
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1618008/+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 1617371] Re: Top bar is transparent in yakkety

2016-08-29 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-themes -
16.10+16.10.20160829.2-0ubuntu1

---
ubuntu-themes (16.10+16.10.20160829.2-0ubuntu1) yakkety; urgency=medium

  [ Iain Lane ]
  * gedit: Don't set a border on the 'x of y' thing in the search
results
  * Set a proper minimum width on levelbar troughs

  [ Marco Trevisan (Treviño) ]
  * gnome-panel: don't apply the gnome-menubar rules to unity
decorations and panel too (LP: #1617371)

 -- Marco Trevisan (Treviño)   Mon, 29 Aug 2016 10:10:10
+

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

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

Title:
  Top bar is transparent in yakkety

Status in ubuntu-themes package in Ubuntu:
  Fix Released

Bug description:
  In one of my two laptops, the top bar is transparent see
  http://i.imgur.com/6N52nhb.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1617371/+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 1615751] Re: ROOTDELAY= causes unnecessary delay in boot

2016-08-29 Thread Scott Moser
Verified this is fixed.  Thank you!


** Changed in: cloud-images
   Status: Fix Committed => Fix Released

** Changed in: cloud-images
   Importance: Undecided => High

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

Title:
  ROOTDELAY= causes unnecessary delay in boot

Status in cloud-images:
  Fix Released
Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in initramfs-tools source package in Yakkety:
  Fix Released

Bug description:
  I launched 2 different yakkety systems on azure instance types:
    Basic_A0
    Standard_D1_v2
  More information what those things are at :
    https://azure.microsoft.com/en-us/pricing/details/virtual-machines/linux/

  systemd-analize says:

  ## Basic A0
  smoser@sm-y-d1v2-1:~$ systemd-analyze
  Startup finished in 5min 8.172s (kernel) + 42.670s (userspace) = 5min 50.842s

  ## Standard D1 v2
  $ systemd-analyze
  Startup finished in 5min 13.347s (kernel) + 1min 31.532s (userspace) = 6min 
44.879s

  Systemd thinks that more than 5 minutes passed between the kernel
  being loaded and /sbin/init being run.  I'm pretty sure this isn't
  just a bad clock, as the system actually is not reachable for
  something like 6 minutes after boot, so it seems sane.  Additionally,
  I have some scripts that compare launch time and code ran inside the
  vm via cloud-init and they agree.

  For example:
    starting at Mon, 22 Aug 2016 15:37:43 +
    uptime: 349.77 seconds
    you launched me at: Mon, 22 Aug 2016 15:30:11 +
    it is now : Mon, 22 Aug 2016 15:37:43 +
    kernel booted : Mon, 22 Aug 2016 15:31:54 +
    launch to kernel boot: 103 seconds
    launch to user-data  : 452   seconds

  The full dmesg is attached, but interesting bits are
  [0.815692] Trying to unpack rootfs image as initramfs...
  [1.289093] Freeing initrd memory: 35660K (88001d47d000 - 
88001f75)
  ...
  [7.820798] input: TPPS/2 IBM TrackPoint as 
/devices/platform/i8042/serio1/input/input3
  [7.834419] input: AT Translated Set 2 keyboard as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/vmbus_5/serio2/input/input5
  [   72.464227] random: nonblocking pool is initialized
  [  305.527657] Btrfs loaded
  [  305.628091] blk_update_request: I/O error, dev fd0, sector 0
  [  305.632007] floppy: error -5 while reading block 0
  [  306.027898] EXT4-fs (sda1): mounted filesystem with ordered data mode. 
Opts: (null)
  [  308.901437] systemd[1]: systemd 231 running in system mode. (+PAM +AUDIT 
+SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS 
+ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  [  308.925746] systemd[1]: Detected virtualization microsoft.
  [  308.933658] systemd[1]: Detected architecture x86-64.
  [  308.999041] systemd[1]: Set hostname to .
  ...

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: linux-image-4.4.0-34-generic 4.4.0-34.53
  ProcVersionSignature: User Name 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Aug 22 15:37 seq
   crw-rw 1 root audio 116, 33 Aug 22 15:37 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Mon Aug 22 17:31:18 2016
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  MachineType: Microsoft Corporation Virtual Machine
  PciMultimedia:

  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 hyperv_fb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=314ea127-227e-4b64-b5b4-d70ab0fb7eb7 ro console=tty1 console=ttyS0 
earlyprintk=ttyS0 rootdelay=300
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.160
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/23/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 090006
  dmi.board.name: Virtual Machine
  dmi.board.vendor: Microsoft Corporation
  dmi.board.version: 7.0
  dmi.chassis.asset.tag: 7783-7084-3265-9085-8269-3286-77
  dmi.chassis.type: 3
  dmi.chassis.vendor: Microsoft Corporation
  dmi.chassis.version: 7.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr090006:bd05/23/2012:svnMicrosoftCorporation:pnVirtualMachine:pvr7.0:rvnMicrosoftCorporation:rnVirtualMachine:rvr7

[Touch-packages] [Bug 1440716] Re: software-properties-gtk crashed with aptdaemon.errors.AptDaemonError in _convert_dbus_exception(): org.debian.apt: Could not cancel transaction

2016-08-29 Thread Apport retracing service
** Tags added: yakkety

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

Title:
  software-properties-gtk crashed with aptdaemon.errors.AptDaemonError
  in _convert_dbus_exception(): org.debian.apt: Could not cancel
  transaction

Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  Crash during updating cache after changes in sources.list

  Lubuntu 15.04

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: software-properties-gtk 0.96.4
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: LXDE
  Date: Mon Apr  6 14:07:57 2015
  ExecutablePath: /usr/bin/software-properties-gtk
  InstallationDate: Installed on 2015-01-09 (87 days ago)
  InstallationMedia: Lubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  InterpreterPath: /usr/bin/python3.4
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/bin/software-properties-gtk
  PythonArgs: ['/usr/bin/software-properties-gtk']
  SourcePackage: software-properties
  Title: software-properties-gtk crashed with aptdaemon.errors.AptDaemonError 
in _convert_dbus_exception(): org.debian.apt: Could not cancel transaction
  UpgradeStatus: Upgraded to vivid on 2015-02-23 (41 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1440716/+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 1433590] Re: apparmor dbus denial for org.freedesktop.Accounts and make Other vibrations work

2016-08-29 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

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

Title:
  apparmor dbus denial for org.freedesktop.Accounts and make Other
  vibrations work

Status in Canonical System Image:
  Fix Committed
Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released
Status in usensord package in Ubuntu:
  Fix Committed

Bug description:
  This affects vivid and (somewhat recently?) 14.09.

  At some point, apps started to request access to
  org.freedesktop.Accounts for something, but I'm not sure what. It has
  been conjectured in this bug that it is due to vibration settings.
  Filing against ubuntu-system-settings for now, but please feel free to
  move to the correct package.

  This happens with webapps:
  Apr  7 08:42:17 ubuntu-phablet dbus[797]: apparmor="DENIED" 
operation="dbus_method_call"  bus="system" path="/org/freedesktop/Accounts" 
interface="org.freedesktop.DBus.Introspectable" member="Introspect" mask="send" 
name="org.freedesktop.Accounts" pid=2632 
profile="com.ubuntu.developer.webapps.webapp-facebook_webapp-facebook_1.0.26" 
peer_pid=1596 peer_profile="unconfined"
  Apr  7 08:42:17 ubuntu-phablet dbus[797]: apparmor="DENIED" 
operation="dbus_method_call"  bus="system" path="/org/freedesktop/Accounts" 
interface="org.freedesktop.Accounts" member="FindUserById" mask="send" 
name="org.freedesktop.Accounts" pid=2632 
profile="com.ubuntu.developer.webapps.webapp-facebook_webapp-facebook_1.0.26" 
peer_pid=1596 peer_profile="unconfined"

  and QML apps:
  Apr  7 08:43:40 ubuntu-phablet dbus[797]: apparmor="DENIED" 
operation="dbus_method_call"  bus="system" path="/org/freedesktop/Accounts" 
interface="org.freedesktop.DBus.Introspectable" member="Introspect" mask="send" 
name="org.freedesktop.Accounts" pid=3377 
profile="com.ubuntu.calculator_calculator_1.3.339" peer_pid=1596 
peer_profile="unconfined"
  Apr  7 08:43:40 ubuntu-phablet dbus[797]: apparmor="DENIED" 
operation="dbus_method_call"  bus="system" path="/org/freedesktop/Accounts" 
interface="org.freedesktop.Accounts" member="FindUserById" mask="send" 
name="org.freedesktop.Accounts" pid=3377 
profile="com.ubuntu.calculator_calculator_1.3.339" peer_pid=1596 
peer_profile="unconfined"

  The following rules allow the requested access:
dbus (send)
 bus=system
 path="/org/freedesktop/Accounts"
 interface="org.freedesktop.DBus.{Introspectable,Properties}"
 member=Introspect
 peer=(name=org.freedesktop.Accounts,label=unconfined),
dbus (send)
 bus=system
 path="/org/freedesktop/Accounts"
 interface="org.freedesktop.Accounts"
 member=FindUserById
 peer=(name=org.freedesktop.Accounts,label=unconfined),
dbus (send)
 bus=system
 path="/org/freedesktop/Accounts/User[0-9]*"
 interface="org.freedesktop.DBus.Properties"
 member=Get
 peer=(name=org.freedesktop.Accounts,label=unconfined),

  However, the above is too lenient and constitutes a privacy leak for
  apps. FindUserById could be used by a malicious app to enumerate
  usernames on multiuser systems and because we can't mediate method
  data with apparmor, the Get() method can be used to obtain any
  information provided by this interface.

  The following can be used to see what can be leaked to a malicious app:
  gdbus introspect --system -d org.freedesktop.Accounts -o 
/org/freedesktop/Accounts/User`id -u phablet`

  This can be solved in a couple of ways:
  1. add whatever information the app is trying to access to a new helper 
service that only exposes things that the app needs. This could be a single 
standalone service, perhaps something from ubuntu-system-settings, that could 
expose any number of things-- the current locale, if the locale changed, if the 
grid units changed, the vibration settings, etc. Since this service wouldn't 
have any sensitive information, you could use standard dbus 
properties/Get()/etc 
  2. add a new dbus API to an existing service such that apparmor rules can 
then be used to allow by method (eg, GetVibration() or something)

  I won't dictate the implementation except to mention that '1' seems
  like something generally useful and I believe that it was something
  the ubuntu-system-settings devs were already looking at for detecting
  locale changes without rebooting.


  Original description
  starting an app in vivid (image 135 on arale currently)

  produces a bunch of dbus denials in syslog ... (there is also a
  /dev/tty one but i think this is just because soemthing tries to write
  an error to console ... so transient)

  http://paste.ubuntu.com/10620834/

To mana

[Touch-packages] [Bug 1260103] Re: oxide should use an app-specific path for shared memory files

2016-08-29 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

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

Title:
  oxide should use an app-specific path for shared memory files

Status in Canonical System Image:
  Fix Committed
Status in Oxide:
  Fix Released
Status in Oxide 1.17 series:
  Fix Committed
Status in webapps-sprint:
  Fix Committed
Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Confirmed

Bug description:
  Oxide creates shared memory files as /run/shm/.org.chromium.Chromium.*. This 
results in an AppArmor rule like the following:
owner /run/shm/.org.chromium.Chromium.* rwk, 

  But this rule is too lenient because a malicious app could enumerate
  these files and attack shared memory of other applications. Therefore,
  these paths need to be made application specific.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1260103/+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 1440716] Re: software-properties-gtk crashed with aptdaemon.errors.AptDaemonError in _convert_dbus_exception(): org.debian.apt: Could not cancel transaction

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

** Changed in: software-properties (Ubuntu)
   Status: New => Confirmed

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

Title:
  software-properties-gtk crashed with aptdaemon.errors.AptDaemonError
  in _convert_dbus_exception(): org.debian.apt: Could not cancel
  transaction

Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  Crash during updating cache after changes in sources.list

  Lubuntu 15.04

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: software-properties-gtk 0.96.4
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: LXDE
  Date: Mon Apr  6 14:07:57 2015
  ExecutablePath: /usr/bin/software-properties-gtk
  InstallationDate: Installed on 2015-01-09 (87 days ago)
  InstallationMedia: Lubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  InterpreterPath: /usr/bin/python3.4
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/bin/software-properties-gtk
  PythonArgs: ['/usr/bin/software-properties-gtk']
  SourcePackage: software-properties
  Title: software-properties-gtk crashed with aptdaemon.errors.AptDaemonError 
in _convert_dbus_exception(): org.debian.apt: Could not cancel transaction
  UpgradeStatus: Upgraded to vivid on 2015-02-23 (41 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1440716/+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 1618007] Re: Invalid property assignment in ActivityIndicatorStyle.qml

2016-08-29 Thread Tim Peeters
** Branch linked: lp:~fboucault/ubuntu-ui-toolkit/fix_async_width_height

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

Title:
  Invalid property assignment in ActivityIndicatorStyle.qml

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

Bug description:
  I get

  file:///usr/lib/x86_64-linux-
  
gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/ActivityIndicatorStyle.qml:24
  Invalid property assignment: "implicitHeight" is a read-only property

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1618007/+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 1599146] Re: captcha's don't work on Ubuntu browser

2016-08-29 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
Milestone: None => 13

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

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

Title:
  captcha's don't work on Ubuntu browser

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

Bug description:
  captcha's don't work on Ubuntu browser

  Captcha's moan about Ubuntu browser not being compatible.  (good bug?)

  Google is unable to fully invade your privacy  Please keep this
  bug alive!

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1599146/+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 1615657] Re: Reverse portrait orientation broken on BQ M10

2016-08-29 Thread Jean-Baptiste Lallement
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

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

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

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

Title:
  Reverse portrait orientation broken on BQ M10

Status in Canonical System Image:
  Fix Committed
Status in camera-app package in Ubuntu:
  In Progress

Bug description:
  Steps to reproduce:
  1. Launch the camera in landscape with the camera on top
  2. Turn the tablet in portrait 90degrees to the left, the camera should now 
be on the left

  Expected result:
  Photo roll should be accessible to the right.
  Bottom edge should be accessible.

  Current result:
  Photo roll is accessible from the top.
  Bottom edge is not accessible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1615657/+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 1597366] Re: testShell too slow

2016-08-29 Thread Albert Astals Cid
** Branch linked: lp:~aacid/unity8/makeTestShellFaster

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

Title:
  testShell too slow

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  Our CI turnaround has gotten worse - to over two hours for a single
  MP.

  Part of this is testShell, which takes 25mins *after* all other tests
  finished already. That suite alone takes 50mins [1]:

  00:22:21.633 PASS   : qmltestrunner::Shell::initTestCase()
  [...]
  00:48:33.484 * Finished testing of ListViewWithPageHeaderTest 
*
  [...]
  01:12:00.463 PASS   : qmltestrunner::Shell::cleanupTestCase()

  We need to split this suite up at least, apart from speeding it up.

  [1]
  
https://unity8-jenkins.ubuntu.com/job/test-0-autopkgtest/1151/label=amd64,release=vivid+overlay,testname=qmluitests.sh/consoleFull

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity8 8.12+16.04.20160627.5-0ubuntu1 [origin: 
LP-PPA-ci-train-ppa-service-stable-phone-overlay]
  ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
  Uname: Linux 4.4.0-24-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jun 29 16:22:02 2016
  InstallationDate: Installed on 2016-05-06 (53 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1597366/+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 1615657] Re: Reverse portrait orientation broken on BQ M10

2016-08-29 Thread Launchpad Bug Tracker
This bug was fixed in the package camera-app -
3.0.0+16.10.20160824-0ubuntu1

---
camera-app (3.0.0+16.10.20160824-0ubuntu1) yakkety; urgency=medium

  [ Florian Boucault ]
  * New release: (LP: #1563858, #1572576, #1584524, #1585942, #1595082,
#1615657)

 -- Kaleo   Wed, 24 Aug 2016 14:03:57 +

** Changed in: camera-app (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Reverse portrait orientation broken on BQ M10

Status in Canonical System Image:
  Fix Committed
Status in camera-app package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce:
  1. Launch the camera in landscape with the camera on top
  2. Turn the tablet in portrait 90degrees to the left, the camera should now 
be on the left

  Expected result:
  Photo roll should be accessible to the right.
  Bottom edge should be accessible.

  Current result:
  Photo roll is accessible from the top.
  Bottom edge is not accessible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1615657/+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 1613613] Re: sometimes header of the dialler is clipped on incoming calls

2016-08-29 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
Milestone: None => 13

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

Title:
  sometimes header of the dialler is clipped on incoming calls

Status in Canonical System Image:
  Confirmed
Status in dialer-app package in Ubuntu:
  Confirmed

Bug description:
  current build number: 402
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en

  Sometimes when receiving a call the dialler is not fully visible and
  the header is clipped, like the entire page is slightly scrolled (cf
  screenshot)

  Test Case:
  1. On the DUT, close the dialler app and lock the phone
  2. Call the DUT from another phone
  3. Take the call and wait until the dialler UI is fully rendered.

  Expected result
  The whole UI is visible

  Actual result
  The header is clipped.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1613613/+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 1595082] Re: Cannot preview in 16.04 desktop

2016-08-29 Thread Launchpad Bug Tracker
This bug was fixed in the package camera-app -
3.0.0+16.10.20160824-0ubuntu1

---
camera-app (3.0.0+16.10.20160824-0ubuntu1) yakkety; urgency=medium

  [ Florian Boucault ]
  * New release: (LP: #1563858, #1572576, #1584524, #1585942, #1595082,
#1615657)

 -- Kaleo   Wed, 24 Aug 2016 14:03:57 +

** Changed in: camera-app (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Cannot preview in 16.04 desktop

Status in camera-app package in Ubuntu:
  Fix Released

Bug description:
  In Ubuntu 16.04, camera-app (version 3.0.0+16.04.20160323.3-0ubuntu1)
  cannot preview webcam or capture anything, the camera-app window is
  all black.

  From shell output:

  user@desktop:~$ camera-app 
  Import path added "/usr/lib/x86_64-linux-gnu/camera-app"
  Camera app directory "/usr/share/camera-app/"
  unity::action::ActionManager::ActionManager(QObject*):
Could not determine application identifier. HUD will not work properly.
Provide your application identifier in $APP_ID environment variable.
  Focus mode selection is not supported
  APP_ID isn't set, the handler can not be registered
  file:///usr/share/camera-app/ViewFinderOverlay.qml:23:1: module "QtSensors" 
is not installed
  APP_ID isn't set, the handler ignored
  QFileSystemWatcher::removePaths: list is empty

  ** (camera-app:3003): WARNING **: Unable to register app: 
GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: Invalid application ID
  file:///usr/share/camera-app/ViewFinderExportConfirmation.qml:75:17: QML 
Item: Binding loop detected for property "height"
  file:///usr/share/camera-app/ViewFinderExportConfirmation.qml:75:17: QML 
Item: Binding loop detected for property "height"
  file:///usr/share/camera-app/ViewFinderExportConfirmation.qml:75:17: QML 
Item: Binding loop detected for property "height"
  file:///usr/share/camera-app/SlideshowView.qml:43: TypeError: Cannot read 
property 'isSelected' of null
  file:///usr/share/camera-app/SlideshowView.qml:375: TypeError: Cannot read 
property 'actions' of null
  file:///usr/share/camera-app/ViewFinderOverlayLoader.qml:26: TypeError: 
Cannot read property 'settings' of null
  file:///usr/share/camera-app/ViewFinderView.qml:458: TypeError: Cannot read 
property 'contentType' of null
  user@desktop:~$

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1595082/+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 1583079] Re: Drop dependencies on qtdeclarative5-* transitional packages

2016-08-29 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-extras -
0.2+16.10.20160824.1-0ubuntu1

---
ubuntu-ui-extras (0.2+16.10.20160824.1-0ubuntu1) yakkety; urgency=medium

  [ Florian Boucault ]
  * Fix image orientation in photo image provider for Qt>=5.5

  [ Timo Jyrinki ]
  * Stop depending on transitional packages. (LP: #1583079) (LP:
#1583079)

 -- Kaleo   Wed, 24 Aug 2016 15:47:28 +

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

Title:
  Drop dependencies on qtdeclarative5-* transitional packages

Status in webapps-sprint:
  Confirmed
Status in address-book-app package in Ubuntu:
  New
Status in camera-app package in Ubuntu:
  New
Status in content-hub package in Ubuntu:
  New
Status in dialer-app package in Ubuntu:
  New
Status in gallery-app package in Ubuntu:
  New
Status in kubuntu-meta package in Ubuntu:
  New
Status in mediaplayer-app package in Ubuntu:
  New
Status in messaging-app package in Ubuntu:
  New
Status in notes-app package in Ubuntu:
  New
Status in pay-service package in Ubuntu:
  Fix Released
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in telephony-service package in Ubuntu:
  New
Status in u1db-qt package in Ubuntu:
  New
Status in ubuntu-html5-theme package in Ubuntu:
  New
Status in ubuntu-keyboard package in Ubuntu:
  Fix Released
Status in ubuntu-push-qml package in Ubuntu:
  New
Status in ubuntu-settings-components package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  New
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in ubuntu-touch-meta package in Ubuntu:
  New
Status in ubuntu-ui-extras package in Ubuntu:
  Fix Released
Status in ubuntuone-credentials package in Ubuntu:
  Fix Released
Status in unity-webapps-qml package in Ubuntu:
  New

Bug description:
  ** Please include offered MPs in your next landings of the projects **

  With Ubuntu 16.04 LTS as the recommended deadline many packages
  managed to transition to qml-module-xyz package naming from the
  qtdeclarative5-xyz-plugin package naming (bug #1342031). The next step
  is to update all packages that depend on transitioned qtdeclarative5
  -xyz-plugin to depend on the proper qml-module-xyz packages instead.

  The goal is to then drop the transitional packages now that 14.04 LTS
  -> 16.04 LTS upgrades are secured for all the packages that made the
  transition before 16.04 LTS release.

  You can run the following (not 100% complete) to automate this:

  sed -i 's/qtdeclarative5-accounts-plugin/qml-module-ubuntu-onlineaccounts/' 
debian/control
  sed -i 's/qtdeclarative5-qtcontacts-plugin/qml-module-qtcontacts/' 
debian/control
  sed -i 
's/qtdeclarative5-ubuntu-ui-toolkit-plugin/qml-module-ubuntu-components/' 
debian/control
  sed -i 
's/qtdeclarative5-ubuntu-thumbnailer0.1/qml-module-ubuntu-thumbnailer0.1/' 
debian/control
  sed -i 's/qtdeclarative5-qtquick2-plugin/qml-module-qtquick2/' debian/control
  sed -i 
's/qtdeclarative5-online-accounts-client0.1/qml-module-ubuntu-onlineaccounts-client/'
 debian/control
  sed -i 's/qtdeclarative5-window-plugin/qml-module-qtquick-window2/' 
debian/control
  sed -i 
's/qtdeclarative5-xmllistmodel-plugin/qml-module-qtquick-xmllistmodel/' 
debian/control
  sed -i 
's/qtdeclarative5-folderlistmodel-plugin/qml-module-qt-labs-folderlistmodel/' 
debian/control
  sed -i 
's/qtdeclarative5-localstorage-plugin/qml-module-qtquick-localstorage/' 
debian/control
  sed -i 's/qtdeclarative5-test-plugin/qml-module-qttest/' debian/control
  sed -i 's/qtdeclarative5-ubuntu-web-plugin/qml-module-ubuntu-web/' 
debian/control
  sed -i 's/qtdeclarative5-quicklayouts-plugin/qml-module-qtquick-layouts/' 
debian/control

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1583079/+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 1589149] Re: the two Hotspots buttons seem to disagree

2016-08-29 Thread Jonas G. Drange
Bug reporter says the button in System Settings works and that the
button in the indicator does not. Either way, unless there's API
breakage, this is not something we can fix in System Settings.

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

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

Title:
  the two Hotspots buttons seem to disagree

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

Bug description:
  When i try to activate the hotspot using the menu that you can make appear 
from above (the black-background one) it seems not to work (no hotspot and no 
hotspot symbol on the top menu appearing).
  If I open setting->hotspot, there the hotspot button is deactivated (not 
green) while the hotspot button in the black menu is green.
  It seems the button in the Settings if activated can really make the hotspot 
work (and make the hotspot button in the black menu green) but the hotspot 
button in the black menu seems to just do nothing (except cutting wifi)

  
  On the meizu 4 with ota 11. I think the problem came with ota 11.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1589149/+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 1617851] Re: package fontconfig 2.11.94-0ubuntu1.1 failed to install/upgrade: triggers looping, abandoned

2016-08-29 Thread Emily Ratliff
** Information type changed from Private Security to Public

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

Title:
  package fontconfig 2.11.94-0ubuntu1.1 failed to install/upgrade:
  triggers looping, abandoned

Status in fontconfig package in Ubuntu:
  New

Bug description:
  This update sucks.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: fontconfig 2.11.94-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Sun Aug 28 14:56:21 2016
  ErrorMessage: triggers looping, abandoned
  InstallationDate: Installed on 2016-08-13 (15 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: fontconfig
  Title: package fontconfig 2.11.94-0ubuntu1.1 failed to install/upgrade: 
triggers looping, abandoned
  UpgradeStatus: Upgraded to xenial on 2016-08-28 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1617851/+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 1618031] [NEW] package tzdata 2016f-0ubuntu0.14.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 29

2016-08-29 Thread Brian Proffit
Public bug reported:

Software Updater reported an update to "Ubuntu Base" which I think was a
kernel upgrade from 3.13.0-76, (I'm on 14.04.5 LTS) but the installation
failed. This returned a different error exit status from the existing
bug 1599555

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: tzdata 2016f-0ubuntu0.14.04
ProcVersionSignature: Ubuntu 3.13.0-93.140-generic 3.13.11-ckt39
Uname: Linux 3.13.0-93-generic x86_64
NonfreeKernelModules: rapidrecovery_vss
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
Date: Mon Aug 29 08:44:13 2016
DuplicateSignature: package:tzdata:2016f-0ubuntu0.14.04:subprocess installed 
post-installation script returned error exit status 29
ErrorMessage: subprocess installed post-installation script returned error exit 
status 29
InstallationDate: Installed on 2013-05-07 (1209 days ago)
InstallationMedia: Ubuntu-Server 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130214)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.7
 apt  1.0.1ubuntu2.14
SourcePackage: tzdata
Title: package tzdata 2016f-0ubuntu0.14.04 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 29
UpgradeStatus: Upgraded to trusty on 2014-09-24 (705 days ago)

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


** Tags: amd64 apport-package need-duplicate-check trusty

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

Title:
  package tzdata 2016f-0ubuntu0.14.04 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 29

Status in tzdata package in Ubuntu:
  New

Bug description:
  Software Updater reported an update to "Ubuntu Base" which I think was
  a kernel upgrade from 3.13.0-76, (I'm on 14.04.5 LTS) but the
  installation failed. This returned a different error exit status from
  the existing bug 1599555

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: tzdata 2016f-0ubuntu0.14.04
  ProcVersionSignature: Ubuntu 3.13.0-93.140-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-93-generic x86_64
  NonfreeKernelModules: rapidrecovery_vss
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  Date: Mon Aug 29 08:44:13 2016
  DuplicateSignature: package:tzdata:2016f-0ubuntu0.14.04:subprocess installed 
post-installation script returned error exit status 29
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 29
  InstallationDate: Installed on 2013-05-07 (1209 days ago)
  InstallationMedia: Ubuntu-Server 12.04.2 LTS "Precise Pangolin" - Release 
amd64 (20130214)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.14
  SourcePackage: tzdata
  Title: package tzdata 2016f-0ubuntu0.14.04 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 29
  UpgradeStatus: Upgraded to trusty on 2014-09-24 (705 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/1618031/+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 1618031] Re: package tzdata 2016f-0ubuntu0.14.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 29

2016-08-29 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package tzdata 2016f-0ubuntu0.14.04 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 29

Status in tzdata package in Ubuntu:
  New

Bug description:
  Software Updater reported an update to "Ubuntu Base" which I think was
  a kernel upgrade from 3.13.0-76, (I'm on 14.04.5 LTS) but the
  installation failed. This returned a different error exit status from
  the existing bug 1599555

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: tzdata 2016f-0ubuntu0.14.04
  ProcVersionSignature: Ubuntu 3.13.0-93.140-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-93-generic x86_64
  NonfreeKernelModules: rapidrecovery_vss
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  Date: Mon Aug 29 08:44:13 2016
  DuplicateSignature: package:tzdata:2016f-0ubuntu0.14.04:subprocess installed 
post-installation script returned error exit status 29
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 29
  InstallationDate: Installed on 2013-05-07 (1209 days ago)
  InstallationMedia: Ubuntu-Server 12.04.2 LTS "Precise Pangolin" - Release 
amd64 (20130214)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.14
  SourcePackage: tzdata
  Title: package tzdata 2016f-0ubuntu0.14.04 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 29
  UpgradeStatus: Upgraded to trusty on 2014-09-24 (705 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/1618031/+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 1606955] Re: Renaming SIM in 'Mobile' does not change name in 'Phone'

2016-08-29 Thread Jonas G. Drange
** Also affects: dialer-app (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: ubuntu-system-settings (Ubuntu)

** Also affects: ubuntu-system-settings (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: dialer-app (Ubuntu)

** Changed in: ubuntu-system-settings (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  Renaming SIM in 'Mobile' does not change name in 'Phone'

Status in ubuntu-system-settings package in Ubuntu:
  Confirmed

Bug description:
  I recently changed one of the two SIM cards in my Aquaris E5. I then
  rename this SIM in System Settings > Mobile.

  Today, after updating to OTA-12, I noticed that System Settings >
  Phone still has the old name of the new SIM. I don't know whether this
  is related to the new OTA as I didn't check before the update.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1606955/+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 1617290] Re: OS and apps can't update

2016-08-29 Thread Simplehuman
For some reason permissions were wrong. I can't reproduce permissions
state when the problem came up because I renamed this folder from root.
Now I changed permissions of old folder to correct ones and everything
is working.

But it is still a bug, because I didn't open Terminal, didn't connect to
device from PC or even open a File Browser for >2 weeks. Just using
phablet as a regular user. Permissions changed by something else and it
is interesting...what could cause that?

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

Title:
  OS and apps can't update

Status in system-image package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  Incomplete

Bug description:
  Hello, I have a problem on my M10 FHD witch is on rc-proposed channel (r173 
now). I can't receive any updates for system image or any installed app. I even 
receive a notify in message indicator, but when I open update manager it 
searches for updates and found nothing (saying that my system is up to date). 
There should be updates at least for some apps and 2 system image updates since 
then. Rebooting and shutdowning device didn't help. My Meizu MX4 is updating 
normally with
  the same network connection.

  It would be very nice to have some workaround and fix this.

  `system-image-cli -n -vv` ouput:

  phablet@ubuntu-phablet:~$ system-image-cli -n -vv
  [systemimage] Aug 25 12:31:41 2016 (5245) -> [ 1] _cleanup
  [systemimage] Aug 25 12:31:41 2016 (5245) -> [ 2] _get_blacklist_1
  [systemimage] Aug 25 12:31:41 2016 (5245) No valid image master key found, 
downloading
  [systemimage] Aug 25 12:31:41 2016 (5245) [0xf60d0850] Requesting group 
download:
  https://system-image.ubuntu.com/gpg/image-master.tar.xz -> 
/android/cache/recovery/keyring.tar.xz
  https://system-image.ubuntu.com/gpg/image-master.tar.xz.asc -> 
/android/cache/recovery/keyring.tar.xz.asc

  [systemimage] Aug 25 12:31:41 2016 (5245) Allow GSM? No
  [systemimage] Aug 25 12:31:41 2016 (5245) 
[/com/canonical/applications/download/com_2eubuntu_2eterminal_5fterminal_5f0_2e7_2e198/fcef27f761f34d45a7cd71a17c0089dc]
 Running group download reactor
  [systemimage] Aug 25 12:31:41 2016 (5245) self: , self._iface:  :1.141 
/com/canonical/applications/download/com_2eubuntu_2eterminal_5fterminal_5f0_2e7_2e198/fcef27f761f34d45a7cd71a17c0089dc
 at 0xf60d0930> implementing 'com.canonical.applications.GroupDownload' at 
0xf60d0890>
  [systemimage] Aug 25 12:32:21 2016 (5245) 
https://system-image.ubuntu.com/gpg/image-master.tar.xz:
  [systemimage] Aug 25 12:32:21 2016 (5245) 
[/com/canonical/applications/download/com_2eubuntu_2eterminal_5fterminal_5f0_2e7_2e198/fcef27f761f34d45a7cd71a17c0089dc]
 Group download reactor done
  [systemimage] Aug 25 12:32:21 2016 (5245) Reactor error: 
https://system-image.ubuntu.com/gpg/image-master.tar.xz:
  Exception occurred during dry-run; see log file for details
  [systemimage] Aug 25 12:32:21 2016 (5245) system-image-cli exception
  Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/systemimage/main.py", line 365, in main
  state.run_until('download_files')
File "/usr/lib/python3/dist-packages/systemimage/state.py", line 179, in 
run_until
  step()
File "/usr/lib/python3/dist-packages/systemimage/state.py", line 210, in 
_get_blacklist_1
  'image-master', 'gpg/image-master.tar.xz', 'archive-master')
File "/usr/lib/python3/dist-packages/systemimage/keyring.py", line 107, in 
get_keyring
  (ascxz_src, ascxz_dst),
File "/usr/lib/python3/dist-packages/systemimage/download.py", line 209, in 
get_files
  self._get_files(records, pausable, signal_started)
File "/usr/lib/python3/dist-packages/systemimage/udm.py", line 175, in 
_get_files
  raise FileNotFoundError(reactor.error)
  FileNotFoundError: https://system-image.ubuntu.com/gpg/image-master.tar.xz:
  phablet@ubuntu-phablet:~$

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-image/+bug/1617290/+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 1603175] Re: No resolution configuration available

2016-08-29 Thread Jonas G. Drange
Thank you for your report, I've requested a spec and visuals from
design.

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

** Changed in: ubuntu-system-settings (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  No resolution configuration available

Status in Ubuntu UX:
  New
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  In my desktop unity8 is clearly in the wrong resolution:
   - the font in the titlebar is quite pixelated
   - the cursor is huge

  It would be required to have a setting like the one in unity7 to set
  the correct resolution of the screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1603175/+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 1602649] Re: need an option to disable launcher's autohide on desktop

2016-08-29 Thread Jonas G. Drange
Thank you for your report, I've requested a spec and visuals from
design.

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

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

** Changed in: ubuntu-system-settings (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  need an option to disable launcher's autohide on desktop

Status in Ubuntu UX:
  New
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  need an option to disable launcher's autohide on desktop
  you can't disable autohide now

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1602649/+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 1617290] Re: OS and apps can't update

2016-08-29 Thread Simplehuman
btw, I want to add. Something strange is going on with this folder.
Folder owner of many folder is root, but not for all. Some apps root
owner just can't launch?field.comment=btw, I want to add. Something
strange is going on with this folder. Folder owner of many folder is
root, but not for all. Some apps root owner just can't launch

** Attachment added: "ls.txt"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1617290/+attachment/4730044/+files/ls.txt

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

Title:
  OS and apps can't update

Status in system-image package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  Incomplete

Bug description:
  Hello, I have a problem on my M10 FHD witch is on rc-proposed channel (r173 
now). I can't receive any updates for system image or any installed app. I even 
receive a notify in message indicator, but when I open update manager it 
searches for updates and found nothing (saying that my system is up to date). 
There should be updates at least for some apps and 2 system image updates since 
then. Rebooting and shutdowning device didn't help. My Meizu MX4 is updating 
normally with
  the same network connection.

  It would be very nice to have some workaround and fix this.

  `system-image-cli -n -vv` ouput:

  phablet@ubuntu-phablet:~$ system-image-cli -n -vv
  [systemimage] Aug 25 12:31:41 2016 (5245) -> [ 1] _cleanup
  [systemimage] Aug 25 12:31:41 2016 (5245) -> [ 2] _get_blacklist_1
  [systemimage] Aug 25 12:31:41 2016 (5245) No valid image master key found, 
downloading
  [systemimage] Aug 25 12:31:41 2016 (5245) [0xf60d0850] Requesting group 
download:
  https://system-image.ubuntu.com/gpg/image-master.tar.xz -> 
/android/cache/recovery/keyring.tar.xz
  https://system-image.ubuntu.com/gpg/image-master.tar.xz.asc -> 
/android/cache/recovery/keyring.tar.xz.asc

  [systemimage] Aug 25 12:31:41 2016 (5245) Allow GSM? No
  [systemimage] Aug 25 12:31:41 2016 (5245) 
[/com/canonical/applications/download/com_2eubuntu_2eterminal_5fterminal_5f0_2e7_2e198/fcef27f761f34d45a7cd71a17c0089dc]
 Running group download reactor
  [systemimage] Aug 25 12:31:41 2016 (5245) self: , self._iface:  :1.141 
/com/canonical/applications/download/com_2eubuntu_2eterminal_5fterminal_5f0_2e7_2e198/fcef27f761f34d45a7cd71a17c0089dc
 at 0xf60d0930> implementing 'com.canonical.applications.GroupDownload' at 
0xf60d0890>
  [systemimage] Aug 25 12:32:21 2016 (5245) 
https://system-image.ubuntu.com/gpg/image-master.tar.xz:
  [systemimage] Aug 25 12:32:21 2016 (5245) 
[/com/canonical/applications/download/com_2eubuntu_2eterminal_5fterminal_5f0_2e7_2e198/fcef27f761f34d45a7cd71a17c0089dc]
 Group download reactor done
  [systemimage] Aug 25 12:32:21 2016 (5245) Reactor error: 
https://system-image.ubuntu.com/gpg/image-master.tar.xz:
  Exception occurred during dry-run; see log file for details
  [systemimage] Aug 25 12:32:21 2016 (5245) system-image-cli exception
  Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/systemimage/main.py", line 365, in main
  state.run_until('download_files')
File "/usr/lib/python3/dist-packages/systemimage/state.py", line 179, in 
run_until
  step()
File "/usr/lib/python3/dist-packages/systemimage/state.py", line 210, in 
_get_blacklist_1
  'image-master', 'gpg/image-master.tar.xz', 'archive-master')
File "/usr/lib/python3/dist-packages/systemimage/keyring.py", line 107, in 
get_keyring
  (ascxz_src, ascxz_dst),
File "/usr/lib/python3/dist-packages/systemimage/download.py", line 209, in 
get_files
  self._get_files(records, pausable, signal_started)
File "/usr/lib/python3/dist-packages/systemimage/udm.py", line 175, in 
_get_files
  raise FileNotFoundError(reactor.error)
  FileNotFoundError: https://system-image.ubuntu.com/gpg/image-master.tar.xz:
  phablet@ubuntu-phablet:~$

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-image/+bug/1617290/+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 1618078] [NEW] "Grabbing" mouse cursor not shown when moving window on first press.

2016-08-29 Thread Andrea Azzarone
Public bug reported:

To reproduce on an unity8 desktop session:
1. Open a window
2. Press on the window decoration to start dragging the window

Expected behavior:
The "grabbing" mouse is shown.

Actual behavior:
The "grabbing" mouse is now shown until first mouse motion.

** Affects: unity8 (Ubuntu)
 Importance: Low
 Assignee: Andrea Azzarone (azzar1)
 Status: In Progress


** Tags: unity8-desktop

** Changed in: unity8 (Ubuntu)
   Importance: Undecided => Low

** Changed in: unity8 (Ubuntu)
   Status: New => In Progress

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Andrea Azzarone (azzar1)

** Tags added: unity8-desktop

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

Title:
  "Grabbing" mouse cursor not shown when moving window on first press.

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  To reproduce on an unity8 desktop session:
  1. Open a window
  2. Press on the window decoration to start dragging the window

  Expected behavior:
  The "grabbing" mouse is shown.

  Actual behavior:
  The "grabbing" mouse is now shown until first mouse motion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1618078/+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 1528058] Re: settings not readable from confined app/scope

2016-08-29 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: New => Confirmed

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

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

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

Title:
  settings not readable from confined app/scope

Status in Canonical System Image:
  Confirmed
Status in thumbnailer package in Ubuntu:
  Triaged

Bug description:
  The trace-client gsetting does not work and always returns false when
  running under confinement. We need a different way to enable this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1528058/+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 1595558] Re: sudo doesn't have /snap/bin in PATH

2016-08-29 Thread Oliver Grawert
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  sudo doesn't have /snap/bin in PATH

Status in snapd package in Ubuntu:
  Won't Fix
Status in sudo package in Ubuntu:
  Fix Released
Status in snapd source package in Xenial:
  Won't Fix
Status in sudo source package in Xenial:
  Fix Committed

Bug description:
  [ SRU Justification ]
  Snap may contain sysadmin tools as well. They are currently hard to invoke
  because /snap/bin is not in the PATH when sudo is used because the default
  secure_path of sudoers does not have it.

  [ SRU Test Case ]
  1. sudo snap install hello-world
  2. sudo hello-world
  3. verify that this fails with "command not found"
  4. install sudo from xenial-proposed
  5. verify that sudo hello-world now works

  [ Regression Potential ]
  - may trigger conffile prompts on upgrade

  [Original report]
  $ nextcloud.occ
  # prints output

  $ sudo nextcloud.occ
  sudo: nextcloud.occ: command not found

  I need to do `sudo /snap/bin/nextcloud.occ` if I want it to run.

  $ sudo env | grep PATH
  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1595558/+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 1528058] Re: settings not readable from confined app/scope

2016-08-29 Thread Rodney Dawes
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

Title:
  settings not readable from confined app/scope

Status in Canonical System Image:
  Confirmed
Status in thumbnailer package in Ubuntu:
  Triaged

Bug description:
  The trace-client gsetting does not work and always returns false when
  running under confinement. We need a different way to enable this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1528058/+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 1433630] Re: I would like to have contact info as part of the keyboard dictionary

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

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

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

Title:
  I would like to have contact info as part of the keyboard dictionary

Status in ubuntu-keyboard:
  New
Status in ubuntu-keyboard package in Ubuntu:
  Confirmed

Bug description:
  Would be nice to have my contact info present on keyboard predictive
  text.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1433630/+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 1618078] Re: "Grabbing" mouse cursor not shown when moving window on first press.

2016-08-29 Thread Andrea Azzarone
Added to Trello: https://trello.com/c/ieIge90r/51-bug-1618078-grabbing-
mouse-cursor-not-shown-when-moving-window-on-first-press

** Branch linked: lp:~azzar1/unity8/dragging-cursor-on-first-press

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

Title:
  "Grabbing" mouse cursor not shown when moving window on first press.

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  To reproduce on an unity8 desktop session:
  1. Open a window
  2. Press on the window decoration to start dragging the window

  Expected behavior:
  The "grabbing" mouse is shown.

  Actual behavior:
  The "grabbing" mouse is now shown until first mouse motion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1618078/+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 1437305] Re: Wrong date day icon display and one day before events day in month view

2016-08-29 Thread Renato Araujo Oliveira Filho
** Changed in: qtorganizer5-eds (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Wrong date day icon display and one day before events day in month
  view

Status in Ubuntu Calendar App:
  Fix Released
Status in qtorganizer5-eds package in Ubuntu:
  Fix Released

Bug description:
  All day events display one day too early in month view.

  Create an all day event on 27th March 2015, move month view and the
  dot is against 26th March.  Can be corrected by changing all day event
  to span 27th to 28th March but now event displays over two days on day
  view. Icon displays wrong date: next day date

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1437305/+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 1618077] [NEW] follow-up to [Lenovo ThinkPad W530] Regression: cannot set up 3 display configuration any more (Optimus) #1556459

2016-08-29 Thread ligi
Public bug reported:

as requested in #1556459

this is the bug created by "ubuntu-bug xorg" with xdiagnose installed

shortly after trying to enable the 3rd monitor and the error showed

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
Uname: Linux 4.4.0-34-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
BootLog:
 
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Mon Aug 29 16:37:10 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 5.0.24, 4.4.0-28-generic, x86_64: installed
 virtualbox, 5.0.24, 4.4.0-31-generic, x86_64: installed
 virtualbox, 5.0.24, 4.4.0-34-generic, x86_64: installed
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo 2nd Generation Core Processor Family Integrated Graphics 
Controller [17aa:21d1]
 NVIDIA Corporation GF119M [Quadro NVS 4200M] [10de:1057] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Lenovo GF119M [Quadro NVS 4200M] [17aa:21d1]
InstallationDate: Installed on 2016-02-07 (203 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160205)
LightdmDisplayLog:
 Cannot do multiple crtcs without X server dirty tracking 2 interface
 randr: failed to set shadow slave pixmap
 Cannot do multiple crtcs without X server dirty tracking 2 interface
 randr: failed to set shadow slave pixmap
MachineType: LENOVO 42435HG
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic.efi.signed 
root=UUID=88e9500d-048c-4021-af00-6403ffc0c05e ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/06/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 8AET56WW (1.36 )
dmi.board.asset.tag: Not Available
dmi.board.name: 42435HG
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr8AET56WW(1.36):bd12/06/2011:svnLENOVO:pn42435HG:pvrThinkPadT520:rvnLENOVO:rn42435HG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 42435HG
dmi.product.version: ThinkPad T520
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.1
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Fri Aug 26 19:58:54 2016
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.3-1ubuntu2.3

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


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

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

Title:
  follow-up to  [Lenovo ThinkPad W530] Regression: cannot set up 3
  display configuration any more (Optimus) #1556459

Status in xorg package in Ubuntu:
  New

Bug description:
  as requested in #1556459

  this is the bug created by "ubuntu-bug xorg" with xdiagnose installed

  shortly after trying to enable the 3rd monitor and the error showed

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Aug 29 16:37:10 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.24, 4.4.0-28-generic, x86_64: installed
   virtualbox, 5.0.24, 4.4.0-31-generic, x86_64: installed
   virtualbox, 5.0.24, 4.4.0-34-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  Graphi

[Touch-packages] [Bug 1617435] Re: libmirserver-dev is missing a depends for uuid-dev

2016-08-29 Thread mir-ci-bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.25.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  libmirserver-dev is missing a depends for uuid-dev

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Triaged

Bug description:
  From building qtmir:

  In file included from 
/«BUILDDIR»/qtmir-0.4.8+15.04.20160826.1/src/modules/Unity/Application/mirsurfacemanager.cpp:41:0:
  /usr/include/mirserver/mir/shell/persistent_surface_store.h:25:23: fatal 
error: uuid/uuid.h: No such file or directory
   #include 
 ^

  libmirserver-dev should depend on uuid-dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1617435/+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 1617348] Re: unity shell is crashing for apps without icon

2016-08-29 Thread Andrea Azzarone
** Changed in: unity8 (Ubuntu)
   Status: New => Triaged

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

Title:
  unity shell is crashing for apps without icon

Status in Canonical System Image:
  New
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Trying to launch a app from terminal that does not contains a "Icon"
  etry on it desktop file causes the shell to crash.

  How to test
  ===

  * Create a desktop entry without the icon entry (something like that):
  [Desktop Entry]
  Name=Sync Monitor
  Comment=Ask for online account authentication if the token expires
  Exec=/usr/lib/arm-linux-gnueabihf/sync-monitor/sync-monitor-helper %u
  Terminal=false
  Type=Application
  Version=1.0
  X-Ubuntu-Gettext-Domain=sync-monitor

  * try to launch it from terminal or url launch:
  /usr/lib/arm-linux-gnueabihf/sync-monitor/sync-monitor-helper 
--desktop-file-hint=/usr/share/applications/sync-monitor-helper.desktop

  
  Expected
  

  App appears

  Current
  ===

  Shell crashes and go back to login screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1617348/+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 1617693] Re: package evolution-data-server 3.21.90-0ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/systemd/user/evolution-addressbook-factory.service', which is

2016-08-29 Thread Jeremy Bicha
** Changed in: evolution-data-server (Ubuntu)
   Status: New => Invalid

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

Title:
  package evolution-data-server 3.21.90-0ubuntu2 failed to
  install/upgrade: trying to overwrite '/usr/lib/systemd/user/evolution-
  addressbook-factory.service', which is also in package evolution-data-
  server-common 3.20.2-0ubuntu1~xenial1

Status in evolution-data-server package in Ubuntu:
  Invalid

Bug description:
  upgrade to 16.10

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: evolution-data-server 3.21.90-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  Date: Sat Aug 27 22:46:34 2016
  DuplicateSignature:
   package:evolution-data-server:3.21.90-0ubuntu2
   Unpacking evolution-data-server (3.21.90-0ubuntu2) over 
(3.20.2-0ubuntu1~xenial1) ...
   dpkg: error processing archive 
/tmp/apt-dpkg-install-DNws2R/149-evolution-data-server_3.21.90-0ubuntu2_amd64.deb
 (--unpack):
trying to overwrite 
'/usr/lib/systemd/user/evolution-addressbook-factory.service', which is also in 
package evolution-data-server-common 3.20.2-0ubuntu1~xenial1
  ErrorMessage: trying to overwrite 
'/usr/lib/systemd/user/evolution-addressbook-factory.service', which is also in 
package evolution-data-server-common 3.20.2-0ubuntu1~xenial1
  InstallationDate: Installed on 2015-10-28 (304 days ago)
  InstallationMedia: Ubuntu-Server 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.3~rc2ubuntu3
  SourcePackage: evolution-data-server
  Title: package evolution-data-server 3.21.90-0ubuntu2 failed to 
install/upgrade: trying to overwrite 
'/usr/lib/systemd/user/evolution-addressbook-factory.service', which is also in 
package evolution-data-server-common 3.20.2-0ubuntu1~xenial1
  UpgradeStatus: Upgraded to yakkety on 2016-03-12 (169 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1617693/+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 1617297] Re: [windowed mode] camera app buttons wrong rotation

2016-08-29 Thread Andrea Azzarone
Cosing as per comment #3.

** Changed in: camera-app (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: unity8 (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  [windowed mode] camera app buttons wrong rotation

Status in camera-app package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Enviroment:

  current build number: 175
  device name: frieza
  channel: ubuntu-touch/rc-proposed/bq-aquaris-pd.en
  last update: 2016-08-26 12:27:57
  version version: 175
  version ubuntu: 20160826
  version device: 20160809.0
  version custom: 20160805--42-20-vivid

  Product: BQ M10 FHD

  Steps to reproduce:

  1º Switch to desktop mode when in landscape
  2º Open camera app
  3º Maximize it
  4º Minimize it
  5º Check camera app buttons change from landscape to portrait mode

  Current result: Camera app buttons change from landscape to portrait mode 
when maximize/minimize windows
  Expected result: Camera app buttons should only rotate when device rotates

  Additional info: if you are not able to reproduce it that way, rotate
  Frieza few times when in desktop mode and minimize/maximize the
  window. Video attached

  Logs time stamp: 14:13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1617297/+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   >