[Touch-packages] [Bug 1469191] Re: package systemd 219-7ubuntu6 failed to install/upgrade: il pacchetto si trova in uno stato di inconsistenza critico: è consigliato installarlo nuovamente prima di t

2015-06-29 Thread Martin Pitt
I'm afraid I don't speak Italian, but according to the log you might
have tried to remove/purge the "systemd" package? Unfortunately this
report doesn't contain the original problem log, just the follow up
error. What is the output of

  sudo apt-get -f install

(say "yes" if it asks to repair)

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

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

Title:
  package systemd 219-7ubuntu6 failed to install/upgrade: il pacchetto
  si trova in uno stato di inconsistenza critico: è consigliato
  installarlo nuovamente prima di tentare la configurazione.

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  Il problema è stato causato da un aggiornamento. Ora non è più
  possibile installare aggiornamenti.

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu6
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic i686
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: i386
  Date: Fri Jun 26 16:33:41 2015
  DuplicateSignature: package:systemd:219-7ubuntu6:il pacchetto si trova in uno 
stato di inconsistenza critico: è consigliato  installarlo nuovamente prima di 
tentare la configurazione.
  ErrorMessage: il pacchetto si trova in uno stato di inconsistenza critico: è 
consigliato  installarlo nuovamente prima di tentare la configurazione.
  InstallationDate: Installed on 2015-01-18 (158 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic 
root=UUID=60afb2d8-1ea3-4eb2-85d5-1cf856ef22f4 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: systemd
  Title: package systemd 219-7ubuntu6 failed to install/upgrade: il pacchetto 
si trova in uno stato di inconsistenza critico: è consigliato  installarlo 
nuovamente prima di tentare la configurazione.
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/19/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.20
  dmi.board.name: N68-VS3 UCC
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.20:bd09/19/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnN68-VS3UCC:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


[Touch-packages] [Bug 1469611] [NEW] QQuickPixmapReader::asyncResponseFinished segfaults if a QQuickAsyncImageProvider returns an error response

2015-06-29 Thread James Henstridge
Public bug reported:

While working on the new thumbnailer, we've been using the new
QQuickAsyncImageProvider API.  The API allows us to report errors by
overriding the errorString() method on QQuickImageResponse to return a
non-empty string.  However, if I do so the application crashes.

Loading up the symbols to get a stack trace shows this to be a bug in
the logic of QQuickPixmapReader::asyncResponseFinished:

QQuickTextureFactory *t = 0;
QQuickPixmapReply::ReadError error = QQuickPixmapReply::NoError;
QString errorString;
QSize readSize;
if (!response->errorString().isEmpty()) {
error = QQuickPixmapReply::Loading;
errorString = response->errorString();
} else {
t = response->textureFactory();
   }
mutex.lock();
if (!cancelled.contains(job))
job->postReply(error, errorString, t->textureSize(), t);
mutex.unlock();

If errorString() is not empty, then t will still be NULL.  It is then
dereferenced to call t->textureSize() resulting in a segfault.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: libqt5quick5 5.4.2-1ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
Uname: Linux 3.19.0-20-generic x86_64
ApportVersion: 2.17.3-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jun 29 14:53:49 2015
InstallationDate: Installed on 2013-10-29 (607 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
SourcePackage: qtdeclarative-opensource-src
UpgradeStatus: Upgraded to wily on 2015-06-13 (15 days ago)

** Affects: qtdeclarative-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

** Attachment removed: "JournalErrors.txt"
   
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1469611/+attachment/4421721/+files/JournalErrors.txt

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

Title:
  QQuickPixmapReader::asyncResponseFinished segfaults if a
  QQuickAsyncImageProvider returns an error response

Status in qtdeclarative-opensource-src package in Ubuntu:
  New

Bug description:
  While working on the new thumbnailer, we've been using the new
  QQuickAsyncImageProvider API.  The API allows us to report errors by
  overriding the errorString() method on QQuickImageResponse to return a
  non-empty string.  However, if I do so the application crashes.

  Loading up the symbols to get a stack trace shows this to be a bug in
  the logic of QQuickPixmapReader::asyncResponseFinished:

  QQuickTextureFactory *t = 0;
  QQuickPixmapReply::ReadError error = QQuickPixmapReply::NoError;
  QString errorString;
  QSize readSize;
  if (!response->errorString().isEmpty()) {
  error = QQuickPixmapReply::Loading;
  errorString = response->errorString();
  } else {
  t = response->textureFactory();
 }
  mutex.lock();
  if (!cancelled.contains(job))
  job->postReply(error, errorString, t->textureSize(), t);
  mutex.unlock();

  If errorString() is not empty, then t will still be NULL.  It is then
  dereferenced to call t->textureSize() resulting in a segfault.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libqt5quick5 5.4.2-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jun 29 14:53:49 2015
  InstallationDate: Installed on 2013-10-29 (607 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: qtdeclarative-opensource-src
  UpgradeStatus: Upgraded to wily on 2015-06-13 (15 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1469611/+subscriptions

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


[Touch-packages] [Bug 1453912] Re: systemd does not unlock dm-crypt password

2015-06-29 Thread Martin Pitt
Indeed, the log doesn't even show an attempt to unlock cryptstore. In
that debug shell, can you please do

  tar cf /root/generator.tar /run/systemd/generator*

and attach /root/generator.tar here?

** Summary changed:

- systemd does not allow to boot with /home on dm-crypt
+ systemd does not unlock dm-crypt password

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

Title:
  systemd does not unlock dm-crypt password

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  Since upgrading from version 14.10 to Kubuntu 15.04, my system does
  not boot normally any more.

  Maybe it's only a stupid oversight on my part, but not being a systemd
  pro, I'm currently at a loss of how to debug this any further.

  Hints and pointers to appropriate documentation are welcome!

  Kubuntu 15.04 quickly boots to a specific point where it seems to try
  to enable a dm-crypt partition which also carries /home, beside other
  data, and simply stalls.

  I'm not asked to enter my crytpdisk password and I also cannot enter
  it blindly without being asked.

  You can see the point where it stalls in the attached "screenshot"
  (photo of my screen).

  I can then press Ctrl+Alt+Del to cleanly restart the system but I
  could not find a way to get beyond this point with systemd.

  Using the alternative boot option with upstart works flawlessly.
  (Although booting with this boot option is really slow and it takes a
  while to reach the graphical login screen - it basically looks as if
  the system is waiting for some name resolving timeouts during boot,
  but that's a different issue, if've not debugged it further and maybe
  it's just gone once systemd works to boot my machine.)

  Further info about my setup:

  $ cat /etc/crypttab   
 
  crypt /dev/mapper/main-cryptstore none luks,noearly,discard  

  $ mount | egrep crypt
  /dev/mapper/crypt on /mnt/crypt type ext4 (rw,relatime,data=ordered)
  /dev/mapper/crypt on /home type ext4 (rw,relatime,data=ordered)
  /dev/mapper/crypt on /var/lib/mysql type ext4 (rw,relatime,data=ordered)

  Here the first entry is the actual mount point while the other mount
  points are bind mounts:

  $ cat /etc/fstab | egrep crypt
  /dev/mapper/crypt   /mnt/crypt  ext4defaults0   2 
  
  /mnt/crypt/home /home   nonebind0   0 
  
  /mnt/crypt/var_lib_mysql/var/lib/mysql  nonebind0   0

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon May 11 20:28:18 2015
  MachineType: Sony Corporation SVS13A3W9ES
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-16-generic 
root=/dev/mapper/main-root ro quiet init=/sbin/upstart
  SourcePackage: systemd
  SystemdDelta:
   [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service -> 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
   
   1 overridden configuration files found.
  UpgradeStatus: Upgraded to vivid on 2015-04-28 (13 days ago)
  dmi.bios.date: 03/13/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: R1021C8
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR1021C8:bd03/13/2013:svnSonyCorporation:pnSVS13A3W9ES:pvrC60BRBTW:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: SVS13A3W9ES
  dmi.product.version: C60BRBTW
  dmi.sys.vendor: Sony Corporation

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

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


[Touch-packages] [Bug 1453287] Re: System not started with systemd after upgrade OS 14.10

2015-06-29 Thread Martin Pitt
No answer in over a month, closing. Please reopen once you can provide
the requested information. Thank you!

** Changed in: systemd (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  System not started with systemd after upgrade OS 14.10

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  System not started with systemd after upgrade OS 14.10

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat May  9 00:29:50 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-02 (187 days ago)
  InstallationMedia: Xubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: LENOVO IdeaPad U350
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=264a6a01-02b8-4096-8fc4-f8817c8a311f ro quiet splash elevator=noop 
init=/sbin/upstart
  SourcePackage: systemd
  SystemdDelta:
   [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
   
   1 overridden configuration files found.
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/06/2009
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 1CCN20WW
  dmi.board.name: LL1
  dmi.board.vendor: Lenovo
  dmi.board.version: Rev 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: Rev 1.0
  dmi.modalias: 
dmi:bvnLENOVO:bvr1CCN20WW:bd08/06/2009:svnLENOVO:pnIdeaPadU350:pvrRev1.0:rvnLenovo:rnLL1:rvrRev1.0:cvnLenovo:ct10:cvrRev1.0:
  dmi.product.name: IdeaPad U350
  dmi.product.version: Rev 1.0
  dmi.sys.vendor: LENOVO

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

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


[Touch-packages] [Bug 1450366] Re: package systemd 219-7ubuntu4 failed to install/upgrade: "connection expired" in trigger

2015-06-29 Thread Martin Pitt
No answer in about two months, closing. Please reopen once you can
provide the requested information. Thank you!

** Changed in: systemd (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  package systemd 219-7ubuntu4 failed to install/upgrade: "connection
  expired" in trigger

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  It appears often.

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic i686
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: i386
  Date: Mon Apr 27 09:45:44 2015
  DuplicateSignature: package:systemd:219-7ubuntu4:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2014-12-04 (146 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  MachineType: ASUSTeK COMPUTER INC. X200CA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=1d5b1ee4-5cd0-4eb8-a442-8cbfb09f489f ro quiet splash 
resume=UUID=adc22ecb-e721-4037-9cfe-55e8ade59719 vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: systemd
  Title: package systemd 219-7ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to vivid on 2015-04-26 (3 days ago)
  dmi.bios.date: 07/11/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200CA.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200CA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200CA.203:bd07/11/2013:svnASUSTeKCOMPUTERINC.:pnX200CA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200CA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200CA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

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


[Touch-packages] [Bug 1436168] Re: systemd-journald crashed with SIGABRT in journal_file_move_to_object()

2015-06-29 Thread Martin Pitt
Okay, closing then.

** Changed in: systemd (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  systemd-journald crashed with SIGABRT in journal_file_move_to_object()

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  Crashed over night while recovering backup.

  .

  Xubuntu 15.04 beta1

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-4ubuntu9
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  Date: Tue Mar 24 23:13:27 2015
  ExecutablePath: /lib/systemd/systemd-journald
  ExecutableTimestamp: 1427124595
  InstallationDate: Installed on 2015-03-23 (1 days ago)
  InstallationMedia: Xubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: Gigabyte Technology Co., Ltd. GA-MA790GP-UD4H
  ProcCmdline: /lib/systemd/systemd-journald
  ProcCwd: /
  ProcEnviron:
   LANG=de_DE.UTF-8
   PATH=(custom, no user)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-10-generic 
root=UUID=45370e47-0377-4e9d-87fc-81889c091532 ro quiet splash
  Signal: 6
  SourcePackage: systemd
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: systemd-journald crashed with SIGABRT
  UpgradeStatus: Upgraded to vivid on 2015-03-24 (0 days ago)
  UserGroups:
   
  dmi.bios.date: 07/08/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F7c
  dmi.board.name: GA-MA790GP-UD4H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF7c:bd07/08/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA790GP-UD4H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA790GP-UD4H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-MA790GP-UD4H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Touch-packages] [Bug 1455956] Re: package udev 219-7ubuntu5 failed to install/upgrade: group "input" already exists as a non-systemd group

2015-06-29 Thread Martin Pitt
http://anonscm.debian.org/cgit/pkg-
systemd/systemd.git/commit/?id=afb79c4

** Summary changed:

- package udev 219-7ubuntu5 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
+ package udev 219-7ubuntu5 failed to install/upgrade: group "input" already 
exists as a non-systemd group

** Changed in: systemd (Ubuntu)
   Status: Won't Fix => In Progress

** Changed in: systemd (Ubuntu)
   Importance: Undecided => Low

** Changed in: systemd (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  package udev 219-7ubuntu5 failed to install/upgrade: group "input"
  already exists as a non-systemd group

Status in systemd package in Ubuntu:
  Fix Committed

Bug description:
  N/A

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: udev 219-7ubuntu5
  ProcVersionSignature: Ubuntu 3.19.0-17.17-generic 3.19.6
  Uname: Linux 3.19.0-17-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CustomUdevRuleFiles: 99-whatpulse-input.rules
  Date: Sun May 17 12:56:21 2015
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-17-generic 
root=UUID=13ca088b-9843-40fb-9b38-da7f527d1344 ro splash quiet vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: systemd
  Title: package udev 219-7ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: Upgraded to vivid on 2015-05-17 (0 days ago)
  dmi.bios.date: 11/20/2012
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: MKQ7710H.86A.0054.2012.1120.1444
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DQ77MK
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG39642-500
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrMKQ7710H.86A.0054.2012.1120.1444:bd11/20/2012:svn:pn:pvr:rvnIntelCorporation:rnDQ77MK:rvrAAG39642-500:cvn:ct3:cvr:

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

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


[Touch-packages] [Bug 1466314] Re: UTMP Update makes booting 1:30min longer

2015-06-29 Thread Martin Pitt
Can you please give the output of

  sudo systemctl status -l systemd-update-utmp.service

and do "sudo journalctl -ab > /tmp/journal.txt" and attach
/tmp/journal.txt ? Perhaps this contains an useful error message what's
going wrong with this. It would also be useful if you could boot with
the additional "systemd.log_level=debug" kernel option (in grub) before,
so that the journal contains debug messages from systemd-update-utmp.

Thanks!

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

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

Title:
  UTMP Update makes booting 1:30min longer

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  With the recent kernel update for Ubuntu 15.04 the boot process takes
  so long. At this line I have to wait 1:30 min until it gets over with
  it:

  > UPDATE UTMP System Boot/Shutdown ... (progress bar here)

  How can we disable this? And why has the latest kernel introduced
  this?

  
  My system:

  $ uname -a
  Linux M2 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 
x86_64 x86_64 GNU/Linux

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

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


[Touch-packages] [Bug 1431714] Re: [xorg-edgers] Held broken packages (libgbm1) from Xorg-edgers PPA

2015-06-29 Thread Ragnarel
I have the same problem in a freshly installed Ubuntu 14.04 LTS.

#7, please, can you explain how did you solved it, or which packages you
removed exactly? Thanks in advance.

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

Title:
  [xorg-edgers] Held broken packages (libgbm1) from Xorg-edgers PPA

Status in xorg package in Ubuntu:
  Confirmed
Status in xorg-edgers-ppa package in Ubuntu:
  Confirmed

Bug description:
  My laptop (Aspire VN7-591G) comes with an nVidia graphic card that is
  not supported by default in Ubuntu Trusty (14.04.2, amd64).

  I installed the Xorg-edgers PPA to be able to install nvidia-340 which
  contains the proper drivers for my card (and allow me to switch
  between the Intel and the nVidia GPU).

  Later, I realized there is a dependency issue with package libgbm1:

  sudo apt-get dist-upgrade
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  The following packages have been kept back:
libgbm1
  0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

  Using aptitude to have more information, I get this:

  --\ Packages being automatically held in their current state (1)
  i A  libgbm1  
  10.1.3-0ubuntu 10.6.0~git2015

  libgbm1 will not be upgraded to version 
10.6.0~git20150310.5750595c-0ubuntu0ricotz3~trusty, to avoid breaking the 
following dependencies:
* libgbm1 replaces libgbm1:i386 (< 10.1.3-0ubuntu0.3)

  It appears that this package is used by the xorg-edgers PPA:

  % apt-cache policy libgbm1
  libgbm1:
Installed: 10.1.3-0ubuntu0.3
Candidate: 10.6.0~git20150310.5750595c-0ubuntu0ricotz3~trusty
Version table:
   10.6.0~git20150310.5750595c-0ubuntu0ricotz3~trusty 0
  500 http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu/ trusty/main 
amd64 Packages
   *** 10.1.3-0ubuntu0.3 0
  500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   10.1.0-4ubuntu5 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  I tried to force-install package libgbm1 but get the following error:

  sudo apt-get install libgbm1
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   libgbm1 : Depends: libgl1-mesa-dri (= 
10.6.0~git20150310.5750595c-0ubuntu0ricotz3~trusty)
  E: Unable to correct problems, you have held broken packages.

  What can I do to fix this?

  Thanks in advance!

  
  P.S.: This issue was reported on askubuntu [1] but I didn't get any feedback.

  [1] http://askubuntu.com/questions/595461/held-broken-packages-libgbm1
  -from-xorg-edgers-ppa

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-31.41~14.04.1-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Mar 13 15:55:01 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.16.0-31-generic, x86_64: installed
   nvidia-340, 340.76, 3.16.0-31-generic, x86_64: installed
   nvidia-340-uvm, 340.76, 3.16.0-31-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0926]
  InstallationDate: Installed on 2015-03-02 (10 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic.efi.signed 
root=UUID=34c5f558-cdcb-4f13-980e-41873de8a019 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset T

[Touch-packages] [Bug 1467943] Re: system shutdown hangs if btrfs on file image (mounted via cifs) is mounted

2015-06-29 Thread Martin Pitt
Can you please get a journal from shutdown, as described in
/usr/share/doc/systemd/README.Debian ? Once it hangs, switch to the
debug shell, and do

  journalctl -ab > /root/journal.txt
  reboot -f

and then attach /root/journal.txt here. I suppose it's the "umount"
which times out on the network file system. There is not much that we
can do about it in systemd then (as it's umount itself which is
hanging), but let's first confirm what is the actual problem here.
Thanks!

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

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

Title:
  system shutdown hangs if btrfs on file image (mounted via cifs) is
  mounted

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  This happens if the network connection already failed before the
  shutdown has been requested. `systemd` should get into state where it
  refuses to proceed in shutdown.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu6
  Uname: Linux 4.1.0-040100-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jun 23 15:14:18 2015
  InstallationDate: Installed on 2015-06-08 (15 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: LENOVO 20221
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.1.0-040100-generic 
root=UUID=d665563a-2f33-4d06-bf9c-6838fe5ae3e9 ro 
rootflags=subvol=ubuntu-main-root
  SourcePackage: systemd
  UpgradeStatus: Upgraded to vivid on 2015-06-09 (14 days ago)
  dmi.bios.date: 07/12/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 71CN51WW(V1.21)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Z500 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr71CN51WW(V1.21):bd07/12/2013:svnLENOVO:pn20221:pvrLenovoIdeaPadZ500Touch:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadZ500Touch:
  dmi.product.name: 20221
  dmi.product.version: Lenovo IdeaPad Z500 Touch
  dmi.sys.vendor: LENOVO

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

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


[Touch-packages] [Bug 1467131] Re: Directory /run/sendsigs.omit.d is somestimes not created on boot

2015-06-29 Thread Martin Pitt
Indeed your journal shows that systemd-tmpfiles-setup.service wasn't
called at all. After that happens, what is the output of

  sudo systemctl status -l systemd-tmpfiles-setup.service

? Can you please boot with "systemd.log_level=debug" on the kernel
command line and reproduce this, then attach the journal again? Thanks!

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

** Summary changed:

- Directory /run/sendsigs.omit.d is somestimes not created on boot
+ systmd-tmpfiles-setup sometimes not run on boot

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

Title:
  systmd-tmpfiles-setup sometimes not run on boot

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  This is happening on an up-to-date 15.04,with systemd=219-7ubuntu6.
  Ocasionally, when booting up the system, network-manager service fails to 
start, reporting in logs that it is missing /run/sendsigs.omit.d directory.
  That file is indeed missing, although it is listed in 
/usr/lib/tmpiles.d/debian.conf
  The issue is reproducible when starting the system in recovery mode; in 
normal mode it happens occasionally (about 50%).

  Output of "journalctl -b": http://paste.ubuntu.com/11745993/
  Contents of /usr/lib/tempfiles.d/debian.conf: 
http://paste.ubuntu.com/11746045/

  Running "systemd-tmpfiles --create" after such unsuccesfull boot
  creates the missing directory (and some other too).

  The problem is similar to #1431110, but that bug was found to be a
  duplicate of another problem that is now fixed. Even with that fix, I
  am experiencing a correlated issue. I considered commenting on that
  bug, but marking it as non-incomplete (so that it would gain any
  attention) would require unlinking the duplicate, which wouldn't be
  right.

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

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


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

2015-06-29 Thread Judy
Hello i desperately need help, my boot drive is full, i read online to
burn a the boot repair onto a usb, downloaded unetbootin but it sent the
error above and will not install. I love ubuntu but am frustrated with
this , i am a novice user but seem to be able to work out most things.
but this is beyond me :-(

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

Title:
  package linux-image-extra-3.13.0-55-generic 3.13.0-55.94 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  During package update

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-extra-3.13.0-55-generic 3.13.0-55.94
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cubitus2249 F pulseaudio
   /dev/snd/controlC0:  cubitus2249 F pulseaudio
  Date: Mon Jun 22 10:31:24 2015
  DuplicateSignature: 
package:linux-image-extra-3.13.0-55-generic:3.13.0-55.94:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 1
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  HibernationDevice: RESUME=UUID=2806a571-25b2-440d-b51d-4f151b133726
  InstallationDate: Installed on 2015-01-18 (154 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-55-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1.2
  SourcePackage: initramfs-tools
  Title: package linux-image-extra-3.13.0-55-generic 3.13.0-55.94 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/06/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.40
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 169B
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 18.1A
  dmi.chassis.asset.tag: 5CG229052B
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.40:bd10/06/2011:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr06901320461620100:rvnHewlett-Packard:rn169B:rvrKBCVersion18.1A:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g6 Notebook PC
  dmi.product.version: 06901320461620100
  dmi.sys.vendor: Hewlett-Packard

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

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


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

2015-06-29 Thread David Česal
I can confirm this bug in 15.04. We use Ubuntu in standalone terminal
which is in sleep at night. When we open it in the morning, it wants to
reconnect to wifi network and administator password is required.

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

Title:
  System policy prevents modification of network settings for all users

Status in NetworkManager:
  Invalid
Status in network-manager package in Ubuntu:
  Confirmed
Status in network-manager package in Debian:
  Fix Released
Status in network-manager package in openSUSE:
  Fix Released

Bug description:
  This seems like a regression? The screen shot is at
  http://thesii.org/Screenshot.jpg The nearest link I can find is from
  the forum area at http://ubuntuforums.org/showthread.php?p=1146

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.3.995+git201203152001.04b2a74-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  ApportVersion: 1.95-0ubuntu1
  Architecture: amd64
  CRDA: Error: [Errno 2] No such file or directory
  Date: Sun Mar 25 19:36:45 2012
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Lubuntu 12.04 "Precise Pangolin" - Alpha amd64 (20120323)
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1458046] Re: [touch] NetworkManager needs to inhibit sleep if hotspot is active

2015-06-29 Thread Matthew Paul Thomas
Ubuntu for PC has an auto-suspend option too, so exactly the same
inhibiting behavior should apply there, right? No need for this to be
form-factor-specific.

Anyway, specifications updated.



** Description changed:

  As Ubuntu touch uses an auto-suspend model, it's possible for the system
  to be suspended while a user has a hotspot active and in use.
  
  In order to prevent such behavior, we should modify NetworkManager to
  inhibit suspend via powerd's DBus interface when hotspot is active and
  one or more clients are connected to the hotspot.   As a first pass,
  inhibiting suspend when hotspot is active would probably be sufficient.
  This could probably be implemented via a NM dispatcher script, which
  would run when the hotspot is activated.
+ 
+ :
+ "* Whenever at least one person is using your hotspot, the device should not 
sleep automatically.
+ * The indicator icon should be different when anyone is connected than when 
no-one is.
+ * If a hotspot is set up, there should be a “Hotspot” item in the “Ways to 
reduce battery use” list in “Power” settings."

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

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

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

Title:
  [touch] NetworkManager needs to inhibit sleep if hotspot is active

Status in the base for Ubuntu mobile products:
  New
Status in indicator-network package in Ubuntu:
  New
Status in network-manager package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  New
Status in network-manager package in Ubuntu RTM:
  Confirmed

Bug description:
  As Ubuntu touch uses an auto-suspend model, it's possible for the
  system to be suspended while a user has a hotspot active and in use.

  In order to prevent such behavior, we should modify NetworkManager to
  inhibit suspend via powerd's DBus interface when hotspot is active and
  one or more clients are connected to the hotspot.   As a first pass,
  inhibiting suspend when hotspot is active would probably be
  sufficient.   This could probably be implemented via a NM dispatcher
  script, which would run when the hotspot is activated.

  :
  "* Whenever at least one person is using your hotspot, the device should not 
sleep automatically.
  * The indicator icon should be different when anyone is connected than when 
no-one is.
  * If a hotspot is set up, there should be a “Hotspot” item in the “Ways to 
reduce battery use” list in “Power” settings."

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

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


[Touch-packages] [Bug 1461682] Re: [MX4] LED does not notify for incoming notifications

2015-06-29 Thread Chunsang Jeong
Refer to the patches for MX4 at;
https://bugs.launchpad.net/tangxi/+bug/1469591/comments/1

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

Title:
  [MX4] LED does not notify for incoming notifications

Status in the base for Ubuntu mobile products:
  Confirmed
Status in indicator-messages package in Ubuntu:
  Confirmed
Status in qtubuntu package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Image r12

  The notification LED on the device does not blink when a new SMS
  arrives. Its always static off. It however does lighten up when the
  button physical button is pressed.

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

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


[Touch-packages] [Bug 1469626] [NEW] Xorg freeze after [mi] EQ overflowing.

2015-06-29 Thread Aurel Branzeanu
Public bug reported:

Xorg freezes after logging in leaving some messages in Xorg.log about
[mi] EQ overflowing.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
Uname: Linux 3.19.0-22-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.1
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 Jun 29 11:00:23 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 4.3.26, 3.16.0-41-generic, x86_64: installed
 virtualbox, 4.3.26, 3.19.0-22-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GpuHangFrequency: Several times a day
GpuHangReproducibility: Seems to happen randomly
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 NVIDIA Corporation NV44 [GeForce 7100 GS] [10de:016a] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:0273]
InstallationDate: Installed on 2015-04-01 (88 days ago)
InstallationMedia: SARDU
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-22-generic 
root=UUID=a01d7e4a-9180-4f73-b6f6-b5fb1c9f94a6 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/02/2007
dmi.bios.vendor: Intel Corp.
dmi.bios.version: BX97510J.86A.1487.2007.0902.1724
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: D975XBX
dmi.board.vendor: Intel Corporation
dmi.board.version: AAD27094-306
dmi.chassis.type: 2
dmi.modalias: 
dmi:bvnIntelCorp.:bvrBX97510J.86A.1487.2007.0902.1724:bd09/02/2007:svn:pn:pvr:rvnIntelCorporation:rnD975XBX:rvrAAD27094-306:cvn:ct2:cvr:
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Mon Jun 29 10:14:37 2015
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputSleep Button KEYBOARD, id 7
 inputNOVATEK USB Keyboard KEYBOARD, id 8
 inputNOVATEK USB Keyboard KEYBOARD, id 9
 inputPS/2+USB Mouse   MOUSE, id 10
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.1-0ubuntu3
xserver.video_driver: nouveau

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


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

** Summary changed:

- Xorg freeze
+ Xorg freeze after [mi] EQ overflowing.

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

Title:
  Xorg freeze after [mi] EQ overflowing.

Status in xorg package in Ubuntu:
  New

Bug description:
  Xorg freezes after logging in leaving some messages in Xorg.log about
  [mi] EQ overflowing.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  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 Jun 29 11:00:23 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.26, 3.16.0-41-generic, x86_64: installed
   virtualbox, 4.3.26, 3.19.0-22-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Seems to happen randomly
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   NVIDIA Corporation NV44 [GeForce 7100 GS] [10de:016a] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:0273]
  InstallationDate: Installed on 2015-04-01 (88 days ago)
  InstallationMedia: SARDU
  ProcK

[Touch-packages] [Bug 1466790] [NEW] dhclient does not remain running on boot

2015-06-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Not sure whether this is a systemd or ifupdown issue. I just happened to notice 
today for a Wily VM (set up from server iso) that I failed to get a DNS 
resolution for a VM I started earlier the day. DNS updates in my case are 
related to DHCP updates. And on the DHCP/DNS server I noticed that the IP 
address had been removed at some point. Looking at the VM, I find no dhclient 
being started. When I manually run ifdown and ifup on the interface this does 
happen. But not whenever I boot.
Curious about this I also checked a Vivid VM (also server install) and this 
looks the same. However for Vivid this seems fixed in the latest versions.

Network config in /etc/network/interfaces:
auto eth0
iface eth0 inet dhcp

Expected result:
dhclient running for eth0

Actual result after boot:
No dhclient process is running.

** Affects: ifupdown (Ubuntu)
 Importance: Undecided
 Status: Incomplete

-- 
dhclient does not remain running on boot
https://bugs.launchpad.net/bugs/1466790
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to ifupdown in Ubuntu.

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


[Touch-packages] [Bug 1467611] Re: unprivileged lxc containers broken

2015-06-29 Thread god
cat /proc/self/cgroups
cat: /proc/self/cgroups: No such file or directory

Hmm.. what ssh server have to do with this?

** Changed in: systemd (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  unprivileged lxc containers broken

Status in lxc package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Seems like I've hit the bug #1413927 but as requested in comments I'm
  filing new one.

  lxc-start -n asterisk -l debug -F --logfile /dev/stdout

lxc-start 1434992414.067 INFO lxc_start_ui - lxc_start.c:main:264 - 
using rcfile /home/x/.local/share/lxc/asterisk/config
lxc-start 1434992414.067 INFO lxc_utils - utils.c:get_rundir:483 - 
XDG_RUNTIME_DIR isn't set in the environment.
lxc-start 1434992414.067 WARN lxc_confile - 
confile.c:config_pivotdir:1768 - lxc.pivotdir is ignored.  It will soon become 
an error.
lxc-start 1434992414.069 INFO lxc_confile - 
confile.c:config_idmap:1376 - read uid map: type u nsid 0 hostid 10 range 
65536
lxc-start 1434992414.069 INFO lxc_confile - 
confile.c:config_idmap:1376 - read uid map: type g nsid 0 hostid 10 range 
65536
lxc-start 1434992414.069 WARN lxc_log - log.c:lxc_log_init:316 - 
lxc_log_init called with log already initialized
lxc-start 1434992414.075 WARN lxc_cgmanager - 
cgmanager.c:cgm_get:963 - do_cgm_get exited with error
lxc-start 1434992414.076 WARN lxc_start - 
start.c:lxc_check_inherited:224 - inherited fd 7
lxc-start 1434992414.076 INFO lxc_lsm - lsm/lsm.c:lsm_init:48 - LSM 
security driver AppArmor
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .reject_force_umount  # comment 
this to allow umount -f;  not recommended.  
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for reject_force_umount 
action 0
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:do_resolve_add_rule:210 - Setting seccomp rule to reject force umounts
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for reject_force_umount 
action 0
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:438 - Adding non-compat rule bc nr1 == nr2 (-1, -1)
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:do_resolve_add_rule:210 - Setting seccomp rule to reject force umounts

lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .[all].
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .kexec_load errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for kexec_load action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for kexec_load action 327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (283, 
246)
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .open_by_handle_at errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for open_by_handle_at 
action 327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for open_by_handle_at action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (342, 
304)
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .init_module errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for init_module action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for init_module action 327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (128, 
175)
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .finit_module errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for finit_module action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for finit_module action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat 

[Touch-packages] [Bug 1466790] Re: dhclient does not remain running on boot

2015-06-29 Thread Martin Pitt
> Could it be that something about keeping daemons started during ifup
running be accidentally dropped?

Not that I know of, and in my wily VMs dhclient runs happily.

I don't know whether ifupdown has some useful debugging facilities. I
tried adding /usr/bin/strace -fvvs1024 -o /run/ifup.trace to
/etc/init.d/networking, but it doesn't give much information (in
particular, it doesn't end up calling dhclient). Do you get anything
useful if you set VERBOSE=yes in /etc/default/networking and reboot?
(Please attach journal again)

** Package changed: ubuntu => ifupdown (Ubuntu)

** Changed in: ifupdown (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  dhclient does not remain running on boot

Status in ifupdown package in Ubuntu:
  Incomplete

Bug description:
  Not sure whether this is a systemd or ifupdown issue. I just happened to 
notice today for a Wily VM (set up from server iso) that I failed to get a DNS 
resolution for a VM I started earlier the day. DNS updates in my case are 
related to DHCP updates. And on the DHCP/DNS server I noticed that the IP 
address had been removed at some point. Looking at the VM, I find no dhclient 
being started. When I manually run ifdown and ifup on the interface this does 
happen. But not whenever I boot.
  Curious about this I also checked a Vivid VM (also server install) and this 
looks the same. However for Vivid this seems fixed in the latest versions.

  Network config in /etc/network/interfaces:
  auto eth0
  iface eth0 inet dhcp

  Expected result:
  dhclient running for eth0

  Actual result after boot:
  No dhclient process is running.

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

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


[Touch-packages] [Bug 1467611] Re: unprivileged lxc containers broken

2015-06-29 Thread Martin Pitt
I meant /proc/self/cgroup, sorry.

> what ssh server have to do with this?

Because your process is in /system.slice/lsh-server.service, which your
user cannot access.

** Changed in: systemd (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  unprivileged lxc containers broken

Status in lxc package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  Seems like I've hit the bug #1413927 but as requested in comments I'm
  filing new one.

  lxc-start -n asterisk -l debug -F --logfile /dev/stdout

lxc-start 1434992414.067 INFO lxc_start_ui - lxc_start.c:main:264 - 
using rcfile /home/x/.local/share/lxc/asterisk/config
lxc-start 1434992414.067 INFO lxc_utils - utils.c:get_rundir:483 - 
XDG_RUNTIME_DIR isn't set in the environment.
lxc-start 1434992414.067 WARN lxc_confile - 
confile.c:config_pivotdir:1768 - lxc.pivotdir is ignored.  It will soon become 
an error.
lxc-start 1434992414.069 INFO lxc_confile - 
confile.c:config_idmap:1376 - read uid map: type u nsid 0 hostid 10 range 
65536
lxc-start 1434992414.069 INFO lxc_confile - 
confile.c:config_idmap:1376 - read uid map: type g nsid 0 hostid 10 range 
65536
lxc-start 1434992414.069 WARN lxc_log - log.c:lxc_log_init:316 - 
lxc_log_init called with log already initialized
lxc-start 1434992414.075 WARN lxc_cgmanager - 
cgmanager.c:cgm_get:963 - do_cgm_get exited with error
lxc-start 1434992414.076 WARN lxc_start - 
start.c:lxc_check_inherited:224 - inherited fd 7
lxc-start 1434992414.076 INFO lxc_lsm - lsm/lsm.c:lsm_init:48 - LSM 
security driver AppArmor
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .reject_force_umount  # comment 
this to allow umount -f;  not recommended.  
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for reject_force_umount 
action 0
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:do_resolve_add_rule:210 - Setting seccomp rule to reject force umounts
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for reject_force_umount 
action 0
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:438 - Adding non-compat rule bc nr1 == nr2 (-1, -1)
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:do_resolve_add_rule:210 - Setting seccomp rule to reject force umounts

lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .[all].
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .kexec_load errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for kexec_load action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for kexec_load action 327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (283, 
246)
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .open_by_handle_at errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for open_by_handle_at 
action 327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for open_by_handle_at action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (342, 
304)
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .init_module errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for init_module action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for init_module action 327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (128, 
175)
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .finit_module errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for finit_module action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for finit_module action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
sec

[Touch-packages] [Bug 1469635] [NEW] Don't pick transitional -dbg over -dbgsym

2015-06-29 Thread Martin Pitt
Public bug reported:

Quoting Brian Murray: When trying to add a test like

 $ bzr diff test/test_backend_apt_dpkg.py
=== modified file 'test/test_backend_apt_dpkg.py'
--- test/test_backend_apt_dpkg.py   2015-06-17 15:54:40 +
+++ test/test_backend_apt_dpkg.py   2015-06-25 13:53:10 +
@@ -848,7 +848,9 @@
   ('distro-info-data',
'0.18ubuntu0.2'),
   ('qemu-utils',
-   '2.0.0+dfsg-2ubuntu1.11')
+   '2.0.0+dfsg-2ubuntu1.11'),
+  ('unity-services',
+   '7.2.5+14.04.20150521.1-0ubuntu1'),
  ], False, self.cachedir)
 
 def sandbox_ver(pkg, debian=True):
@@ -884,6 +886,8 @@
 self.assertIn('distro-info-data 0.18ubuntu0.2', pkglist)
 self.assertIn('qemu-utils-dbgsym 2.0.0+dfsg-2ubuntu1.11',
   pkglist)
+self.assertIn('unity-services-dbgsym 7.2.5+14.04.20150521.1-0ubuntu1',
+  pkglist)
 
 # caches packages, and their versions are as expected
 cache = os.listdir(os.path.join(self.cachedir, 'Foonux 1.2', 'apt',

This fails with

AssertionError: 'unity-services-dbgsym 7.2.5+14.04.20150521.1-0ubuntu1'
not found in ['distro-info-data 0.18ubuntu0.2', 'oxideqt-codecs
1.6.6-0ubuntu0.14.04.1', 'oxideqt-codecs-dbg 1.6.6-0ubuntu0.14.04.1',
'unity-2d-dbg 7.2.5+14.04.20150521.1-0ubuntu1', 'unity-services
7.2.5+14.04.20150521.1-0ubuntu1']

unity-2d-dbg is just a transitional package, and shouldn't trump the
-dbgsym package. We need some heuristic there, like "transitional" in
the package description, or size being < 10 kB.

** Affects: apport (Ubuntu)
 Importance: Medium
 Assignee: Martin Pitt (pitti)
 Status: In Progress

** Changed in: apport (Ubuntu)
   Status: New => In Progress

** Changed in: apport (Ubuntu)
   Importance: Undecided => Medium

** Changed in: apport (Ubuntu)
 Assignee: (unassigned) => Martin Pitt (pitti)

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

Title:
  Don't pick transitional -dbg over -dbgsym

Status in apport package in Ubuntu:
  In Progress

Bug description:
  Quoting Brian Murray: When trying to add a test like

   $ bzr diff test/test_backend_apt_dpkg.py
  === modified file 'test/test_backend_apt_dpkg.py'
  --- test/test_backend_apt_dpkg.py   2015-06-17 15:54:40 +
  +++ test/test_backend_apt_dpkg.py   2015-06-25 13:53:10 +
  @@ -848,7 +848,9 @@
 ('distro-info-data',
  '0.18ubuntu0.2'),
 ('qemu-utils',
  -   '2.0.0+dfsg-2ubuntu1.11')
  +   '2.0.0+dfsg-2ubuntu1.11'),
  +  ('unity-services',
  +   
'7.2.5+14.04.20150521.1-0ubuntu1'),
], False, self.cachedir)
   
   def sandbox_ver(pkg, debian=True):
  @@ -884,6 +886,8 @@
   self.assertIn('distro-info-data 0.18ubuntu0.2', pkglist)
   self.assertIn('qemu-utils-dbgsym 2.0.0+dfsg-2ubuntu1.11',
 pkglist)
  +self.assertIn('unity-services-dbgsym 
7.2.5+14.04.20150521.1-0ubuntu1',
  +  pkglist)
   
   # caches packages, and their versions are as expected
   cache = os.listdir(os.path.join(self.cachedir, 'Foonux 1.2', 'apt',

  This fails with

  AssertionError: 'unity-services-dbgsym 7.2.5+14.04.20150521.1-0ubuntu1'
  not found in ['distro-info-data 0.18ubuntu0.2', 'oxideqt-codecs
  1.6.6-0ubuntu0.14.04.1', 'oxideqt-codecs-dbg 1.6.6-0ubuntu0.14.04.1',
  'unity-2d-dbg 7.2.5+14.04.20150521.1-0ubuntu1', 'unity-services
  7.2.5+14.04.20150521.1-0ubuntu1']

  unity-2d-dbg is just a transitional package, and shouldn't trump the
  -dbgsym package. We need some heuristic there, like "transitional" in
  the package description, or size being < 10 kB.

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

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


[Touch-packages] [Bug 1460271] Re: Update evolution-data-server to 3.16

2015-06-29 Thread Iain Lane
See
https://bugs.launchpad.net/ubuntu/+source/qtorganizer5-eds/+bug/1469208

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

Title:
  Update evolution-data-server to 3.16

Status in evolution-data-server package in Ubuntu:
  In Progress
Status in indicator-datetime package in Ubuntu:
  Triaged

Bug description:
  Update to 3.16. Debian currently has this in experimental.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1460271/+subscriptions

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


[Touch-packages] [Bug 1461682] Re: [MX4] LED does not notify for incoming notifications

2015-06-29 Thread Chunsang Jeong
Currently MX4 didn't seem to implement all notifications listed #2,
otherwise only uses a few of locally defined led notifications. If we
need to support all notifications, we could support them simply as #10
but it might be combinations of brightness & blinking mainly because it
only has a white led and blinking itself is pre-defined by kernel (user
can only enable/disable it).

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

Title:
  [MX4] LED does not notify for incoming notifications

Status in the base for Ubuntu mobile products:
  Confirmed
Status in indicator-messages package in Ubuntu:
  Confirmed
Status in qtubuntu package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Image r12

  The notification LED on the device does not blink when a new SMS
  arrives. Its always static off. It however does lighten up when the
  button physical button is pressed.

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

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


[Touch-packages] [Bug 1464174] Re: [regression] Touch input does not work at all any more

2015-06-29 Thread Daniel van Vugt
Regression never released. Invalid for Ubuntu.

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

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

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

Title:
  [regression] Touch input does not work at all any more

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Invalid

Bug description:
  Compiling the latest Mir code (lp:mir series 0.14) none of the demos
  respond to touch. However compiling the stable maintenance branches
  lp:mir/0.12 or lp:mir/0.13 do work and demos get touch events.

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

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


[Touch-packages] [Bug 1462033] Re: [testsfail] NestedInput.nested_event_filter_receives_keyboard_from_host failure in CI

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [testsfail]
  NestedInput.nested_event_filter_receives_keyboard_from_host failure in
  CI

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  https://jenkins.qa.ubuntu.com/job/mir-wily-amd64-ci/166/consoleFull

  7: [ RUN ] NestedInput.nested_event_filter_receives_keyboard_from_host
  7: [1433432727.674278] mirserver: Starting
  7: [1433432727.675137] mirserver: Selected driver: dummy (version 0.14.0)
  7: [1433432727.679338] mirserver: Using software cursor
  7: [1433432727.681407] mirserver: Mir version 0.14.0
  7: [1433432727.732641] mirserver: Starting
  7: [1433432727.733449] mirserver: Selected driver: dummy (version 0.14.0)
  7: [1433432727.894537] mirserver: Mir version 0.14.0
  7: [1433432738.076193] mirserver: Stopping
  7: 
/tmp/buildd/mir-0.14.0bzr2624pkg0wily166/tests/acceptance-tests/test_nested_input.cpp:149:
 Failure
  7: Actual function call count doesn't match 
EXPECT_CALL(*nested_mir.mock_event_filter, handle(_))...
  7: Expected: to be called at least once
  7: Actual: never called - unsatisfied and active
  7: [1433432738.154764] mirserver: Stopping
  7: [ FAILED ] NestedInput.nested_event_filter_receives_keyboard_from_host 
(10518 ms)

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

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


[Touch-packages] [Bug 1464690] Re: [regression] titlebar in "canonical" example WM + KeyRepeatDispatcher causes deadlock

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [regression] titlebar in "canonical" example WM + KeyRepeatDispatcher
  causes deadlock

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Introducing the KeyRepeatDispatcher means that input events can now
  occur on two threads: the "Input dispatch" thread and the GLibMainLoop
  thread. This leads to lock contention in EventFilterChainDispatcher
  which isn't necessarily fatal - but I think we'd be better using a
  single thread for dispatching input (to impose an order on events).

  What is fatal is that this breaks the (dubious) assumption in
  CanonicalWindowManagerPolicyCopy that we can wait for swap_buffers()
  while handling an input event. This leads to a deadlock if an input
  event is on the GLibMainLoop thread (in the original description this
  is in EventFilterChainDispatcher, but that just prevents it occurring
  in BasicWindowManagerCopy).

  Original text:

  I caused this while testing a branch (lp:~alan-
  griffiths/mir/msh_SystemCompositorWindowManager), but I don't think
  the problem originates there:

  $ sudo bin/mir_demo_server --file /tmp/mir_socket --vt 2 --arw-file
  --window-manager system-compositor

  $ bin/mir_demo_server --host /tmp/mir_socket --window-manager
  canonical

  $ bin/mir_demo_client_multiwin & bin/mir_demo_client_eglplasma &

  After a few Alt+Tab focus switches things lock up in the nested
  server. Attaching with GDB gets the following stack traces:

  The event loop (via) KeyRepeatDispatcher is waiting for a lock in
  EventFilterChainDispatcher::handle().

  #0  __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
  #1  0x76960cfd in __GI___pthread_mutex_lock (mutex=0x7ca060) at 
../nptl/pthread_mutex_lock.c:80
  #2  0x776e7815 in __gthread_mutex_lock (__mutex=0x7ca060)
  at /usr/include/x86_64-linux-gnu/c++/4.9/bits/gthr-default.h:748
  #3  0x776e8738 in std::mutex::lock (this=0x7ca060) at 
/usr/include/c++/4.9/mutex:135
  #4  0x776e8b2e in std::lock_guard::lock_guard 
(this=0x7fffdbb0, __m=...)
  at /usr/include/c++/4.9/mutex:377
  #5  0x7775d1db in mir::input::EventFilterChainDispatcher::handle 
(this=0x7ca050, event=...)
  at 
/home/alan/display_server/mir3/src/server/input/event_filter_chain_dispatcher.cpp:34
  #6  0x7775d510 in mir::input::EventFilterChainDispatcher::dispatch 
(this=0x7ca050, event=...)
  at 
/home/alan/display_server/mir3/src/server/input/event_filter_chain_dispatcher.cpp:67
  #7  0x77796e2e in 
mir::input::KeyRepeatDispatcheroperator()(void) 
(__closure=0x7fffe000a0a0)
  at 
/home/alan/display_server/mir3/src/server/input/key_repeat_dispatcher.cpp:117
  #8  0x77797512 in std::_Function_handler >::_M_invoke(const std::_Any_data &) 
(__functor=...) at /usr/include/c++/4.9/functional:2039
  #9  0x776ee54c in std::function::operator()() const 
(this=0x7fffee68)
  at /usr/include/c++/4.9/functional:2439
  #10 0x7773b626 in mir::BasicCallback::operator() (this=0x7fffee60)
  at /home/alan/display_server/mir3/src/server/basic_callback.cpp:28
  #11 0x7773b111 in mir::LockableCallbackWrapper::operator() 
(this=0x7fffe00036f0)
  at 
/home/alan/display_server/mir3/src/server/lockable_callback_wrapper.cpp:41
  #12 0x7770face in mir::detail::TimerGSource::dispatch 
(source=0x949320)
  at 
/home/alan/display_server/mir3/src/server/glib_main_loop_sources.cpp:299
  #13 0x75443c3d in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #14 0x75443f20 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #15 0x75443fcc in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #16 0x77705f91 in mir::GLibMainLoop::run (this=0x6f6e70)
  ---Type  to continue, or q  to quit---

  The lock is held by the window manager (which is trying to paint a
  titlebar).

  #0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  #1  0x764f7d1c in 
std::condition_variable::wait(std::unique_lock&) ()
     from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  #2  0x004b270b in std::condition_variable::wait<(anonymous 
namespace)::swap_buffers(const std::shared_ptr&, 
mir::graphics::Buffer*&):: >(std::unique_lock &, 
(anonymous namespace)::) (
  this=0x7fffee2f21b0, __lock=..., __p=...) at 
/usr/include/c++/4.9/condition_variable:98
  #3  0x004aeaa4 in (anonymous namespace)::swap_buffers 
(surface=std::shared_ptr (count 4, weak 4) 0x7fffc4006750,
  surface_buffer=@0x7fffc4006fc0: 0x7fffc40113f0)
  at 
/home/alan/display_server/mir3/examples/server_example_canonica

[Touch-packages] [Bug 1463315] Re: [testsfail] InputEvents.reach_nested_client in CI

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [testsfail] InputEvents.reach_nested_client in CI

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  https://jenkins.qa.ubuntu.com/job/mir-mediumtests-runner-
  mako/5536/consoleFull

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

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


[Touch-packages] [Bug 1461314] Re: [vegetahd] android buffer allocator does consider hwc alignment constraints

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [vegetahd] android buffer allocator does consider hwc alignment
  constraints

Status in Mir:
  Fix Committed
Status in Mir 0.13 series:
  Fix Released
Status in mir package in Ubuntu:
  New

Bug description:
  Buffer allocations from vegetahd android gralloc do not consider the H/w 
alignment constraints required by HWC.
  This causes HWC to reject any buffer that's not aligned to a stride of 32 
pixels to be composed as an overlay, falling back go EGL/GLES composition 
instead.

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

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


[Touch-packages] [Bug 1466594] Re: failure in CI in BufferStreamArrangement.arrangements_are_applied

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  failure in CI in BufferStreamArrangement.arrangements_are_applied

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Failure in CI on unrelated branch:
  https://jenkins.qa.ubuntu.com/job/mir-wily-amd64-autolanding/125/consoleFull
  I haven't been able to reproduce locally.

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

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


[Touch-packages] [Bug 1457987] Re: [regression] No API for creating freestyle surfaces

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [regression] No API for creating freestyle surfaces

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  mir_surface_set_type() is deprecated, so there's no way to create
  freestyle surfaces any more.

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

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


[Touch-packages] [Bug 1465231] Re: CI failure in TestClientInput.clients_receive_many_button_events_inside_window

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  CI failure in
  TestClientInput.clients_receive_many_button_events_inside_window

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  CI failure in
  TestClientInput.clients_receive_many_button_events_inside_window as
  seen in:

  https://jenkins.qa.ubuntu.com/job/mir-wily-
  amd64-autolanding/99/consoleFull

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

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


[Touch-packages] [Bug 1461697] Re: abi-dump-base make target is broken

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  abi-dump-base make target is broken

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  abi-dump-base make target is broken

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

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


[Touch-packages] [Bug 1381330] Re: "mesa" platform is no longer accurate and needs renaming

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  "mesa" platform is no longer accurate and needs renaming

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Our "mesa" code and packages mostly represents support for DRM/DRI
  output. And the only use case for this till now also used Mesa for the
  libGL* implementation.

  This is no longer true however. With Nvidia and AMD soon to release
  DRM support in their proprietary drivers, we will be supporting them.
  These drivers will provide DRM display access, but as usual will
  probably provide their own custom libGL* implementations. So won't use
  Mesa.

  This should work for Mir. However when a vendor provides their own
  libGL*, we are technically no longer using Mesa at all. We will still
  be using the "mesa" code path in Mir though. So that all needs
  renaming to something more accurate like "drm" or "dri" etc. Not
  "mesa".

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

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


[Touch-packages] [Bug 1461312] Re: client API version has wrong version

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mir (Ubuntu)
   Importance: Undecided => Medium

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

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

Title:
  client API version has wrong version

Status in Mir:
  Fix Committed
Status in Mir 0.13 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  client API was broken in mir 0.13.0/mir 0.13.1 but the client API
  version was not updated in include/client/mir_toolkit/version.h

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

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


[Touch-packages] [Bug 1466492] Re: Spurious Failure in ClientLibrary.highly_threaded_client

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Spurious Failure in ClientLibrary.highly_threaded_client

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  I noticed  ClientLibrary.highly_threaded_client failing (approx 3/10
  times) with this message with mir rev 2681.

  Note: Google Test filter = ClientLibrary.highly_threaded*
  [==] Running 1 test from 1 test case.
  [--] Global test environment set-up.
  [--] 1 test from ClientLibrary
  [ RUN  ] ClientLibrary.highly_threaded_client
  /home/kdub/source/mir/mir/tests/acceptance-tests/test_client_library.cpp:555: 
Failure
  Value of: mir_surface_get_state(surface)
  Expected: is equal to 7
Actual: 2 (of type MirSurfaceState)
  [  FAILED  ] ClientLibrary.highly_threaded_client (25 ms)
  [--] 1 test from ClientLibrary (25 ms total)

  [--] Global test environment tear-down
  [==] 1 test from 1 test case ran. (25 ms total)
  [  PASSED  ] 0 tests.
  [  FAILED  ] 1 test, listed below:
  [  FAILED  ] ClientLibrary.highly_threaded_client

   1 FAILED TEST

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

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


[Touch-packages] [Bug 1465669] Re: Repeat input events keep being emitted even when user switches to different VT

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Repeat input events keep being emitted even when user switches to
  different VT

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Repeat input events keep being emitted even when user switches to
  different VT.

  To reproduce:

  1. Add a print statement in the VT filter handle function
  2. Switch to another VT.
  3. See repeat key events still being emitted and handled by the VT filter.

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

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


[Touch-packages] [Bug 1307559] Re: Window decorations not drawn on external monitor

2015-06-29 Thread nekojira
I have the same problem with 15.04

main screen is a Lenovo Thinkpad e120
external display is on HDMI, is an older Samsung  16:10 lcd screen

I have a temporary fix for that, which consists in pressing super+P key
- the displays will cycle through configuration possibilities (use both
or display only 1 and set the resolution) - when doing so the displays
will redraw the windows and the window decorations will reapper

it's a bit annoying because I have to do this at every single startup

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

Title:
  Window decorations not drawn on external monitor

Status in Unity:
  Confirmed
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  Window decorations (close / minimize / maximize buttons) do not draw
  on the external monitor on a laptop with external display. Windows on
  the laptop display are not affected.

  UI scale on the built-in display is 1.25; it's 1.0 on the external
  display. I am not sure if this is relevant.

  To reproduce:
  1) Plug in an external monitor to a laptop; ensure that it is running in 
extended display mode
  2) Launch an application such as the terminal
  3) The terminal launches on the laptop's built-in display. Observe the window 
decorations draw as expected
  4) Drag the terminal window to the second display

  Expected results;
  The terminal window is drawn on the extended display

  Actual results:
  The terminal window is drawn on the extended display but the close, minimize, 
and maximize buttons are missing.

  The problem happens on windows from all applications I've tried
  (firefox, terminal, emacs, thunderbird)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140411-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,commands,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: Mon Apr 14 10:56:46 2014
  DistUpgraded: 2014-02-12 13:40:42,704 DEBUG enabling apt cron job
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20130203-1
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   fwts-efi-runtime-dkms, 14.03.01, 3.13.0-23-generic, x86_64: installed
   fwts-efi-runtime-dkms, 14.03.01, 3.13.0-24-generic, x86_64: installed
   virtualbox, 4.3.10, 3.13.0-23-generic, x86_64: installed
   virtualbox, 4.3.10, 3.13.0-24-generic, x86_64: installed
  EcryptfsInUse: Yes
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:060a]
  InstallationDate: Installed on 2013-12-02 (132 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20130203-13:50
  MachineType: Dell Inc. XPS13 9333
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=0b9db31c-747b-40ad-bbbd-13a9a29caece ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-02-12 (60 days ago)
  dmi.bios.date: 11/11/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 0GFTRT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd11/11/2013:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: XPS13 9333
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu7
  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
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Mon Apr 14 08:54:29 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   

[Touch-packages] [Bug 1418035] Re: [arale] software buffers have flickering line artefacts

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [arale] software buffers have flickering line artefacts

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  On arale, software buffers have flickering line artefacts. This is
  immediately visible if you run fingerpaint but don't paint anything.
  It's also visible (comes and goes) in progressbar.

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

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


[Touch-packages] [Bug 1451309] Re: [arale] Software cursor appears slightly corrupt on arale (black spots in place of white)

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [arale] Software cursor appears slightly corrupt on arale (black spots
  in place of white)

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  [arale] Software cursor appears slightly corrupt on arale (black spots
  in place of white)

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

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


[Touch-packages] [Bug 1451844] Re: [enhancement] Mir servers should allow client connections only after server start-up has finished

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [enhancement] Mir servers should allow client connections only after
  server start-up has finished

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New
Status in mir source package in Vivid:
  New

Bug description:
  Mir servers should allow client connections only after start-up has
  finished, to avoid races with components that are in the process of
  initializing.

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

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


[Touch-packages] [Bug 1454128] Re: [regression] Dragging windows by the titlebar is incredibly slow and laggy

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [regression] Dragging windows by the titlebar is incredibly slow and
  laggy

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New
Status in mir source package in Vivid:
  New

Bug description:
  [regression] Dragging windows by the titlebar is incredibly slow and
  laggy.

  Test case:
  1. mir_demo_server
  2. mir_demo_client_...
  3. Drag the client by the titlebar

  Expected: Window moves in response to the mouse.
  Observed: Titlebar turns dark grey, window hardly moves, only very slowly.

  Strangely Alt+drag is still fast so the slowness is related to the
  titlebar changing colour.

  I've bisected the problem and it was introduced in:
  
  revno: 2563 [merge]
  author: Alan Griffiths 
  committer: Tarmac
  branch nick: development-branch
  timestamp: Mon 2015-05-11 17:14:31 +
  message:
examples: repaint the titlebar to give an indicate the (in)active status of 
a surface.

Approved by Kevin DuBois, PS Jenkins bot.
  

  Also worth noting I have my mouse configured for 1000Hz instead of the
  default 125Hz (usbhid.mousepoll kernel parameter). But of course it
  should still be responsive.

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

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


[Touch-packages] [Bug 1465585] Re: Stopping input in a nested server stops VT switching

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Stopping input in a nested server stops VT switching

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Initially found by accident when encountering lp:1464690 (which
  deadlocks input in the nested server)

  The Ctrl+Alt+Fn combinations (which should be handled by the host)
  stop working. But ssh -> "chvt n" still works.

  I saw the same by having the nested server stopped in gdb (and the
  problem disappeared when resumed).

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

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


[Touch-packages] [Bug 1465692] Re: Pointer events are not mapped to correct output by nested Mir

2015-06-29 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Pointer events are not mapped to correct output by nested Mir

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  /0/ Have a two display setup

  /1/ Start a session compositor: bin/mir_demo_server with config: 
  window-manager=system-compositor
  arw-file=
  file=/tmp/mir_socket
  vt=2
  display-config=sidebyside

  /2/ Start a nested compositor: bin/mir_demo_server with config: 
  window-manager=canonical
  file=/run/user/1000/mir_socket
  host=/tmp/mir_socket
  display-config=sidebyside

  /3/ Start a client: mir/mir_demo_client_multiwin

  Surfaces can be moved on the first screen [Alt+drag] by clicking on
  the corresponding part of the second screen.

  (It also works correctly on the first screen - the problem is that the
  co-ordinates are not transformed from surface local to presentation
  space.)

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

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


[Touch-packages] [Bug 1454518] Re: [regression] Opacity controls (Alt+mousewheel) don't work any more

2015-06-29 Thread Daniel van Vugt
Regression never released to Ubuntu.

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

** No longer affects: mir (Ubuntu Vivid)

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

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

Title:
  [regression] Opacity controls (Alt+mousewheel) don't work any more

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  Invalid

Bug description:
  [regression] Opacity controls (Alt+mousewheel) don't work any more in
  mir_proving_server

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

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


[Touch-packages] [Bug 1469438] Re: Click Build Target creation does not provide means to change the target path

2015-06-29 Thread Benjamin Zeller
Currently there is no out of the box support in click to place the
targets somewhere else. But I agree that this would make a lot of sense!
Added "click" to the affected projects, as it must add support to place
the targets somewhere else (if that is possible).

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

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
   Status: New => Triaged

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

Title:
  Click Build Target creation does not provide means to change the
  target path

Status in click package in Ubuntu:
  New
Status in qtcreator-plugin-ubuntu package in Ubuntu:
  Triaged

Bug description:
  On my laptop, I have a small 16GB SSD for / and then I have 1TB disk
  for /home.

  STEPS
  1) When I am installing Click Build Targets,
  1.1) it gets installed to /

  EXPECTED:
  1.1) I would rather get the stuff downloaded under /home.

  Related to this there is no information available (log) where the
  targets are actually created at.

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

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


[Touch-packages] [Bug 1357259] Re: PlacementStrategy ignores the surface type and state

2015-06-29 Thread Daniel van Vugt
Is this bug still valid after PlacementStrategy is deleted? We removed
it in r2694 (scheduled for release in Mir 0.14.0).

** Changed in: mir
   Status: Confirmed => Incomplete

** Branch linked: lp:~alan-griffiths/mir/remove-PlacementStrategy

** Changed in: mir
 Assignee: Daniel van Vugt (vanvugt) => Alan Griffiths (alan-griffiths)

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

Title:
  PlacementStrategy ignores the surface type and state

Status in Mir:
  Incomplete
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  The surface type and state are important bits of information when
  deciding the placement of a surface.

  Without this information a poor initial placement might be done
  causing a surface to resized and repositioned right after it, once the
  window manager finally has knowledge of all the properties of the
  surface.

  This is happening right now with unity8 as surfaces get unnecessarily
  resized right after creation, which causes visual glitches as you can
  see the window "contorting" right after being launched and resizing a
  surface is a reasonably costly operation. We have worked around it by
  holding up on displaying the surface until it has finally settled down
  (i.e. we keep the splash screen for longer).

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

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


[Touch-packages] [Bug 1469648] [NEW] unetbootin will not install

2015-06-29 Thread Judy
Public bug reported:

boot drvie full, downloaded unetbootin to burn boot-repair on usb,
unetbootin has an error on installing

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

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

Title:
  unetbootin will not install

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  boot drvie full, downloaded unetbootin to burn boot-repair on usb,
  unetbootin has an error on installing

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

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


[Touch-packages] [Bug 1407921] Re: There is no feedback when GPS is used, or when a GPS lock is being acquired

2015-06-29 Thread Bartosz Kosiorek
** Also affects: indicator-location
   Importance: Undecided
   Status: New

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

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

Title:
  There is no feedback when GPS is used, or when a GPS lock is being
  acquired

Status in Indicator Location:
  New
Status in Themes for Ubuntu:
  New
Status in Ubuntu UX bugs:
  Triaged
Status in indicator-location package in Ubuntu:
  Confirmed

Bug description:
  The only information the location indicator icon conveys currently is
  whether location detection is enabled at all, when more data could be
  interesting. Especially acquiring a GPS lock is often interesting, as
  this greatly impacts the location accuracy.

  Maybe the location icon should be dimmed when nothing is using it and
  blink when GPS lock is being acquired, bright when the lock is fine?

  The current spec is @ https://wiki.ubuntu.com/Location

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: indicator-location 13.10.0+14.10.20141007-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.15-0ubuntu3
  Architecture: armhf
  Date: Tue Jan  6 11:17:17 2015
  InstallationDate: Installed on 2014-12-17 (20 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20141217-020204)
  SourcePackage: indicator-location
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-location/+bug/1407921/+subscriptions

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


[Touch-packages] [Bug 1460149] Re: Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 / Nexus 7.

2015-06-29 Thread Daniel van Vugt
OK, with some fiddling I can confirm the same bugs are visible in Mir's
demo servers (from package mir-demos). So Unity8 is not a problem.

I can now also see what the problems are:

1. Seeing double: This is SDL incorrectly telling the app that a 16-bit pixel 
size is supported. It is not supported in Mir.
2. Wrong colours: This is also SDL incorrectly telling the app that it can use 
16-bit colour. Mir only supports 24 or 32-bit colour right now.

>From gles:

$ env LD_LIBRARY_PATH=./lib/arm-linux-gnueabihf ./gles
Window requested size 640x480, got 768x1280
INFO: Screen bpp: 24
INFO: 
INFO: Vendor : Qualcomm
INFO: Renderer   : Adreno (TM) 320
INFO: Version: OpenGL ES-CM 1.1
INFO: Extensions : GL_EXT_debug_marker GL_AMD_compressed_ATC_texture 
GL_AMD_performance_monitor GL_APPLE_texture_2D_limited_npot 
GL_ARB_vertex_buffer_object GL_EXT_texture_filter_anisotropic 
GL_EXT_texture_format_BGRA GL_EXT_texture_type_2_10_10_10_REV 
GL_OES_blend_equation_separate GL_OES_blend_func_separate GL_OES_blend_subtract 
GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture 
GL_OES_depth_texture GL_OES_depth24 GL_OES_draw_texture GL_OES_EGL_image 
GL_OES_EGL_image_external GL_OES_framebuffer_object GL_OES_matrix_palette 
GL_OES_packed_depth_stencil GL_OES_point_size_array GL_OES_point_sprite 
GL_OES_read_format GL_OES_rgb8_rgba8 GL_OES_stencil_wrap 
GL_OES_texture_cube_map GL_OES_texture_env_crossbar GL_OES_texture_float 
GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot 
GL_OES_texture_mirrored_repeat GL_QCOM_binning_control GL_QCOM_extended_get 
GL_QCOM_tiled_rendering 
INFO: 
INFO: SDL_GL_RED_SIZE: requested 5, got 5
INFO: SDL_GL_GREEN_SIZE: requested 5, got 6
INFO: SDL_GL_BLUE_SIZE: requested 5, got 5
INFO: SDL_GL_DEPTH_SIZE: requested 16, got 16


** Changed in: libsdl2 (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: mir
   Status: New => Invalid

** Changed in: mir (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 mir in Ubuntu.
https://bugs.launchpad.net/bugs/1460149

Title:
  Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 /
  Nexus 7.

Status in Mir:
  Invalid
Status in libsdl2 package in Ubuntu:
  Triaged
Status in mir package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  https://github.com/pseuudonym404/neverball-touch/issues/2

  Install neverball or neverputt from the click store:-

  https://uappexplorer.com/app/neverputt.lb
  https://uappexplorer.com/app/neverball.lb

  Note they work fine on krillin and arale, however there's corruption
  making the games unusable on Nexus 4 and Nexus 7.

  Simpler test cases are provided at the above linked github issue.
  Attaching them to this bug for persistence.

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

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


[Touch-packages] [Bug 1460149] Re: Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 / Nexus 7.

2015-06-29 Thread Daniel van Vugt
I've logged the relevant enhancement for Mir in --> bug 1469673.
Implementing that enhancement is something we do want to do eventually.

However for now this bug is a bug specifically in libSDL2 where it's
telling the app it can do something that it really can't (yet).

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

Title:
  Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 /
  Nexus 7.

Status in Mir:
  Invalid
Status in libsdl2 package in Ubuntu:
  Triaged
Status in mir package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  https://github.com/pseuudonym404/neverball-touch/issues/2

  Install neverball or neverputt from the click store:-

  https://uappexplorer.com/app/neverputt.lb
  https://uappexplorer.com/app/neverball.lb

  Note they work fine on krillin and arale, however there's corruption
  making the games unusable on Nexus 4 and Nexus 7.

  Simpler test cases are provided at the above linked github issue.
  Attaching them to this bug for persistence.

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

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


[Touch-packages] [Bug 1407921] Re: There is no feedback when GPS is used, or when a GPS lock is being acquired

2015-06-29 Thread Bartosz Kosiorek
Currently there is only one icon gps.svg. I would like to to propose two
new icons: gps-disabled.svg, gps-enabled-no-signal.svg and maybe rename
gps.svg to gps-enabled-connected.svg. What do you think about that idea
?

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

Title:
  There is no feedback when GPS is used, or when a GPS lock is being
  acquired

Status in Indicator Location:
  New
Status in Themes for Ubuntu:
  New
Status in Ubuntu UX bugs:
  Triaged
Status in indicator-location package in Ubuntu:
  Confirmed

Bug description:
  The only information the location indicator icon conveys currently is
  whether location detection is enabled at all, when more data could be
  interesting. Especially acquiring a GPS lock is often interesting, as
  this greatly impacts the location accuracy.

  Maybe the location icon should be dimmed when nothing is using it and
  blink when GPS lock is being acquired, bright when the lock is fine?

  The current spec is @ https://wiki.ubuntu.com/Location

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: indicator-location 13.10.0+14.10.20141007-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.15-0ubuntu3
  Architecture: armhf
  Date: Tue Jan  6 11:17:17 2015
  InstallationDate: Installed on 2014-12-17 (20 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20141217-020204)
  SourcePackage: indicator-location
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-location/+bug/1407921/+subscriptions

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


[Touch-packages] [Bug 1460149] Re: Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 / Nexus 7.

2015-06-29 Thread Daniel van Vugt
There is also a third lesser bug: SDL (or the apps themselves?) fails to
respond to resize events.

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

Title:
  Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 /
  Nexus 7.

Status in Mir:
  Invalid
Status in libsdl2 package in Ubuntu:
  Triaged
Status in mir package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  https://github.com/pseuudonym404/neverball-touch/issues/2

  Install neverball or neverputt from the click store:-

  https://uappexplorer.com/app/neverputt.lb
  https://uappexplorer.com/app/neverball.lb

  Note they work fine on krillin and arale, however there's corruption
  making the games unusable on Nexus 4 and Nexus 7.

  Simpler test cases are provided at the above linked github issue.
  Attaching them to this bug for persistence.

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

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


[Touch-packages] [Bug 1449006] Re: Homepage URL has changed

2015-06-29 Thread Evgeni Golov
This is fixed since 0.10.2-1.

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

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

Title:
  Homepage URL has changed

Status in libjsoncpp package in Ubuntu:
  Fix Released

Bug description:
  It's now https://github.com/open-source-parsers/jsoncpp .

  
  jeff@siegfried:~ $ curl http://jsoncpp.sourceforge.net/
  
  
  

JsonCpp

  
  


  JsonCpp has moved.


  
  Its new home is on GitHub, at
  https://github.com/open-source-parsers/jsoncpp";>https://github.com/open-source-parsers/jsoncpp.
  Please go there to obtain source code and make contributions.
  

  
  If you are looking for the old SourceForge home page, it is preserved
  http://jsoncpp.sourceforge.net/old.html";>here.
  

  
  
  jeff@siegfried:~ $

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libjsoncpp0 (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-33.44-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.4
  Architecture: amd64
  CurrentDesktop: i3
  Date: Mon Apr 27 14:25:42 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-21 (492 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: libjsoncpp
  UpgradeStatus: Upgraded to utopic on 2014-11-20 (157 days ago)

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

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


[Touch-packages] [Bug 1352784] Re: GPS indicator does not disappear when location services disabled, but bluetooth indicator does disappear when disabled.

2015-06-29 Thread Bartosz Kosiorek
This bug was already fixed in latest realease, together with #1368856.
The indicator do not display, if bluetooth or gps/location is disabled.

** Changed in: platform-api
   Status: New => Invalid

** Changed in: indicator-location (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: platform-api (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  GPS indicator does not disappear when location services disabled, but
  bluetooth indicator does disappear when disabled.

Status in Platform API:
  Invalid
Status in Ubuntu UX bugs:
  Fix Committed
Status in indicator-location package in Ubuntu:
  Invalid
Status in platform-api package in Ubuntu:
  Invalid

Bug description:
  There is inconsistency between the bluetooth indicator and the
  location indication. Currently (image #171):

  - if location+GPS are disabled, the indicator persists.
  - if bluetooth is disabled, it disappaears.

  Which behaviour is correct?

  Further, even if the location indicator behaviour is correct, surely
  we should consider "greying out" the indicator so that the user can
  see at a glance that that indicator is disabled?

  
  Desired resolution: either implement the new indicators access method (bug 
1368856); or hide the location indicator altogether until it can be implemented 
as specced; or both.

To manage notifications about this bug go to:
https://bugs.launchpad.net/platform-api/+bug/1352784/+subscriptions

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


[Touch-packages] [Bug 1351299] Re: [Location Indicator Menu] GPS switch should be turned off when "Location detection" is off

2015-06-29 Thread Bartosz Kosiorek
** Changed in: location-service (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: trust-store (Ubuntu)
   Status: Confirmed => Incomplete

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

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

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

Title:
  [Location Indicator Menu] GPS switch should be turned off when
  "Location detection" is off

Status in the base for Ubuntu mobile products:
  Incomplete
Status in Ubuntu UX bugs:
  In Progress
Status in indicator-location package in Ubuntu:
  Incomplete
Status in location-service package in Ubuntu:
  Incomplete
Status in trust-store package in Ubuntu:
  Incomplete
Status in ubuntu-system-settings package in Ubuntu:
  Incomplete

Bug description:
  After a conversation with tvoss, I understand that if I turn the
  "Location detection" switch off, effectively GPS will be turned off
  too.

  However, the two switches are independent: I can switch "Location
  detection" off and the "GPS" switch will stay on. This might be
  confusing for users: I'd expect both switches to go off when turning
  "Location detection" off.

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

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


[Touch-packages] [Bug 1222787] Re: [SDK] No standard error appearance for text fields and other controls

2015-06-29 Thread Matthew Paul Thomas
** Changed in: ubuntu-ux
 Assignee: Olga Kemmet (olga-kemmet) => Jamie Young (jamiedawsonyoung)

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

Title:
  [SDK] No standard error appearance for text fields and other controls

Status in Ubuntu UX bugs:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  The toolkit does not have a standard error appearance for text fields,
  other controls, or captions.

  The error appearance should be used for fields that you have filled
  out incorrectly, other controls that have a disallowed state, and
  captions explaining the problem with individual controls.

  Examples:

  * If you choose a time in a restaurant reservation system, submit the
  request, and the server responds that that time is unavailable, the
  time picker should retain the previous value (so you can see what you
  chose) but should have the error appearance. A caption should appear
  below it explaining the problem: for example, “Sorry, 7:30pm is
  unavailable. Try earlier or later.".

  * Similarly, the validity of a checkbox, radio button, switch, etc
  selection might be too complex or volatile to check on the client side
  of an app. If the server side responds that the selection isn't
  allowed, the control should adopt the standard error appearance, and a
  caption below if necessary.

  * Changing the SIM PIN requires entering the current PIN. The phone
  can't check the correctness of the current PIN with every character
  you type, because trying an incorrect PIN three times or so will lock
  the SIM. Instead, it is checked only once you submit the dialog.
  *Then* if the current PIN turns out to be wrong, that field should get
  the standard error appearance (maybe a pale pink background, and/or a
  maroon border, and/or a brief flash), and an explanatory caption below
  it.

  * All the captions mentioned above should have their own consistent
  error appearance. (Maybe maroon text.)

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

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


[Touch-packages] [Bug 1237317] Re: [sdk] Should have an UbuntuShaped version of the ListItem.ItemSelector

2015-06-29 Thread Magdalena Mirowicz
** Changed in: ubuntu-ux
 Assignee: Olga Kemmet (olga-kemmet) => Femma (femma)

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

Title:
  [sdk] Should have an UbuntuShaped version of the ListItem.ItemSelector

Status in Ubuntu UI Toolkit:
  Confirmed
Status in Ubuntu UX bugs:
  Triaged
Status in ubuntu-system-settings package in Ubuntu:
  Invalid
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Reviewing the ubuntu-system-settings UI with the designers, they said
  we should use an UbuntuShaped version of the option selectors rather
  than the current ListItem.ItemSelector.

  There are some issues with that:

  - it seems wrong to have a ListItem.ItemSelector version if we think
  it doesn't look right/shouldn't be used in list based UIs

  - the OptionSelector doesn't work nicely in list (the labels are not
  aligned on other widgets)

  - using OptionSelector makes the code a bit hackish...

  
  I'm not sure what the solution is, but we should probably fix the list 
version to look right rather than working around it...

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

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


[Touch-packages] [Bug 1469471] Re: Checkbox shown in the ListView Multiselect mode does not obey selected property

2015-06-29 Thread Nekhelesh Ramananthan
** Tags added: new-listitems

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

Title:
  Checkbox shown in the ListView Multiselect mode does not obey selected
  property

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

Bug description:
  The ListItem in Ubuntu.Components 1.2 and higher supports multiselect
  mode which is controlled by the "selectMode" property. The "selected"
  property controls whether a listitem is selected or not. However it
  seems that the checkbox shown during multiselect mode doesn't seem to
  obey the "selected property.

  Steps to reproduce the bug:
  1. Run the sample code
  2. Long press to active multiselect mode
  3. Press on any checkbox visible while in multiselect mode
  4. Now press on that listitem.

  Notice the following,
  - Clicking on the listitem toggles the "selected" property. But the checkbox 
does not seem to respect that.
  - The "selectedIndices" array correctly shows that the listitem is 
selected/unselected on pressing it, but the checkbox just ignores that.

  I have attached sample code which reproduces the bug in a simple
  manner.

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

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


[Touch-packages] [Bug 1465582] Re: TrailingAction widths needs to be clamped

2015-06-29 Thread Nekhelesh Ramananthan
** Tags added: new-listitems

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

Title:
  TrailingAction widths needs to be clamped

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

Bug description:
  In Podbird we have listitems that are sometimes big (height wise) and
  it has been noticed that when the listitem is big, the trailing edge
  actions width are too big that it hides the entire listitem when
  swiping left. Attached are screenshots that illustrate the issue.

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

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


[Touch-packages] [Bug 1297466] Re: Having some translator comments would be nice

2015-06-29 Thread Bartosz Kosiorek
** Changed in: indicator-power (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 indicator-power in Ubuntu.
https://bugs.launchpad.net/bugs/1297466

Title:
  Having some translator comments would be nice

Status in indicator-power package in Ubuntu:
  Fix Released

Bug description:
  I was looking at why "Battery (charged)" is displayed not translated
  on my trusty-french installation, it turns out some of the strings are
  new and not translated (yet) in launchpad, looking at the list I was
  wondering if the translators had issues with those/if it would be
  useful to have some translators comments

  Examples
  - "%0d:%02d to charge"
  - "%0d:%02d left"
  - "%d %s %d %s to charge"
  - "%d %s to charge"
  - "(%s, %.0lf%%)"

  It would be useful to at least give some context on what the % parts
  contain

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1297466/+subscriptions

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


[Touch-packages] [Bug 1465048] Re: PageHeadSections does not scroll

2015-06-29 Thread Nekhelesh Ramananthan
In the new design I believe PageHeadSections will be scrollable. That
said the problem you have listed is an app issue. The PageHeadSections
is designed to accommodate at most 10-20 sections. 150 sections is a
overkill and a bad app design in my opinion. May be it should be shown
as a listview instead.

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

Title:
  PageHeadSections does not scroll

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

Bug description:
  If there are too many parts in PageHeadSections, there is no way to
  select sections off the screen. This could be solved by allowing the
  sections to be scrolled horizontally, similarly to how the original
  Header worked in the early toolkit versions.

  Example of where this is a problem:
I use the PageHeadSections to allow the user to select between languages 
for translation. The available languages here are set by the user in the 
settings. So, in most cases only 2-5 languages will be listed, but a user could 
decide to use all ~150 languages if they wanted to.

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

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


[Touch-packages] [Bug 1431384] Re: Need a mechanism for specifying an ical event's icon

2015-06-29 Thread Bartosz Kosiorek
** Also affects: indicator-datetime
   Importance: Undecided
   Status: New

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

Title:
  Need a mechanism for specifying an ical event's icon

Status in The Date and Time Indicator:
  New
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  This issue was raised in discussion with mzanetti, who would like
  reminders (created with reminder-app) to be shown in the drop-down
  menu with that app's icon.

  datetime currently is implemented with "everything is either a clock-
  app alarm or a calendar-app event", which is not an approach that will
  scale to 3rd party apps. I suggest we add something like an x-unity-
  alarm-icon tag to the ical components to let clients specify their own
  icon as a string that gets passed to unity8.

  See related bug https://bugs.launchpad.net/ubuntu/+source/indicator-
  datetime/+bug/1426519 for letting the clients, rather than datetime,
  specify the behavior when the menuitems are clicked.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/1431384/+subscriptions

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


[Touch-packages] [Bug 1469698] [NEW] package python3.4 3.4.0-2ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2015-06-29 Thread Denbid
Public bug reported:

during an update

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: python3.4 3.4.0-2ubuntu1.1
ProcVersionSignature: Ubuntu 3.13.0-51.84-generic 3.13.11-ckt18
Uname: Linux 3.13.0-51-generic i686
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: i386
Date: Mon Jun 29 07:10:40 2015
DpkgHistoryLog:
 
DpkgTerminalLog:
 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 139
InstallationDate: Installed on 2015-02-19 (129 days ago)
InstallationMedia: Lubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
SourcePackage: python3.4
Title: package python3.4 3.4.0-2ubuntu1.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 139
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python3.4 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 trusty

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

Title:
  package python3.4 3.4.0-2ubuntu1.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 139

Status in python3.4 package in Ubuntu:
  New

Bug description:
  during an update

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: python3.4 3.4.0-2ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-51.84-generic 3.13.11-ckt18
  Uname: Linux 3.13.0-51-generic i686
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: i386
  Date: Mon Jun 29 07:10:40 2015
  DpkgHistoryLog:
   
  DpkgTerminalLog:
   
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 139
  InstallationDate: Installed on 2015-02-19 (129 days ago)
  InstallationMedia: Lubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  SourcePackage: python3.4
  Title: package python3.4 3.4.0-2ubuntu1.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 139
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.4/+bug/1469698/+subscriptions

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


[Touch-packages] [Bug 1377427] Re: white 1 pixel line on left edge of the screen since RTM image 81

2015-06-29 Thread Michael Zanetti
Reassigning to canonical-devices-system-image as this is not unity8's
fault but I don't know where to put it. Pat, please dispatch it to the
correct project. Seems it is related to the display driver.

** Package changed: unity8 (Ubuntu) => canonical-devices-system-image

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

Title:
  white 1 pixel line on left edge of the screen since RTM image 81

Status in the base for Ubuntu mobile products:
  Confirmed

Bug description:
  with image 81 my krillin shows a white 1px line on the left edge of
  the screen, specifically visible when switching apps or sliding the
  launcher in.

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

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


[Touch-packages] [Bug 1297144] Re: [Lenovo ThinkPad X230] Invisible cursor after resume from suspend

2015-06-29 Thread Christopher M. Penalver
oren, it will help immensely if you file a new report with Ubuntu by executing 
the following in a terminal:
ubuntu-bug xorg

Please ensure you have xdiagnose installed, and that you click the Yes
button for attaching additional debugging information.

When opening up the new report, please feel free to subscribe me to it.

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

Title:
  [Lenovo ThinkPad X230] Invisible cursor after resume from suspend

Status in xorg package in Ubuntu:
  Expired

Bug description:
  I am using the daily build of Xubuntu 14.04 x64 on a Lenovo Thinkpad
  x230. If I wake up the computer after it spending some time in the
  suspend state, the cursor will be invisible.  The courser still works
  (I can click on stuff and hover the invisible cursor over stuff), but
  the little arrow is not visible.  This bug showed up a few days ago
  after an update.  Putting the computer back in suspend state and
  immediately waking it back up resolves the issue until the next time
  the computer is put in suspend state for an extended period of time.

  It is possible that this bug has something to do with Whisker Menu.
  Sometimes when the courser is invisible it will still show up over
  Whisker Menu.  Most of the time it is invisible there too.

  Description: Ubuntu Trusty Tahr (development branch)
  Release: 14.04
  xfdesktop version 4.11.4, running on Xfce 4.10

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

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


[Touch-packages] [Bug 1355093] Re: [Boot splash screen] Inconsistent spinning-logo screens for startup and system image update

2015-06-29 Thread Matthew Paul Thomas
** Description changed:

  Ubuntu 14.10 r183
  
  1. Wait for an Ubuntu update to become available.
  2. Install the update, confirming the prompt to restart the phone.
  
  What happens:
  * The screen goes mostly black with a tiny, flat, dark orange, quickly 
spinning Ubuntu logo.
  * The phone restarts.
  * The screen goes black with a second, large, flat, pale orange, quickly 
spinning Ubuntu logo.
  * The phone restarts.
  * The screen goes black with a third, small, glowing, dark orange, slowly 
spinning Ubuntu logo.
  
  What should happen:
  * The Ubuntu logos should have exactly the same size, position, lighting, 
color, and speed on all screens where they appear.
  
  : "If
- you choose 'Install & Restart', a variation of the shutdown screen
+ you choose 'Restart & Install', a variation of the shutdown screen
  should appear..."
  
+  mpt, to fix that properly you would have to run Mir in recovery :)
+  ogra_: or change the graphics to be similar enough?
+  larsu, tricky  one is a true color hi-res image, the other is 
more like a 64 color animated gif ...
+  even getting the colors to roughly match will be hard
+  it would be good to make them the same size per device and get rid of 
the awful progress bar in recovery at least ... but having them look the same 
will be a hard task
+ 
  It may save time to fix bug 1335789 at the same time as this bug.

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

Title:
  [Boot splash screen] Inconsistent spinning-logo screens for startup
  and system image update

Status in Ubuntu UX bugs:
  Fix Committed
Status in Unity System Compositor:
  New
Status in unity-system-compositor package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10 r183

  1. Wait for an Ubuntu update to become available.
  2. Install the update, confirming the prompt to restart the phone.

  What happens:
  * The screen goes mostly black with a tiny, flat, dark orange, quickly 
spinning Ubuntu logo.
  * The phone restarts.
  * The screen goes black with a second, large, flat, pale orange, quickly 
spinning Ubuntu logo.
  * The phone restarts.
  * The screen goes black with a third, small, glowing, dark orange, slowly 
spinning Ubuntu logo.

  What should happen:
  * The Ubuntu logos should have exactly the same size, position, lighting, 
color, and speed on all screens where they appear.

  :
  "If you choose 'Restart & Install', a variation of the shutdown screen
  should appear..."

   mpt, to fix that properly you would have to run Mir in recovery :)
   ogra_: or change the graphics to be similar enough?
   larsu, tricky  one is a true color hi-res image, the other is 
more like a 64 color animated gif ...
   even getting the colors to roughly match will be hard
   it would be good to make them the same size per device and get rid of 
the awful progress bar in recovery at least ... but having them look the same 
will be a hard task

  It may save time to fix bug 1335789 at the same time as this bug.

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

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


[Touch-packages] [Bug 1466222] Re: Popover loosing anchor when expanding/collapsing keyboard

2015-06-29 Thread Christian Dywan
** Branch linked: lp:~tpeeters/ubuntu-ui-toolkit/OSKvsTextInputPopover

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

Title:
  Popover loosing anchor when expanding/collapsing keyboard

Status in the base for Ubuntu mobile products:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  In webbrowser we are using a Popover anchored to the address bar to
  let the user add/change data for a new bookmarked url. For that we
  have a TextField inside the Popover and when it got the focus the
  keyboard shows up. When the keyboard is visible the Popover ends up
  above its initial position. The expected result on this case would be
  to have a way to lock the Popover on its initial position, even if the
  keyboard moves over it. Attached there is a sample code that shows the
  issue.

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

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


[Touch-packages] [Bug 1466228] Re: search suggestion in scopes is shown outside visible shell on Krillin

2015-06-29 Thread Christian Dywan
*** This bug is a duplicate of bug 1455406 ***
https://bugs.launchpad.net/bugs/1455406

** This bug has been marked a duplicate of bug 1455406
   Search history popover displaced when OSK opens

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

Title:
  search suggestion in scopes is shown outside visible shell on Krillin

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

Bug description:
  OS: Ubuntu-touch 15.04 r23 
  Device: BQ aquaris 4.5e (Krillin)

  When activating a scope search box (i.e. when search box gets focus),
  the search suggestion hint box is placed above the search input. But
  this places it outside the visible area of the shell. (One can just
  make out the bottom edge of the hint-box but its not usable and so
  kind of anoying).

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

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


[Touch-packages] [Bug 1467611] Re: unprivileged lxc containers broken

2015-06-29 Thread god
cat /proc/self/cgroup
10:cpuset:/system.slice/lsh-server.service
9:memory:/system.slice/lsh-server.service
8:freezer:/system.slice/lsh-server.service
7:blkio:/system.slice/lsh-server.service
6:hugetlb:/system.slice/lsh-server.service
5:perf_event:/system.slice/lsh-server.service
4:cpu,cpuacct:/system.slice/lsh-server.service
3:net_cls,net_prio:/system.slice/lsh-server.service
2:devices:/system.slice/lsh-server.service
1:name=systemd:/system.slice/lsh-server.service


** Changed in: systemd (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  unprivileged lxc containers broken

Status in lxc package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Seems like I've hit the bug #1413927 but as requested in comments I'm
  filing new one.

  lxc-start -n asterisk -l debug -F --logfile /dev/stdout

lxc-start 1434992414.067 INFO lxc_start_ui - lxc_start.c:main:264 - 
using rcfile /home/x/.local/share/lxc/asterisk/config
lxc-start 1434992414.067 INFO lxc_utils - utils.c:get_rundir:483 - 
XDG_RUNTIME_DIR isn't set in the environment.
lxc-start 1434992414.067 WARN lxc_confile - 
confile.c:config_pivotdir:1768 - lxc.pivotdir is ignored.  It will soon become 
an error.
lxc-start 1434992414.069 INFO lxc_confile - 
confile.c:config_idmap:1376 - read uid map: type u nsid 0 hostid 10 range 
65536
lxc-start 1434992414.069 INFO lxc_confile - 
confile.c:config_idmap:1376 - read uid map: type g nsid 0 hostid 10 range 
65536
lxc-start 1434992414.069 WARN lxc_log - log.c:lxc_log_init:316 - 
lxc_log_init called with log already initialized
lxc-start 1434992414.075 WARN lxc_cgmanager - 
cgmanager.c:cgm_get:963 - do_cgm_get exited with error
lxc-start 1434992414.076 WARN lxc_start - 
start.c:lxc_check_inherited:224 - inherited fd 7
lxc-start 1434992414.076 INFO lxc_lsm - lsm/lsm.c:lsm_init:48 - LSM 
security driver AppArmor
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .reject_force_umount  # comment 
this to allow umount -f;  not recommended.  
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for reject_force_umount 
action 0
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:do_resolve_add_rule:210 - Setting seccomp rule to reject force umounts
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for reject_force_umount 
action 0
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:438 - Adding non-compat rule bc nr1 == nr2 (-1, -1)
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:do_resolve_add_rule:210 - Setting seccomp rule to reject force umounts

lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .[all].
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .kexec_load errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for kexec_load action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for kexec_load action 327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (283, 
246)
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .open_by_handle_at errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for open_by_handle_at 
action 327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for open_by_handle_at action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (342, 
304)
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .init_module errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for init_module action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for init_module action 327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (128, 
175)
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .finit_module errno 1.
lxc-start 1434992414.077 INFO 

[Touch-packages] [Bug 1467611] Re: unprivileged lxc containers broken

2015-06-29 Thread god
I still don't get the point about lsh - I mean what's the difference
with openssh? Are there some specific step by ssh server with regards to
user session setup necessary? Or some specific system-wide configuration
required somewhere?

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

Title:
  unprivileged lxc containers broken

Status in lxc package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Seems like I've hit the bug #1413927 but as requested in comments I'm
  filing new one.

  lxc-start -n asterisk -l debug -F --logfile /dev/stdout

lxc-start 1434992414.067 INFO lxc_start_ui - lxc_start.c:main:264 - 
using rcfile /home/x/.local/share/lxc/asterisk/config
lxc-start 1434992414.067 INFO lxc_utils - utils.c:get_rundir:483 - 
XDG_RUNTIME_DIR isn't set in the environment.
lxc-start 1434992414.067 WARN lxc_confile - 
confile.c:config_pivotdir:1768 - lxc.pivotdir is ignored.  It will soon become 
an error.
lxc-start 1434992414.069 INFO lxc_confile - 
confile.c:config_idmap:1376 - read uid map: type u nsid 0 hostid 10 range 
65536
lxc-start 1434992414.069 INFO lxc_confile - 
confile.c:config_idmap:1376 - read uid map: type g nsid 0 hostid 10 range 
65536
lxc-start 1434992414.069 WARN lxc_log - log.c:lxc_log_init:316 - 
lxc_log_init called with log already initialized
lxc-start 1434992414.075 WARN lxc_cgmanager - 
cgmanager.c:cgm_get:963 - do_cgm_get exited with error
lxc-start 1434992414.076 WARN lxc_start - 
start.c:lxc_check_inherited:224 - inherited fd 7
lxc-start 1434992414.076 INFO lxc_lsm - lsm/lsm.c:lsm_init:48 - LSM 
security driver AppArmor
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .reject_force_umount  # comment 
this to allow umount -f;  not recommended.  
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for reject_force_umount 
action 0
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:do_resolve_add_rule:210 - Setting seccomp rule to reject force umounts
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for reject_force_umount 
action 0
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:438 - Adding non-compat rule bc nr1 == nr2 (-1, -1)
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:do_resolve_add_rule:210 - Setting seccomp rule to reject force umounts

lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .[all].
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .kexec_load errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for kexec_load action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for kexec_load action 327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (283, 
246)
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .open_by_handle_at errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for open_by_handle_at 
action 327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for open_by_handle_at action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (342, 
304)
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .init_module errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for init_module action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for init_module action 327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (128, 
175)
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .finit_module errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for finit_module action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for finit_module action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c

[Touch-packages] [Bug 1373598] Re: apt-get update fails, hash sum mismatches with de.archive.ubuntu.com

2015-06-29 Thread realdreams
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/trusty-
updates/main/binary-amd64/Packages  Hash Sum mismatch

E: Some index files failed to download. They have been ignored, or old
ones used instead.

This is happening on the us mirror too

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

Title:
  apt-get update fails, hash sum mismatches with de.archive.ubuntu.com

Status in apt package in Ubuntu:
  Confirmed
Status in ubuntu-release-upgrader package in Ubuntu:
  Invalid

Bug description:
  1. Release: 
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  2.  not a package. The whole distro is broken.

  3. I always expect apt-get update to work, at least with Ubuntu's own
  repositories.

  4. "apt-get update" failed, and later "apt-get dist upgrade"

  
  It started with this when doing a normal "apt-get update"

  W: Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/trusty-
  updates/main/source/Sources  Hash Sum mismatch

  W: Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/trusty-
  updates/main/binary-amd64/Packages  Hash Sum mismatch

  W: Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/trusty-
  updates/universe/binary-i386/Packages  Hash Sum mismatch

  E: Some index files failed to download. They have been ignored, or old
  ones used instead.

  
  When doing a dist-upgrade, I then got this:
  E: mkinitramfs failure cpio 141 gzip 1
  update-initramfs: failed for /boot/initrd.img-3.13.0-36-generic with 1.
  run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
  Failed to process /etc/kernel/postinst.d at 
/var/lib/dpkg/info/linux-image-extra-3.13.0-36-generic.postinst line 1025.
  No apport report written because the error message indicates its a followup 
error from a previous failure.

dpkg: error processing package 
linux-image-extra-3.13.0-36-generic (--configure):
   subprocess installed post-installation script returned error exit status 2
  dpkg: dependency problems prevent configuration of linux-image-generic:
   linux-image-generic depends on linux-image-extra-3.13.0-36-generic; however:
Package linux-image-extra-3.13.0-36-generic is not configured yet.

  dpkg: error processing package linux-image-generic (--configure):
   dependency problems - leaving unconfigured
  Setting up linux-headers-3.13.0-36 (3.13.0-36.63) ...
  Setting up linux-headers-3.13.0-36-generic (3.13.0-36.63) ...
  Examining /etc/kernel/header_postinst.d.
  run-parts: executing /etc/kernel/header_postinst.d/dkms 3.13.0-36-generic 
/boot/vmlinuz-3.13.0-36-generic
  Setting up linux-headers-generic (3.13.0.36.43) ...
  No apport report written because the error message indicates its a followup 
error from a previous failure.

dpkg: dependency problems prevent configuration of 
linux-generic:
   linux-generic depends on linux-image-generic (= 3.13.0.36.43); however:
Package linux-image-generic is not configured yet.

  dpkg: error processing package linux-generic (--configure):
   dependency problems - leaving unconfigured

  
  And later this at the end:
  Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.220.5
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: Unity
  Date: Wed Sep 24 21:57:55 2014
  InstallationDate: Installed on 2013-05-09 (503 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: Upgraded to trusty on 2014-05-04 (142 days ago)
  VarLogDistupgradeTermlog:

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

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


[Touch-packages] [Bug 1458046] Re: [touch] NetworkManager needs to inhibit sleep if hotspot is active

2015-06-29 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Pat McGowan (pat-mcgowan)

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

Title:
  [touch] NetworkManager needs to inhibit sleep if hotspot is active

Status in the base for Ubuntu mobile products:
  Confirmed
Status in indicator-network package in Ubuntu:
  New
Status in network-manager package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  New
Status in network-manager package in Ubuntu RTM:
  Confirmed

Bug description:
  As Ubuntu touch uses an auto-suspend model, it's possible for the
  system to be suspended while a user has a hotspot active and in use.

  In order to prevent such behavior, we should modify NetworkManager to
  inhibit suspend via powerd's DBus interface when hotspot is active and
  one or more clients are connected to the hotspot.   As a first pass,
  inhibiting suspend when hotspot is active would probably be
  sufficient.   This could probably be implemented via a NM dispatcher
  script, which would run when the hotspot is activated.

  :
  "* Whenever at least one person is using your hotspot, the device should not 
sleep automatically.
  * The indicator icon should be different when anyone is connected than when 
no-one is.
  * If a hotspot is set up, there should be a “Hotspot” item in the “Ways to 
reduce battery use” list in “Power” settings."

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

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


[Touch-packages] [Bug 1418449] Re: Panel title is not updated when the top-most maximized window is not focused

2015-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package unity -
7.3.2+15.10.20150627.1-0ubuntu1

---
unity (7.3.2+15.10.20150627.1-0ubuntu1) wily; urgency=medium

  [ Andrea Azzarone andrea.azzar...@canonical.com ]
  * Fix a regression with urgent icons not showing up if launcher is
hidden. (LP: #1450991)
  * Make sure new icons are added to the model before calling
SortAndUpdate. (LP: #1458950)
  * This likely could fix
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1451613. At
least the backtraces posted there suggest this. But I think that
those backtraces are just leftovers of old crashes-on-unloading.

  [ CI Train Bot ]
  * New rebuild forced.

  [ Chris Townsend ]
  * Allow mouse clicks that are not in the visible area of the Quicklist
to pass through down to the Launcher icon. Fixes a failing AP test.
(LP: #1456245)

  [ Luke Yelavich ]
  * Implement filter results controls accessibility (LP: #1457071)

  [ Marco Trevisan (Treviño) ]
  * ApplicationManager: add missing features, keep a copy of views
around
  * DecorationsForceQuitDialog: remove deprecated override style
functions, use CSS
  * GnomeSessionManager: Request ScreenSaver (de)activation on VT
changes (LP: #1405349)
  * OverlayWindowButtons: trigger a queuedraw also when a child requires
a redraw (LP: #1461618)
  * PanelMenuView: connect to target window / application title changes
(LP: #1418449)

 -- CI Train Bot   Sat, 27 Jun 2015 04:44:56
+

** Changed in: unity (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 unity in Ubuntu.
https://bugs.launchpad.net/bugs/1418449

Title:
  Panel title is not updated when the top-most maximized window is not
  focused

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  In Progress
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  When in LIM mode, panel should update the title of the top-most
  maximized window as soon as it changes.

  So for example:
   - Open Firefox, maximize it and open its console (Ctrl+Shift+K), and paste 
in there this simple script:
  var i = 0; setInterval(function() { document.title = "F bar "+(++i); 
}, 500);
   - The firefox window title is now changing every half second.
   - Now, open another *restored* application (i.e. a termininal) on top of it,
   - The firefox title counter will stops when the window is unfocused

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

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


[Touch-packages] [Bug 1461618] Re: Dash control buttons (close, maximize) do not update on state change

2015-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package unity -
7.3.2+15.10.20150627.1-0ubuntu1

---
unity (7.3.2+15.10.20150627.1-0ubuntu1) wily; urgency=medium

  [ Andrea Azzarone andrea.azzar...@canonical.com ]
  * Fix a regression with urgent icons not showing up if launcher is
hidden. (LP: #1450991)
  * Make sure new icons are added to the model before calling
SortAndUpdate. (LP: #1458950)
  * This likely could fix
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1451613. At
least the backtraces posted there suggest this. But I think that
those backtraces are just leftovers of old crashes-on-unloading.

  [ CI Train Bot ]
  * New rebuild forced.

  [ Chris Townsend ]
  * Allow mouse clicks that are not in the visible area of the Quicklist
to pass through down to the Launcher icon. Fixes a failing AP test.
(LP: #1456245)

  [ Luke Yelavich ]
  * Implement filter results controls accessibility (LP: #1457071)

  [ Marco Trevisan (Treviño) ]
  * ApplicationManager: add missing features, keep a copy of views
around
  * DecorationsForceQuitDialog: remove deprecated override style
functions, use CSS
  * GnomeSessionManager: Request ScreenSaver (de)activation on VT
changes (LP: #1405349)
  * OverlayWindowButtons: trigger a queuedraw also when a child requires
a redraw (LP: #1461618)
  * PanelMenuView: connect to target window / application title changes
(LP: #1418449)

 -- CI Train Bot   Sat, 27 Jun 2015 04:44:56
+

** Changed in: unity (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 unity in Ubuntu.
https://bugs.launchpad.net/bugs/1461618

Title:
  Dash control buttons (close, maximize) do not update on state change

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  In Progress
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  Dash control buttons should update according to the state when the mouse is 
hovering or pressing the button.
  i.e.:
   1) hover the close button
   2) the button pixmap should change to match the prelight state
   3) press the close button
   4) the button pixmap should change to match the pressed state

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

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


[Touch-packages] [Bug 1450991] Re: hided launcher does not show urgent icons in 15.04

2015-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package unity -
7.3.2+15.10.20150627.1-0ubuntu1

---
unity (7.3.2+15.10.20150627.1-0ubuntu1) wily; urgency=medium

  [ Andrea Azzarone andrea.azzar...@canonical.com ]
  * Fix a regression with urgent icons not showing up if launcher is
hidden. (LP: #1450991)
  * Make sure new icons are added to the model before calling
SortAndUpdate. (LP: #1458950)
  * This likely could fix
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1451613. At
least the backtraces posted there suggest this. But I think that
those backtraces are just leftovers of old crashes-on-unloading.

  [ CI Train Bot ]
  * New rebuild forced.

  [ Chris Townsend ]
  * Allow mouse clicks that are not in the visible area of the Quicklist
to pass through down to the Launcher icon. Fixes a failing AP test.
(LP: #1456245)

  [ Luke Yelavich ]
  * Implement filter results controls accessibility (LP: #1457071)

  [ Marco Trevisan (Treviño) ]
  * ApplicationManager: add missing features, keep a copy of views
around
  * DecorationsForceQuitDialog: remove deprecated override style
functions, use CSS
  * GnomeSessionManager: Request ScreenSaver (de)activation on VT
changes (LP: #1405349)
  * OverlayWindowButtons: trigger a queuedraw also when a child requires
a redraw (LP: #1461618)
  * PanelMenuView: connect to target window / application title changes
(LP: #1418449)

 -- CI Train Bot   Sat, 27 Jun 2015 04:44:56
+

** Changed in: unity (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 unity in Ubuntu.
https://bugs.launchpad.net/bugs/1450991

Title:
  hided launcher does not show urgent icons in 15.04

Status in Unity:
  In Progress
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  When a program requests to wiggle its icons on the launcher, if the
  launcher is visible, it works fine and the icon shakes properly. But
  when it is not visible (auto-hide option is enabled), desired behavior
  would be that its icon should slide inside while it is shaking and
  then go off the screen after a short while.

  This behavior already hes been applied in 14.10 and older versions,
  but in 15.04 launcher does not show urgent animation when it is hide
  that it could be bug.

  Why this bug annoys me?
  I  usually would use IM apps and in such apps, Pidgin for instance, when a 
user becomes on-line or off-line, its icon on the launcher starts to shaking 
and in this way informs me.

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

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


[Touch-packages] [Bug 1405349] Re: switching to activated guest session causes screen blank

2015-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package unity -
7.3.2+15.10.20150627.1-0ubuntu1

---
unity (7.3.2+15.10.20150627.1-0ubuntu1) wily; urgency=medium

  [ Andrea Azzarone andrea.azzar...@canonical.com ]
  * Fix a regression with urgent icons not showing up if launcher is
hidden. (LP: #1450991)
  * Make sure new icons are added to the model before calling
SortAndUpdate. (LP: #1458950)
  * This likely could fix
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1451613. At
least the backtraces posted there suggest this. But I think that
those backtraces are just leftovers of old crashes-on-unloading.

  [ CI Train Bot ]
  * New rebuild forced.

  [ Chris Townsend ]
  * Allow mouse clicks that are not in the visible area of the Quicklist
to pass through down to the Launcher icon. Fixes a failing AP test.
(LP: #1456245)

  [ Luke Yelavich ]
  * Implement filter results controls accessibility (LP: #1457071)

  [ Marco Trevisan (Treviño) ]
  * ApplicationManager: add missing features, keep a copy of views
around
  * DecorationsForceQuitDialog: remove deprecated override style
functions, use CSS
  * GnomeSessionManager: Request ScreenSaver (de)activation on VT
changes (LP: #1405349)
  * OverlayWindowButtons: trigger a queuedraw also when a child requires
a redraw (LP: #1461618)
  * PanelMenuView: connect to target window / application title changes
(LP: #1418449)

 -- CI Train Bot   Sat, 27 Jun 2015 04:44:56
+

** Changed in: unity (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 unity in Ubuntu.
https://bugs.launchpad.net/bugs/1405349

Title:
  switching to activated guest session causes screen blank

Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project trusty series:
  Confirmed
Status in Unity:
  In Progress
Status in Unity 7.2 series:
  In Progress
Status in unity package in Ubuntu:
  Fix Released
Status in unity source package in Trusty:
  In Progress

Bug description:
  Hi,
  I switch to activated guest session, but the screen remains blank. I have to 
wake it up with keyboard/mouse action.

  How to reproduce:
  1. login with your account normally.
  2. switch to guest session from the panel menu "Switch Account... -> Guest 
Session", now it's under guest session and the display is normal.
  3. switch back to your user account, then switch to guest session again.
  4. The screen remains blank.

  Another method:
  1. sudo true && gdbus call --session --dest org.gnome.ScreenSaver \
   --object-path /com/canonical/Unity/Session --method \
   com.canonical.Unity.Session.ActivateScreenSaver && \
   sleep 1 && sudo chvt 1 && sleep 1 && sudo chvt 7

  I can't reproduce this issue under Precise.
  Vivid snapshot 22-Mar-2015 can also reproduce this issue.

  Package:
  lightdm 1.10.3-0ubuntu2
  unity-settings-daemon-14.04.0+14.10.20140606~0ubuntu1
  ---
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   
canonical-oem-stella-datong140729-kylin-trusty-amd64-20150205-2DistroRelease: 
Ubuntu 14.04
  InstallationDate: Installed on 2015-02-09 (1 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150205-07:08
  LightdmConfig:
   [SeatDefaults]
   autologin-guest=false
   autologin-user-timeout=0
   autologin-session=lightdm-autologin
  Package: lightdm 1.10.3-0ubuntu2
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.13.0-38.65stella1-generic 3.13.11.8
  Tags: trusty third-party-packages
  Uname: Linux 3.13.0-38-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1405349/+subscriptions

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


[Touch-packages] [Bug 1456245] Re: AP failure: unity.tests.test_quicklist.QuicklistActionTests.test_right_click_opens_quicklist_if_already_open

2015-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package unity -
7.3.2+15.10.20150627.1-0ubuntu1

---
unity (7.3.2+15.10.20150627.1-0ubuntu1) wily; urgency=medium

  [ Andrea Azzarone andrea.azzar...@canonical.com ]
  * Fix a regression with urgent icons not showing up if launcher is
hidden. (LP: #1450991)
  * Make sure new icons are added to the model before calling
SortAndUpdate. (LP: #1458950)
  * This likely could fix
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1451613. At
least the backtraces posted there suggest this. But I think that
those backtraces are just leftovers of old crashes-on-unloading.

  [ CI Train Bot ]
  * New rebuild forced.

  [ Chris Townsend ]
  * Allow mouse clicks that are not in the visible area of the Quicklist
to pass through down to the Launcher icon. Fixes a failing AP test.
(LP: #1456245)

  [ Luke Yelavich ]
  * Implement filter results controls accessibility (LP: #1457071)

  [ Marco Trevisan (Treviño) ]
  * ApplicationManager: add missing features, keep a copy of views
around
  * DecorationsForceQuitDialog: remove deprecated override style
functions, use CSS
  * GnomeSessionManager: Request ScreenSaver (de)activation on VT
changes (LP: #1405349)
  * OverlayWindowButtons: trigger a queuedraw also when a child requires
a redraw (LP: #1461618)
  * PanelMenuView: connect to target window / application title changes
(LP: #1418449)

 -- CI Train Bot   Sat, 27 Jun 2015 04:44:56
+

** Changed in: unity (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 unity in Ubuntu.
https://bugs.launchpad.net/bugs/1456245

Title:
  AP failure:
  
unity.tests.test_quicklist.QuicklistActionTests.test_right_click_opens_quicklist_if_already_open

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  Triaged
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  Recently, an AP test has started failing consistently:

  
unity.tests.test_quicklist.QuicklistActionTests.test_right_click_opens_quicklist_if_already_open

  Need to investigate if a regression has been introduced or if the test
  needs to be updated to work with a new behavior.

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

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


[Touch-packages] [Bug 1457071] Re: Unity Dash filter needs screenreader support

2015-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package unity -
7.3.2+15.10.20150627.1-0ubuntu1

---
unity (7.3.2+15.10.20150627.1-0ubuntu1) wily; urgency=medium

  [ Andrea Azzarone andrea.azzar...@canonical.com ]
  * Fix a regression with urgent icons not showing up if launcher is
hidden. (LP: #1450991)
  * Make sure new icons are added to the model before calling
SortAndUpdate. (LP: #1458950)
  * This likely could fix
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1451613. At
least the backtraces posted there suggest this. But I think that
those backtraces are just leftovers of old crashes-on-unloading.

  [ CI Train Bot ]
  * New rebuild forced.

  [ Chris Townsend ]
  * Allow mouse clicks that are not in the visible area of the Quicklist
to pass through down to the Launcher icon. Fixes a failing AP test.
(LP: #1456245)

  [ Luke Yelavich ]
  * Implement filter results controls accessibility (LP: #1457071)

  [ Marco Trevisan (Treviño) ]
  * ApplicationManager: add missing features, keep a copy of views
around
  * DecorationsForceQuitDialog: remove deprecated override style
functions, use CSS
  * GnomeSessionManager: Request ScreenSaver (de)activation on VT
changes (LP: #1405349)
  * OverlayWindowButtons: trigger a queuedraw also when a child requires
a redraw (LP: #1461618)
  * PanelMenuView: connect to target window / application title changes
(LP: #1418449)

 -- CI Train Bot   Sat, 27 Jun 2015 04:44:56
+

** Changed in: unity (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 unity in Ubuntu.
https://bugs.launchpad.net/bugs/1457071

Title:
  Unity Dash filter needs screenreader support

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  Triaged
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  The Unity Dash filter dies not support screenreader functionality,
  required for proper accessibility support.

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

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


[Touch-packages] [Bug 1458950] Re: new app does not have keyboard shortcut

2015-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package unity -
7.3.2+15.10.20150627.1-0ubuntu1

---
unity (7.3.2+15.10.20150627.1-0ubuntu1) wily; urgency=medium

  [ Andrea Azzarone andrea.azzar...@canonical.com ]
  * Fix a regression with urgent icons not showing up if launcher is
hidden. (LP: #1450991)
  * Make sure new icons are added to the model before calling
SortAndUpdate. (LP: #1458950)
  * This likely could fix
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1451613. At
least the backtraces posted there suggest this. But I think that
those backtraces are just leftovers of old crashes-on-unloading.

  [ CI Train Bot ]
  * New rebuild forced.

  [ Chris Townsend ]
  * Allow mouse clicks that are not in the visible area of the Quicklist
to pass through down to the Launcher icon. Fixes a failing AP test.
(LP: #1456245)

  [ Luke Yelavich ]
  * Implement filter results controls accessibility (LP: #1457071)

  [ Marco Trevisan (Treviño) ]
  * ApplicationManager: add missing features, keep a copy of views
around
  * DecorationsForceQuitDialog: remove deprecated override style
functions, use CSS
  * GnomeSessionManager: Request ScreenSaver (de)activation on VT
changes (LP: #1405349)
  * OverlayWindowButtons: trigger a queuedraw also when a child requires
a redraw (LP: #1461618)
  * PanelMenuView: connect to target window / application title changes
(LP: #1418449)

 -- CI Train Bot   Sat, 27 Jun 2015 04:44:56
+

** Changed in: unity (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 unity in Ubuntu.
https://bugs.launchpad.net/bugs/1458950

Title:
  new app does not have keyboard shortcut

Status in Unity:
  In Progress
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  When a new app is opened, it is not added to the keyboard shortcuts
  (see píctures)

  http://i.imgur.com/SxBZ2fe.png626262

  http://i.imgur.com/jhsUqTF.png636363

  to reproduce:
  1.open new aplication via the dash (i.e. click super key and open an 
application)
  2.hold super and verify that application is not on the list of shortcuts yet
  3.change foreground application; press super+number and verify that the new 
application (that you just opened on step 1) does not come back into focus

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

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


[Touch-packages] [Bug 1469635] Re: Don't pick transitional -dbg over -dbgsym

2015-06-29 Thread Launchpad Bug Tracker
** Branch linked: lp:apport

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

Title:
  Don't pick transitional -dbg over -dbgsym

Status in apport package in Ubuntu:
  Fix Committed

Bug description:
  Quoting Brian Murray: When trying to add a test like

   $ bzr diff test/test_backend_apt_dpkg.py
  === modified file 'test/test_backend_apt_dpkg.py'
  --- test/test_backend_apt_dpkg.py   2015-06-17 15:54:40 +
  +++ test/test_backend_apt_dpkg.py   2015-06-25 13:53:10 +
  @@ -848,7 +848,9 @@
 ('distro-info-data',
  '0.18ubuntu0.2'),
 ('qemu-utils',
  -   '2.0.0+dfsg-2ubuntu1.11')
  +   '2.0.0+dfsg-2ubuntu1.11'),
  +  ('unity-services',
  +   
'7.2.5+14.04.20150521.1-0ubuntu1'),
], False, self.cachedir)
   
   def sandbox_ver(pkg, debian=True):
  @@ -884,6 +886,8 @@
   self.assertIn('distro-info-data 0.18ubuntu0.2', pkglist)
   self.assertIn('qemu-utils-dbgsym 2.0.0+dfsg-2ubuntu1.11',
 pkglist)
  +self.assertIn('unity-services-dbgsym 
7.2.5+14.04.20150521.1-0ubuntu1',
  +  pkglist)
   
   # caches packages, and their versions are as expected
   cache = os.listdir(os.path.join(self.cachedir, 'Foonux 1.2', 'apt',

  This fails with

  AssertionError: 'unity-services-dbgsym 7.2.5+14.04.20150521.1-0ubuntu1'
  not found in ['distro-info-data 0.18ubuntu0.2', 'oxideqt-codecs
  1.6.6-0ubuntu0.14.04.1', 'oxideqt-codecs-dbg 1.6.6-0ubuntu0.14.04.1',
  'unity-2d-dbg 7.2.5+14.04.20150521.1-0ubuntu1', 'unity-services
  7.2.5+14.04.20150521.1-0ubuntu1']

  unity-2d-dbg is just a transitional package, and shouldn't trump the
  -dbgsym package. We need some heuristic there, like "transitional" in
  the package description, or size being < 10 kB.

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

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


[Touch-packages] [Bug 1469635] Re: Don't pick transitional -dbg over -dbgsym

2015-06-29 Thread Martin Pitt
Fixed in trunk r2977.

** Changed in: apport (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  Don't pick transitional -dbg over -dbgsym

Status in apport package in Ubuntu:
  Fix Committed

Bug description:
  Quoting Brian Murray: When trying to add a test like

   $ bzr diff test/test_backend_apt_dpkg.py
  === modified file 'test/test_backend_apt_dpkg.py'
  --- test/test_backend_apt_dpkg.py   2015-06-17 15:54:40 +
  +++ test/test_backend_apt_dpkg.py   2015-06-25 13:53:10 +
  @@ -848,7 +848,9 @@
 ('distro-info-data',
  '0.18ubuntu0.2'),
 ('qemu-utils',
  -   '2.0.0+dfsg-2ubuntu1.11')
  +   '2.0.0+dfsg-2ubuntu1.11'),
  +  ('unity-services',
  +   
'7.2.5+14.04.20150521.1-0ubuntu1'),
], False, self.cachedir)
   
   def sandbox_ver(pkg, debian=True):
  @@ -884,6 +886,8 @@
   self.assertIn('distro-info-data 0.18ubuntu0.2', pkglist)
   self.assertIn('qemu-utils-dbgsym 2.0.0+dfsg-2ubuntu1.11',
 pkglist)
  +self.assertIn('unity-services-dbgsym 
7.2.5+14.04.20150521.1-0ubuntu1',
  +  pkglist)
   
   # caches packages, and their versions are as expected
   cache = os.listdir(os.path.join(self.cachedir, 'Foonux 1.2', 'apt',

  This fails with

  AssertionError: 'unity-services-dbgsym 7.2.5+14.04.20150521.1-0ubuntu1'
  not found in ['distro-info-data 0.18ubuntu0.2', 'oxideqt-codecs
  1.6.6-0ubuntu0.14.04.1', 'oxideqt-codecs-dbg 1.6.6-0ubuntu0.14.04.1',
  'unity-2d-dbg 7.2.5+14.04.20150521.1-0ubuntu1', 'unity-services
  7.2.5+14.04.20150521.1-0ubuntu1']

  unity-2d-dbg is just a transitional package, and shouldn't trump the
  -dbgsym package. We need some heuristic there, like "transitional" in
  the package description, or size being < 10 kB.

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

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


[Touch-packages] [Bug 1469722] [NEW] No sound from headphone jack

2015-06-29 Thread Mike Cavedon
Public bug reported:

I am on:

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"

Sound from the speakers works fine. I do not have any sound coming from
the headphone jack. When I plug in my headphones there is no sound
coming from the external speakers, which is expected. However, there is
no sound coming from the headset.

I realize this isn't enough info, however, just adding in case others
are seeing the same issue or if you have any guesses as to what I can
try, thanks.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: pulseaudio 1:4.0-0ubuntu11.1
ProcVersionSignature: Ubuntu 3.16.0-34.47~14.04.1-generic 3.16.7-ckt8
Uname: Linux 3.16.0-34-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
Date: Mon Jun 29 09:35:05 2015
InstallationDate: Installed on 2015-04-27 (62 days ago)
InstallationMedia: Kubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150219.1)
ProcEnviron:
 LANGUAGE=en_US
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
 No PulseAudio daemon running, or not running as session daemon.
SourcePackage: pulseaudio
Symptom: audio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/15/2014
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: M70 Ver. 01.01
dmi.board.name: 2253
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 03.0F
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrM70Ver.01.01:bd09/15/2014:svnHewlett-Packard:pnHPZbook15G2:pvrA3009DD10303:rvnHewlett-Packard:rn2253:rvrKBCVersion03.0F:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP Zbook 15 G2
dmi.product.version: A3009DD10303
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug trusty

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

Title:
  No sound from headphone jack

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  I am on:

  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=14.04
  DISTRIB_CODENAME=trusty
  DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"

  Sound from the speakers works fine. I do not have any sound coming
  from the headphone jack. When I plug in my headphones there is no
  sound coming from the external speakers, which is expected. However,
  there is no sound coming from the headset.

  I realize this isn't enough info, however, just adding in case others
  are seeing the same issue or if you have any guesses as to what I can
  try, thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pulseaudio 1:4.0-0ubuntu11.1
  ProcVersionSignature: Ubuntu 3.16.0-34.47~14.04.1-generic 3.16.7-ckt8
  Uname: Linux 3.16.0-34-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  Date: Mon Jun 29 09:35:05 2015
  InstallationDate: Installed on 2015-04-27 (62 days ago)
  InstallationMedia: Kubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150219.1)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  Symptom: audio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/15/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: M70 Ver. 01.01
  dmi.board.name: 2253
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 03.0F
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrM70Ver.01.01:bd09/15/2014:svnHewlett-Packard:pnHPZbook15G2:pvrA3009DD10303:rvnHewlett-Packard:rn2253:rvrKBCVersion03.0F:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Zbook 15 G2
  dmi.product.version: A3009DD10303
  dmi.sys.vendor: Hewlett-Packard

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

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


[Touch-packages] [Bug 1466211] Re: Can't access Select all/Paste menu

2015-06-29 Thread freezeloud
** Description changed:

- When there are messages in history (on the screen) and try to double tap the 
message input box to show Select all/Paste menu the application seemingly 
freeze (cursor stop blinking) and the menu is not displayed until any key is 
pressed. 
+ When there are messages in history (on the screen) and try to double tap the 
message input box to show Select all/Paste menu the application seemingly 
freeze (cursor stop blinking) and the menu is not displayed until any key is 
pressed.
  Seems like screen stops to being updated or something similar.
  This is not happening when writing new message.
+ 
+ BQ Aquaris E4.5
+ Ubuntu 15.04 (r23)
+ Ubuntu Image Part 20150611.3

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

Title:
  Can't access Select all/Paste menu

Status in messaging-app package in Ubuntu:
  New

Bug description:
  When there are messages in history (on the screen) and try to double tap the 
message input box to show Select all/Paste menu the application seemingly 
freeze (cursor stop blinking) and the menu is not displayed until any key is 
pressed.
  Seems like screen stops to being updated or something similar.
  This is not happening when writing new message.

  BQ Aquaris E4.5
  Ubuntu 15.04 (r23)
  Ubuntu Image Part 20150611.3

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

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


[Touch-packages] [Bug 1421245] Re: Contact search doesn't support Chinese

2015-06-29 Thread Bill Filler
** Changed in: address-book-app (Ubuntu)
   Importance: High => Critical

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

Title:
  Contact search doesn't support Chinese

Status in the base for Ubuntu mobile products:
  Confirmed
Status in address-book-app package in Ubuntu:
  Confirmed
Status in dialer-app package in Ubuntu:
  Confirmed
Status in messaging-app package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce

  1) Create a contact with a Chinese name

  2) Type that name in to the contact search

  Expected result

  Just that contact should appear

  Actual result

  All contacts appear

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

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


[Touch-packages] [Bug 1469262] Re: snap decision for an incoming call is not shown

2015-06-29 Thread Bill Filler
do we have steps to reproduce?
Also are there any crash files in /var/crash for telephony/telepathy related 
processes?

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

Title:
  snap decision for an  incoming call is not shown

Status in the base for Ubuntu mobile products:
  Confirmed
Status in telephony-service package in Ubuntu:
  Confirmed

Bug description:
  Arale running ota4 20150611.3

  Incoming calls are not showing the snap decision to answer them, and
  in some cases the ringer is also not triggered. The call is then
  automatically sent to voicemail.

  This seems to happen after a reboot perhaps with a subsequent suspend.

  To dump the history:
  adb shell sqlite3 /home/phablet/.local/share/history-service/history.sqlite 
'select * from voice_events where senderId != \"self\"'

  To capture dbus messages:
  dbus-send --print-reply --dest=org.freedesktop.Telepathy.MissionControl5 
/org/freedesktop/Telepathy/debug org.freedesktop.Telepathy.Debug.GetMessages

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

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


[Touch-packages] [Bug 1469262] Re: snap decision for an incoming call is not shown

2015-06-29 Thread Bill Filler
Is this a dupe of https://bugs.launchpad.net/canonical-devices-system-
image/+bug/1453004?

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

Title:
  snap decision for an  incoming call is not shown

Status in the base for Ubuntu mobile products:
  Confirmed
Status in telephony-service package in Ubuntu:
  Confirmed

Bug description:
  Arale running ota4 20150611.3

  Incoming calls are not showing the snap decision to answer them, and
  in some cases the ringer is also not triggered. The call is then
  automatically sent to voicemail.

  This seems to happen after a reboot perhaps with a subsequent suspend.

  To dump the history:
  adb shell sqlite3 /home/phablet/.local/share/history-service/history.sqlite 
'select * from voice_events where senderId != \"self\"'

  To capture dbus messages:
  dbus-send --print-reply --dest=org.freedesktop.Telepathy.MissionControl5 
/org/freedesktop/Telepathy/debug org.freedesktop.Telepathy.Debug.GetMessages

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

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


[Touch-packages] [Bug 1467151] Re: 60-persistent-storage.rules fails to create by-uuid links to Xen virtual disks (xvd)

2015-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 221-1ubuntu2

---
systemd (221-1ubuntu2) wily; urgency=medium

  * Disable test-netlink during package build, fails on some buildds.

systemd (221-1ubuntu1) wily; urgency=medium

  * Merge with Debian unstable. Remaining Ubuntu changes:
- Hack to support system-image read-only /etc, and modify files in
  /etc/writable/ instead.
- Keep our much simpler udev maintainer scripts (all platforms must
  support udev, no debconf).
- initramfs init-top: Drop scsi_wait_scan and udevadm settle, we do that
  in a more sensible way with wait-for-root.
- initramfs init-bottom: If LVM is installed, settle udev,
  otherwise we get missing LV symlinks. Workaround for LP #1185394.
- Add debian/udev.lvm2.init: Dummy SysV init script to satisfy insserv
  dependencies to "lvm2" which is handled with udev rules in Ubuntu.
- Add debian/udev.lvm2.service to avoid running the dummy lvm2 init
  script.
- Provide shutdown fallback for upstart. (LP: #1370329)
- debian/extra/ifup@.service: Additionally run for "auto" class. We don't
  really support "allow-hotplug" in Ubuntu at the moment, so we need to
  deal with "auto" devices appearing after "/etc/init.d/networking start"
  already ran. (LP: #1374521) Also run ifup in the background during boot,
  to avoid blocking network.target. (LP: #1425376)
- ifup@.service: Drop dependency on networking.service (i. e.
  /etc/init.d/networking), and merely ensure that /run/network exists.
  This avoids unnecessary dependencies/waiting during boot and dependency
  cycles if hooks wait for other interfaces to come up (like ifenslave
  with bonding interfaces). (LP: #1414544)
- Add Get-RTC-is-in-local-time-setting-from-etc-default-rc.patch: In
  Ubuntu we currently keep the setting whether the RTC is in local or UTC
  time in /etc/default/rcS "UTC=yes|no", instead of /etc/adjtime.
  (LP: #1377258)
- Put session scopes into all cgroup controllers. This makes unprivileged
  user LXC containers work under systemd. (LP: #1346734)
- systemctl: Don't forward telinit u to upstart. This works around
  upstart's Restart() always reexec'ing /sbin/init on Restart(), even if
  that changes to point to systemd during the upgrade. This avoids running
  systemd during a dist-upgrade. (LP: #1430479)
- Drop hwdb-update dependency from udev-trigger.service, which got
  introduced in v219-stable. This causes udev and plymouth to start too
  late and isn't really needed in Ubuntu yet as we don't support stateless
  systems yet and handle hwdb.bin updates through dpkg triggers. This can
  be dropped again with initramfs-tools 0.117.
- Lower Breaks: to plymouth version which has the udev inotify fix in
  Ubuntu.
- Lower apparmor Breaks: to the Ubuntu version that dropped $remote_fs.
- Change systemd-sysv's conflicts to upstart-sysv. (LP: #1422681)

Upgrade fixes, keep until 16.04 LTS release:
- systemd Conflicts/Replaces/Provides systemd-services.
- Remove obsolete systemd-logind upstart job.
- Clean up obsolete /etc/udev/rules.d/README.

  * systemd.postinst: Migrate mountall specific fstab options to standard
util-linux "nofail" option.

systemd (221-1) unstable; urgency=medium

  * New upstream release 221:
- Fix persistent storage links for Xen devices. (LP: #1467151)
- Drop all backported patches and port the others to new upstream release.
- debian/rules: Drop workarounds for broken 220 tarball, 221 is fine.

  [ Michael Biebl ]
  * initramfs hook: Stop installing 55-dm.rules, 64-md-raid.rules,
60-persistent-storage-lvm.rules and 60-persistent-storage-dm.rules.
The mdadm, lvm2 and dmsetup package provide their own udev hooks nowadays
to make sure their udev rules files are installed into the initramfs.
Having the copy rules at two places is confusing and makes debugging
harder.
  * Make it possible to skip building udeb packages via
DEB_BUILD_OPTIONS="noudeb". This allows quicker builds for local testing
and is benefical for derivatives that don't use d-i.
  * Install API documentation for libudev and libsystemd in their respective
packages. Both libraries use man pages now, so we need to be explicit
about what is installed where.

  [ Martin Pitt ]
  * ifupdown-hotplug autopkgtest: Different cloud/desktop environments have
different ways of including /etc/network/interfaces.d/, try to get along
wit either and skip the test if interfaces.d/ does not get included at
all.
  * Drop obsolete gtk-doc-tools build dependency, gtkdocize autoreconfig, and
./configure options.
  * libudev-dev.install: Drop gtk-doc files, not built by upstream any more
and replaced with manpages.
  * libsystemd0.symbols: Add new symbols for this release.
  * debian/rules: Fix paths in manpages as we don't currently have a merged

[Touch-packages] [Bug 1468102] Re: rc.local output does not go to console

2015-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 221-1ubuntu2

---
systemd (221-1ubuntu2) wily; urgency=medium

  * Disable test-netlink during package build, fails on some buildds.

systemd (221-1ubuntu1) wily; urgency=medium

  * Merge with Debian unstable. Remaining Ubuntu changes:
- Hack to support system-image read-only /etc, and modify files in
  /etc/writable/ instead.
- Keep our much simpler udev maintainer scripts (all platforms must
  support udev, no debconf).
- initramfs init-top: Drop scsi_wait_scan and udevadm settle, we do that
  in a more sensible way with wait-for-root.
- initramfs init-bottom: If LVM is installed, settle udev,
  otherwise we get missing LV symlinks. Workaround for LP #1185394.
- Add debian/udev.lvm2.init: Dummy SysV init script to satisfy insserv
  dependencies to "lvm2" which is handled with udev rules in Ubuntu.
- Add debian/udev.lvm2.service to avoid running the dummy lvm2 init
  script.
- Provide shutdown fallback for upstart. (LP: #1370329)
- debian/extra/ifup@.service: Additionally run for "auto" class. We don't
  really support "allow-hotplug" in Ubuntu at the moment, so we need to
  deal with "auto" devices appearing after "/etc/init.d/networking start"
  already ran. (LP: #1374521) Also run ifup in the background during boot,
  to avoid blocking network.target. (LP: #1425376)
- ifup@.service: Drop dependency on networking.service (i. e.
  /etc/init.d/networking), and merely ensure that /run/network exists.
  This avoids unnecessary dependencies/waiting during boot and dependency
  cycles if hooks wait for other interfaces to come up (like ifenslave
  with bonding interfaces). (LP: #1414544)
- Add Get-RTC-is-in-local-time-setting-from-etc-default-rc.patch: In
  Ubuntu we currently keep the setting whether the RTC is in local or UTC
  time in /etc/default/rcS "UTC=yes|no", instead of /etc/adjtime.
  (LP: #1377258)
- Put session scopes into all cgroup controllers. This makes unprivileged
  user LXC containers work under systemd. (LP: #1346734)
- systemctl: Don't forward telinit u to upstart. This works around
  upstart's Restart() always reexec'ing /sbin/init on Restart(), even if
  that changes to point to systemd during the upgrade. This avoids running
  systemd during a dist-upgrade. (LP: #1430479)
- Drop hwdb-update dependency from udev-trigger.service, which got
  introduced in v219-stable. This causes udev and plymouth to start too
  late and isn't really needed in Ubuntu yet as we don't support stateless
  systems yet and handle hwdb.bin updates through dpkg triggers. This can
  be dropped again with initramfs-tools 0.117.
- Lower Breaks: to plymouth version which has the udev inotify fix in
  Ubuntu.
- Lower apparmor Breaks: to the Ubuntu version that dropped $remote_fs.
- Change systemd-sysv's conflicts to upstart-sysv. (LP: #1422681)

Upgrade fixes, keep until 16.04 LTS release:
- systemd Conflicts/Replaces/Provides systemd-services.
- Remove obsolete systemd-logind upstart job.
- Clean up obsolete /etc/udev/rules.d/README.

  * systemd.postinst: Migrate mountall specific fstab options to standard
util-linux "nofail" option.

systemd (221-1) unstable; urgency=medium

  * New upstream release 221:
- Fix persistent storage links for Xen devices. (LP: #1467151)
- Drop all backported patches and port the others to new upstream release.
- debian/rules: Drop workarounds for broken 220 tarball, 221 is fine.

  [ Michael Biebl ]
  * initramfs hook: Stop installing 55-dm.rules, 64-md-raid.rules,
60-persistent-storage-lvm.rules and 60-persistent-storage-dm.rules.
The mdadm, lvm2 and dmsetup package provide their own udev hooks nowadays
to make sure their udev rules files are installed into the initramfs.
Having the copy rules at two places is confusing and makes debugging
harder.
  * Make it possible to skip building udeb packages via
DEB_BUILD_OPTIONS="noudeb". This allows quicker builds for local testing
and is benefical for derivatives that don't use d-i.
  * Install API documentation for libudev and libsystemd in their respective
packages. Both libraries use man pages now, so we need to be explicit
about what is installed where.

  [ Martin Pitt ]
  * ifupdown-hotplug autopkgtest: Different cloud/desktop environments have
different ways of including /etc/network/interfaces.d/, try to get along
wit either and skip the test if interfaces.d/ does not get included at
all.
  * Drop obsolete gtk-doc-tools build dependency, gtkdocize autoreconfig, and
./configure options.
  * libudev-dev.install: Drop gtk-doc files, not built by upstream any more
and replaced with manpages.
  * libsystemd0.symbols: Add new symbols for this release.
  * debian/rules: Fix paths in manpages as we don't currently have a merged

[Touch-packages] [Bug 1224756] Re: Pulseaudio should integrate with trust-store

2015-06-29 Thread Matthew Paul Thomas
** Description changed:

  Currently the 'audio' policy group allows access to pulseaudio which
  allows apps to use the microphone and eavesdrop on the user. Pulseaudio
  needs to be modified to use trust-store, like location-service does.
  Integrating with trust-store means that when an app tries use the
  microphone via pulseaudio, pulseaudio will contact trust-store, the
  trust-store will prompt the user ("Foo wants to use the microphone. Is
  this ok? Yes|No"), optionally cache the result and return the result to
  pulseaudio. In this manner the user is given a contextual prompt at the
  time of access by the app. Using caching this decision can be remembered
  the next time. If caching is used, there should be a method to change
  the decision in settings.
  
  Targeting to T-Series for now, since the trust-store is not in a
  reusable form yet.
  
  Original description:
  David and the security team (inspired by an observation from Rick) discussed 
that when recording, pulseaudio should somehow unobtrusively show the user that 
it is recording. The easiest thing to do would be for pulseaudio to alert 
indicator-sound which would then turn its icon red (similar to 
indicator-message turning blue with new messages). Marking 'high' because apps 
with access to pulseaudio can currently eavedrop on users. If the app is 
allowed to do networking (the default for apps), then it can ship that 
information off to a server somewhere.
  
  Note 1, the alert to indicator-sound must happen via the out of process
  pulseaudio server and not the confined app itself to be effective.
  
  Note 2, we should consider how to enforce this for foreground apps only.
  Application lifecycle should probably handle this for 13.10 (apps are
  suspended if not in foreground or if the screensaver is on), but we
  don't want an app on the converged device to record in the background
  when the user isn't paying attention. Example eavesdropping attack:
  start recording only when the screensaver is on (perhaps inhibiting the
  screensaver during recording would be enough).
+ 
+ : "On the phone, if an
+ app tries to access your ... microphone ... or video recording, this
+ should be subject to permission. “Video recording” should be separate
+ from “Camera” so that an app does not need two permissions when
+ recording video, one for the camera and one for the microphone. If an
+ app has permission to record video, it should have access to the
+ microphone whenever it is recording video..."

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

Title:
  Pulseaudio should integrate with trust-store

Status in the base for Ubuntu mobile products:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Triaged

Bug description:
  Currently the 'audio' policy group allows access to pulseaudio which
  allows apps to use the microphone and eavesdrop on the user.
  Pulseaudio needs to be modified to use trust-store, like location-
  service does. Integrating with trust-store means that when an app
  tries use the microphone via pulseaudio, pulseaudio will contact
  trust-store, the trust-store will prompt the user ("Foo wants to use
  the microphone. Is this ok? Yes|No"), optionally cache the result and
  return the result to pulseaudio. In this manner the user is given a
  contextual prompt at the time of access by the app. Using caching this
  decision can be remembered the next time. If caching is used, there
  should be a method to change the decision in settings.

  Targeting to T-Series for now, since the trust-store is not in a
  reusable form yet.

  Original description:
  David and the security team (inspired by an observation from Rick) discussed 
that when recording, pulseaudio should somehow unobtrusively show the user that 
it is recording. The easiest thing to do would be for pulseaudio to alert 
indicator-sound which would then turn its icon red (similar to 
indicator-message turning blue with new messages). Marking 'high' because apps 
with access to pulseaudio can currently eavedrop on users. If the app is 
allowed to do networking (the default for apps), then it can ship that 
information off to a server somewhere.

  Note 1, the alert to indicator-sound must happen via the out of
  process pulseaudio server and not the confined app itself to be
  effective.

  Note 2, we should consider how to enforce this for foreground apps
  only. Application lifecycle should probably handle this for 13.10
  (apps are suspended if not in foreground or if the screensaver is on),
  but we don't want an app on the converged device to record in the
  background when the user isn't paying attention. Example eavesdropping
  attack: start recording only when the screensaver is on (perhaps
  inhibiting the screensaver during recording would be enough).

  

[Touch-packages] [Bug 1461618] Re: Dash control buttons (close, maximize) do not update on state change

2015-06-29 Thread Treviño
** Changed in: unity
   Status: In Progress => Fix Committed

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

Title:
  Dash control buttons (close, maximize) do not update on state change

Status in Unity:
  Fix Committed
Status in Unity 7.2 series:
  In Progress
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  Dash control buttons should update according to the state when the mouse is 
hovering or pressing the button.
  i.e.:
   1) hover the close button
   2) the button pixmap should change to match the prelight state
   3) press the close button
   4) the button pixmap should change to match the pressed state

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

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


[Touch-packages] [Bug 1457071] Re: Unity Dash filter needs screenreader support

2015-06-29 Thread Treviño
** Changed in: unity
   Status: In Progress => Fix Committed

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

Title:
  Unity Dash filter needs screenreader support

Status in Unity:
  Fix Committed
Status in Unity 7.2 series:
  Triaged
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  The Unity Dash filter dies not support screenreader functionality,
  required for proper accessibility support.

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

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


[Touch-packages] [Bug 1458950] Re: new app does not have keyboard shortcut

2015-06-29 Thread Treviño
** Changed in: unity
   Status: In Progress => Fix Committed

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

Title:
  new app does not have keyboard shortcut

Status in Unity:
  Fix Committed
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  When a new app is opened, it is not added to the keyboard shortcuts
  (see píctures)

  http://i.imgur.com/SxBZ2fe.png626262

  http://i.imgur.com/jhsUqTF.png636363

  to reproduce:
  1.open new aplication via the dash (i.e. click super key and open an 
application)
  2.hold super and verify that application is not on the list of shortcuts yet
  3.change foreground application; press super+number and verify that the new 
application (that you just opened on step 1) does not come back into focus

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

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


[Touch-packages] [Bug 1387643] Re: Pruning of probably stale sessions should be less aggressive

2015-06-29 Thread John McAleely
** Tags removed: ota-1 rtm14

** Changed in: canonical-devices-system-image
 Assignee: Canonical Phone Foundations (canonical-phonedations-team) => 
John McAleely (john.mcaleely)

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

Title:
  Pruning of probably stale sessions should be less aggressive

Status in the base for Ubuntu mobile products:
  Confirmed
Status in location-service package in Ubuntu:
  Confirmed

Bug description:
  Right now, after 10 non-successful attempts to deliver location
  updates to clients, the service considers the client to be hanging or
  dead and prunes the session from the service's cache. With that, if
  the app wakes up again, it does not receive updates for the same
  session anymore. A restart of the app fixes the issue.

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

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


[Touch-packages] [Bug 1450991] Re: hided launcher does not show urgent icons in 15.04

2015-06-29 Thread Treviño
** Changed in: unity
   Status: In Progress => Fix Committed

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

Title:
  hided launcher does not show urgent icons in 15.04

Status in Unity:
  Fix Committed
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  When a program requests to wiggle its icons on the launcher, if the
  launcher is visible, it works fine and the icon shakes properly. But
  when it is not visible (auto-hide option is enabled), desired behavior
  would be that its icon should slide inside while it is shaking and
  then go off the screen after a short while.

  This behavior already hes been applied in 14.10 and older versions,
  but in 15.04 launcher does not show urgent animation when it is hide
  that it could be bug.

  Why this bug annoys me?
  I  usually would use IM apps and in such apps, Pidgin for instance, when a 
user becomes on-line or off-line, its icon on the launcher starts to shaking 
and in this way informs me.

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

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


[Touch-packages] [Bug 1418449] Re: Panel title is not updated when the top-most maximized window is not focused

2015-06-29 Thread Treviño
** Changed in: unity
   Status: In Progress => Fix Committed

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

Title:
  Panel title is not updated when the top-most maximized window is not
  focused

Status in Unity:
  Fix Committed
Status in Unity 7.2 series:
  In Progress
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  When in LIM mode, panel should update the title of the top-most
  maximized window as soon as it changes.

  So for example:
   - Open Firefox, maximize it and open its console (Ctrl+Shift+K), and paste 
in there this simple script:
  var i = 0; setInterval(function() { document.title = "F bar "+(++i); 
}, 500);
   - The firefox window title is now changing every half second.
   - Now, open another *restored* application (i.e. a termininal) on top of it,
   - The firefox title counter will stops when the window is unfocused

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

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


[Touch-packages] [Bug 1456245] Re: AP failure: unity.tests.test_quicklist.QuicklistActionTests.test_right_click_opens_quicklist_if_already_open

2015-06-29 Thread Treviño
** Changed in: unity
   Status: In Progress => Fix Committed

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

Title:
  AP failure:
  
unity.tests.test_quicklist.QuicklistActionTests.test_right_click_opens_quicklist_if_already_open

Status in Unity:
  Fix Committed
Status in Unity 7.2 series:
  Triaged
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  Recently, an AP test has started failing consistently:

  
unity.tests.test_quicklist.QuicklistActionTests.test_right_click_opens_quicklist_if_already_open

  Need to investigate if a regression has been introduced or if the test
  needs to be updated to work with a new behavior.

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

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


[Touch-packages] [Bug 1405349] Re: switching to activated guest session causes screen blank

2015-06-29 Thread Treviño
** Changed in: unity
   Status: In Progress => Fix Committed

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

Title:
  switching to activated guest session causes screen blank

Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project trusty series:
  Confirmed
Status in Unity:
  Fix Committed
Status in Unity 7.2 series:
  In Progress
Status in unity package in Ubuntu:
  Fix Released
Status in unity source package in Trusty:
  In Progress

Bug description:
  Hi,
  I switch to activated guest session, but the screen remains blank. I have to 
wake it up with keyboard/mouse action.

  How to reproduce:
  1. login with your account normally.
  2. switch to guest session from the panel menu "Switch Account... -> Guest 
Session", now it's under guest session and the display is normal.
  3. switch back to your user account, then switch to guest session again.
  4. The screen remains blank.

  Another method:
  1. sudo true && gdbus call --session --dest org.gnome.ScreenSaver \
   --object-path /com/canonical/Unity/Session --method \
   com.canonical.Unity.Session.ActivateScreenSaver && \
   sleep 1 && sudo chvt 1 && sleep 1 && sudo chvt 7

  I can't reproduce this issue under Precise.
  Vivid snapshot 22-Mar-2015 can also reproduce this issue.

  Package:
  lightdm 1.10.3-0ubuntu2
  unity-settings-daemon-14.04.0+14.10.20140606~0ubuntu1
  ---
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   
canonical-oem-stella-datong140729-kylin-trusty-amd64-20150205-2DistroRelease: 
Ubuntu 14.04
  InstallationDate: Installed on 2015-02-09 (1 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150205-07:08
  LightdmConfig:
   [SeatDefaults]
   autologin-guest=false
   autologin-user-timeout=0
   autologin-session=lightdm-autologin
  Package: lightdm 1.10.3-0ubuntu2
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.13.0-38.65stella1-generic 3.13.11.8
  Tags: trusty third-party-packages
  Uname: Linux 3.13.0-38-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1405349/+subscriptions

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


[Touch-packages] [Bug 1415029] Re: Not yet available but configured providers should be added as soon as they become available

2015-06-29 Thread John McAleely
** Changed in: canonical-devices-system-image
 Assignee: Canonical Phone Foundations (canonical-phonedations-team) => 
John McAleely (john.mcaleely)

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

Title:
  Not yet available but configured providers should be added as soon as
  they become available

Status in the base for Ubuntu mobile products:
  In Progress
Status in location-service package in Ubuntu:
  In Progress
Status in ubuntu-location-provider-here package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  Invalid
Status in ubuntu-location-provider-here package in Ubuntu RTM:
  Fix Released

Bug description:
  Right now, the location service tries to instantiate configured
  providers at startup. In specific corner cases, some of the configured
  sensors might not be available and the service should be able to be
  notified when those providers become available.

  In particular, this affects the wizard running on first boot, and
  subsequent login to the user session.

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

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


[Touch-packages] [Bug 1465048] Re: PageHeadSections does not scroll

2015-06-29 Thread Sam Bull
As said, it's a worst-case scenario. I expect 99% of users to enable 2-5
languages and not be a problem. But, it is possible for someone to
enable every language. I see no reason to arbitrarily limit the users
choice, they are smart enough to decide what is suitable to them.

I've attached a screenshot of what it looks like, with 4 languages
viewable, you should be able to see that it provides a quick convenient
switch between languages without taking up much space.

** Attachment added: "screenshot20150629_145421899.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1465048/+attachment/4421961/+files/screenshot20150629_145421899.png

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

Title:
  PageHeadSections does not scroll

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

Bug description:
  If there are too many parts in PageHeadSections, there is no way to
  select sections off the screen. This could be solved by allowing the
  sections to be scrolled horizontally, similarly to how the original
  Header worked in the early toolkit versions.

  Example of where this is a problem:
I use the PageHeadSections to allow the user to select between languages 
for translation. The available languages here are set by the user in the 
settings. So, in most cases only 2-5 languages will be listed, but a user could 
decide to use all ~150 languages if they wanted to.

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

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


[Touch-packages] [Bug 1462346] Re: Wrong size of folder-drag-accept/gnome-fs-directory-accept icon at zoom levels bigger than 100% in Nautilus

2015-06-29 Thread Lars Uebernickel
** Changed in: humanity-icon-theme (Ubuntu)
 Assignee: (unassigned) => Lars Uebernickel (larsu)

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

Title:
  Wrong size of folder-drag-accept/gnome-fs-directory-accept icon at
  zoom levels bigger than 100% in Nautilus

Status in humanity-icon-theme package in Ubuntu:
  New

Bug description:
  Hello,

  the icon size of the  folder-drag-accept/gnome-fs-directory-accept
  icon in Nautilus is too small when a zoom level bigger than 100% in
  the icon view is used. This can be reproduced the following way:

  - Start Nautilus (or Nemo)
  - Open a directory that contains at least one subdirectory plus at least one 
file (or a second subdirectory)
  - Switch to icon view, set a zoom level bigger than 100%
  - Try to move a file/directory into another directory
  - When the mouse moves over the target directory, it's icon will switch to 
the folder-drag-accept/gnome-fs-directory-accept icon, but in a version that is 
no larger than 48x48, even if the zoom level (and thus the icon size) is set 
greater. I have attached a screenshot that illustrates the problem.

  With the Adwaita icon theme the problem does not happen, the icon
  seems to get the correct size at all zoom levels.

  Currently the Humanity icon theme contains (as symlink) a svg file of
  the responsible folder-drag-accept/gnome-fs-directory-accept icon in
  the directories Humanity/status/24 and Humanity/48. The dirs for
  bigger icons (e.g. 128) do not contain that icons, so I assumed it may
  be a quick fix to symlink them to also to those dirs. But that caused
  just other problems - now the icons had always the 128x128 size
  regardless of zoom level and was often too big instead of too small!

  A way to fix this seems to be to place png files of the icons in all
  of the Humanity/status/[icon size]-directories, each png scaled to the
  appropriate size. That is a bit more hassle but seems to work for the
  Adwaita theme.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: humanity-icon-theme 0.6.8
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jun  5 10:53:39 2015
  InstallationDate: Installed on 2015-04-16 (49 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150415)
  PackageArchitecture: all
  SourcePackage: humanity-icon-theme
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/humanity-icon-theme/+bug/1462346/+subscriptions

-- 
Mailing list: https://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   >