[Touch-packages] [Bug 1346497] [NEW] apport computes incorrect core dump size limit

2014-08-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

On Ubuntu 14.04, calling the shell's ulimit -c 20 command sets a ULIMIT_CORE 
in the kernel of 20480 bytes, as expected, verified by looking at 
/proc/$$/limits. (This is just an example; I'd likely not use a value that 
low.) The contents of /proc/sys/kernel/core_pattern is
|/usr/share/apport/apport %p %s %c %P

When a process gets a memory fault, a core file much larger than 20480
bytes can be created; apport multiplies its third argument, 20480, by
1024, giving a limit of 20MB.

Test program:

#include sys/time.h
#include sys/resource.h
#include stdlib.h
#include stdio.h

main()
{
 struct rlimit r;

 getrlimit(RLIMIT_CORE, r);
 printf(%ld %ld\n, (long) r.rlim_cur, (long)r.rlim_max);
 malloc(100);
 abort();
}

This produces a core dump of around 1.2MB.
Excerpts from /var/log/apport.log for the test program :

ERROR: apport (pid 4574) Sun Jul 20 21:37:38 2014: called for pid 4573, signal 
6, core limit 204800
ERROR: apport (pid 4574) Sun Jul 20 21:37:38 2014: executable: /home/mp/ab 
(command line ./ab)
ERROR: apport (pid 4574) Sun Jul 20 21:37:38 2014: executable does not belong 
to a package, ignoring
ERROR: apport (pid 4574) Sun Jul 20 21:37:38 2014: writing core dump to 
/home/mp/core (limit: 209715200)

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

-- 
apport computes incorrect core dump size limit
https://bugs.launchpad.net/bugs/1346497
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to apport 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 1361242] Re: apport-retrace does not modify the original report as expected with no option specified

2014-08-27 Thread Martin Pitt
Fixed in trunk r2845.

** Changed in: apport (Ubuntu)
   Status: New = Fix Committed

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

Title:
  apport-retrace does not modify the original report as expected with no
  option specified

Status in “apport” package in Ubuntu:
  Fix Committed

Bug description:
  Current behavior: When calling apport-retract and specifying a .crash file, 
apport-retrace tells me the following:
  Usage: apport-retrace [options] apport problem report | crash ID

  apport-retrace: error: you either need to do a local operation (-s,
  -g, -o) or supply an authentication file (--auth); see --help for a
  short help

  Expected behavior: apport-retrace should modify the specified file, as
  indicated by the man page.

  Demonstration: 
https://drive.google.com/file/d/0B-ihXi2hkCPfbEtVSDd5S2lVM0E/edit?usp=sharing
  This demonstration was recorded on today's utopic iso.

  I have installations of the last 3 ubuntu releases (saucy, trusty,
  utopic) and this bug affects all of them (though trusty is as of
  14.04.1 and hasn't been upgraded since then).

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

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


[Touch-packages] [Bug 1360417] Re: thread_collect_info can leave out information in .crash files

2014-08-27 Thread Martin Pitt
** Changed in: apport (Ubuntu)
   Status: New = In Progress

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

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

Title:
  thread_collect_info can leave out information in .crash files

Status in “apport” package in Ubuntu:
  In Progress

Bug description:
  I noticed there were some crash reports in the Ubuntu Error Tracker
  with incomplete information in them (bug 1355546) and ended up
  creating a test case that recreates one way the problem can occur.

  1) in a terminal run 'sudo chmod 600 /etc/apt/sources.list'
  2) run 'update-manager'
  3) observe a crash and click Leave Closed on the crash notification dialog
  4) confirm that there is in /var/crash/ a .upload and .uploaded file for the 
update-manager crash

  If you inspect the update-manager crash file you'll notice it is
  missing Dependencies and DistroRelease so the additional apport data
  collection was never done.  Additionally, some information from Show
  Details of apport dialog does not appear in the report.

  UnreportableReason: E: Opening /etc/apt/sources.list...
  DistroRelease: Ubuntu 14.04

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

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


[Touch-packages] [Bug 1311316] Re: After locking screen there is no input field to type password for unlock

2014-08-27 Thread Frieder Bluemle
I am affected as well. Dual monitors, Intel graphics, Chrome was open.
Happens randomly. Sometime the password box is still visible on one
screen, but not on the other. When it disappears on both screens, only
the unity --replace and compiz --replace methods mentioned above will
allow me to get back to my desktop.

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

Title:
  After locking screen there is no input field to type password for
  unlock

Status in Unity:
  Triaged
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Sometimes (but not always) after locking the screen there is the
  situation not having any input field where I can type the password to
  unlock the session again. The shaded gray area simply does not have
  the input field. I can't do anything, I have to switch to text console
  and stop/start lightdm service to cure the problem loosing all of my
  session :(

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140416-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Tue Apr 22 22:17:57 2014
  InstallationDate: Installed on 2012-03-03 (780 days ago)
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2013-10-18 (186 days ago)

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

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


[Touch-packages] [Bug 1361242] Re: apport-retrace does not modify the original report as expected with no option specified

2014-08-27 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/1361242

Title:
  apport-retrace does not modify the original report as expected with no
  option specified

Status in “apport” package in Ubuntu:
  Fix Committed

Bug description:
  Current behavior: When calling apport-retract and specifying a .crash file, 
apport-retrace tells me the following:
  Usage: apport-retrace [options] apport problem report | crash ID

  apport-retrace: error: you either need to do a local operation (-s,
  -g, -o) or supply an authentication file (--auth); see --help for a
  short help

  Expected behavior: apport-retrace should modify the specified file, as
  indicated by the man page.

  Demonstration: 
https://drive.google.com/file/d/0B-ihXi2hkCPfbEtVSDd5S2lVM0E/edit?usp=sharing
  This demonstration was recorded on today's utopic iso.

  I have installations of the last 3 ubuntu releases (saucy, trusty,
  utopic) and this bug affects all of them (though trusty is as of
  14.04.1 and hasn't been upgraded since then).

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

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


[Touch-packages] [Bug 1335289] [NEW] Shutdown timer regression

2014-08-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Description:Ubuntu 14.04 LTS
Release:14.04

In older (12.*) versions of Ubuntu, pressing the physical power button
on a computer would popup a dialog box asking the user what to do, along
with a timer counting down from 60 seconds. After the time elapsed, the
computer would shutdown. This feature is now missing in 14.*. As a user
who absolutely loved this feature, I consider this a regression.

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


** Tags: bot-comment shutdown
-- 
Shutdown timer regression
https://bugs.launchpad.net/bugs/1335289
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to unity 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 1360417] Re: thread_collect_info can leave out information in .crash files

2014-08-27 Thread Martin Pitt
Fixed in trunk r2846.

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

Title:
  thread_collect_info can leave out information in .crash files

Status in “apport” package in Ubuntu:
  Fix Committed

Bug description:
  I noticed there were some crash reports in the Ubuntu Error Tracker
  with incomplete information in them (bug 1355546) and ended up
  creating a test case that recreates one way the problem can occur.

  1) in a terminal run 'sudo chmod 600 /etc/apt/sources.list'
  2) run 'update-manager'
  3) observe a crash and click Leave Closed on the crash notification dialog
  4) confirm that there is in /var/crash/ a .upload and .uploaded file for the 
update-manager crash

  If you inspect the update-manager crash file you'll notice it is
  missing Dependencies and DistroRelease so the additional apport data
  collection was never done.  Additionally, some information from Show
  Details of apport dialog does not appear in the report.

  UnreportableReason: E: Opening /etc/apt/sources.list...
  DistroRelease: Ubuntu 14.04

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

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


[Touch-packages] [Bug 1360417] Re: thread_collect_info can leave out information in .crash files

2014-08-27 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/1360417

Title:
  thread_collect_info can leave out information in .crash files

Status in “apport” package in Ubuntu:
  Fix Committed

Bug description:
  I noticed there were some crash reports in the Ubuntu Error Tracker
  with incomplete information in them (bug 1355546) and ended up
  creating a test case that recreates one way the problem can occur.

  1) in a terminal run 'sudo chmod 600 /etc/apt/sources.list'
  2) run 'update-manager'
  3) observe a crash and click Leave Closed on the crash notification dialog
  4) confirm that there is in /var/crash/ a .upload and .uploaded file for the 
update-manager crash

  If you inspect the update-manager crash file you'll notice it is
  missing Dependencies and DistroRelease so the additional apport data
  collection was never done.  Additionally, some information from Show
  Details of apport dialog does not appear in the report.

  UnreportableReason: E: Opening /etc/apt/sources.list...
  DistroRelease: Ubuntu 14.04

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

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


[Touch-packages] [Bug 1360642] Re: package python3-gi 3.12.0-1 failed to install/upgrade: le sous-processus nouveau script pre-removal a retourné une erreur de sortie d'état 1

2014-08-27 Thread Martin Pitt
Crash in py3clean, reassigning.

** Package changed: pygobject (Ubuntu) = python3-defaults (Ubuntu)

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

Title:
  package python3-gi 3.12.0-1 failed to install/upgrade: le sous-
  processus nouveau script pre-removal a retourné une erreur de sortie
  d'état 1

Status in “python3-defaults” package in Ubuntu:
  New

Bug description:
  when I'm update my system with apt-get, I got an error

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: python3-gi 3.12.0-1
  ProcVersionSignature: Ubuntu 3.13.0-33.58-generic 3.13.11.4
  Uname: Linux 3.13.0-33-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  Date: Sat Aug 23 20:21:31 2014
  DuplicateSignature: package:python3-gi:3.12.0-1:le sous-processus nouveau 
script pre-removal a retourné une erreur de sortie d'état 1
  ErrorMessage: le sous-processus nouveau script pre-removal a retourné une 
erreur de sortie d'état 1
  InstallationDate: Installed on 2014-04-23 (122 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: pygobject
  Title: package python3-gi 3.12.0-1 failed to install/upgrade: le 
sous-processus nouveau script pre-removal a retourné une erreur de sortie 
d'état 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1355604] Re: package python-gi 3.12.0-1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 127

2014-08-27 Thread Martin Pitt
Not a bug in apport or pygobject. It seems your system has python-
minimal not installed, which is fairly essential. Please put it back.

** Changed in: pygobject (Ubuntu)
   Status: New = Invalid

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

Title:
  package python-gi 3.12.0-1 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 127

Status in “pygobject” package in Ubuntu:
  Invalid

Bug description:
  Software Center not working. Tried sudo-apt get -f install, it showed
  errors due to unmet dependency.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: python-gi 3.12.0-1
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  Date: Mon Aug 11 22:04:10 2014
  DuplicateSignature: package:python-gi:3.12.0-1:subprocess new pre-removal 
script returned error exit status 127
  ErrorMessage: subprocess new pre-removal script returned error exit status 127
  InstallationDate: Installed on 2014-07-12 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: pygobject
  Title: package python-gi 3.12.0-1 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 127
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1214081] Re: Skype makes all alsa clients hang with Broken pipe error

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

** Changed in: alsa-driver (Ubuntu)
   Status: New = Confirmed

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

Title:
  Skype makes all alsa clients hang with Broken pipe error

Status in “alsa-driver” package in Ubuntu:
  Confirmed

Bug description:
  I have USB soundcard E-Mu 0404 USB.  Sometimes all applications that
  use pcm device hw:3,0  (including dmix and jackd) hang. The easiest
  way to reproduce it is to run skype.

  How to reproduce:
  1. Start some application, that uses alsa, like jackd.
  2. Start skype. Settings doesn't matter. Login is not required.
  3. Application from step 1 hangs.
  4. dmesg prints cannot submit urb 0, error -90: internal error

  Jackd output:
  22:20:25.383 XRUN callback (1).
  22:20:26.224 XRUN callback (1 skipped).
  22:20:28.458 JACK connection graph change.
  22:20:28.667 JACK connection graph change.
  Mon Aug 19 22:20:28 2013: New client 'alsa-jack.jackP.6477.0' with PID 6477
  Mon Aug 19 22:20:28 2013: Client 'alsa-jack.jackP.6477.0' with PID 6477 is out
  Mon Aug 19 22:20:28 2013: New client 'alsa-jack.jackP.6477.1' with PID 6477
  Mon Aug 19 22:20:28 2013: Client 'alsa-jack.jackP.6477.1' with PID 6477 is out
  Mon Aug 19 22:20:28 2013: New client 'alsa-jack.jackC.6477.2' with PID 6477
  Mon Aug 19 22:20:28 2013: Client 'alsa-jack.jackC.6477.2' with PID 6477 is out
  Mon Aug 19 22:20:28 2013: New client 'alsa-jack.jackP.6477.3' with PID 6477
  Mon Aug 19 22:20:28 2013: Client 'alsa-jack.jackP.6477.3' with PID 6477 is out
  Mon Aug 19 22:20:28 2013: New client 'alsa-jack.jackC.6477.4' with PID 6477
  Mon Aug 19 22:20:28 2013: Client 'alsa-jack.jackC.6477.4' with PID 6477 is out
  Mon Aug 19 22:20:28 2013: ERROR: ALSA: prepare error for playback on 
hw:3,0 (Broken pipe)
  Mon Aug 19 22:20:28 2013: ERROR: JackAudioDriver::ProcessAsync: read 
error, stopping...

  aplay hangs without any messages.
  I use KUbuntu 13.04.
  Skype version is 4.2.0.11-0ubuntu0.12.04.2
  Alsa-base is 1.0.25+dfsg-0ubuntu4
  Kernel is 3.8.0-27-generic

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  Date: Mon Aug 19 22:10:07 2013
  MarkForUpload: True
  PackageArchitecture: all
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  SourcePackage: alsa-driver
  Symptom: audio
  UpgradeStatus: Upgraded to raring on 2013-05-26 (84 days ago)
  dmi.bios.date: 05/11/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F13
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z77-D3H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF13:bd05/11/2012:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ77-D3H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.: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: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1214081/+subscriptions

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


[Touch-packages] [Bug 1335289] Re: Shutdown timer regression

2014-08-27 Thread Murukesh Mohanan
** Package changed: gnome-power-manager (Ubuntu) = unity (Ubuntu)

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

Title:
  Shutdown timer regression

Status in “unity” package in Ubuntu:
  New

Bug description:
  Description:  Ubuntu 14.04 LTS
  Release:  14.04

  In older (12.*) versions of Ubuntu, pressing the physical power button
  on a computer would popup a dialog box asking the user what to do,
  along with a timer counting down from 60 seconds. After the time
  elapsed, the computer would shutdown. This feature is now missing in
  14.*. As a user who absolutely loved this feature, I consider this a
  regression.

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

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


[Touch-packages] [Bug 1361994] Re: upowerd crashed with SIGSEGV in strlen()

2014-08-27 Thread Apport retracing service
*** This bug is a duplicate of bug 1334827 ***
https://bugs.launchpad.net/bugs/1334827

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1361994/+attachment/4188067/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1361994/+attachment/4188069/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1361994/+attachment/4188070/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1361994/+attachment/4188071/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1361994/+attachment/4188072/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1361994/+attachment/4188073/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1361994/+attachment/4188074/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1334827

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  upowerd crashed with SIGSEGV in strlen()

Status in “upower” package in Ubuntu:
  New

Bug description:
  ...

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: upower 0.9.23-2ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1
  Uname: Linux 3.16.0-9-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  Date: Mon Aug 25 17:43:56 2014
  ExecutablePath: /usr/lib/upower/upowerd
  InstallationDate: Installed on 2014-03-04 (175 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  ProcCmdline: /usr/lib/upower/upowerd
  ProcEnviron:
   
  SegvAnalysis:
   Segfault happened at: 0x7fbdb8480ada strlen+42:movdqu (%rax),%xmm12
   PC (0x7fbdb8480ada) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %xmm12 ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: upower
  StacktraceTop:
   strlen () at ../sysdeps/x86_64/strlen.S:106
   __GI___strdup (s=0x0) at strdup.c:41
   plist_new_string () from /usr/lib/x86_64-linux-gnu/libplist.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libimobiledevice.so.4
   lockdownd_client_new_with_handshake () from 
/usr/lib/x86_64-linux-gnu/libimobiledevice.so.4
  Title: upowerd crashed with SIGSEGV in strlen()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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

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


[Touch-packages] [Bug 1343341] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::

2014-08-27 Thread Antti Kaijanmäki
frankly no.. The only thing you could try is to tap repeatedly on an
akready connected access point. That should trigger the timeout.You
notice hitting this bug when the indicator goes blank and repopulates.
There should be no crash file under /var/crash/ for indicator-network
after this.

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

Title:
  /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-
  
service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::send_with_reply_and_block_for_at_most

Status in “indicator-network” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu RTM:
  In Progress

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding indicator-network.  This problem was most recently seen with
  version 0.5.1+14.10.20140715-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/eb8fe775c22d5210f56ad7ac038ac1b1895f4465
  contains more details.

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

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


[Touch-packages] [Bug 1346958] Re: Can't add multiple twitter accounts in one session

2014-08-27 Thread Alberto Mardegan
Hi Alan, can you please try again with image 197 or later? We now handle
each creation in a separate process, so I guess that this problem might
be already fixed now.

** Changed in: ubuntu-system-settings-online-accounts
   Status: Triaged = Incomplete

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

Title:
  Can't add multiple twitter accounts in one session

Status in Online Accounts setup for Ubuntu Touch:
  Incomplete
Status in “ubuntu-system-settings-online-accounts” package in Ubuntu:
  New

Bug description:
  On mako 133 and 144 I can't add multiple twitter accounts in one
  session

  Add twitter account, first one adds fine.
  Go back to accounts list and add another
  When you get authed by twitter and get the redirecting back to application 
the accounts dialog dies.
  At that point you can't add another until you kill system settings

  Had this on my devel 133 and proposed 144 phones

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-system-settings-online-accounts/+bug/1346958/+subscriptions

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


[Touch-packages] [Bug 1362017] [NEW] Selecting indicator menu item doesn't close the menu

2014-08-27 Thread Matthew Paul Thomas
Public bug reported:

Ubuntu 14.10 r203

1. Select Bluetooth Settings... from the Bluetooth indicator menu, or
Cellular Settings... or Wi-Fi Settings... from the Network indicator
menu, or Battery Settings... from the Battery indicator menu, or
Sound Settings... from the sound indicator menu, etc.

What should happen: The indicator menu closes and the relevant System
Settings screen appears.

What happens: Apparently nothing. The relevant settings screen actually
does open, but you can't see it because the indicator menu stays open in
front of it.

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

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

Title:
  Selecting indicator menu item doesn't close the menu

Status in “unity8” package in Ubuntu:
  New

Bug description:
  Ubuntu 14.10 r203

  1. Select Bluetooth Settings... from the Bluetooth indicator menu,
  or Cellular Settings... or Wi-Fi Settings... from the Network
  indicator menu, or Battery Settings... from the Battery indicator
  menu, or Sound Settings... from the sound indicator menu, etc.

  What should happen: The indicator menu closes and the relevant System
  Settings screen appears.

  What happens: Apparently nothing. The relevant settings screen
  actually does open, but you can't see it because the indicator menu
  stays open in front of it.

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

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


[Touch-packages] [Bug 1362026] [NEW] toggle-shaded not working as it should

2014-08-27 Thread sandro
Public bug reported:

Dear admins, please feel free to move this report to the appropriate
place in case. I was waiting for someone who knows how to file a bug
report to do it, but after half a year I give up waiting.

Problem is that when you toggle-shaded, defaulting to 'Ctrl-Alt-s' in
dconf (org.gnome.desktop.wm.keybindings) or to double-click top-bar on a
window the window just disappears instead of showing you only the top
bar. Additionally it is impossible for me to get the disappeared window
back, for example via alt-tab.

Remark: toggle-shaded behaves like this only since I upgraded to trusty
(14.04).

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

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

Title:
  toggle-shaded not working as it should

Status in “unity” package in Ubuntu:
  New

Bug description:
  Dear admins, please feel free to move this report to the appropriate
  place in case. I was waiting for someone who knows how to file a bug
  report to do it, but after half a year I give up waiting.

  Problem is that when you toggle-shaded, defaulting to 'Ctrl-Alt-s' in
  dconf (org.gnome.desktop.wm.keybindings) or to double-click top-bar on
  a window the window just disappears instead of showing you only the
  top bar. Additionally it is impossible for me to get the disappeared
  window back, for example via alt-tab.

  Remark: toggle-shaded behaves like this only since I upgraded to
  trusty (14.04).

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

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


[Touch-packages] [Bug 1346954] Re: Accounts list scrolls over header

2014-08-27 Thread Alberto Mardegan
Alan, I remember seeing this bug too, but now I can't reproduce it
anymore. Can you please confirm whether it's fixed for you too? :-)

** Changed in: ubuntu-system-settings-online-accounts
   Status: Confirmed = Incomplete

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

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

Title:
  Accounts list scrolls over header

Status in Online Accounts setup for Ubuntu Touch:
  Incomplete
Status in “ubuntu-system-settings-online-accounts” package in Ubuntu:
  Incomplete

Bug description:
  Add multiple accounts in system settings online accounts.
  8 or more required to trigger issue. As you scroll the top entry overlaps the 
header rather than the header scrolling off screen. See photo. Seen on mako # 
133 and 144.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-system-settings-online-accounts/+bug/1346954/+subscriptions

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


[Touch-packages] [Bug 1352591] Re: apport-retrace does not update libraries or executable in a sandbox

2014-08-27 Thread Martin Pitt
So for permanent sandboxes this requires maintaining a package/version
map in the sandbox.

** Changed in: apport
   Status: New = Triaged

** Changed in: apport (Ubuntu)
   Status: New = Triaged

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

Title:
  apport-retrace does not update libraries or executable in a sandbox

Status in Apport crash detection/reporting:
  Triaged
Status in “apport” package in Ubuntu:
  Triaged

Bug description:
  I was trying to retrace a crash that failed with the retracers in the
  Ubuntu Error Tracker.  I'm using gdb-multiarch from the following PPA
  (https://launchpad.net/~daisy-pluckers/+archive/ubuntu/daisy-seeds)
  and apport from bzr revision number 2818. The command follows:

  PYTHONPATH=$PYTHONPATH:/srv/daisy.staging.ubuntu.com/prod
  uction/apport python 
/srv/daisy.staging.ubuntu.com/production/apport/bin/apport-retrace 
~/4d9d6984-1883-11e4-84c3-fa163e22e467.crash -S /srv/da
  isy.staging.ubuntu.com/production/daisy/retracer/config --sandbox-dir 
/srv/daisy.staging.ubuntu.com/production/cache/Ubuntu\ 
14.10/cache-DhmXbj/sandbox -C 
/srv/daisy.staging.ubuntu.com/production/cache/Ubuntu\ 14.10/cache-DhmXbj/cache 
-v -g

  With that bt full would return:

  Thread 1 (LWP 2270):
  #0  __libc_do_syscall () at 
../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44
  No locals.
  #1  0xb6a3805e in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
  _a1 = 0
  _a3tmp = 6
  _a1tmp = 0
  _a3 = 6
  _nametmp = 268
  _a2tmp = 2270
  _a2 = 2270
  _name = 268
  _sys_result = optimized out
  pd = 0xb680e000
  pid = 0
  selftid = 2270
  #2  0xb6a38d4e in __GI_abort () at abort.c:89
  save_stage = 2
  act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, 
sa_mask = {__val = {1, 3064945215, 3064945144, 3064575611, 
3064342309, 3069180536, 3061899264, 3069180712, 3061899264, 
3065241600, 729240, 0, 1, 3199521020, 0, 3069123061, 3069180712, 
1, 5, 0, 3199521440, 3064036264, 1, 3064946200, 1, 10212828, 
3199521044, 3069005824, 3199521440, 3069141488, 10212360, 
3061900488}}, sa_flags = 2, sa_restorer = 0x0}
  sigs = {__val = {32, 0 repeats 31 times}}
  #3  0xb6b892c4 in ?? ()
 from /srv/daisy.staging.ubuntu.com/production/cache/Ubuntu 
14.10/cache-DhmXbj/sandbox-corrupt/usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  No symbol table info available.
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

  However, using apport-retrace without the sandbox-dir command creates
  a more complete backtrace like in http://paste.ubuntu.com/7929061/.

  I've tracked this down to the following from needed_runtime_packages
  in apport/sandboxutils.py:

  # grab as much as we can
  for l in libs:
  if os.path.exists(sandbox + l):
  continue

  There is no check to see if the sandbox version of the library is
  current or not, subsequently the library may be out of date which was
  causing the retrace to fail.

  I've verified this by checking the ctime of the file before and after
  commenting out the if os.path.exists() check.

  ls -lch /srv/daisy.staging.ubuntu.com/production/cache/Ubuntu\ 
14.10/cache-DhmXbj/sandbox-old/usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  lrwxrwxrwx 1 root root 19 Jul 11 02:19 
/srv/daisy.staging.ubuntu.com/production/cache/Ubuntu 
14.10/cache-DhmXbj/sandbox-old/usr/lib/arm-linux-gnueabihf/libstdc++.so.6 - 
libstdc++.so.6.0.20

  ls -lch /srv/daisy.staging.ubuntu.com/production/cache/Ubuntu\ 
14.10/cache-DhmXbj/sandbox-corrupt/usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  lrwxrwxrwx 1 root root 19 Aug  4 22:27 
/srv/daisy.staging.ubuntu.com/production/cache/Ubuntu 
14.10/cache-DhmXbj/sandbox-old/usr/lib/arm-linux-gnueabihf/libstdc++.so.6 - 
libstdc++.so.6.0.20

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

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


[Touch-packages] [Bug 1218294] Re: [dialer-app] During a live call, volume adjustment doesn't work in earpiece

2014-08-27 Thread Brendan Donegan
This was fixed last week in image 203

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

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

Title:
  [dialer-app] During a live call, volume adjustment doesn't work in
  earpiece

Status in Ubuntu UX bugs:
  Fix Committed
Status in “pulseaudio” package in Ubuntu:
  Fix Released

Bug description:
  Current situation:
  Can't adjust the voice volume during a live call, making it difficult to hear 
the receiver

  Desired:
  Can adjust volume during a live call (Eg using the volume buttons on the 
device)

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

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


[Touch-packages] [Bug 1314367] Re: Flickering with Ubuntu 14.04 and nvidia card reappeared

2014-08-27 Thread Tom Winterhalder
Still for me there is no workaround. Even if the above mentioned
workaround seems to be working for some it does not for me.

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

Title:
  Flickering with Ubuntu 14.04 and nvidia card reappeared

Status in “xorg” package in Ubuntu:
  Confirmed

Bug description:
  As requested in Bug #1310633 I'm opening a new bug.

  With a previous version of Ubuntu I already had this flickering. With
  additional options for the kernel module I was able to fix the
  flickering.

  options nvidia NVreg_RegistryDwords=PerfLevelSrc=0x
  NVreg_Mobile=3 NVreg_ModifyDeviceFiles=0

  With version 14.04 and the nvidia-331 (331.38-0ubuntu7) driver the
  flickering reappeared although the line is still present in
  options.conf.

  Using modprobe --resolve-alias nvidia I found the correct driver
  module name which in my case is nvidia_331. Changing the module name
  in options.conf to nvidia_331 X doesn't start anymore. Removing the
  NVreg_ModifyDeviceFiles option X is starting again, but does not solve
  the issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: Unity
  Date: Tue Apr 29 21:09:41 2014
  DistUpgraded: 2014-04-17 23:47:50,572 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-24-generic, x86_64: installed
   nvidia-331, 331.38, 3.13.0-24-generic, x86_64: installed
   vboxhost, 4.3.10, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GT215GLM [Quadro FX 1800M] [10de:0cbc] (rev a2) (prog-if 
00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:1521]
  InstallationDate: Installed on 2012-11-17 (528 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: Hewlett-Packard HP EliteBook 8540w
  PccardctlStatus:
   Socket 0:
 3.3V
16-bit
PC Card
 Subdevice 0 (function 0) bound to driver pata_pcmcia
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=c6af930a-63f1-4015-9c42-bdde793e3e5a ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2014-04-17 (11 days ago)
  dmi.bios.date: 09/13/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68CVD Ver. F.24
  dmi.board.name: 1521
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 32.35
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CVDVer.F.24:bd09/13/2013:svnHewlett-Packard:pnHPEliteBook8540w:pvr:rvnHewlett-Packard:rn1521:rvrKBCVersion32.35:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 8540w
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  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: Tue Apr 29 21:06:04 2014
  xserver.configfile: default
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2

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

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


[Touch-packages] [Bug 1346367] Re: Window stack reports app in focus even when lockscreen is up.

2014-08-27 Thread Michał Sawicz
** Changed in: qtmir
   Status: Fix Committed = Fix Released

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

** Changed in: unity-mir
   Status: In Progress = Won't Fix

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

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

Title:
  Window stack reports app in focus even when lockscreen is up.

Status in Qt integration with the Mir display server:
  Fix Released
Status in Unity Mir:
  Won't Fix
Status in “qtmir” package in Ubuntu:
  Fix Released
Status in “unity-mir” package in Ubuntu:
  Invalid

Bug description:
  This means that (push) notifications for an application aren't
  presented if that application was in the foreground when the screen is
  locked or turned off, which is bad -- that's very often when you most
  want them presented.

  With ubuntu-push-client 0.49 or greater (if you install it by hand
  make sure you restart the user-session job ubuntu-push-client), you
  can try presenting a notification by doing

  gdbus call -e -d com.ubuntu.Postal -o /com/ubuntu/Postal/_ -m
  com.ubuntu.Postal.Post _ubuntu-system-settings  'null'

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

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


[Touch-packages] [Bug 1351916] Re: [Aspire V5-571G, Realtek ALC271X] 4-pin jack mic doesn't work

2014-08-27 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/?h
=for-linus

the 573g fix is not related to your alc271x

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda?id=73bdd597823e2231dc882577dbbaf8df92fe1775

you have to ask Kailang Yang do alc271x need any vendor coefficient to
support headset Mic like those alc283, alc292 and alc668  ?

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

Title:
  [Aspire V5-571G, Realtek ALC271X] 4-pin jack mic doesn't work

Status in “alsa-driver” package in Ubuntu:
  New

Bug description:
  I have an Acer Aspire V5-571G with a Realtek soundcard in which there is one 
4-pin jack (for mic and headset). When i plug a 4-pin headset only output is 
detected while input remains the same (it still using the integrated computer 
mic).
  Right now im using Ubuntu 14.04.1 LTS but anyway it neither work in previous 
versions.
  EDIT: My soundcard is Realtek but in ubuntu is called HDA Intel PCH.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicolas3548 F pulseaudio
   /dev/snd/pcmC0D0p:   nicolas3548 F...m pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-07-16 (17 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: alsa-driver (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Tags:  trusty
  Uname: Linux 3.13.0-32-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/21/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: V2.18
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire V5-571G
  dmi.board.vendor: Acer
  dmi.board.version: V2.18
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.18
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrV2.18:bd06/21/2013:svnAcer:pnAspireV5-571G:pvrV2.18:rvnAcer:rnAspireV5-571G:rvrV2.18:cvnAcer:ct9:cvrV2.18:
  dmi.product.name: Aspire V5-571G
  dmi.product.version: V2.18
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1351916/+subscriptions

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


[Touch-packages] [Bug 1362036] [NEW] Recent tab disappears behind Recent panel when sliding up

2014-08-27 Thread Matthew Paul Thomas
Public bug reported:

Ubuntu 14.10 r203

1. Navigate to the keypad screen of the phone app.
2. Very slowly, slide up the tab from the bottom of the screen.

What happens:
* A Recent tab slides up to reveal itself.
* As the Recent panel itself slides up, the tab wobbles up and down by a single 
pixel.
* Once the panel reaches half the height of the tab, the tab disappears behind 
the screen.

What should happen:
* The Recent tab remains fixed to the top of the panel until it reaches the 
header.

** Affects: dialer-app (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Recent tab disappears behind Recent panel when sliding up

Status in “dialer-app” package in Ubuntu:
  New

Bug description:
  Ubuntu 14.10 r203

  1. Navigate to the keypad screen of the phone app.
  2. Very slowly, slide up the tab from the bottom of the screen.

  What happens:
  * A Recent tab slides up to reveal itself.
  * As the Recent panel itself slides up, the tab wobbles up and down by a 
single pixel.
  * Once the panel reaches half the height of the tab, the tab disappears 
behind the screen.

  What should happen:
  * The Recent tab remains fixed to the top of the panel until it reaches the 
header.

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

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


[Touch-packages] [Bug 1325142] Re: failure to update libpam-systemd in 14.04 due to missing logind init script

2014-08-27 Thread tomsam
 I'm using UCK (Ubuntu Customization Kit) to create a custom 64-bit
Xubuntu 14.04 image.

same here.

For libpam-systemd and whoopsie I can workaround it by editing the following 
files as described by hamish:
 /var/lib/dpkg/info/whoopsie.prerm
  /var/lib/dpkg/info/libpam-systemd\:amd64.prerm
  /var/lib/dpkg/info/libpam-systemd\:amd64.postinst
 (change exit $? to exit 0 in the invoke-rc.d lines)

this, however, doesn't work for me (see below)

Reproducable by:

$ uck-gui

# welcome to 
click OK

# language packs
select de + en
click OK

# languages at boot time
select de + en
click OK

# default language
select en
click OK

# desktop environments
select Other (for xubuntu desktop)
click OK

# select iso image
select  xubuntu-14.04.1-desktop-amd64.iso
click OK

# Please enter the name for your CD
click OK 

# customize
select yes
click OK

# windows related files
select yes
click OK

# hyprid image
select yes
click OK

# ready to build
click OK

- enter sudo password if you are asked for it -

# Select items from list (Run console, continue building)
select Run console application
click OK

# in root console
apt-get update

= all fine, no messages

apt-get upgrade

= error msg as above
= files modified as proposed by jox above (5 files)

apt-get upgrade

Result:


update-initramfs: Generating /boot/initrd.img-3.13.0-32-generic
/tmp/mkinitramfs_QAcwho/scripts/casper-bottom/48xubuntu_maybe_ubiquity: 6: .: 
Can't open /scripts/casper-functions
Errors were encountered while processing:
 libpam-systemd:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)


Any news on this issue? 
Is uck broken or just the libpam update?


PS
$ dpkg -l | grep uck
ii  uck 2.4.7-0ubuntu1  
   all  Tool to customize official Ubuntu Live 
CDs

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

Title:
  failure to update libpam-systemd in 14.04 due to missing logind init
  script

Status in “systemd” package in Ubuntu:
  Fix Released
Status in “systemd” source package in Trusty:
  Triaged
Status in “systemd” source package in Utopic:
  Fix Released

Bug description:
  Hi,

  while running inside an i386 lubuntu 14.04 chroot, upgrading libpam-
  systemd to version 204-5ubuntu20.2 fails leaving dpkg in a broken
  state. 'apt-get -f install' from within the chroot will not fix it,
  but if the build is made bootable and put into a iso/VM you can
  recover that way in a live session.

  the problem seems to be the /var/lib/dpkg/info/libpam-systemd:i386.prerm 
script failing to bring down the logind daemon with 'invoke-rc.d systemd-logind 
stop', because invoke-rd.d is only looking for the /etc/init.d/ script (doesn't 
exist) and not /etc/init/systemd-logind.conf (does exist).
  ?

  
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages will be upgraded:
libpam-systemd
  1 upgraded, 0 newly installed, 0 to remove and 113 not upgraded.
  3 not fully installed or removed.
  Need to get 0 B/25.2 kB of archives.
  After this operation, 1024 B of additional disk space will be used.
  (Reading database ... 113986 files and directories currently installed.)
  Preparing to unpack .../libpam-systemd_204-5ubuntu20.2_i386.deb ...
  invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
  dpkg: warning: subprocess old pre-removal script returned error exit status 
100
  dpkg: trying script from the new package instead ...
  invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
  dpkg: error processing archive 
/var/cache/apt/archives/libpam-systemd_204-5ubuntu20.2_i386.deb (--unpack):
   subprocess new pre-removal script returned error exit status 100
  invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
  dpkg: error while cleaning up:
   subprocess installed post-installation script returned error exit status 100
  Errors were encountered while processing:
   /var/cache/apt/archives/libpam-systemd_204-5ubuntu20.2_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  
  Our build logs available upon request, but the scripts to setup the chroot to 
recreate it are here:

https://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/bin/build_chroot_nightly.sh

https://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/bin/inchroot_nightly.sh

  
  In a web-search I notice a few others running into the same bug,

  chatter on irc at [18:10], http://irclogs.ubuntu.com/2013/05/28
  /%23ubuntu-devel.txt

  someone else's build log:
  https://launchpad.net/~qutim/+archive/qutim/+build/6039800

  launchpad bug #1323575 seems to be a duplicate of this one.

  
  perhaps related to older launchpad bug #1305395 ?

  note we are also suffering from a failure with update-initramfs, not sure of 
the root 

[Touch-packages] [Bug 1362017] Re: Selecting indicator menu item doesn't close the menu

2014-08-27 Thread Michał Sawicz
This only happens when you already have settings focused behind the
indicator, there's no focus change (settings → settings) so indicators
don't close.

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

** Summary changed:

- Selecting indicator menu item doesn't close the menu
+ Focusing already-focused apps does not close indicators

** Changed in: qtmir (Ubuntu)
   Status: New = Confirmed

** Changed in: unity8 (Ubuntu)
   Status: New = Incomplete

** Changed in: unity8 (Ubuntu)
   Status: Incomplete = Confirmed

** Tags added: rtm14

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

Title:
  Focusing already-focused apps does not close indicators

Status in “qtmir” package in Ubuntu:
  Confirmed
Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10 r203

  1. Select Bluetooth Settings... from the Bluetooth indicator menu,
  or Cellular Settings... or Wi-Fi Settings... from the Network
  indicator menu, or Battery Settings... from the Battery indicator
  menu, or Sound Settings... from the sound indicator menu, etc.

  What should happen: The indicator menu closes and the relevant System
  Settings screen appears.

  What happens: Apparently nothing. The relevant settings screen
  actually does open, but you can't see it because the indicator menu
  stays open in front of it.

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

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


[Touch-packages] [Bug 1361957] Re: I do not know

2014-08-27 Thread Filip Sohajek
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks!

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

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

Title:
  I do not know

Status in “xorg” package in Ubuntu:
  Incomplete

Bug description:
  nil

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.3
  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: Wed Aug 27 08:51:49 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:21bc]
  InstallationDate: Installed on 2014-05-07 (111 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic 
root=UUID=5030209b-6703-48a7-bb23-5ce221f16ae4 ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/28/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.08
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 21BC
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 39.15
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.08:bd11/28/2013:svnHewlett-Packard:pnHP15NotebookPC:pvr097510005F1600087:rvnHewlett-Packard:rn21BC:rvr39.15:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 097510005F1600087
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Aug 27 08:12:41 2014
  xserver.configfile: default
  xserver.errors: open /dev/dri/card0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 900 
   vendor LGD
  xserver.version: 2:1.15.1-0ubuntu2.1

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

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


[Touch-packages] [Bug 1362056] [NEW] Results should be invalidated on settings changes

2014-08-27 Thread Michał Sawicz
Public bug reported:

Whenever you change a setting, results of a scope should be marked
invalid, so that when you go back from the setting pane the results
refresh.

Steps to reproduce (soon, now in silo):
* go to music scope settings
* disable 7digital
* go back

Expected
* no more 7digital results in music

Current
* 7digital results still there until you start searching

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity-plugin-scopes 0.5.4+14.10.20140826-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
Uname: Linux 3.16.0-10-generic x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 2.14.6-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Aug 27 10:47:15 2014
SourcePackage: unity-scopes-shell
SystemImageInfo: Error: [Errno 2] Nie ma takiego pliku ani katalogu: 
'system-image-cli'
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unity-scopes-api (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: unity-scopes-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

** Also affects: unity-scopes-api (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Results should be invalidated on settings changes

Status in “unity-scopes-api” package in Ubuntu:
  New
Status in “unity-scopes-shell” package in Ubuntu:
  New

Bug description:
  Whenever you change a setting, results of a scope should be marked
  invalid, so that when you go back from the setting pane the results
  refresh.

  Steps to reproduce (soon, now in silo):
  * go to music scope settings
  * disable 7digital
  * go back

  Expected
  * no more 7digital results in music

  Current
  * 7digital results still there until you start searching

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity-plugin-scopes 0.5.4+14.10.20140826-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
  Uname: Linux 3.16.0-10-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Aug 27 10:47:15 2014
  SourcePackage: unity-scopes-shell
  SystemImageInfo: Error: [Errno 2] Nie ma takiego pliku ani katalogu: 
'system-image-cli'
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1356050] Re: Alienware m17xr4 headphone, mic and headset not working properly

2014-08-27 Thread Vili
Please fix this

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

Title:
  Alienware m17xr4 headphone, mic and headset not working properly

Status in “alsa-driver” package in Ubuntu:
  Incomplete

Bug description:
  On my Alienware M17xR4 I have 4 jack pins: SPID/F, mic, headset and
  headphones.

  Problem 1: When I plug in my headphones into the correct jack pin, it's not 
sensed. 
  Problem 2: When I plug them into the headset jack pin, All Settings/Sound 
will sense it as Headphones and the sound still comes from the primary source 
(not rerouted to the headphones).
  Problem 3: When I plug the mic into its pin, it is not sensed

  I have trusty installed, and I observed the same issues for saucy.

  I appreciate any help on this.

  Best,

  Diego

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1356050/+subscriptions

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


[Touch-packages] [Bug 1318008] Re: Core apps .desktop files do not include translated strings

2014-08-27 Thread Olivier Tilloy
This was done in webbrowser-app.

Note however that because webbrowser-app is in main, its translations
are stripped from the package at build time and shipped as part of the
ubuntu langpacks, so the desktop file installed in
/usr/share/applications/ ends up not containing translations. Not sure
whether that’s a problem wrt this bug.

** Changed in: webbrowser-app (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: webbrowser-app
   Status: Triaged = Fix Released

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

Title:
  Core apps .desktop files do not include translated strings

Status in Address Book App:
  Fix Released
Status in Camera App:
  In Progress
Status in Dialer app for Ubuntu Touch:
  Confirmed
Status in Dropping Letters:
  Invalid
Status in Gallery App:
  In Progress
Status in Media Player App:
  In Progress
Status in Messaging App:
  Triaged
Status in Music application for Ubuntu devices:
  Fix Released
Status in Notes App:
  In Progress
Status in Sudoku game for Ubuntu Touch:
  New
Status in Calculator application for Ubuntu devices:
  Fix Released
Status in Calendar application for Ubuntu devices:
  Fix Released
Status in Clock application for Ubuntu devices:
  Fix Released
Status in Ubuntu Clock App reboot series:
  In Progress
Status in File Manager application for Ubuntu devices:
  In Progress
Status in RSS Feed Reader application for Ubuntu devices:
  New
Status in Terminal application for Ubuntu devices:
  Fix Committed
Status in Ubuntu Translations:
  Triaged
Status in Weather application for Ubuntu devices:
  Fix Committed
Status in Web Browser App:
  Fix Released
Status in “dialer-app” package in Ubuntu:
  Triaged
Status in “messaging-app” package in Ubuntu:
  Triaged
Status in “ubuntu-system-settings” package in Ubuntu:
  Triaged
Status in “webbrowser-app” package in Ubuntu:
  Fix Released

Bug description:
  As other apps cannot know where .mo files might be located for click
  packages, and unity8 apparently does not know about X-Ubuntu-Gettext-
  Domain for deb packages, the .desktop files for any applications will
  need to have their translations merged back into the .desktop file
  itself. This at a minimum should include the following .desktop
  fields:

  Name
  Comment
  Keywords (semicolon-separated list of strings)

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1318008/+subscriptions

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


[Touch-packages] [Bug 276837] Re: Evince does not properly render some files

2014-08-27 Thread Owen Dunn
This is still present in 0.24.5-2ubuntu4 even though the patch in #10
has been applied in the source.

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

Title:
  Evince does not properly render some files

Status in Poppler:
  Fix Released
Status in “poppler” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: evince

  Some files are not properly rendered by evince, it misses lots of lines.
  I'm attaching a sample

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

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


[Touch-packages] [Bug 1361349] Re: Should open scope:// URIs through unity8-dash

2014-08-27 Thread Launchpad Bug Tracker
This bug was fixed in the package url-dispatcher -
0.1+14.10.20140827-0ubuntu1

---
url-dispatcher (0.1+14.10.20140827-0ubuntu1) utopic; urgency=low

  [ Ted Gould ]
  * Split update jobs into independent jobs
  * Support for unity8-dash URLs even though it's not an application
(LP: #1361349)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Wed, 27 Aug 2014 
02:10:21 +

** Changed in: url-dispatcher (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 unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1361349

Title:
  Should open scope:// URIs through unity8-dash

Status in “unity8” package in Ubuntu:
  In Progress
Status in “url-dispatcher” package in Ubuntu:
  Fix Released

Bug description:
  Url-dispatcher should forward scope:// URIs through to the standard
  UriHandler SDK component for unity8-dash.

  It should also request focus for it.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: url-dispatcher 0.1+14.10.20140819.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
  Uname: Linux 3.16.0-10-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  CacheDBFiles:
   /usr/share/url-dispatcher/urls/webbrowser-app.url-dispatcher|1408640167
   /usr/share/url-dispatcher/urls/unity8-dash.url-dispatcher|1408708140
   
/usr/share/url-dispatcher/urls/ubuntu-system-settings.url-dispatcher|1408733652
  CacheDBTables: configfiles  urls
  CurrentDesktop: Unity
  Date: Mon Aug 25 18:35:39 2014
  SourcePackage: url-dispatcher
  SystemImageInfo: Error: [Errno 2] Nie ma takiego pliku ani katalogu: 
'system-image-cli'
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1361159] Re: webbrowser crashes when playing videos from youtube

2014-08-27 Thread Olivier Tilloy
Unfortunately the backtrace in this crash file is corrupt, I cannot
extract any useful information.

jibel, are you still able to observe the issue?

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

Title:
  webbrowser crashes when playing videos from youtube

Status in “webbrowser-app” package in Ubuntu:
  New

Bug description:
  mako and krillin
  webbrowser crashes when playing http://www.youtube.com/watch?v=F0eSq4jCLRE

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: webbrowser-app 0.23+14.10.20140821-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: armhf
  Date: Mon Aug 25 12:36:15 2014
  InstallationDate: Installed on 2014-08-25 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140825-020205)
  SourcePackage: webbrowser-app
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1234982] Re: [osk] Keyboard does not auto-hide when no longer needed

2014-08-27 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.1.1214+14.10.20140826-0ubuntu1

---
ubuntu-ui-toolkit (1.1.1214+14.10.20140826-0ubuntu1) utopic; urgency=medium

  [ Tim Peeters ]
  * Push modules/Ubuntu/Components/qmldir in push_to_phone.sh.
  * Add PageStack tests that use the new header.
  * Add tabs unit tests using the new header.

  [ Leo Arias ]
  * On autopilot helpers, take into account that text areas can have
multiple lines when deleting the text. Fixes LP: #1359167
  * Fixed the four failing autopilot open page tests.
  * Added an autopilot custom proxy for QQuickGridView.
Fixes LP: #1351670
  * Fixed the autopilot helper to search elements on lists, that
failed when the element searched is on the first page of the list.
Fixes LP: #1342521
  * On the autopilot scrollbar tests, we should not assume that the
window is on the top left.

  [ Benjamin Zeller ]
  * Add a more stable regression test for bug LP: #1338602

  [ Zsombor Egri ]
  * Introducing Ubuntu Components FocusScope which extends QtQuick
FocusScope with the ability to focus by mouse clicks.
  * Slider blocks Flickable while sliding. Fixes LP: #1353966
  * Save alarms data into JSON format. Affects test environments
using fallback memory manager. Does not affect EDS backend
functionality. Prerequisite for further alarm changes.
  * Focus handling on components. Fixes LP: #1234982
  * Fixing alarm disabling issue. Change organiser item fields
only if those were marked as changed. Fixes LP: #1360101
  * AlamrModel is no longer reset when individual alarm is changed.
This avoids UI flickering in Clock app. Fixes LP: #1359112

  [ Florian Boucault ]
  * Publish palettes of the themes.
  * Removed workaround that forced relayout when layout mirroring was
enabled since bug was fixed in Qt. Fixes LP: #1353863
  * Visual feedback upon press for Header.
  * Better visual feedback upon press for List Items.
Fixes LP: #1354036
  * Three startup optimisations that lead to saving 160ms
  MainView: load background asynchronously and do not cache it.
  MainView: delay popover menus creation until when necessary.
  Page: removed useless instantiation of ToolbarItems.

  [ Christian Dywan ]
  * Set organizationDomain which Qt.labs.settings uses.
Fixes LP: #1241424 and LP: #1354321
  * Allow context menu buttons to grow wider for non-English locales
to fit.

  [ Zoltán Balogh ]
  * Add a script to execute the test plan on a device.
  * Fix the desktop file for the UITK Gallery
Fixes LP: #1357205 and LP: #1176918

  [ Martin Pitt ]
  * The autopilot-qt was split into Qt4 and Qt5 packages2. The
libautopilot-qt used to pull qt4 packages. Avoid pulling qt4
packages by depending on the Qt5 specific packages only.

  [ Nicholas Skaggs ]
  * Fix the warning for the emulators module. The warning will now
only appear if you use the module directly. Fixes LP: #134169

  [ Ubuntu daily release ]
  * New rebuild forced
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Tue, 26 Aug 2014 
16:59:18 +

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New = Fix Released

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

Title:
  [osk] Keyboard does not auto-hide when no longer needed

Status in Ubuntu UI Toolkit:
  Fix Committed
Status in Ubuntu UX bugs:
  Fix Committed
Status in “ubuntu-keyboard” package in Ubuntu:
  Confirmed
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Fix Released

Bug description:
  When I have entered the requisite data in a form or text field in an
  application, and then scroll and click on some other UI element which
  does not require text entry, the keyboard does not automatically go
  away. Instead, I must swipe down to close the keyboard, which is very
  annoying, especially when the keyboard is on top of Flickable
  elements.

  Having the keyboard auto-hide when it is no longer needed would be a
  great improvement to the user experience, as would possibly an
  explicit close button visible on the keyboard itself.

  

  Desired solution:

  Auto-hide behaviour should be handled by the application as different
  use cases would require different auto-hide behaviour.

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

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


[Touch-packages] [Bug 1343341] Re: /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::

2014-08-27 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-network -
0.5.1+14.10.20140826-0ubuntu1

---
indicator-network (0.5.1+14.10.20140826-0ubuntu1) 14.09; urgency=low

  [ Jussi Pakkanen ]
  * Exit gracefully on dbus error conditions. (LP: #1343341)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Tue, 26 Aug 2014 
15:04:09 +

** Changed in: indicator-network (Ubuntu RTM)
   Status: In Progress = Fix Released

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

Title:
  /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-
  
service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::send_with_reply_and_block_for_at_most

Status in “indicator-network” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu RTM:
  Fix Released

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding indicator-network.  This problem was most recently seen with
  version 0.5.1+14.10.20140715-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/eb8fe775c22d5210f56ad7ac038ac1b1895f4465
  contains more details.

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

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


[Touch-packages] [Bug 1302049] Re: Need a way for external processes to ask for sim unlocking.

2014-08-27 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-network -
0.5.1+14.10.20140826-0ubuntu1

---
indicator-network (0.5.1+14.10.20140826-0ubuntu1) 14.09; urgency=low

  [ Jussi Pakkanen ]
  * Exit gracefully on dbus error conditions. (LP: #1343341)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Tue, 26 Aug 2014 
15:04:09 +

** Changed in: indicator-network (Ubuntu RTM)
   Status: In Progress = Fix Released

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

Title:
  Need a way for external processes to ask for sim unlocking.

Status in Network Menu:
  Fix Released
Status in “indicator-network” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu RTM:
  Fix Released

Bug description:
  indicator-network-service contains the logic to drive the simunlock
  snap decision. Currently the only way of triggering sim unlocking is
  to manually click on the Unlock SIM... item inside indicator
  network.

  Greeter (and why not some telephony related apps) needs a way to ask 
indicator-network-service to perfom a sim unlocking.
  Currently the phone does not ask for PIN code automatically after bootup 
because the greeter has no way of asking indicator-network-service to show the 
dialog.

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

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


[Touch-packages] [Bug 1341548] Re: Online detection does not work with confined apps on Nexus 4

2014-08-27 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-network -
0.5.1+14.10.20140826-0ubuntu1

---
indicator-network (0.5.1+14.10.20140826-0ubuntu1) 14.09; urgency=low

  [ Jussi Pakkanen ]
  * Exit gracefully on dbus error conditions. (LP: #1343341)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Tue, 26 Aug 2014 
15:04:09 +

** Changed in: indicator-network (Ubuntu RTM)
   Status: In Progress = Fix Released

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

Title:
  Online detection does not work with confined apps on Nexus 4

Status in dekko:
  In Progress
Status in Network Menu:
  Fix Released
Status in “apparmor-easyprof-ubuntu” package in Ubuntu:
  Fix Released
Status in “connectivity-api” package in Ubuntu:
  Fix Released
Status in “indicator-network” package in Ubuntu:
  Fix Released
Status in “connectivity-api” package in Ubuntu RTM:
  In Progress
Status in “indicator-network” package in Ubuntu RTM:
  Fix Released

Bug description:
  Dekko is not detecting if Online correctly. If I look at the server
  logs, I don't see anything in the email server logs for dekko to
  connect. If I look in ~/.cache/upstart/application-click-
  com.ubuntu.developer.dpniel.dekko_dekko_0.2.2.log, I don't see
  anything about connecting. If I click the globe in dekko, I see that
  it is in offline mode and selecting one of the others seems to make no
  difference (I see nothing in the server logs and the upstart logs) and
  the setting doesn't stick (ie, it *always* says 'Offline mode').

  I thought this might be bug #1226844, but if I adjust
  /var/lib/apparmor/profiles/*dekko* to remove 'deny' from in front of
  the NetworkManager and ofono rules and run apparmor_parser -r
  /var/lib/apparmor/profiles/*dekko*, there are no denials but it still
  doesn't detect if I am online or not  when on 3G.

  If I get on wifi instead of 3G, dekko can detect if I am online if I
  apply the apparmor changes I mentioned above (though, there are still
  NetworkManager dbus denials).

  For dekko to work as a confined application (ie, shipped in the Ubuntu
  App Store) it is going to need to operate without these NetworkManager
  and ofono DBus APIs, because they are not allowed to app store apps.

  
  Previous description:
  In addidtion to TLS on port 143, it would be nice to support imaps on port 
993.

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

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


[Touch-packages] [Bug 1362036] Re: Recent tab disappears behind Recent panel when sliding up

2014-08-27 Thread Matthew Paul Thomas
** Attachment added: Video of the problem
   
https://bugs.launchpad.net/ubuntu/+source/dialer-app/+bug/1362036/+attachment/4188134/+files/Phone%20app%20Recent%20tab.mkv

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

Title:
  Recent tab disappears behind Recent panel when sliding up

Status in “dialer-app” package in Ubuntu:
  New

Bug description:
  Ubuntu 14.10 r203

  1. Navigate to the keypad screen of the phone app.
  2. Very slowly, slide up the tab from the bottom of the screen.

  What happens:
  * A Recent tab slides up to reveal itself.
  * As the Recent panel itself slides up, the tab wobbles up and down by a 
single pixel.
  * Once the panel reaches half the height of the tab, the tab disappears 
behind the screen.

  What should happen:
  * The Recent tab remains fixed to the top of the panel until it reaches the 
header.

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

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


[Touch-packages] [Bug 1356050] Re: Alienware m17xr4 headphone, mic and headset not working properly

2014-08-27 Thread Raymond
https://bugzilla.kernel.org/show_bug.cgi?id=55541

** Bug watch added: Linux Kernel Bug Tracker #55541
   http://bugzilla.kernel.org/show_bug.cgi?id=55541

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

Title:
  Alienware m17xr4 headphone, mic and headset not working properly

Status in “alsa-driver” package in Ubuntu:
  Incomplete

Bug description:
  On my Alienware M17xR4 I have 4 jack pins: SPID/F, mic, headset and
  headphones.

  Problem 1: When I plug in my headphones into the correct jack pin, it's not 
sensed. 
  Problem 2: When I plug them into the headset jack pin, All Settings/Sound 
will sense it as Headphones and the sound still comes from the primary source 
(not rerouted to the headphones).
  Problem 3: When I plug the mic into its pin, it is not sensed

  I have trusty installed, and I observed the same issues for saucy.

  I appreciate any help on this.

  Best,

  Diego

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1356050/+subscriptions

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


[Touch-packages] [Bug 1298021] Re: Google Chrome (not chromium) won't start in guest session

2014-08-27 Thread Mikko Rauhala
Confirmed that the bug exists once more. Martyn's fix works. Could that
be packaged, perhaps?

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

Title:
  Google Chrome (not chromium) won't start in guest session

Status in “lightdm” package in Ubuntu:
  Fix Released

Bug description:
  Related, but not a dupe of bug 577919
  Install Google Chrome (not chromium) and switch to a guest session
  Start chrome from a terminal
  See the following error:-

  Failed to move to new PID namespace: Operation not permitted

  I see these apparmor denials:-

  [Tue Mar 25 12:51:46 2014] type=1400 audit(1395861131.882:541): 
apparmor=DENIED operation=capable 
profile=/usr/lib/lightdm/lightdm-guest-session pid=30034 
comm=chrome-sandbox capability=21  capname=sys_admin
  [Tue Mar 25 12:52:13 2014] type=1400 audit(1395861159.510:542): 
apparmor=DENIED operation=open 
profile=/usr/lib/lightdm/lightdm-guest-session 
name=/proc/30062/oom_score_adj pid=30062 comm=chrome requested_mask=wc 
denied_mask=wc fsuid=130 ouid=130

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.9.13-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Mar 26 19:08:04 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-06-29 (634 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to trusty on 2014-01-20 (65 days ago)

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

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


[Touch-packages] [Bug 1318008] Re: Core apps .desktop files do not include translated strings

2014-08-27 Thread Olivier Tilloy
Just discussed this with pitti over IRC. Apps for which translations are
shipped in langpacks must have X-Ubuntu-Gettext-Domain defined in their
desktop file (webbrowser-app does), and unity8 should gain the ability
to read that value and query translations accordingly.

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

Title:
  Core apps .desktop files do not include translated strings

Status in Address Book App:
  Fix Released
Status in Camera App:
  In Progress
Status in Dialer app for Ubuntu Touch:
  Confirmed
Status in Dropping Letters:
  Invalid
Status in Gallery App:
  In Progress
Status in Media Player App:
  In Progress
Status in Messaging App:
  Triaged
Status in Music application for Ubuntu devices:
  Fix Released
Status in Notes App:
  In Progress
Status in Sudoku game for Ubuntu Touch:
  New
Status in Calculator application for Ubuntu devices:
  Fix Released
Status in Calendar application for Ubuntu devices:
  Fix Released
Status in Clock application for Ubuntu devices:
  Fix Released
Status in Ubuntu Clock App reboot series:
  In Progress
Status in File Manager application for Ubuntu devices:
  In Progress
Status in RSS Feed Reader application for Ubuntu devices:
  New
Status in Terminal application for Ubuntu devices:
  Fix Committed
Status in Ubuntu Translations:
  Triaged
Status in Weather application for Ubuntu devices:
  Fix Committed
Status in Web Browser App:
  Fix Released
Status in “dialer-app” package in Ubuntu:
  Triaged
Status in “messaging-app” package in Ubuntu:
  Triaged
Status in “ubuntu-system-settings” package in Ubuntu:
  Triaged
Status in “webbrowser-app” package in Ubuntu:
  Fix Released

Bug description:
  As other apps cannot know where .mo files might be located for click
  packages, and unity8 apparently does not know about X-Ubuntu-Gettext-
  Domain for deb packages, the .desktop files for any applications will
  need to have their translations merged back into the .desktop file
  itself. This at a minimum should include the following .desktop
  fields:

  Name
  Comment
  Keywords (semicolon-separated list of strings)

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1318008/+subscriptions

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


[Touch-packages] [Bug 1352591] Re: apport-retrace does not update libraries or executable in a sandbox

2014-08-27 Thread Martin Pitt
Commits r2847 and r2848 now provide proper version tracking in
apt.packaging.install_packages().

** Changed in: apport
   Status: Triaged = In Progress

** Changed in: apport
 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/1352591

Title:
  apport-retrace does not update libraries or executable in a sandbox

Status in Apport crash detection/reporting:
  Fix Released
Status in “apport” package in Ubuntu:
  Fix Committed

Bug description:
  I was trying to retrace a crash that failed with the retracers in the
  Ubuntu Error Tracker.  I'm using gdb-multiarch from the following PPA
  (https://launchpad.net/~daisy-pluckers/+archive/ubuntu/daisy-seeds)
  and apport from bzr revision number 2818. The command follows:

  PYTHONPATH=$PYTHONPATH:/srv/daisy.staging.ubuntu.com/prod
  uction/apport python 
/srv/daisy.staging.ubuntu.com/production/apport/bin/apport-retrace 
~/4d9d6984-1883-11e4-84c3-fa163e22e467.crash -S /srv/da
  isy.staging.ubuntu.com/production/daisy/retracer/config --sandbox-dir 
/srv/daisy.staging.ubuntu.com/production/cache/Ubuntu\ 
14.10/cache-DhmXbj/sandbox -C 
/srv/daisy.staging.ubuntu.com/production/cache/Ubuntu\ 14.10/cache-DhmXbj/cache 
-v -g

  With that bt full would return:

  Thread 1 (LWP 2270):
  #0  __libc_do_syscall () at 
../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44
  No locals.
  #1  0xb6a3805e in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
  _a1 = 0
  _a3tmp = 6
  _a1tmp = 0
  _a3 = 6
  _nametmp = 268
  _a2tmp = 2270
  _a2 = 2270
  _name = 268
  _sys_result = optimized out
  pd = 0xb680e000
  pid = 0
  selftid = 2270
  #2  0xb6a38d4e in __GI_abort () at abort.c:89
  save_stage = 2
  act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, 
sa_mask = {__val = {1, 3064945215, 3064945144, 3064575611, 
3064342309, 3069180536, 3061899264, 3069180712, 3061899264, 
3065241600, 729240, 0, 1, 3199521020, 0, 3069123061, 3069180712, 
1, 5, 0, 3199521440, 3064036264, 1, 3064946200, 1, 10212828, 
3199521044, 3069005824, 3199521440, 3069141488, 10212360, 
3061900488}}, sa_flags = 2, sa_restorer = 0x0}
  sigs = {__val = {32, 0 repeats 31 times}}
  #3  0xb6b892c4 in ?? ()
 from /srv/daisy.staging.ubuntu.com/production/cache/Ubuntu 
14.10/cache-DhmXbj/sandbox-corrupt/usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  No symbol table info available.
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

  However, using apport-retrace without the sandbox-dir command creates
  a more complete backtrace like in http://paste.ubuntu.com/7929061/.

  I've tracked this down to the following from needed_runtime_packages
  in apport/sandboxutils.py:

  # grab as much as we can
  for l in libs:
  if os.path.exists(sandbox + l):
  continue

  There is no check to see if the sandbox version of the library is
  current or not, subsequently the library may be out of date which was
  causing the retrace to fail.

  I've verified this by checking the ctime of the file before and after
  commenting out the if os.path.exists() check.

  ls -lch /srv/daisy.staging.ubuntu.com/production/cache/Ubuntu\ 
14.10/cache-DhmXbj/sandbox-old/usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  lrwxrwxrwx 1 root root 19 Jul 11 02:19 
/srv/daisy.staging.ubuntu.com/production/cache/Ubuntu 
14.10/cache-DhmXbj/sandbox-old/usr/lib/arm-linux-gnueabihf/libstdc++.so.6 - 
libstdc++.so.6.0.20

  ls -lch /srv/daisy.staging.ubuntu.com/production/cache/Ubuntu\ 
14.10/cache-DhmXbj/sandbox-corrupt/usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  lrwxrwxrwx 1 root root 19 Aug  4 22:27 
/srv/daisy.staging.ubuntu.com/production/cache/Ubuntu 
14.10/cache-DhmXbj/sandbox-old/usr/lib/arm-linux-gnueabihf/libstdc++.so.6 - 
libstdc++.so.6.0.20

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

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


[Touch-packages] [Bug 1361114] Re: Says Enter your PIN when i have no PIN (there's not even a SIM card on the phone)

2014-08-27 Thread Matthew Paul Thomas
** Changed in: ubuntu-system-settings (Ubuntu)
   Status: Invalid = Confirmed

** Changed in: ubuntu-system-settings (Ubuntu)
 Assignee: (unassigned) = Matthew Paul Thomas (mpt)

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

Title:
  Says Enter your PIN when i have no PIN (there's not even a SIM card
  on the phone)

Status in Ubuntu UX bugs:
  Confirmed
Status in The Unity 8 shell:
  Confirmed
Status in “ubuntu-system-settings” package in Ubuntu:
  Confirmed
Status in “unity8” package in Ubuntu:
  New

Bug description:
  See http://i.imgur.com/JORXscB.png i guess it should say Enter your
  passcode or something, PIN is something that i totally associate with
  SIM PIN in the phone context

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

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


[Touch-packages] [Bug 1352591] Re: apport-retrace does not update libraries or executable in a sandbox

2014-08-27 Thread Martin Pitt
With the version tracking in install_packages(), the changes to
sandboxutils are now trivial. Done in r2849, so if you run from trunk
you can now use this right away.

Please note that for existing sandboxes there is no packages.txt yet,
thus the next retraces will re-download/install everything which has
already been installed (but might be too old). To clean up, it's
probably best to purge all the existing sandboxes from the daisy
retracers and start over, to get rid of old cruft.

** Changed in: apport
   Status: In Progress = Fix Released

** Changed in: apport (Ubuntu)
   Status: Triaged = 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/1352591

Title:
  apport-retrace does not update libraries or executable in a sandbox

Status in Apport crash detection/reporting:
  Fix Released
Status in “apport” package in Ubuntu:
  Fix Committed

Bug description:
  I was trying to retrace a crash that failed with the retracers in the
  Ubuntu Error Tracker.  I'm using gdb-multiarch from the following PPA
  (https://launchpad.net/~daisy-pluckers/+archive/ubuntu/daisy-seeds)
  and apport from bzr revision number 2818. The command follows:

  PYTHONPATH=$PYTHONPATH:/srv/daisy.staging.ubuntu.com/prod
  uction/apport python 
/srv/daisy.staging.ubuntu.com/production/apport/bin/apport-retrace 
~/4d9d6984-1883-11e4-84c3-fa163e22e467.crash -S /srv/da
  isy.staging.ubuntu.com/production/daisy/retracer/config --sandbox-dir 
/srv/daisy.staging.ubuntu.com/production/cache/Ubuntu\ 
14.10/cache-DhmXbj/sandbox -C 
/srv/daisy.staging.ubuntu.com/production/cache/Ubuntu\ 14.10/cache-DhmXbj/cache 
-v -g

  With that bt full would return:

  Thread 1 (LWP 2270):
  #0  __libc_do_syscall () at 
../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44
  No locals.
  #1  0xb6a3805e in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
  _a1 = 0
  _a3tmp = 6
  _a1tmp = 0
  _a3 = 6
  _nametmp = 268
  _a2tmp = 2270
  _a2 = 2270
  _name = 268
  _sys_result = optimized out
  pd = 0xb680e000
  pid = 0
  selftid = 2270
  #2  0xb6a38d4e in __GI_abort () at abort.c:89
  save_stage = 2
  act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, 
sa_mask = {__val = {1, 3064945215, 3064945144, 3064575611, 
3064342309, 3069180536, 3061899264, 3069180712, 3061899264, 
3065241600, 729240, 0, 1, 3199521020, 0, 3069123061, 3069180712, 
1, 5, 0, 3199521440, 3064036264, 1, 3064946200, 1, 10212828, 
3199521044, 3069005824, 3199521440, 3069141488, 10212360, 
3061900488}}, sa_flags = 2, sa_restorer = 0x0}
  sigs = {__val = {32, 0 repeats 31 times}}
  #3  0xb6b892c4 in ?? ()
 from /srv/daisy.staging.ubuntu.com/production/cache/Ubuntu 
14.10/cache-DhmXbj/sandbox-corrupt/usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  No symbol table info available.
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

  However, using apport-retrace without the sandbox-dir command creates
  a more complete backtrace like in http://paste.ubuntu.com/7929061/.

  I've tracked this down to the following from needed_runtime_packages
  in apport/sandboxutils.py:

  # grab as much as we can
  for l in libs:
  if os.path.exists(sandbox + l):
  continue

  There is no check to see if the sandbox version of the library is
  current or not, subsequently the library may be out of date which was
  causing the retrace to fail.

  I've verified this by checking the ctime of the file before and after
  commenting out the if os.path.exists() check.

  ls -lch /srv/daisy.staging.ubuntu.com/production/cache/Ubuntu\ 
14.10/cache-DhmXbj/sandbox-old/usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  lrwxrwxrwx 1 root root 19 Jul 11 02:19 
/srv/daisy.staging.ubuntu.com/production/cache/Ubuntu 
14.10/cache-DhmXbj/sandbox-old/usr/lib/arm-linux-gnueabihf/libstdc++.so.6 - 
libstdc++.so.6.0.20

  ls -lch /srv/daisy.staging.ubuntu.com/production/cache/Ubuntu\ 
14.10/cache-DhmXbj/sandbox-corrupt/usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  lrwxrwxrwx 1 root root 19 Aug  4 22:27 
/srv/daisy.staging.ubuntu.com/production/cache/Ubuntu 
14.10/cache-DhmXbj/sandbox-old/usr/lib/arm-linux-gnueabihf/libstdc++.so.6 - 
libstdc++.so.6.0.20

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

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


[Touch-packages] [Bug 1352591] Re: apport-retrace does not update libraries or executable in a sandbox

2014-08-27 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/1352591

Title:
  apport-retrace does not update libraries or executable in a sandbox

Status in Apport crash detection/reporting:
  Fix Released
Status in “apport” package in Ubuntu:
  Fix Committed

Bug description:
  I was trying to retrace a crash that failed with the retracers in the
  Ubuntu Error Tracker.  I'm using gdb-multiarch from the following PPA
  (https://launchpad.net/~daisy-pluckers/+archive/ubuntu/daisy-seeds)
  and apport from bzr revision number 2818. The command follows:

  PYTHONPATH=$PYTHONPATH:/srv/daisy.staging.ubuntu.com/prod
  uction/apport python 
/srv/daisy.staging.ubuntu.com/production/apport/bin/apport-retrace 
~/4d9d6984-1883-11e4-84c3-fa163e22e467.crash -S /srv/da
  isy.staging.ubuntu.com/production/daisy/retracer/config --sandbox-dir 
/srv/daisy.staging.ubuntu.com/production/cache/Ubuntu\ 
14.10/cache-DhmXbj/sandbox -C 
/srv/daisy.staging.ubuntu.com/production/cache/Ubuntu\ 14.10/cache-DhmXbj/cache 
-v -g

  With that bt full would return:

  Thread 1 (LWP 2270):
  #0  __libc_do_syscall () at 
../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44
  No locals.
  #1  0xb6a3805e in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
  _a1 = 0
  _a3tmp = 6
  _a1tmp = 0
  _a3 = 6
  _nametmp = 268
  _a2tmp = 2270
  _a2 = 2270
  _name = 268
  _sys_result = optimized out
  pd = 0xb680e000
  pid = 0
  selftid = 2270
  #2  0xb6a38d4e in __GI_abort () at abort.c:89
  save_stage = 2
  act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, 
sa_mask = {__val = {1, 3064945215, 3064945144, 3064575611, 
3064342309, 3069180536, 3061899264, 3069180712, 3061899264, 
3065241600, 729240, 0, 1, 3199521020, 0, 3069123061, 3069180712, 
1, 5, 0, 3199521440, 3064036264, 1, 3064946200, 1, 10212828, 
3199521044, 3069005824, 3199521440, 3069141488, 10212360, 
3061900488}}, sa_flags = 2, sa_restorer = 0x0}
  sigs = {__val = {32, 0 repeats 31 times}}
  #3  0xb6b892c4 in ?? ()
 from /srv/daisy.staging.ubuntu.com/production/cache/Ubuntu 
14.10/cache-DhmXbj/sandbox-corrupt/usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  No symbol table info available.
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

  However, using apport-retrace without the sandbox-dir command creates
  a more complete backtrace like in http://paste.ubuntu.com/7929061/.

  I've tracked this down to the following from needed_runtime_packages
  in apport/sandboxutils.py:

  # grab as much as we can
  for l in libs:
  if os.path.exists(sandbox + l):
  continue

  There is no check to see if the sandbox version of the library is
  current or not, subsequently the library may be out of date which was
  causing the retrace to fail.

  I've verified this by checking the ctime of the file before and after
  commenting out the if os.path.exists() check.

  ls -lch /srv/daisy.staging.ubuntu.com/production/cache/Ubuntu\ 
14.10/cache-DhmXbj/sandbox-old/usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  lrwxrwxrwx 1 root root 19 Jul 11 02:19 
/srv/daisy.staging.ubuntu.com/production/cache/Ubuntu 
14.10/cache-DhmXbj/sandbox-old/usr/lib/arm-linux-gnueabihf/libstdc++.so.6 - 
libstdc++.so.6.0.20

  ls -lch /srv/daisy.staging.ubuntu.com/production/cache/Ubuntu\ 
14.10/cache-DhmXbj/sandbox-corrupt/usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  lrwxrwxrwx 1 root root 19 Aug  4 22:27 
/srv/daisy.staging.ubuntu.com/production/cache/Ubuntu 
14.10/cache-DhmXbj/sandbox-old/usr/lib/arm-linux-gnueabihf/libstdc++.so.6 - 
libstdc++.so.6.0.20

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

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


[Touch-packages] [Bug 1362103] [NEW] Xorg freeze

2014-08-27 Thread Aaron Taggert
*** This bug is a duplicate of bug 1220426 ***
https://bugs.launchpad.net/bugs/1220426

Public bug reported:

I think it's a kernel issue. It seems to freeze more often when I'm
useing two finger scroll. Switching to vconsole 1 then back to 7 brings
it back.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
Uname: Linux 3.13.0-34-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
 GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.3
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: Wed Aug 27 02:58:01 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.7, 3.13.0-33-generic, x86_64: installed
 bbswitch, 0.7, 3.13.0-34-generic, x86_64: installed
 nvidia-331, 331.38, 3.13.0-33-generic, x86_64: installed
 nvidia-331, 331.38, 3.13.0-34-generic, x86_64: installed
 vboxhost, 4.3.14, 3.13.0-34-generic, x86_64: installed
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes
GpuHangFrequency: Several times a day
GpuHangReproducibility: Occurs more often under certain circumstances
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:3800]
   Subsystem: Lenovo Device [17aa:3800]
InstallationDate: Installed on 2014-08-13 (14 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: LENOVO 20289
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-34-generic 
root=UUID=14c1f2ac-7782-403e-b31a-399206fd8173 ro quiet splash
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/12/2014
dmi.bios.vendor: LENOVO
dmi.bios.version: 7CCN56WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Plum 5A
dmi.board.vendor: LENOVO
dmi.board.version: 31900058STD
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo IdeaPad U530 Touch
dmi.modalias: 
dmi:bvnLENOVO:bvr7CCN56WW:bd05/12/2014:svnLENOVO:pn20289:pvrLenovoIdeaPadU530Touch:rvnLENOVO:rnPlum5A:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadU530Touch:
dmi.product.name: 20289
dmi.product.version: Lenovo IdeaPad U530 Touch
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Wed Aug 27 00:07:11 2014
xserver.configfile: /etc/X11/xorg.conf
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2

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


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

** This bug has been marked a duplicate of bug 1220426
   [nvidia-prime]Freeze while using touchpad

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

Title:
  Xorg freeze

Status in “xorg” package in Ubuntu:
  New

Bug description:
  I think it's a kernel issue. It seems to freeze more often when I'm
  useing two finger scroll. Switching to vconsole 1 then back to 7
  brings it back.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  

[Touch-packages] [Bug 1352845] Re: Initial surface size not decided by shell, but guessed by qtmir

2014-08-27 Thread Michał Sawicz
We had to pull this, unfortunately there's a seldom, but still, deadlock
when using this approach:


Thread 9 (Thread 0xaebff450 (LWP 15260)):
#0  0xb603f554 in __libc_do_syscall () from 
/lib/arm-linux-gnueabihf/libpthread.so.0
#1  0xb603b192 in pthread_cond_wait@@GLIBC_2.4 () from 
/lib/arm-linux-gnueabihf/libpthread.so.0
#2  0xb63b3794 in QWaitCondition::wait(QMutex*, unsigned long) ()
   from /usr/lib/arm-linux-gnueabihf/libQt5Core.so.5
#3  0xb63aed2e in QSemaphore::acquire(int) () from 
/usr/lib/arm-linux-gnueabihf/libQt5Core.so.5
#4  0xb6525436 in QMetaObject::activate(QObject*, int, int, void**) ()
   from /usr/lib/arm-linux-gnueabihf/libQt5Core.so.5
#5  0xb4001384 in 
MirPlacementStrategy::sessionAboutToCreateSurface(mir::scene::Session const, 
QSize) ()
   from /usr/lib/arm-linux-gnueabihf/qt5/plugins/platforms/libqpa-mirserver.so
#6  0xb3ff239e in MirPlacementStrategy::place(mir::scene::Session const, 
mir::scene::SurfaceCreationParameters const) () from 
/usr/lib/arm-linux-gnueabihf/qt5/plugins/platforms/libqpa-mirserver.so
#7  0xb3e96f3e in 
mir::scene::SurfaceController::add_surface(mir::scene::SurfaceCreationParameters
 const, mir::scene::Session*) () from 
/usr/lib/arm-linux-gnueabihf/libmirserver.so.24
#8  0xb3e81646 in 
mir::scene::ApplicationSession::create_surface(mir::scene::SurfaceCreationParameters
 const)
() from /usr/lib/arm-linux-gnueabihf/libmirserver.so.24
#9  0xb3eb2a5c in 
mir::frontend::SessionMediator::create_surface(google::protobuf::RpcController*,
 mir::protobuf::SurfaceParameters const*, mir::protobuf::Surface*, 
google::protobuf::Closure*) ()
   from /usr/lib/arm-linux-gnueabihf/libmirserver.so.24
#10 0xb3eb6228 in void 
mir::frontend::detail::invokemir::frontend::detail::ProtobufMessageProcessor, 
mir::frontend::detail::DisplayServer, mir::protobuf::DisplayServer, 
mir::protobuf::SurfaceParameters, 
mir::protobuf::Surface(mir::frontend::detail::ProtobufMessageProcessor*, 
mir::frontend::detail::DisplayServer*, void 
(mir::protobuf::DisplayServer::*)(google::protobuf::RpcController*, 
mir::protobuf::SurfaceParameters const*, mir::protobuf::Surface*, 
google::protobuf::Closure*), mir::frontend::detail::Invocation const) ()
   from /usr/lib/arm-linux-gnueabihf/libmirserver.so.24
#11 0xb3eb4f6a in 
mir::frontend::detail::ProtobufMessageProcessor::dispatch(mir::frontend::detail::Invocation
 const) () from /usr/lib/arm-linux-gnueabihf/libmirserver.so.24
#12 0xb3ebb44c in 
mir::frontend::detail::SocketConnection::on_new_message(boost::system::error_code
 const) ()
   from /usr/lib/arm-linux-gnueabihf/libmirserver.so.24
#13 0xb3ebb732 in 
mir::frontend::detail::SocketConnection::on_read_size(boost::system::error_code 
const) ()
   from /usr/lib/arm-linux-gnueabihf/libmirserver.so.24
#14 0xb3ebd75a in 
boost::asio::detail::reactive_socket_recv_opboost::asio::mutable_buffers_1, 
boost::asio::detail::read_opboost::asio::basic_stream_socketboost::asio::local::stream_protocol,
 boost::asio::stream_socket_serviceboost::asio::local::stream_protocol , 
boost::asio::mutable_buffers_1, boost::asio::detail::transfer_exactly_t, 
std::functionvoid (boost::system::error_code const, unsigned int)  
::do_complete(boost::asio::detail::task_io_service*, 
boost::asio::detail::task_io_service_operation*, boost::system::error_code 
const, unsigned int)
() from /usr/lib/arm-linux-gnueabihf/libmirserver.so.24
#15 0xb3e697c6 in 
boost::asio::detail::task_io_service::run(boost::system::error_code) ()
   from /usr/lib/arm-linux-gnueabihf/libmirserver.so.24
#16 0xb3eb861c in ?? () from /usr/lib/arm-linux-gnueabihf/libmirserver.so.24
#17 0xb630c360 in ?? () from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
#18 0xb6037f98 in start_thread () from /lib/arm-linux-gnueabihf/libpthread.so.0
#19 0xb61fe7cc in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

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

Title:
  Initial surface size not decided by shell, but guessed by qtmir

Status in Qt integration with the Mir display server:
  In Progress
Status in “qtmir” package in Ubuntu:
  New
Status in “unity-api” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  New

Bug description:
  When a client connects to Mir and requests a surface with particular
  geometry, qtmir overrides the requested initial geometry with the
  width/height of the display. Once the surface has been drawn to, shell
  finally is notified of the surface and resizes it again.

  These multiple resizes are bad. Shell should decide the initial
  geometry, instead of qtmir guessing it.

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

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

[Touch-packages] [Bug 1331037] Re: Touchscreens: The mouse cursor disappears when touching the screen

2014-08-27 Thread Ara Pulido
Marking as Invalid, as this is the intended behaviour.

** Changed in: unity (Ubuntu Trusty)
   Status: Confirmed = Invalid

** Changed in: oem-priority
   Status: Confirmed = Invalid

** Changed in: unity
   Status: Confirmed = Invalid

** Changed in: unity (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  Touchscreens: The mouse cursor disappears when touching the screen

Status in OEM Priority Project:
  Invalid
Status in OEM Priority Project trusty series:
  New
Status in Unity:
  Invalid
Status in “unity” package in Ubuntu:
  Invalid
Status in “unity” source package in Trusty:
  Invalid

Bug description:
  Single touch does cursor emulation, so I would expect that when I
  touch the touchscreen, the cursor jumps to the touch position.

  Instead of doing that, the cursor disappears until I use the mouse
  again.

  Touch events work correctly.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.1+14.04.20140513-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Tue Jun 17 17:03:39 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-04-29 (48 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1331037/+subscriptions

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


[Touch-packages] [Bug 1361159] Re: webbrowser crashes when playing videos from youtube

2014-08-27 Thread Jean-Baptiste Lallement
It crashed a lot Sunday and Monday with various videos, and I haven't
seen any crash since then. I'm setting to incomplete for now and will
close it if I fail to reproduce this issue again. Thanks!

** Changed in: webbrowser-app (Ubuntu)
   Status: New = Incomplete

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

Title:
  webbrowser crashes when playing videos from youtube

Status in “webbrowser-app” package in Ubuntu:
  Incomplete

Bug description:
  mako and krillin
  webbrowser crashes when playing http://www.youtube.com/watch?v=F0eSq4jCLRE

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: webbrowser-app 0.23+14.10.20140821-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: armhf
  Date: Mon Aug 25 12:36:15 2014
  InstallationDate: Installed on 2014-08-25 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140825-020205)
  SourcePackage: webbrowser-app
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1318997] Re: [clock] Provide a way to change alarm sound

2014-08-27 Thread Nekhelesh Ramananthan
** Changed in: ubuntu-clock-app/reboot
   Status: Fix Committed = Fix Released

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

Title:
  [clock] Provide a way to change alarm sound

Status in The Date and Time Indicator:
  Fix Released
Status in Clock application for Ubuntu devices:
  Fix Released
Status in Ubuntu Clock App reboot series:
  Fix Released
Status in Ubuntu UX bugs:
  Fix Released
Status in “indicator-datetime” package in Ubuntu:
  Fix Released

Bug description:
  The alarms API provides to way to set different alarm sounds for every
  alarm. Let's provide that feature to the users so that they can change
  the alarm sound while creating an alarm.

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

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


[Touch-packages] [Bug 1272337] Re: EDS reverts alarm status immediately

2014-08-27 Thread Nekhelesh Ramananthan
** Changed in: ubuntu-clock-app/reboot
   Status: Fix Committed = Fix Released

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

Title:
  EDS reverts alarm status immediately

Status in Clock application for Ubuntu devices:
  Fix Released
Status in Ubuntu Clock App reboot series:
  Fix Released
Status in Ubuntu UI Toolkit:
  Invalid
Status in “qtorganizer5-eds” package in Ubuntu:
  Invalid

Bug description:
  The clock app provides switches to enable/disable individual alarms.
  However sometimes, I have noticed that on disabling an alarm, it
  immediately enables it again. Multiple tries to disable the alarm does
  not help. Again the key thing to remember here is that this does not
  happen everytime but only sometime. I have not found a reliable way to
  reproduce the issue. So you may have to do a bit of trial and error to
  confirm this bug.

  Steps to reproduce:
  1. Open clock app and navigate to alarm tab
  2. Open toolbar and select Add alarm
  3. Set any alarm (single or recurring)
  4. Save the alarm
  5. Attempt to set the alarm to disable by clicking the switch next to the new 
alarm

  What happens sometimes:
  The alarm is enabled again immediately by the system

  What should happen
  Since the user can toggle the alarm in the app, it is expected that the alarm 
can be turned off (so it is seen as disabled in the Upcoming settings menu tab)

  Video showing the issue
  http://www.youtube.com/watch?v=Z5pkTq6V2vsfeature=youtu.be

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

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


[Touch-packages] [Bug 867806] Re: df -h permission denied error

2014-08-27 Thread Petu Stenman
The symptoms described by John Sopko (msg #12) still occur in my Ubuntu
12.04 (/proc/version says #81~precise1-Ubuntu SMP Tue Jul 15 04:02:22
UTC 2014).

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

Title:
  df -h permission denied error

Status in Light Display Manager:
  New
Status in “lightdm” package in Ubuntu:
  Confirmed

Bug description:
  Running df -h from the cli as a normal user returns:

  FilesystemSize  Used Avail Use% Mounted on
  /dev/md0   37G  6.6G   29G  19% /
  udev  796M  8.0K  796M   1% /dev
  tmpfs 322M  888K  321M   1% /run
  none  5.0M 0  5.0M   0% /run/lock
  none  805M   92K  805M   1% /run/shm
  /dev/sda3 1.8T  265G  1.6T  15% /mnt/d1
  /dev/sdb3 1.8T  1.7T  102G  95% /mnt/d2
  /dev/sdc3 893G   33M  893G   1% /mnt/d3
  df: `/var/lib/lightdm/.gvfs': Permission denied
  $

  running with su

  $ sudo df -h
  FilesystemSize  Used Avail Use% Mounted on
  /dev/md0   37G  6.6G   29G  19% /
  udev  796M  8.0K  796M   1% /dev
  tmpfs 322M  888K  321M   1% /run
  none  5.0M 0  5.0M   0% /run/lock
  none  805M   92K  805M   1% /run/shm
  /dev/sda3 1.8T  265G  1.6T  15% /mnt/d1
  /dev/sdb3 1.8T  1.7T  102G  95% /mnt/d2
  /dev/sdc3 893G   33M  893G   1% /mnt/d3
  $

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: bash 4.2-0ubuntu4
  ProcVersionSignature: Ubuntu 3.0.0-10.16-server 3.0.4
  Uname: Linux 3.0.0-10-server x86_64
  ApportVersion: 1.23-0ubuntu2
  Architecture: amd64
  Date: Tue Oct  4 14:17:28 2011
  InstallationMedia: Ubuntu-Server 11.04 Natty Narwhal - Release amd64 
(20110426)
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_US.UTF-8
  SourcePackage: bash
  UpgradeStatus: Upgraded to oneiric on 2011-09-05 (29 days ago)

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

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


[Touch-packages] [Bug 1325309] Re: User can't suspend laptop/control wireless via dbus/systemd-logind if cgroups are disabled in kernel

2014-08-27 Thread Michael Heuberger
Not sure if my problem is related to this one. At the moment I
experience issues installing/updating libpam-systemd:amd64. Then I
followed the installation scripts and saw that /sys/fs/cgroup/systemd is
missing and I wasn't able to create that manually or using the script.
Looks like /sys/fs/cgroup is missing.

Sorry if this is off-topic but I am desperate to fix it.

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

Title:
  User can't suspend laptop/control wireless via dbus/systemd-logind if
  cgroups are disabled in kernel

Status in “systemd” package in Ubuntu:
  Invalid

Bug description:
  This is kind of a long chain, but I think this is where it ends.

  I custom compile my kernel for battery savings, as I spend lots of time 
flying. I recently went back to BFS in 3.14 as my scheduler, but immediately 
ran into lots of problems (it used to give me 15 more minutes on average).  The 
most interesting, that I can't work around is this:
  I disable cgroups because BFS doesn't use them at all.  and when I did, even 
with the ubuntu linux-source package, I suddenly couldn't put my laptop to 
sleep, and I couldn't control my network connections anymore.  Investigating 
lead me to discover that start systemd-logind was failing.

  So, here's my  relevant config:

  rob@kubuntu4:~$ grep CGROUP /boot/config-`uname -r`; sudo start 
systemd-logind; dmesg |tail -1; ls /sys/fs/cgroup
  # CONFIG_CGROUPS is not set
  start: Job failed to start
  [ 1450.848491] init: systemd-logind pre-start process (10865) terminated with 
status 32
  ls: cannot access /sys/fs/cgroup: No such file or directory

  the /sys/fs/cgroup folder doesn't exist because CONFIG_CGROUPS isn't
  set in the kernel.  So what is status 32 from the pre-script for
  systemd-logind ?

  the problem seems to be in the mount statements in the systemd-logind
  prestart script:

  grep mount /etc/init/systemd-logind.conf 
  # this is being done by systemd or mountall usually, but not during
  if ! mountpoint -q /sys/fs/cgroup; then
  mount -t tmpfs -o uid=0,gid=0,mode=0755,size=1024 none /sys/fs/cgroup
  # mounting the cgroup does not work in LXC, there it uses cgmanager
  if [ ! -e /run/container_type ]  ! mountpoint -q 
/sys/fs/cgroup/systemd; then
  mount -t cgroup -o nosuid,noexec,nodev,none,name=systemd systemd 
/sys/fs/cgroup/systemd

  Testing: 
  sudo mount -t tmpfs -o uid=0,gid=0,mode=0755,size=1024 none /sys/fs/cgroup; 
echo $?
  [sudo] password for rob: 
  mount: mount point /sys/fs/cgroup does not exist
  32

  Rebooting into the stock ubuntu kernel, and I can put my laptop to
  sleep again, albeit at the cost of a bunch of battery life.

  I don't understand why cgroups are required for dbus and PolicyKit to
  be able to allow me to put my laptop to sleep, so I'm filing this as a
  bug.  the systemd pre-script doesn't bother to check if the
  /sys/fs/cgroup folder even exists, so there's definitely a defensive
  programming bug in systemd not handling this situation better.

  currently sudo pm_suspend is an easy workaround for the sleep issue,
  but my wireless access issue has no workaround.

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

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


[Touch-packages] [Bug 1295521] Re: Installing i386 and amd64 PAM stacks causes shutdown/logout/etc. to break

2014-08-27 Thread Michael Heuberger
Not sure if my problem is related to this one. At the moment I
experience issues installing/updating libpam-systemd:amd64. Then I
followed the installation scripts and saw that /sys/fs/cgroup/systemd is
missing and I wasn't able to create that manually or using the script.
Looks like /sys/fs/cgroup is missing.

Sorry if this is off-topic but I am desperate to fix it. Here a log from
sudo apt-get install libpam-systemd:

...
Setting up libpam-systemd:amd64 (204-5ubuntu20.4) ...
start: Job failed to start
invoke-rc.d: initscript systemd-logind, action start failed.
dpkg: error processing package libpam-systemd:amd64 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 libpam-systemd:amd64

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

Title:
  Installing i386 and amd64 PAM stacks causes shutdown/logout/etc. to
  break

Status in Light Display Manager:
  Invalid
Status in “systemd” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  After I upgraded to Ubuntu Trusty, I've seen that it is no longer
  possible to suspend/shutdown/restart my system from the GUI. In other
  words within lightdm buttons to do so are grayed out, and within KDE
  it is the same. I had the same bug in Saucy beta and the culprit was
  the login component, and after its upgrade the issue was fixed.

  My system :
  Kubuntu 14.04 LTS AMD64
  AMD Phenom 9850 
  8 GB RAM
  NVidia GeForce 660 Ti w/ NVidia 331 driver

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: login 1:4.1.5.1-1ubuntu9
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  Uname: Linux 3.13.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Fri Mar 21 07:21:52 2014
  ProcEnviron:
   LANGUAGE=fr_FR
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: shadow
  UpgradeStatus: Upgraded to trusty on 2014-03-20 (0 days ago)

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

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


[Touch-packages] [Bug 1302264] Re: systemd-logind assert failure: error.c:319: Assertion failed in nih_error_get: context_stack != NULL

2014-08-27 Thread Michael Heuberger
Not sure if my problem is related to this one. At the moment I
experience issues installing/updating libpam-systemd:amd64. Then I
followed the installation scripts and saw that /sys/fs/cgroup/systemd is
missing and I wasn't able to create that manually or using the script.
Looks like /sys/fs/cgroup is missing.

Sorry if this is off-topic but I am desperate to fix it. Here a log from
sudo apt-get install libpam-systemd:

...
Setting up libpam-systemd:amd64 (204-5ubuntu20.4) ...
start: Job failed to start
invoke-rc.d: initscript systemd-logind, action start failed.
dpkg: error processing package libpam-systemd:amd64 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 libpam-systemd:amd64

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

Title:
  systemd-logind assert failure: error.c:319: Assertion failed in
  nih_error_get: context_stack != NULL

Status in “systemd” package in Ubuntu:
  Fix Released

Bug description:
  Initially presents as a 'hang' during bootup. Checking the upstart
  logs it looks like systemd-logind is failing.

  I tried a few different approaches - and eventually found that
  installing cgmanager allowed the system to reach a x11 login

  checking into the logs now I continue to see errors:

  Removed session c1.
  cgmanager: cgm_remove for controller=blkio, 
cgroup_path=user/115.user/c1.session, recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=cpu, 
cgroup_path=user/115.user/c1.session, recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=cpuacct, 
cgroup_path=user/115.user/c1.session, recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=cpuset, 
cgroup_path=user/115.user/c1.session, recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=devices, 
cgroup_path=user/115.user/c1.session, recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=freezer, 
cgroup_path=user/115.user/c1.session, recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=hugetlb, 
cgroup_path=user/115.user/c1.session, recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=memory, 
cgroup_path=user/115.user/c1.session, recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=perf_event, 
cgroup_path=user/115.user/c1.session, recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=systemd, 
cgroup_path=user/115.user/c1.session, recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=blkio, cgroup_path=user/115.user, 
recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=cpu, cgroup_path=user/115.user, 
recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=cpuacct, cgroup_path=user/115.user, 
recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=cpuset, cgroup_path=user/115.user, 
recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=devices, cgroup_path=user/115.user, 
recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=freezer, cgroup_path=user/115.user, 
recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=hugetlb, cgroup_path=user/115.user, 
recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=memory, cgroup_path=user/115.user, 
recursive=1 failed: invalid request
  cgmanager: cgm_remove for controller=perf_event, cgroup_path=user/115.user, 
recursive=1 failed: invalid request
  Failed to issue method call: Unknown unit: autovt@tty2.service

  but the system seems to working now.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: systemd-services 204-5ubuntu16
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  AssertionMessage: error.c:319: Assertion failed in nih_error_get: 
context_stack != NULL
  Date: Thu Apr  3 18:18:23 2014
  ExecutablePath: /lib/systemd/systemd-logind
  InstallationDate: Installed on 2014-03-24 (10 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140323)
  ProcCmdline: /lib/systemd/systemd-logind
  ProcEnviron:
   PATH=(custom, no user)
   TERM=linux
  Signal: 6
  SourcePackage: systemd
  StacktraceTop:
   nih_error_get () from /lib/x86_64-linux-gnu/libnih.so.1
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: systemd-logind assert failure: error.c:319: Assertion failed in 
nih_error_get: context_stack != NULL
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : 

[Touch-packages] [Bug 1017603] Re: perl needs to be multiarch

2014-08-27 Thread Colin Watson
We now have the Debian work for this in utopic:

perl (5.20.0-1) experimental; urgency=low

  * New upstream release.
  * Move @INC to multiarch enabled paths. (See #748380)
+ provide perlapi-5.20.0-exp1 for now (and set $Config{debian_abi}
  accordingly), because @INC might still change.
+ break libalien-wxwidgets-perl, libjcode-perl, and libanyevent-perl,
  which use /usr/lib/perl5 without a dependency on perlapi-* or the
  current perl version.
  * debian/rules: clean: no need to remove DB_File .bak files anymore.
  * Include the ABI version in the vendorarch directory.
(See https://lists.debian.org/debian-perl/2014/05/msg00139.html)
+ solves the problem with dual life modules in perl-base (Closes: #743690)
+ libscalar-list-utils-perl can be made installable again (Closes: #725899)
+ no need for the ABI skew induced Build-Conflicts anymore
  * Make perl Multi-Arch:allowed and perl-modules Multi-Arch:foreign.
(See https://lists.debian.org/debian-devel/2014/05/msg00058.html)
(Closes: #717881)

 -- Niko Tyni nt...@debian.org  Sat, 31 May 2014 14:17:12 +0300

I expect it will take us a while to work out the general parameters of
how to use this effectively, but the basic support is now there and
evolving the rest will be much easier now.

(Note that the test proposed in comment #8 does not make sense.  perl-
base's main function is to install /usr/bin/perl, and you can only have
one of those.)

** Changed in: perl (Ubuntu Trusty)
   Status: Confirmed = Won't Fix

** Changed in: perl (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  perl needs to be multiarch

Status in “perl” package in Ubuntu:
  Fix Released
Status in “perl” source package in Precise:
  Won't Fix
Status in “perl” source package in Quantal:
  Won't Fix
Status in “perl” source package in Raring:
  Won't Fix
Status in “perl” source package in Saucy:
  Won't Fix
Status in “perl” source package in Trusty:
  Won't Fix
Status in “perl” package in Debian:
  New

Bug description:
  Perl really is the poster-child package for multiarch (i.e. foreign)
  support isn't it?

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: perl 5.14.2-6ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Mon Jun 25 13:05:16 2012
  PackageArchitecture: i386
  ProcEnviron:
   TERM=screen
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: perl
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1357746] Re: Compiz fails to load with xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu1 on some Intel hardware

2014-08-27 Thread Stephen M. Webb
The logs attached to this bug indicates an error originating in the
Nouveau video driver on startup, which has nothing to do with Compiz
(other than the video driver does not then offer required functionality
for Compiz to run) or the Intel video driver.

[ 8.553] (EE) NOUVEAU(G0): Failed to initialise context object:
2D_NVC0 (0)

If the problem occurs only with certain versions of the Linux kernel,
it's likely the problem is either in the Linux kernel or in the Nouveau
video driver and not Compiz.

The original description of this problem indicates an error originating
with the Intel video driver, which has nothing to do with Compiz (other
than the video driver does not then offer required functionality for
Compiz to run).  If the problem occurs after upgrading the video driver
or kernel or only with certain versions of the kernel but not Compiz,
it's likely that the video driver or kernel is the cause of the problem
and not Compiz.

It is not clear from the logs and the description of this report it two
separate and unrelated video driver problems or kernel problems are
being combined into one bug report.  It's fairly clear it's not a
problem that can be solved by the Compiz package.

** Changed in: compiz
   Status: New = Invalid

** Changed in: unity (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  Compiz  fails to load with xserver-xorg-video-intel
  2:2.99.914-1~exp1ubuntu1 on some Intel hardware

Status in Compiz:
  Invalid
Status in “unity” package in Ubuntu:
  Invalid
Status in “xserver-xorg-video-intel” package in Ubuntu:
  Confirmed

Bug description:
  Seen here with Haswell (Mobile)
  Logs into a session with
  black desktop
  no unity panel
  a non functional launcher

  Nothing can be done in the session except go to a tty

  If I downgrade back to xserver-xorg-video-intel_2.99.910-0ubuntu1 then
  all is well  compiz loads as expected

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20140811-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-8.13-generic 3.16.0
  Uname: Linux 3.16.0-8-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sat Aug 16 12:29:42 2014
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:3801]
   NVIDIA Corporation GK107M [GeForce GT 755M] [10de:0fcd] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Lenovo Device [17aa:3801]
  InstallationDate: Installed on 2014-08-16 (0 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140813)
  MachineType: LENOVO 20217
  ProcEnviron:
   SHELL=/bin/bash
   TERM=linux
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   XDG_RUNTIME_DIR=set
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-8-generic.efi.signed 
root=UUID=1696b1d2-76dc-4df4-bafc-65f8cd743e53 ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.name: 20217
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140812-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.5-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.2.5-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Aug 16 12:28:54 2014
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 729
   vendor LGD
  xserver.version: 2:1.15.1-0ubuntu9

To manage notifications about this 

[Touch-packages] [Bug 1295521] Re: Installing i386 and amd64 PAM stacks causes shutdown/logout/etc. to break

2014-08-27 Thread Martin Pitt
Michael, sounds like you are running a custom kernel without cgroup
support? (see bug 1325309). Fix it by enabling cgroups in the kernel.

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

Title:
  Installing i386 and amd64 PAM stacks causes shutdown/logout/etc. to
  break

Status in Light Display Manager:
  Invalid
Status in “systemd” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  After I upgraded to Ubuntu Trusty, I've seen that it is no longer
  possible to suspend/shutdown/restart my system from the GUI. In other
  words within lightdm buttons to do so are grayed out, and within KDE
  it is the same. I had the same bug in Saucy beta and the culprit was
  the login component, and after its upgrade the issue was fixed.

  My system :
  Kubuntu 14.04 LTS AMD64
  AMD Phenom 9850 
  8 GB RAM
  NVidia GeForce 660 Ti w/ NVidia 331 driver

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: login 1:4.1.5.1-1ubuntu9
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  Uname: Linux 3.13.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Fri Mar 21 07:21:52 2014
  ProcEnviron:
   LANGUAGE=fr_FR
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: shadow
  UpgradeStatus: Upgraded to trusty on 2014-03-20 (0 days ago)

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

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


[Touch-packages] [Bug 1362133] [NEW] Rebooting after disabling wifi leaves wifi in wrong state (enabled but doesn't show networks)

2014-08-27 Thread Brendan Donegan
Public bug reported:

Steps to reproduce:

1.) Open the network indicator
2.) Toggle the Wi-Fi switch to 'Off'
3.) Reboot the device
4.) Open the network indicator

Expected result:

Wi-Fi is either disabled and shows no networks, or is enabled and shows
networks

Actual result:

Wi-Fi is enabled and shows no networks. Toggling it on and off returns
it to normal.

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


** Tags: exploratory qa-daily-testing rtm14 testcase

** Attachment added: enabled no network
   
https://bugs.launchpad.net/bugs/1362133/+attachment/4188226/+files/enabled_no_networks.png

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

Title:
  Rebooting after disabling wifi leaves wifi in wrong state (enabled but
  doesn't show networks)

Status in “indicator-network” package in Ubuntu:
  New

Bug description:
  Steps to reproduce:

  1.) Open the network indicator
  2.) Toggle the Wi-Fi switch to 'Off'
  3.) Reboot the device
  4.) Open the network indicator

  Expected result:

  Wi-Fi is either disabled and shows no networks, or is enabled and
  shows networks

  Actual result:

  Wi-Fi is enabled and shows no networks. Toggling it on and off returns
  it to normal.

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

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


[Touch-packages] [Bug 1361619] Re: [System Product Name, VIA VT1708B 8-Ch, Green Line Out, Rear] No sound at all| Also no sound from Front or any other rear panel port

2014-08-27 Thread Raymond
http://www.intel.com/support/motherboards/desktop/sb/cs-015851.htm

usually Asus bios setup allow you to select front audio panel type
:AC97/hda

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

Title:
  [System Product Name, VIA VT1708B 8-Ch, Green Line Out, Rear] No sound
  at all| Also no sound  from Front or any other rear panel port

Status in “pulseaudio” package in Ubuntu:
  Incomplete

Bug description:
  No Audio.
  I updated Nvidia Graphics driver via a PPA update, which fixed graphics to HD 
for me, but audio is still not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pulseaudio 1:4.0-0ubuntu11
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hemant 1566 F pulseaudio
   /dev/snd/pcmC0D1p:   hemant 1566 F...m pulseaudio
  CurrentDesktop: Unity
  Date: Tue Aug 26 17:10:53 2014
  InstallationDate: Installed on 2014-08-12 (14 days ago)
  InstallationMedia: It
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:NVidia successful
  Symptom_Card: Built-in Audio - HDA NVidia
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hemant 1566 F pulseaudio
   /dev/snd/pcmC0D1p:   hemant 1566 F...m pulseaudio
  Symptom_Jack: Green Line Out, Rear
  Symptom_PulsePlaybackTest: PulseAudio playback test failed
  Symptom_Type: No sound at all
  Title: [System Product Name, VIA VT1708B 8-Ch, Green Line Out, Rear] No sound 
at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/23/2010
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: ASUS P5N73-AM ACPI BIOS Revision 0801
  dmi.board.name: P5N73-AM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: 2.XX
  dmi.chassis.asset.tag: 123456789000
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSP5N73-AMACPIBIOSRevision0801:bd03/23/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5N73-AM:rvr2.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Touch-packages] [Bug 1351982] Re: top panel and launcher are unresponsive

2014-08-27 Thread Stephen M. Webb
This is very symptomatic of an errant mouse grab or focus-in event .

** Changed in: unity (Ubuntu)
   Importance: Undecided = Medium

** Changed in: unity (Ubuntu)
   Status: New = Triaged

** Changed in: unity
   Status: New = Triaged

** Changed in: unity
   Importance: Undecided = Medium

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

Title:
  top panel and launcher are unresponsive

Status in Unity:
  Triaged
Status in “unity” package in Ubuntu:
  Triaged

Bug description:
  Unity has recently (~2014-07-15) started exhibiting two odd behaviors that 
are likely related:
  1) The launcher, which is set to autohide, will appear and disappear in 1s 
(even though I hover over the launcher). It is unresponsive to clicks.
  2) All applets  in the top panel are unresponsive to clicks.

  1  2 always occur together at some point during a session. That is,
  these components work correctly for hours (days?), then become
  unresponsive. I have not yet identified the trigger event;
  screenlocking or suspend/resume *may* be related, but not reliably so
  (i.e., I can't reproduce it this way).

  Restarting unity-panel-service (killall unity-panel-service) doesn't
  help. The problem is temporarily fixed by logging out/in or rebooting,
  but the issue recurs.

  The timing of the first occurrence (in July) is probably consistent
  with my first use of unity-tweak-tool to set focus follows mouse,
  although this hypothesis doesn't explain why the components initially
  work and then become unresponsive. Otherwise, my config is pretty
  stock.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,imgpng,mousepoll,snap,resize,move,grid,unitymtgrabhandles,place,regex,gnomecompat,vpswitch,animation,expo,workarounds,ezoom,wall,session,fade,scale,unityshell]
  CurrentDesktop: Unity
  Date: Sun Aug  3 12:17:34 2014
  InstallationDate: Installed on 2012-10-09 (662 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-04-21 (103 days ago)

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

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


[Touch-packages] [Bug 1362136] [NEW] No visual feedback when tapping keypad on unlock screen

2014-08-27 Thread Matthew Paul Thomas
Public bug reported:

Ubuntu 14.10 r203

0. Set a passcode/PIN for your phone if you aren't currently using one.
1. Lock the phone.
2. Wake the phone.
3. Slide to reveal the unlock screen.
4. Push your finger down on any of the keys.

What happens: Nothing.

What should happen: Some sort of visual feedback, such as the button
going darker, or an extra outline.

Fixing bug 1361722 would probably fix this bug.

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

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

Title:
  No visual feedback when tapping keypad on unlock screen

Status in “unity8” package in Ubuntu:
  New

Bug description:
  Ubuntu 14.10 r203

  0. Set a passcode/PIN for your phone if you aren't currently using one.
  1. Lock the phone.
  2. Wake the phone.
  3. Slide to reveal the unlock screen.
  4. Push your finger down on any of the keys.

  What happens: Nothing.

  What should happen: Some sort of visual feedback, such as the button
  going darker, or an extra outline.

  Fixing bug 1361722 would probably fix this bug.

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

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


[Touch-packages] [Bug 1361722] Re: Number pad is inconsistent between dialer and lock screen

2014-08-27 Thread Matthew Paul Thomas
** Description changed:

  Ubuntu 14.10 r203
  
  1. Set the phone to have a PIN code, if it does not have one already.
  2. Navigate to the keypad screen of the phone app.
  3. Lock the phone and then reveal the unlock screen.
  
  What you see: The number pads have different colors, shapes, sizes,
  spacing, font sizes, and even font weights. It's as if they've been
  designed by two different people.
  
  What you should see: The two screens use different colors, and the phone
  buttons have letters and * + # symbols, but the number pads are
  otherwise consistent.
+ 
+ Fixing this bug would be one way of fixing bug 1362136.

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

Title:
  Number pad is inconsistent between dialer and lock screen

Status in “dialer-app” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  New

Bug description:
  Ubuntu 14.10 r203

  1. Set the phone to have a PIN code, if it does not have one already.
  2. Navigate to the keypad screen of the phone app.
  3. Lock the phone and then reveal the unlock screen.

  What you see: The number pads have different colors, shapes, sizes,
  spacing, font sizes, and even font weights. It's as if they've been
  designed by two different people.

  What you should see: The two screens use different colors, and the
  phone buttons have letters and * + # symbols, but the number pads are
  otherwise consistent.

  Fixing this bug would be one way of fixing bug 1362136.

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

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


[Touch-packages] [Bug 1297357] Re: Click App Preview of the core-apps are of low quality

2014-08-27 Thread Nekhelesh Ramananthan
** Changed in: ubuntu-clock-app
Milestone: backlog = postrtm

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

Title:
  Click App Preview of the core-apps are of low quality

Status in Dropping Letters:
  Triaged
Status in Gallery App:
  New
Status in Music application for Ubuntu devices:
  Triaged
Status in Notes App:
  New
Status in Sudoku game for Ubuntu Touch:
  Triaged
Status in Calculator application for Ubuntu devices:
  Triaged
Status in Calendar application for Ubuntu devices:
  Triaged
Status in Clock application for Ubuntu devices:
  Triaged
Status in File Manager application for Ubuntu devices:
  Triaged
Status in RSS Feed Reader application for Ubuntu devices:
  Triaged
Status in Weather application for Ubuntu devices:
  Triaged
Status in “friends-app” package in Ubuntu:
  Confirmed

Bug description:
  On a Ubuntu Touch phone, navigate to the app lens and long-press any
  core app to see its application preview. Considering that the core
  apps come preinstalled on the phone, they need to provide better app
  previews. You will notice that the following mistakes,

  - Many times the short and long description are exactly the same leading to 
duplicate sentences being shown
  - App Descriptions are too small
  - Screenshots need to be updated with the latest designs or completely 
missing (in case of gallery-app, friends, system settings)

  Clock App
  - Application tagline and description are duplicated. The description can be 
a bit more elaborate.

  Friends App
  - Missing Screenshots and an app description. Only the tagline is shown
  - No developer team name/author mentioned

  Shorts App
  - Tagline and app description start with same phrase. This could be improved 
better. The app description could perhaps elaborate on the features that shorts 
app provides like the ability to add remote feeds etc.

  Calculator App
  - Tagline and app description are duplicated
  - Screenshot #2 doesn't look good. For instance, it could show the names of 
the calculation instead of showing an empty label

  Music App
  - Application tagline and description are duplicated
  - Screenshots needs to be updated with the current design

  Gallery App
  - No screenshots provided

  Camera App
  - No screenshots. What I mean here is that perhaps a screenshots of the 
interface with buttons can be shown.

  Media Player App
  - No screenshots, description or tagline
  - Developer name/author also missing

  System Settings
  - Tagline and app description missing
  - Developer name/author missing

  Dialer App, Messaging App, Contacts App, Browser App
  - App description missing
  - Developer team name/author missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/dropping-letters/+bug/1297357/+subscriptions

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


[Touch-packages] [Bug 1351916] Re: [Aspire V5-571G, Realtek ALC271X] 4-pin jack mic doesn't work

2014-08-27 Thread Nicolás
My ALSA info is here  
http://www.alsa-project.org/db/?f=8f113eebb5c00c5dba5394d088ee4bc9d623afd4
I've sent a mail to Kailang Yang. Still waiting for an answer.
I don't know if the fix you say is related to my driver but Takashi Iwai told 
me that he did a fix and it was included in that kernel version.

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

Title:
  [Aspire V5-571G, Realtek ALC271X] 4-pin jack mic doesn't work

Status in “alsa-driver” package in Ubuntu:
  New

Bug description:
  I have an Acer Aspire V5-571G with a Realtek soundcard in which there is one 
4-pin jack (for mic and headset). When i plug a 4-pin headset only output is 
detected while input remains the same (it still using the integrated computer 
mic).
  Right now im using Ubuntu 14.04.1 LTS but anyway it neither work in previous 
versions.
  EDIT: My soundcard is Realtek but in ubuntu is called HDA Intel PCH.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicolas3548 F pulseaudio
   /dev/snd/pcmC0D0p:   nicolas3548 F...m pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-07-16 (17 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: alsa-driver (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Tags:  trusty
  Uname: Linux 3.13.0-32-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/21/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: V2.18
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire V5-571G
  dmi.board.vendor: Acer
  dmi.board.version: V2.18
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.18
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrV2.18:bd06/21/2013:svnAcer:pnAspireV5-571G:pvrV2.18:rvnAcer:rnAspireV5-571G:rvrV2.18:cvnAcer:ct9:cvrV2.18:
  dmi.product.name: Aspire V5-571G
  dmi.product.version: V2.18
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1351916/+subscriptions

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


[Touch-packages] [Bug 1360641] Re: [SATELLITE P200-1J6, Realtek ALC268, Black Headphone Out, Front] No sound at all

2014-08-27 Thread claudiobz
where can I find the author?

I have the same problem with the internal mic, 
should I do similar procedure? 

Thaks

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

Title:
  [SATELLITE P200-1J6, Realtek ALC268, Black Headphone Out, Front] No
  sound at all

Status in “alsa-driver” package in Ubuntu:
  New

Bug description:
  no sound at all

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic i686
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  claudiobz   1821 F pulseaudio
   /dev/snd/controlC0:  claudiobz   1821 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Aug 23 19:23:07 2014
  InstallationDate: Installed on 2014-08-22 (1 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release i386 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Audio interno - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  claudiobz   1821 F pulseaudio
   /dev/snd/controlC0:  claudiobz   1821 F pulseaudio
  Symptom_Jack: Black Headphone Out, Front
  Symptom_Type: No sound at all
  Title: [SATELLITE P200-1J6, Realtek ALC268, Black Headphone Out, Front] No 
sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/12/2008
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V2.30
  dmi.board.name: ISRAA
  dmi.board.vendor: TOSHIBA
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV2.30:bd02/12/2008:svnTOSHIBA:pnSATELLITEP200-1J6:pvrPSPB6E-17D04XIT:rvnTOSHIBA:rnISRAA:rvr1.00:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: SATELLITE P200-1J6
  dmi.product.version: PSPB6E-17D04XIT
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1360641/+subscriptions

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


[Touch-packages] [Bug 1362149] [NEW] Adding account in updates is not applied immediately

2014-08-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When adding a new Ubuntu One account for the purpose of receiving updates, the 
user needs to exit the Updates panel and enter again before the credentials are 
recognized. 
To reproduce:

- Make sure you have no U1 account configured in Accounts
- Enter the updates panel
- Click on please login into your U1 account... and login into U1
- Verify that when you are brought back to the Updates screen you have still 
the Credentials not found message.
- Verify that exiting the Updates screen by means of the back button in the 
header and clicking on Updates again now correctly recognizes the account

What should happen is that the account should be recognized immediately
instead of having to go out and back into the Updates panel

** Affects: ubuntuone-credentials (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Adding account in updates is not applied immediately
https://bugs.launchpad.net/bugs/1362149
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to ubuntuone-credentials 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 1351916] Re: [Aspire V5-571G, Realtek ALC271X] 4-pin jack mic doesn't work

2014-08-27 Thread Nicolás
And i forgot to say that in the sound input window it appears 2 devices
(microphone and analog input) but both of them are the same integrated
microphone and still the same when i plug in a headset with mic or
whatever i do. (This thing have  happened since the first day).

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

Title:
  [Aspire V5-571G, Realtek ALC271X] 4-pin jack mic doesn't work

Status in “alsa-driver” package in Ubuntu:
  New

Bug description:
  I have an Acer Aspire V5-571G with a Realtek soundcard in which there is one 
4-pin jack (for mic and headset). When i plug a 4-pin headset only output is 
detected while input remains the same (it still using the integrated computer 
mic).
  Right now im using Ubuntu 14.04.1 LTS but anyway it neither work in previous 
versions.
  EDIT: My soundcard is Realtek but in ubuntu is called HDA Intel PCH.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicolas3548 F pulseaudio
   /dev/snd/pcmC0D0p:   nicolas3548 F...m pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-07-16 (17 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: alsa-driver (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Tags:  trusty
  Uname: Linux 3.13.0-32-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 06/21/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: V2.18
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire V5-571G
  dmi.board.vendor: Acer
  dmi.board.version: V2.18
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.18
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrV2.18:bd06/21/2013:svnAcer:pnAspireV5-571G:pvrV2.18:rvnAcer:rnAspireV5-571G:rvrV2.18:cvnAcer:ct9:cvrV2.18:
  dmi.product.name: Aspire V5-571G
  dmi.product.version: V2.18
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1351916/+subscriptions

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


[Touch-packages] [Bug 1059872] Re: Error formatting disk using disk utility

2014-08-27 Thread Mathew Hodson
** No longer affects: gnome-disk-utility

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

Title:
  Error formatting disk using disk utility

Status in “udisks2” package in Ubuntu:
  Invalid
Status in “util-linux” package in Ubuntu:
  Fix Released
Status in “udisks2” source package in Trusty:
  Invalid
Status in “util-linux” source package in Trusty:
  Triaged
Status in “util-linux” package in Debian:
  Fix Released

Bug description:
  Formatting a SD card using the disk utility fails with an error
  message

  Error formatting disk - Error synchronizing after initial wipe: Timed
  out waiting for object (udisks-error-quark, 0)

  Steps to repro:
  Launch the disk utility
  Plug a SD card into the computer
  Select the SD card and click on the gears icon at the top right of the 
application
  From the drop down menu, select Format Disk
  maintain the default setting and select Format
  Acknowledge warnings
  After format process has been going for a while, the error message shown 
above pops up

  -

  The underlying problem is that the wipefs tool from util-linux does
  not work any more.

  === TEST CASE ===
  $ sudo modprobe scsi_debug dev_size_mb=200
  # this creates a new /dev/sdX, usually /dev/sdb; check dmesg!

  # now create a partition table
  $ cat EOF | sudo sfdisk /dev/sdb
  # partition table of /dev/sdb
  unit: sectors

  /dev/sdb1 : start=   32, size=   409568, Id=83
  /dev/sdb2 : start=0, size=0, Id= 0
  /dev/sdb3 : start=0, size=0, Id= 0
  /dev/sdb4 : start=0, size=0, Id= 0
  EOF

  # now create an ext4 file system:
  $ sudo mkfs.ext4 /dev/sdb1

  # check contents:
  $ sudo blkid -p /dev/sdb /dev/sdb1
  /dev/sdb: PTTYPE=dos 
  /dev/sdb1: UUID=4bd1c542-a61f-43c4-a7e5-cc50e66e6b5a VERSION=1.0 
TYPE=ext4 USAGE=filesystem PART_ENTRY_SCHEME=dos PART_ENTRY_TYPE=0x83 
PART_ENTRY_NUMBER=1 PART_ENTRY_OFFSET=32 PART_ENTRY_SIZE=409568 
PART_ENTRY_DISK=8:16 

  # wipe:
  $ sudo wipefs -a /dev/sdb

  # now check contents again
  $ sudo blkid -p /dev/sdb /dev/sdb1

  # in the broken case, you will still see a dos partition table and
  the ext4 partition; in the working case, /dev/sdb won't show anything
  and /dev/sdb1 does not exist any more


  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: udisks 1.0.4-6
  ProcVersionSignature: Ubuntu 3.5.0-15.23-generic 3.5.4
  Uname: Linux 3.5.0-15-generic x86_64
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: amd64
  CustomUdevRuleFiles: 51-android.rules 51-android.rules~
  Date: Mon Oct  1 15:07:46 2012
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120720.1)
  MachineType: FOXCONN NT-A2400NT-A3500
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-15-generic 
root=UUID=fcc445e4-9662-47cc-855d-ca17ad1c2a87 ro quiet splash vt.handoff=7
  SourcePackage: udisks
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/29/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.4
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: NT-A2400NT-A3500
  dmi.board.vendor: FOXCONN
  dmi.board.version: FAB 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 4
  dmi.chassis.vendor: FOXCONN
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.4:bd03/29/2011:svnFOXCONN:pnNT-A2400NT-A3500:pvrFAB1.0:rvnFOXCONN:rnNT-A2400NT-A3500:rvrFAB1.0:cvnFOXCONN:ct4:cvrToBeFilledByO.E.M.:
  dmi.product.name: NT-A2400NT-A3500
  dmi.product.version: FAB 1.0
  dmi.sys.vendor: FOXCONN

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

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


[Touch-packages] [Bug 1362151] Re: indicator-location-service crashed with SIGABRT in ua_location_service_create_controller()

2014-08-27 Thread Apport retracing service
*** This bug is a duplicate of bug 1355077 ***
https://bugs.launchpad.net/bugs/1355077

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1362151/+attachment/4188258/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1362151/+attachment/4188260/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1362151/+attachment/4188261/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1362151/+attachment/4188262/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1362151/+attachment/4188263/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1362151/+attachment/4188264/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1362151/+attachment/4188265/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1355077

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  indicator-location-service crashed with SIGABRT in
  ua_location_service_create_controller()

Status in “indicator-location” package in Ubuntu:
  New

Bug description:
  in ubuntu 14.04 bugger!

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: indicator-location 13.10.0+14.10.20140820-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-11.16-generic 3.16.1
  Uname: Linux 3.16.0-11-generic x86_64
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Wed Aug 27 20:09:24 2014
  ExecutablePath: 
/usr/lib/x86_64-linux-gnu/indicator-location/indicator-location-service
  InstallationDate: Installed on 2014-07-21 (37 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  ProcCmdline: 
/usr/lib/x86_64-linux-gnu/indicator-location/indicator-location-service
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/false
  Signal: 6
  SourcePackage: indicator-location
  StacktraceTop:
   ?? ()
   ?? () from /usr/lib/x86_64-linux-gnu/libubuntu_application_api.so.2
   ua_location_service_create_controller () from 
/usr/lib/x86_64-linux-gnu/libubuntu_application_api.so.2
   UbuntuAppLocController::UbuntuAppLocController() ()
   main ()
  SystemImageInfo:
   current build number: 0
   device name: ?
   channel: daily
   last update: Unknown
  Title: indicator-location-service crashed with SIGABRT in 
ua_location_service_create_controller()
  UpgradeStatus: Upgraded to utopic on 2014-08-22 (5 days ago)
  UserGroups:

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

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


[Touch-packages] [Bug 1298021] Re: Google Chrome (not chromium) won't start in guest session

2014-08-27 Thread Jamie Strandboge
This will be fixed in the next lightdm upload.

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

Title:
  Google Chrome (not chromium) won't start in guest session

Status in “lightdm” package in Ubuntu:
  Fix Released

Bug description:
  Related, but not a dupe of bug 577919
  Install Google Chrome (not chromium) and switch to a guest session
  Start chrome from a terminal
  See the following error:-

  Failed to move to new PID namespace: Operation not permitted

  I see these apparmor denials:-

  [Tue Mar 25 12:51:46 2014] type=1400 audit(1395861131.882:541): 
apparmor=DENIED operation=capable 
profile=/usr/lib/lightdm/lightdm-guest-session pid=30034 
comm=chrome-sandbox capability=21  capname=sys_admin
  [Tue Mar 25 12:52:13 2014] type=1400 audit(1395861159.510:542): 
apparmor=DENIED operation=open 
profile=/usr/lib/lightdm/lightdm-guest-session 
name=/proc/30062/oom_score_adj pid=30062 comm=chrome requested_mask=wc 
denied_mask=wc fsuid=130 ouid=130

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.9.13-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Mar 26 19:08:04 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-06-29 (634 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to trusty on 2014-01-20 (65 days ago)

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

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


[Touch-packages] [Bug 1362149] Re: Adding account in updates is not applied immediately

2014-08-27 Thread Alberto Mardegan
** Package changed: ubuntu-system-settings (Ubuntu) = ubuntuone-
credentials (Ubuntu)

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

Title:
  Adding account in updates is not applied immediately

Status in “ubuntuone-credentials” package in Ubuntu:
  New

Bug description:
  When adding a new Ubuntu One account for the purpose of receiving updates, 
the user needs to exit the Updates panel and enter again before the credentials 
are recognized. 
  To reproduce:

  - Make sure you have no U1 account configured in Accounts
  - Enter the updates panel
  - Click on please login into your U1 account... and login into U1
  - Verify that when you are brought back to the Updates screen you have still 
the Credentials not found message.
  - Verify that exiting the Updates screen by means of the back button in the 
header and clicking on Updates again now correctly recognizes the account

  What should happen is that the account should be recognized
  immediately instead of having to go out and back into the Updates
  panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-credentials/+bug/1362149/+subscriptions

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


[Touch-packages] [Bug 1362136] Re: No visual feedback when tapping keypad on unlock screen

2014-08-27 Thread Michał Sawicz
This is fixed in a later image.

** Changed in: unity8 (Ubuntu)
   Status: New = Invalid

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

Title:
  No visual feedback when tapping keypad on unlock screen

Status in “unity8” package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 14.10 r203

  0. Set a passcode/PIN for your phone if you aren't currently using one.
  1. Lock the phone.
  2. Wake the phone.
  3. Slide to reveal the unlock screen.
  4. Push your finger down on any of the keys.

  What happens: Nothing.

  What should happen: Some sort of visual feedback, such as the button
  going darker, or an extra outline.

  Fixing bug 1361722 would probably fix this bug.

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

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


[Touch-packages] [Bug 1361751] Re: Launcher Icon shortcut labels don't honor text scaling

2014-08-27 Thread Treviño
** Summary changed:

- Launcher Icon shortcuts don't honour text scaling
+ Launcher Icon shortcut labels don't honor text scaling

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

Title:
  Launcher Icon shortcut labels don't honor text scaling

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  Text scaling value is ignored by icons overlay text.

   - From u-c-c → accessibility → enable Big Text option

  Icons overlay text should honor that setting.

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

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


[Touch-packages] [Bug 446657] Re: Bluetooth's on/off status doesn't update from the SetProperty D-Bus method that bluetoothd sends

2014-08-27 Thread Elijah Lynn
Yes, very depressing. This is why people use Macs.

But there is no way I am going to use a Mac's OS and this is free and
open software so I would like to get to the bottom of this. I just read
through this entire issue and
https://bugzilla.gnome.org/show_bug.cgi?id=638117#c9 and it appears this
is now a true upstream with gnome-bluetooth. It also appears to be
related to those with an actual hardware wireless radio or bluetooth
kill switch. This may explain why it works for certain people.

This is present in Ubuntu 14.04 with bluez 4.101-0ubuntu13 and gnome-
bluetooth 3.8.2.1-0ubuntu4 and not sure it matters but I also have
indicator-bluetooth 0.0.6+14.04.20140207-0ubuntu2.

I got this with a dpkg-query -l *blue* in case anyone else is wondering what
versions they are running.

ps. Possible duplicate here - https://bugs.launchpad.net/ubuntu/+source
/acpi-support/+bug/280811

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

Title:
  Bluetooth's on/off status doesn't update from the SetProperty D-Bus
  method that bluetoothd sends

Status in GNOME Bluetooth:
  New
Status in The Ubuntu Power Consumption Project:
  New
Status in “bluez” package in Ubuntu:
  Confirmed
Status in “linux” package in Ubuntu:
  Invalid
Status in “bluez” package in Fedora:
  Unknown

Bug description:
  Binary package hint: gnome-bluetooth

  Gnome's bluetooth applet should get a bluetooth device's on/off status
  through dbus from SetProperty setting sent by bluetoothd. This
  information was given in
  http://permalink.gmane.org/gmane.linux.bluez.kernel/4302 There is a
  setting controlling this feature: RememberPowered=true in
  /etc/bluetooth/main.conf

  Questions:
  Is the dbus message is even sent? If it is sent, why gnome-bluetooth doesn't 
do anything for it? Does bluez's SetProperty actually find the last (if even 
saved) bluetooth status?

  ProblemType: Bug
  Architecture: i386
  Date: Thu Oct  8 20:54:15 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: wl
  Package: gnome-bluetooth 2.28.1-0ubuntu1
  ProcEnviron:
   PATH=(custom, user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-12.41-generic
  SourcePackage: gnome-bluetooth
  Uname: Linux 2.6.31-12-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-bluetooth/+bug/446657/+subscriptions

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


[Touch-packages] [Bug 1362160] [NEW] Card's implicitHeight calculated wrong if summary is missing

2014-08-27 Thread Michał Sawicz
Public bug reported:

As can be seen in the music scope after choosing an artist from My Music
carousel (see attachment) the implicit height on a card is calculated
wrong if summary is declared but empty.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity8 8.00+14.10.20140825.3-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
Uname: Linux 3.16.0-10-generic x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 2.14.6-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Aug 27 14:39:33 2014
SourcePackage: unity8
SystemImageInfo: Error: [Errno 2] Nie ma takiego pliku ani katalogu: 
'system-image-cli'
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unity8
 Importance: High
 Assignee: Andrea Cimitan (cimi)
 Status: Triaged

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


** Tags: amd64 apport-bug rtm14 third-party-packages utopic

** Attachment added: Zrzut ekranu z 2014-08-27 10_34_36.png
   
https://bugs.launchpad.net/bugs/1362160/+attachment/4188268/+files/Zrzut%20ekranu%20z%202014-08-27%2010_34_36.png

** Changed in: unity8 (Ubuntu)
   Status: New = Confirmed

** Also affects: unity8
   Importance: Undecided
   Status: New

** Changed in: unity8
   Status: New = Triaged

** Changed in: unity8
   Importance: Undecided = High

** Tags added: rtm14

** Changed in: unity8
 Assignee: (unassigned) = Andrea Cimitan (cimi)

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

Title:
  Card's implicitHeight calculated wrong if summary is missing

Status in The Unity 8 shell:
  Triaged
Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  As can be seen in the music scope after choosing an artist from My
  Music carousel (see attachment) the implicit height on a card is
  calculated wrong if summary is declared but empty.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 8.00+14.10.20140825.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
  Uname: Linux 3.16.0-10-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Aug 27 14:39:33 2014
  SourcePackage: unity8
  SystemImageInfo: Error: [Errno 2] Nie ma takiego pliku ani katalogu: 
'system-image-cli'
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1362145] Re: after update, no X, then loging, startx and crash

2014-08-27 Thread jacquesclouseau
** Information type changed from Private to Public

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

Title:
  after update,no X, then loging, startx and crash

Status in “lightdm” package in Ubuntu:
  Invalid

Bug description:
  I am on ubuntu 14.10 MATE alpha.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: lightdm 1.11.7-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-3.8-generic 3.16.0-rc4
  Uname: Linux 3.16.0-3-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  Date: Wed Aug 27 13:44:53 2014
  ExecutablePath: /usr/sbin/lightdm
  InstallationDate: Installed on 2014-07-16 (42 days ago)
  InstallationMedia: Ubuntu  Utopic - Build amd64 LIVE Binary 20140703-15:52
  LightdmConfig:
   [SeatDefaults]
   autologin-guest=false
   autologin-user=wwl
   autologin-user-timeout=0
   autologin-session=lightdm-autologin
  ProcCmdline: lightdm
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  Signal: 6
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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

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


[Touch-packages] [Bug 1223050] Re: [PageStack] Calling positionViewAtIndex cause the page header misbehave

2014-08-27 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit
   Status: Confirmed = In Progress

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

Title:
  [PageStack] Calling positionViewAtIndex cause the page header
  misbehave

Status in Address Book App:
  Confirmed
Status in Music application for Ubuntu devices:
  New
Status in Ubuntu UI Toolkit:
  In Progress
Status in “address-book-app” package in Ubuntu:
  Confirmed
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Confirmed
Status in “address-book-app” source package in Trusty:
  Confirmed
Status in “ubuntu-ui-toolkit” source package in Trusty:
  Confirmed

Bug description:
  Using a ListView inside of a PageStack causes the ListView header
  misbehave after calling positionViewAtIndex:

  How to reproduce (using the example attached):

  1- run: qmlscene main.qml
  2- click in the button click me
  3- scroll the list 
  4- click in the button click me again

  Expected behavior:
  The section header should be fully visible at the top

  Current behavior:
  The page header  overlaps the listview and the section header

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1223050/+subscriptions

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


[Touch-packages] [Bug 1358216] Re: wants to access your location prompt uses app ID instead of name

2014-08-27 Thread Thomas Voß
** Changed in: location-service (Ubuntu)
   Status: New = In Progress

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

Title:
  wants to access your location prompt uses app ID instead of name

Status in “location-service” package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 14.10 r197

  1. Launch the Camera app for the first time.

  What you see: com.ubuntu.camera_camera_3.0.0.355 /
  com.ubuntu.camera_camera_3.0.0.355 wants to access your current
  location.

  What you should see: Camera wants to access your location.

  https://wiki.ubuntu.com/AccountPrivileges#Phone: When an app
  requests access to one of these things and does not currently have it,
  Ubuntu should display a prompt of the form '{app name} wants to access
  your {property}.'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1358216/+subscriptions

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


[Touch-packages] [Bug 1362162] [NEW] Dash buttons do not honour the text scaling

2014-08-27 Thread Treviño
Public bug reported:

Text scaling value is ignored by dash buttons (filters and preview
actions).

 - From u-c-c → accessibility → enable Big Text option

Filters and preview action buttons should match this option.

** Affects: unity
 Importance: Medium
 Assignee: Marco Trevisan (Treviño) (3v1n0)
 Status: In Progress

** Affects: unity/7.2
 Importance: Medium
 Assignee: Marco Trevisan (Treviño) (3v1n0)
 Status: In Progress

** Affects: unity (Ubuntu)
 Importance: Medium
 Assignee: Marco Trevisan (Treviño) (3v1n0)
 Status: In Progress

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

** Changed in: unity (Ubuntu)
   Importance: Undecided = Medium

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) = Marco Trevisan (Treviño) (3v1n0)

** Changed in: unity/7.2
   Importance: Undecided = Medium

** Changed in: unity/7.2
   Status: New = In Progress

** Changed in: unity/7.2
Milestone: None = 7.2.3

** Changed in: unity/7.2
 Assignee: (unassigned) = Marco Trevisan (Treviño) (3v1n0)

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

Title:
  Dash buttons do not honour the text scaling

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  Text scaling value is ignored by dash buttons (filters and preview
  actions).

   - From u-c-c → accessibility → enable Big Text option

  Filters and preview action buttons should match this option.

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

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


[Touch-packages] [Bug 1362161] [NEW] Overview needs visual improvements

2014-08-27 Thread Michał Sawicz
Public bug reported:

We got design feedback on the overview, see below with my replies, will
post more as I know more:

 *All Tab*

   * *Rounded Corners* - The rounded corners of the cards themselves look
 more like the Ubuntu bezier curve. These should be standard rounded
 edges. As a point of reference, these appear to be correct on the
 'Favourites' tab.

That's because they're actually images of the same size as the dash,
scaled down, so the radius looks smaller. We'll try changing the radius
to small and resolve the scaling issue.

   * *Aspect Ratio *- This is incorrect. Currently the cards are too tall
 in this tab.

Agreed, we need to override aspect ratio to be that of the dash.

   * *Shadows *- These cards shouldn't have any inner or drop shadows.

Same issue as with corners above. We should be able to disable the
shadows though.

   * *Label Overlay *- For the dark overlays - these should be 15%
black.

Everywhere? We allowed for scopes to override this explicitly based on
the visual designs.

   * *Text Labels*: The labels should be vertically and horizontally
 centered in the overlay.

We have a fix for the horizontal alignment, vertical, however, is not
something that the toolkit allowed. Should we always make them centered
in the overlay if there's only the title (across the whole dash, not
just in overview)?

   * *Dimensions / Margins *- The cards also seem very tight on the BQ
 phone. I guess this is because it's a smaller viewport. Hopefully
 updating the aspect ratio etc… will help clean this up a little.

It's the same 40GU width. We did not, however, apply the latest margins
and sizes from the dash redlines you prepared, yet. It's all still as
spec'ed out in the dash toolkit spec.

 *Favourites Tab*

   * These are a lot more accurate in general :)...
   * *Overlays* - The overlay should be taller to match the designs (5GU).

The overlay is defined to be as high as the maximum header + 1GU
padding. Meaning in this case it's two lines of title text + 2GU. Again,
that's the case across the dash, if we wanted to change it.

   * *Text Labels* - Again the text label needs to be centered
 horizontally and vertically (regardless of whether or not they're
 one or two lines long).

See above.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity8 8.00+14.10.20140825.3-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
Uname: Linux 3.16.0-10-generic x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 2.14.6-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Aug 27 14:46:48 2014
SourcePackage: unity8
SystemImageInfo: Error: [Errno 2] Nie ma takiego pliku ani katalogu: 
'system-image-cli'
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unity8
 Importance: Medium
 Assignee: Albert Astals Cid (aacid)
 Status: Triaged

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


** Tags: amd64 apport-bug third-party-packages utopic

** Changed in: unity8 (Ubuntu)
   Status: New = Confirmed

** Also affects: unity8
   Importance: Undecided
   Status: New

** Changed in: unity8
   Status: New = Triaged

** Changed in: unity8
   Importance: Undecided = Medium

** Changed in: unity8
 Assignee: (unassigned) = Albert Astals Cid (aacid)

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

Title:
  Overview needs visual improvements

Status in The Unity 8 shell:
  Triaged
Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  We got design feedback on the overview, see below with my replies,
  will post more as I know more:

   *All Tab*
  
 * *Rounded Corners* - The rounded corners of the cards themselves look
   more like the Ubuntu bezier curve. These should be standard rounded
   edges. As a point of reference, these appear to be correct on the
   'Favourites' tab.

  That's because they're actually images of the same size as the dash,
  scaled down, so the radius looks smaller. We'll try changing the
  radius to small and resolve the scaling issue.

 * *Aspect Ratio *- This is incorrect. Currently the cards are too tall
   in this tab.

  Agreed, we need to override aspect ratio to be that of the dash.

 * *Shadows *- These cards shouldn't have any inner or drop
  shadows.

  Same issue as with corners above. We should be able to disable the
  shadows though.

 * *Label Overlay *- For the dark overlays - these should be 15%
  black.

  Everywhere? We allowed for scopes to override this explicitly based on
  the visual designs.

 * *Text Labels*: The labels should be vertically and horizontally
   centered in the overlay.

  We have a fix for the horizontal alignment, vertical, however, is not
  something that the toolkit allowed. Should we always make them
  centered 

[Touch-packages] [Bug 1290505] Re: Display devices UI scale should scale fonts and buttons too

2014-08-27 Thread Treviño
There are some fixes in progress in the recent updates, is this fixed
for you?

** Tags added: hidpi

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

Title:
  Display devices  UI scale should scale fonts and buttons too

Status in Unity:
  New
Status in “unity” package in Ubuntu:
  New

Bug description:
  First, thank you very much for this option! I use (and maintain)
  Ubuntu on a lot of older computers with resolutions of 1024x768,
  1366x768 and 1280x800, and the first complaint I often get from new
  users is everything is so big. This is good if you have Full HD
  screens with very small pixels, but bad if you don't. So I install
  Ubuntu Tweak, reduce font sizes and Dash icon sizes and so on.

  The UI Scale option is a very welcome addition to the list of
  settings that Ubuntu offers. However, it is a little buggy: if I
  reduce the UI scale to e.g. 0.875 (btw: why the 1/8 scaling? Why not
  5% or 10% instead of 12.5%?), many things don't fit any more:

  - Dash tooltips
  - ubuntu-bug progress window buttons
  - etc.

  It should be verified that at least the default apps' texts and
  buttons still fit in their respective windows.

  Also, would it be feasible to make this a zoom factor slider that

  - allows finer control (5% steps)? Anything below 80% and above 120% is 
probably only for Retina displays. So, maybe 5% steps between 50% and 200% are 
feasible?
  - automatically adjusts the text scaling factor accordingly, like the 
Advanced Settings app and Ubuntu Tweak can do
  - maybe automatically adjusts the Dash icon size?

  Thank you!

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140303-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
  Uname: Linux 3.13.0-14-generic i686
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Mon Mar 10 19:43:54 2014
  InstallationDate: Installed on 2014-03-04 (6 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140302)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1359856] Re: unity-system-compositor crashed with SIGSEGV (crash in libMali.so)

2014-08-27 Thread kevin gunn
*** This bug is a duplicate of bug 1359270 ***
https://bugs.launchpad.net/bugs/1359270

** This bug is no longer a duplicate of bug 1359258
   
/usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match
** This bug has been marked a duplicate of private bug 1359270

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

Title:
  unity-system-compositor crashed with SIGSEGV (crash in libMali.so)

Status in “unity-system-compositor” package in Ubuntu:
  Confirmed

Bug description:
  the other crash

  TEST CASE:
  Connect to the device and run as phablet:
  while sleep 1; do 
  gdbus call --system -d com.canonical.Unity.Screen -o 
/com/canonical/Unity/Screen \
  -m com.canonical.Unity.Screen.setScreenPowerMode on 3
  sleep 1
  gdbus call --system -d com.canonical.Unity.Screen -o 
/com/canonical/Unity/Screen \
  -m com.canonical.Unity.Screen.setScreenPowerMode off 3
  done

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: unity-system-compositor 0.0.5+14.10.20140814-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: armhf
  Date: Thu Aug 21 12:11:23 2014
  Disassembly: = 0xb464a00c:   Cannot access memory at address 0xb464a00c
  ExecutablePath: /usr/sbin/unity-system-compositor
  ExecutableTimestamp: 1408047202
  InstallationDate: Installed on 2014-08-20 (1 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140820-020204)
  ProcCmdline: unity-system-compositor --disable-overlays=false 
--spinner=/usr/bin/unity-system-compositor-spinner --file /run/mir_socket 
--from-dm-fd 10 --to-dm-fd 13 --vt 1
  ProcCwd: /
  ProcEnviron:

  SegvAnalysis: Skipped: missing required field Disassembly
  Signal: 11
  SourcePackage: unity-system-compositor
  Stacktrace:
   #0  0xb464a00c in ?? ()
   No symbol table info available.
   #1  0xb464557c in ?? ()
   No symbol table info available.
   Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  StacktraceTop:
   ?? ()
   ?? ()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-system-compositor/+bug/1359856/+subscriptions

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


[Touch-packages] [Bug 1362162] Re: Dash buttons do not honour the text scaling

2014-08-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~3v1n0/unity/font-scaling-fixes

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

Title:
  Dash buttons do not honour the text scaling

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  Text scaling value is ignored by dash buttons (filters and preview
  actions).

   - From u-c-c → accessibility → enable Big Text option

  Filters and preview action buttons should match this option.

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

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


[Touch-packages] [Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-27 Thread kevin gunn
*** This bug is a duplicate of bug 1359270 ***
https://bugs.launchpad.net/bugs/1359270

** Description changed:

+ This is HW specific
+ 
  build #201
  
  TEST CASE:
  Connect to the device and run as phablet:
  while sleep 1; do
  gdbus call --system -d com.canonical.Unity.Screen -o 
/com/canonical/Unity/Screen \
  -m com.canonical.Unity.Screen.setScreenPowerMode on 3
  sleep 1
  gdbus call --system -d com.canonical.Unity.Screen -o 
/com/canonical/Unity/Screen \
  -m com.canonical.Unity.Screen.setScreenPowerMode off 3
  done
  
  Let it run until the device crashes.
  
  == original description ==
  I get this crash when an incoming calls ends and the caller hangs up. This is 
rather frequent (3 times on 4 incoming calls)
  
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding unity8.  This problem was most recently seen with version
  8.00+14.10.20140817-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/1b1bfdcf7c57cb67053a35e55bbd34f1826e7ae2
  contains more details.
  
  u-s-c crash https://errors.ubuntu.com/oops/6b639636-287e-11e4-a37b-
  fa163e78b027 always occurs at the same time.

** This bug has been marked a duplicate of private bug 1359270

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

Title:
  
/usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

Status in “unity-system-compositor” package in Ubuntu:
  In Progress
Status in “unity8” package in Ubuntu:
  Incomplete

Bug description:
  This is HW specific

  build #201

  TEST CASE:
  Connect to the device and run as phablet:
  while sleep 1; do
  gdbus call --system -d com.canonical.Unity.Screen -o 
/com/canonical/Unity/Screen \
  -m com.canonical.Unity.Screen.setScreenPowerMode on 3
  sleep 1
  gdbus call --system -d com.canonical.Unity.Screen -o 
/com/canonical/Unity/Screen \
  -m com.canonical.Unity.Screen.setScreenPowerMode off 3
  done

  Let it run until the device crashes.

  == original description ==
  I get this crash when an incoming calls ends and the caller hangs up. This is 
rather frequent (3 times on 4 incoming calls)

  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding unity8.  This problem was most recently seen with version
  8.00+14.10.20140817-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/1b1bfdcf7c57cb67053a35e55bbd34f1826e7ae2
  contains more details.

  u-s-c crash https://errors.ubuntu.com/oops/6b639636-287e-11e4-a37b-
  fa163e78b027 always occurs at the same time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-system-compositor/+bug/1359258/+subscriptions

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


[Touch-packages] [Bug 1361713] Re: Launcher icon count does not honour the text scaling

2014-08-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~3v1n0/unity/font-scaling-fixes

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

Title:
  Launcher icon count does not honour the text scaling

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  Text scaling value is ignored by icon count (emblem).

   - From u-c-c → accessibility → enable Big Text option

  Icon count text should be bigger.

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

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


[Touch-packages] [Bug 1359846] Re: unity8 crashed with SIGABRT in _nl_find_locale()

2014-08-27 Thread kevin gunn
*** This bug is a duplicate of bug 1359270 ***
https://bugs.launchpad.net/bugs/1359270

** This bug is no longer a duplicate of bug 1359258
   
/usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match
** This bug has been marked a duplicate of private bug 1359270

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

Title:
  unity8 crashed with SIGABRT in _nl_find_locale()

Status in “unity8” package in Ubuntu:
  New

Bug description:
  recent crash

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: unity8 8.00+14.10.20140817-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: armhf
  CurrentDesktop: Unity
  Date: Thu Aug 21 12:11:36 2014
  ExecutablePath: /usr/bin/unity8
  InstallationDate: Installed on 2014-08-20 (1 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140820-020204)
  ProcCmdline: unity8
  Signal: 6
  SourcePackage: unity8
  StacktraceTop:
   ?? () from /lib/arm-linux-gnueabihf/libc.so.6
   raise () from /lib/arm-linux-gnueabihf/libc.so.6
   abort () from /lib/arm-linux-gnueabihf/libc.so.6
   __gnu_cxx::__verbose_terminate_handler() () from 
/usr/lib/arm-linux-gnueabihf/libstdc++.so.6
   ?? () from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
  Title: unity8 crashed with SIGABRT in raise()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip plugdev sudo tty video

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

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


Re: [Touch-packages] [Bug 1361434] Re: [Inspiron 1420, SigmaTel STAC9228, Speaker, Internal] No sound at all

2014-08-27 Thread KD
Raymond,
I'm sorry; do you need more information from me?  I see you sent a flurry
of emails and I'm a little lost.
Thanks,
Kristin


On Tue, Aug 26, 2014 at 4:02 AM, Raymond 1361...@bugs.launchpad.net wrote:


 http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa/mixer/paths

 you have to provide pulseaudio log to find out how pulseaudio change the
 port when you plug none, one and both headphones

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1361434

 Title:
   [Inspiron 1420, SigmaTel STAC9228, Speaker, Internal] No sound at all

 Status in “alsa-driver” package in Ubuntu:
   Incomplete

 Bug description:
   Just upgraded to 14.04 on an Inspiron 1420.  My sound no longer works,
   using either RhythmBox or Firefox (YouTube, for example).

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: alsa-base 1.0.25+dfsg-0ubuntu4
   ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
   Uname: Linux 3.13.0-34-generic i686
   ApportVersion: 2.14.1-0ubuntu3.3
   Architecture: i386
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  kdormuth   2032 F pulseaudio
   CurrentDesktop: Unity
   Date: Mon Aug 25 19:52:29 2014
   InstallationDate: Installed on 2011-01-29 (1304 days ago)
   InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386
 (20101007)
   PackageArchitecture: all
   ProcEnviron:
LANGUAGE=en_US
PATH=(custom, no user)
XDG_RUNTIME_DIR=set
LANG=en_US.UTF-8
SHELL=/bin/bash
   SourcePackage: alsa-driver
   Symptom: audio
   Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
   Symptom_Card: Built-in Audio - HDA Intel
   Symptom_DevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  kdormuth   2032 F pulseaudio
   Symptom_Jack: Speaker, Internal
   Symptom_Type: No sound at all
   Title: [Inspiron 1420, SigmaTel STAC9228, Speaker, Internal] No sound at
 all
   UpgradeStatus: Upgraded to trusty on 2014-08-23 (2 days ago)
   dmi.bios.date: 07/10/2007
   dmi.bios.vendor: Dell Inc.
   dmi.bios.version: A01
   dmi.board.name: 0DT492
   dmi.board.vendor: Dell Inc.
   dmi.chassis.type: 8
   dmi.chassis.vendor: Dell Inc.
   dmi.modalias:
 dmi:bvnDellInc.:bvrA01:bd07/10/2007:svnDellInc.:pnInspiron1420:pvr:rvnDellInc.:rn0DT492:rvr:cvnDellInc.:ct8:cvr:
   dmi.product.name: Inspiron 1420
   dmi.sys.vendor: Dell Inc.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1361434/+subscriptions


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

Title:
  [Inspiron 1420, SigmaTel STAC9228, Speaker, Internal] No sound at all

Status in “alsa-driver” package in Ubuntu:
  Incomplete

Bug description:
  Just upgraded to 14.04 on an Inspiron 1420.  My sound no longer works,
  using either RhythmBox or Firefox (YouTube, for example).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic i686
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kdormuth   2032 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Aug 25 19:52:29 2014
  InstallationDate: Installed on 2011-01-29 (1304 days ago)
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kdormuth   2032 F pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [Inspiron 1420, SigmaTel STAC9228, Speaker, Internal] No sound at all
  UpgradeStatus: Upgraded to trusty on 2014-08-23 (2 days ago)
  dmi.bios.date: 07/10/2007
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 0DT492
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd07/10/2007:svnDellInc.:pnInspiron1420:pvr:rvnDellInc.:rn0DT492:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1420
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1361434/+subscriptions

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


[Touch-packages] [Bug 1017603] Re: perl needs to be multiarch

2014-08-27 Thread Monsta
So no backports to Trusty's perl 5.18?

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

Title:
  perl needs to be multiarch

Status in “perl” package in Ubuntu:
  Fix Released
Status in “perl” source package in Precise:
  Won't Fix
Status in “perl” source package in Quantal:
  Won't Fix
Status in “perl” source package in Raring:
  Won't Fix
Status in “perl” source package in Saucy:
  Won't Fix
Status in “perl” source package in Trusty:
  Won't Fix
Status in “perl” package in Debian:
  New

Bug description:
  Perl really is the poster-child package for multiarch (i.e. foreign)
  support isn't it?

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: perl 5.14.2-6ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Mon Jun 25 13:05:16 2012
  PackageArchitecture: i386
  ProcEnviron:
   TERM=screen
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: perl
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1362167] Re: tracker-miner-fs crashed with SIGSEGV in g_file_get_uri()

2014-08-27 Thread Apport retracing service
*** This bug is a duplicate of bug 1336997 ***
https://bugs.launchpad.net/bugs/1336997

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1362167/+attachment/4188281/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1362167/+attachment/4188283/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1362167/+attachment/4188285/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1362167/+attachment/4188286/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1362167/+attachment/4188287/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1362167/+attachment/4188288/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1362167/+attachment/4188289/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1336997

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  tracker-miner-fs crashed with SIGSEGV in g_file_get_uri()

Status in “tracker” package in Ubuntu:
  New

Bug description:
  tracker-miner-fs crashed with SIGSEGV in g_file_get_uri()

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: tracker-miner-fs 1.0.2-1ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Wed Aug 27 14:48:03 2014
  ExecutablePath: /usr/lib/tracker/tracker-miner-fs
  InstallationDate: Installed on 2014-07-10 (47 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140520)
  ProcCmdline: /usr/lib/tracker/tracker-miner-fs
  SegvAnalysis:
   Segfault happened at: 0x7fab4364f32c g_file_get_uri+28:cmp
%rax,0x0(%rbp)
   PC (0x7fab4364f32c) ok
   source %rax ok
   destination 0x0(%rbp) (0x0001) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: tracker
  StacktraceTop:
   g_file_get_uri () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libtracker-miner-1.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libtracker-miner-1.0.so.0
   g_cclosure_marshal_VOID__BOOLEANv () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: tracker-miner-fs crashed with SIGSEGV in g_file_get_uri()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm autopilot cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1362149] Re: Adding account in updates is not applied immediately

2014-08-27 Thread Víctor R . Ruiz
** Tags added: qa-daily-testing rtm-18n rtm14 touch

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

Title:
  Adding account in updates is not applied immediately

Status in “ubuntuone-credentials” package in Ubuntu:
  New

Bug description:
  When adding a new Ubuntu One account for the purpose of receiving updates, 
the user needs to exit the Updates panel and enter again before the credentials 
are recognized. 
  To reproduce:

  - Make sure you have no U1 account configured in Accounts
  - Enter the updates panel
  - Click on please login into your U1 account... and login into U1
  - Verify that when you are brought back to the Updates screen you have still 
the Credentials not found message.
  - Verify that exiting the Updates screen by means of the back button in the 
header and clicking on Updates again now correctly recognizes the account

  What should happen is that the account should be recognized
  immediately instead of having to go out and back into the Updates
  panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-credentials/+bug/1362149/+subscriptions

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


[Touch-packages] [Bug 1354506] Re: Untranslated strings in qml files

2014-08-27 Thread Michał Sawicz
** Changed in: unity8
   Status: In Progress = Fix Released

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

Title:
  Untranslated strings in qml files

Status in Ubuntu Translations:
  In Progress
Status in The Unity 8 shell:
  Fix Released
Status in “unity8” package in Ubuntu:
  Fix Released

Bug description:
  Some strings are currently untranslated in the QML files.

  Test case.
  - Swith the Ubuntu Touch to Spanish.
  - Open the messaging indicator.

  Expected result:
  - If no messages, should display Vacío

  Actual result:
  - Displays Empty! instead.

  While searching for this, I found other strings as well that arent
  marked for translation.

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

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


[Touch-packages] [Bug 1318334] Re: Most of the launcher and top bar freeze occasionally

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

** Changed in: unity (Ubuntu)
   Status: New = Confirmed

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

Title:
  Most of the launcher and top bar freeze occasionally

Status in Unity:
  New
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  I think this happens mostly after locking and unlocking again.
  Clicking on the trash bin works as well as the tray icons.

  I switch the focussed application the title bar also changes but I am unable 
to reach the application menu.
  Launching applications by clicking on the launcher icons doesn't work but the 
icons refresh themselves on state differences.

  So I am able to see wether an application is started and the workspace
  indicator also refreshes.

  I am running Ubuntu 14.04 with Unity 7.2.0+14.04.20140423-0ubuntu1.2 and this 
problem is available since I upgraded to 14.04.
  This bugs me a lot (happens on a daily basis).

  PS: it is currently frozen if that helps in the combination with the
  data from apport

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140423-0ubuntu1.2
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,workarounds,scale,expo,ezoom]
  CurrentDesktop: Unity
  Date: Sun May 11 14:41:59 2014
  InstallationDate: Installed on 2012-09-29 (588 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120822.4)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (21 days ago)

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

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


[Touch-packages] [Bug 1349387] Re: server settings are inaccessible

2014-08-27 Thread Bruno Nova
** Tags added: regression-update trusty

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

Title:
  server settings are inaccessible

Status in “cups” package in Ubuntu:
  Confirmed
Status in “system-config-printer” package in Ubuntu:
  Invalid

Bug description:
  When trying to access server settings  via gnome gui in trusty I get a
  cups server error: There was an HTTP error: Not found.

  Adding/removing printers with the gui works fine. The server settings
  are accessible via a web browser and the web interface.

  system-config-printer --debug (when calling the settings menu entry):
  Connected as user kiran
  Authentication pass: 1
  Authentication: password callback set
  PolicyKit call to FileGet did not work: dbus.String(u'Not Found')
  Authentication pass: 2
  Forbidden: False
  Authentication: Try as root
  Connected as user root
  Authentication pass: 3
  Forbidden: False
  Authentication: giving up

  cups access.log:
  localhost - - [28/Jul/2014:13:40:42 +0200] GET /admin/conf/cupsd.conf 
HTTP/1.1 401 0 - -
  localhost - root [28/Jul/2014:13:40:42 +0200] GET /admin/conf/cupsd.conf 
HTTP/1.1 404 0 - -
  localhost - root [28/Jul/2014:13:40:42 +0200] GET /admin/conf/cupsd.conf 
HTTP/1.1 404 0 - -
  localhost - - [28/Jul/2014:13:40:42 +0200] GET /admin/conf/cupsd.conf 
HTTP/1.1 401 0 - -
  localhost - root [28/Jul/2014:13:40:42 +0200] GET /admin/conf/cupsd.conf 
HTTP/1.1 404 0 - -
  localhost - root [28/Jul/2014:13:40:42 +0200] GET /admin/conf/cupsd.conf 
HTTP/1.1 404 0 - -
  localhost - root [28/Jul/2014:13:40:42 +0200] GET /admin/conf/cupsd.conf 
HTTP/1.1 404 0 - -
  localhost - root [28/Jul/2014:13:40:42 +0200] GET /admin/conf/cupsd.conf 
HTTP/1.1 404 0 - -

  cups error.log:
  D [28/Jul/2014:13:41:22 +0200] [Client 15] Accepted from localhost (Domain)
  D [28/Jul/2014:13:41:22 +0200] [Client 15] Waiting for request.
  D [28/Jul/2014:13:41:22 +0200] cupsd is not idle any more, canceling shutdown.
  D [28/Jul/2014:13:41:22 +0200] [Client 16] Accepted from localhost (Domain)
  D [28/Jul/2014:13:41:22 +0200] [Client 16] Waiting for request.
  D [28/Jul/2014:13:41:22 +0200] cupsd is not idle any more, canceling shutdown.
  D [28/Jul/2014:13:41:23 +0200] [Client 16] GET /admin/conf/cupsd.conf HTTP/1.1
  D [28/Jul/2014:13:41:23 +0200] cupsdSetBusyState: newbusy=Active clients, 
busy=Not busy
  D [28/Jul/2014:13:41:23 +0200] [Client 16] No authentication data provided.
  D [28/Jul/2014:13:41:23 +0200] cupsdIsAuthorized: username=
  D [28/Jul/2014:13:41:23 +0200] [Client 16] WWW-Authenticate: Basic 
realm=CUPS, trc=y
  D [28/Jul/2014:13:41:23 +0200] [Client 16] Closing connection.
  D [28/Jul/2014:13:41:23 +0200] cupsdSetBusyState: newbusy=Not busy, 
busy=Active clients
  D [28/Jul/2014:13:41:23 +0200] cupsd is not idle any more, canceling shutdown.
  D [28/Jul/2014:13:41:23 +0200] [Client 16] Accepted from localhost (Domain)
  D [28/Jul/2014:13:41:23 +0200] [Client 16] Waiting for request.
  D [28/Jul/2014:13:41:23 +0200] cupsd is not idle any more, canceling shutdown.
  D [28/Jul/2014:13:41:23 +0200] [Client 16] HTTP_STATE_WAITING Closing on EOF
  D [28/Jul/2014:13:41:23 +0200] [Client 16] Closing connection.
  D [28/Jul/2014:13:41:23 +0200] cupsdSetBusyState: newbusy=Not busy, 
busy=Not busy
  D [28/Jul/2014:13:41:23 +0200] cupsd is not idle any more, canceling shutdown.
  D [28/Jul/2014:13:41:23 +0200] [Client 16] Accepted from localhost (Domain)
  D [28/Jul/2014:13:41:23 +0200] [Client 16] Waiting for request.
  D [28/Jul/2014:13:41:23 +0200] cupsd is not idle any more, canceling shutdown.
  D [28/Jul/2014:13:41:23 +0200] [Client 16] HTTP_STATE_WAITING Closing on EOF
  D [28/Jul/2014:13:41:23 +0200] [Client 16] Closing connection.
  D [28/Jul/2014:13:41:23 +0200] cupsdSetBusyState: newbusy=Not busy, 
busy=Not busy
  D [28/Jul/2014:13:41:23 +0200] cupsd is not idle any more, canceling shutdown.
  D [28/Jul/2014:13:41:23 +0200] [Client 16] Accepted from localhost (Domain)
  D [28/Jul/2014:13:41:23 +0200] [Client 16] Waiting for request.
  D [28/Jul/2014:13:41:23 +0200] cupsd is not idle any more, canceling shutdown.
  D [28/Jul/2014:13:41:23 +0200] [Client 16] GET /admin/conf/cupsd.conf HTTP/1.1
  D [28/Jul/2014:13:41:23 +0200] cupsdSetBusyState: newbusy=Active clients, 
busy=Not busy
  D [28/Jul/2014:13:41:23 +0200] [Client 16] Authorized as root using PeerCred
  D [28/Jul/2014:13:41:23 +0200] cupsdIsAuthorized: username=root
  I [28/Jul/2014:13:41:23 +0200] [Client 16] Files/directories such as 
/etc/cups/cupsd.conf must be world-readable.
  D [28/Jul/2014:13:41:23 +0200] [Client 16] Closing because Keep-Alive disabled
  D [28/Jul/2014:13:41:23 +0200] [Client 16] Closing connection.
  D [28/Jul/2014:13:41:23 +0200] cupsdSetBusyState: newbusy=Not busy, 
busy=Active clients
  D [28/Jul/2014:13:41:23 +0200] cupsd is not idle any more, canceling shutdown.
  D 

[Touch-packages] [Bug 992971] Re: libavformat53 Mismatching header version

2014-08-27 Thread djcj
A workaround would be to rebuild mencoder and mplayer with statically
linked ffmpeg libs from the source package.

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

Title:
  libavformat53 Mismatching header version

Status in “libav” package in Ubuntu:
  Opinion
Status in “mplayer” package in Ubuntu:
  Confirmed

Bug description:
  Version details should be in the auto-loaded Apport file.

  $ mplayer blah_blah.mov
  MPlayer svn r34540 (Ubuntu), built with gcc-4.6 (C) 2000-2012 MPlayer Team

  Playing blah_blah.mov.
  libavformat version 53.21.0 (external)
  Mismatching header version 53.19.0
  libavformat file format detected.
  [snip]

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libavformat53 4:0.8.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May  1 20:24:45 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libav
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1362172] Re: [webapp-container] 2d context drawed to only first one canvas in one page

2014-08-27 Thread Rex Tsai
** Attachment added: selct canvas 2 from web inspector.
   
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1362172/+attachment/4188296/+files/20140827210533.png

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

Title:
  [webapp-container] 2d context drawed to only first one canvas in one
  page

Status in “webbrowser-app” package in Ubuntu:
  New

Bug description:
  If there is more then one canvas on same page[1],
  the 2d context can only draw to first canvas element.

  [1] https://github.com/chihchun/ubuntuwebapp-
  twocanvas/blob/master/www/index.html#L11

  Tested on
  current build number: 7
  device name: mako
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-08-26 11:30:09
  version version: 7
  version ubuntu: 20140826
  version device: 20140811.1

  Package version
  qml-module-qtwebkit:armhf 5.3.0+dfsg-1ubuntu2
  qtdeclarative5-ubuntu-web-plugin:armhf0.23+14.10.20140819.1-0ubuntu1
  unity-webapps-qml 0.1+14.10.20140813-0ubuntu1
  webapp-container  0.23+14.10.20140819.1-0ubuntu1
  webbrowser-app0.23+14.10.20140819.1-0ubuntu1

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

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


[Touch-packages] [Bug 1362172] Re: [webapp-container] 2d context drawed to only first one canvas in one page

2014-08-27 Thread Rex Tsai
** Attachment added: com.ubuntu.developer.chihchun.canvas_0.1_all.click
   
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1362172/+attachment/4188291/+files/com.ubuntu.developer.chihchun.canvas_0.1_all.click

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

Title:
  [webapp-container] 2d context drawed to only first one canvas in one
  page

Status in “webbrowser-app” package in Ubuntu:
  New

Bug description:
  If there is more then one canvas on same page[1],
  the 2d context can only draw to first canvas element.

  [1] https://github.com/chihchun/ubuntuwebapp-
  twocanvas/blob/master/www/index.html#L11

  Tested on
  current build number: 7
  device name: mako
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-08-26 11:30:09
  version version: 7
  version ubuntu: 20140826
  version device: 20140811.1

  Package version
  qml-module-qtwebkit:armhf 5.3.0+dfsg-1ubuntu2
  qtdeclarative5-ubuntu-web-plugin:armhf0.23+14.10.20140819.1-0ubuntu1
  unity-webapps-qml 0.1+14.10.20140813-0ubuntu1
  webapp-container  0.23+14.10.20140819.1-0ubuntu1
  webbrowser-app0.23+14.10.20140819.1-0ubuntu1

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

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


[Touch-packages] [Bug 1362172] [NEW] [webapp-container] 2d context drawed to only first one canvas in one page

2014-08-27 Thread Rex Tsai
Public bug reported:

If there is more then one canvas on same page[1],
the 2d context can only draw to first canvas element.

[1] https://github.com/chihchun/ubuntuwebapp-
twocanvas/blob/master/www/index.html#L11

Tested on
current build number: 7
device name: mako
channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
last update: 2014-08-26 11:30:09
version version: 7
version ubuntu: 20140826
version device: 20140811.1

Package version
qml-module-qtwebkit:armhf   5.3.0+dfsg-1ubuntu2
qtdeclarative5-ubuntu-web-plugin:armhf  0.23+14.10.20140819.1-0ubuntu1
unity-webapps-qml   0.1+14.10.20140813-0ubuntu1
webapp-container0.23+14.10.20140819.1-0ubuntu1
webbrowser-app  0.23+14.10.20140819.1-0ubuntu1

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: 20140827200436.png
   
https://bugs.launchpad.net/bugs/1362172/+attachment/4188290/+files/20140827200436.png

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

Title:
  [webapp-container] 2d context drawed to only first one canvas in one
  page

Status in “webbrowser-app” package in Ubuntu:
  New

Bug description:
  If there is more then one canvas on same page[1],
  the 2d context can only draw to first canvas element.

  [1] https://github.com/chihchun/ubuntuwebapp-
  twocanvas/blob/master/www/index.html#L11

  Tested on
  current build number: 7
  device name: mako
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-08-26 11:30:09
  version version: 7
  version ubuntu: 20140826
  version device: 20140811.1

  Package version
  qml-module-qtwebkit:armhf 5.3.0+dfsg-1ubuntu2
  qtdeclarative5-ubuntu-web-plugin:armhf0.23+14.10.20140819.1-0ubuntu1
  unity-webapps-qml 0.1+14.10.20140813-0ubuntu1
  webapp-container  0.23+14.10.20140819.1-0ubuntu1
  webbrowser-app0.23+14.10.20140819.1-0ubuntu1

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

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


[Touch-packages] [Bug 1362172] Re: [webapp-container] 2d context drawed to only first one canvas in one page

2014-08-27 Thread Rex Tsai
Also found that the container runtime can not identify object correctly
from web inspector.

** Attachment added: selct canvas 1 from web inspector.
   
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1362172/+attachment/4188295/+files/20140827210525.png

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

Title:
  [webapp-container] 2d context drawed to only first one canvas in one
  page

Status in “webbrowser-app” package in Ubuntu:
  New

Bug description:
  If there is more then one canvas on same page[1],
  the 2d context can only draw to first canvas element.

  [1] https://github.com/chihchun/ubuntuwebapp-
  twocanvas/blob/master/www/index.html#L11

  Tested on
  current build number: 7
  device name: mako
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-08-26 11:30:09
  version version: 7
  version ubuntu: 20140826
  version device: 20140811.1

  Package version
  qml-module-qtwebkit:armhf 5.3.0+dfsg-1ubuntu2
  qtdeclarative5-ubuntu-web-plugin:armhf0.23+14.10.20140819.1-0ubuntu1
  unity-webapps-qml 0.1+14.10.20140813-0ubuntu1
  webapp-container  0.23+14.10.20140819.1-0ubuntu1
  webbrowser-app0.23+14.10.20140819.1-0ubuntu1

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

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


[Touch-packages] [Bug 1362172] Re: [webapp-container] 2d context drawed to only first one canvas in one page

2014-08-27 Thread Rex Tsai
It seems the runtime get the right canvas object.
If I tested with 
console.log(document.getElementById(canvas1).getContext(2d)), I can get two 
canvasn objects.

** Attachment added: 2014-08-27 21:07:59 的螢幕擷圖.png
   
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1362172/+attachment/4188292/+files/2014-08-27%2021%3A07%3A59%20%E7%9A%84%E8%9E%A2%E5%B9%95%E6%93%B7%E5%9C%96.png

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

Title:
  [webapp-container] 2d context drawed to only first one canvas in one
  page

Status in “webbrowser-app” package in Ubuntu:
  New

Bug description:
  If there is more then one canvas on same page[1],
  the 2d context can only draw to first canvas element.

  [1] https://github.com/chihchun/ubuntuwebapp-
  twocanvas/blob/master/www/index.html#L11

  Tested on
  current build number: 7
  device name: mako
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-08-26 11:30:09
  version version: 7
  version ubuntu: 20140826
  version device: 20140811.1

  Package version
  qml-module-qtwebkit:armhf 5.3.0+dfsg-1ubuntu2
  qtdeclarative5-ubuntu-web-plugin:armhf0.23+14.10.20140819.1-0ubuntu1
  unity-webapps-qml 0.1+14.10.20140813-0ubuntu1
  webapp-container  0.23+14.10.20140819.1-0ubuntu1
  webbrowser-app0.23+14.10.20140819.1-0ubuntu1

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

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


  1   2   3   4   >