[Bug 1230404] Re: add support for url handling when app already running

2013-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/address-book-app

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1230404

Title:
  add support for url handling when app already running

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1234234] Re: [messaging app] when adding to existing contacts, number generated has wrong formatting

2013-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/address-book-app

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1234234

Title:
  [messaging app] when adding to existing contacts, number generated has
  wrong formatting

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238384] Re: [LENOVO 4286CTO] suspend/resume failure

2013-10-11 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.12 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-rc4-saucy/

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238384

Title:
  [LENOVO 4286CTO] suspend/resume failure

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238494] Re: Kernel panic on 3.8.0-29 when using ipvs

2013-10-11 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided = High

** Tags added: regression-update

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238494

Title:
  Kernel panic on 3.8.0-29 when using ipvs

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238616] Re: creating apt cache with rootdir= still considers global apt config

2013-10-11 Thread Martin Pitt
Michael Vogt, do you have an idea about this?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238616

Title:
  creating apt cache with rootdir= still considers global apt config

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1228227] Re: [address book] Hint text is unreadable

2013-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/address-book-app

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1228227

Title:
  [address book] Hint text is unreadable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238386] Re: [Acer Extensa 5220] suspend/resume failure

2013-10-11 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238386

Title:
  [Acer Extensa 5220] suspend/resume failure

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238616] Re: creating apt cache with rootdir= still considers global apt config

2013-10-11 Thread Martin Pitt
Michal and I debugged this over IRC, and tracked it down. He had an
/etc/apt/apt.conf with explicitly setting Architecture:, and creating an
apt.Cache(rootdir=...) object still takes that global configuration
into account.

The attached test script works on a default installation, downloads the
armhf saucy main index, and creates
/tmp/r/var/lib/apt/lists/ports.ubuntu.com_dists_saucy_main_binary-
armhf_Packages.

But Michal has something like this config:

echo 'APT::Architectures:: amd64;' | sudo tee
/etc/apt/apt.conf.d/01explicit_arch

After doing that, running the test script shows the same failure:

Err http://ports.ubuntu.com saucy/main amd64 Packages   
 
Get:4 http://ports.ubuntu.com saucy/main armhf Packages [1219 kB]
[...]
E:Some index files failed to download. They have been ignored, or old ones used 
instead.

So, it might certainly be that I'm using python-apt wrongly here, but I
would certainly expect apt.Cache(rootdir=/path/to/my/sandbox) to not
consider anything from /etc/apt/?

** Attachment added: test script
   
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1238616/+attachment/3874724/+files/test.py

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238616

Title:
  creating apt cache with rootdir= still considers global apt config

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238836] [NEW] System does not reboot after installation

2013-10-11 Thread Lars Noodén
Public bug reported:

The installer does not reboot after completing installation. The reboot
dialog comes up but then after that the screen just goes blank and no
reboot happens.

This is on the 20130-10-10 amd64+mac Desktop image

http://iso.qa.ubuntu.com/qatracker/milestones/305/builds/55396/testcases/1301/results

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238836

Title:
  System does not reboot after installation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1234818] Re: Regression: DisplayLink DL-195 fails with EAGAIN after upgrade from 3.11.0-031100 to 3.11.0-11

2013-10-11 Thread Nikolaus Rath
Bug is present in

Linux version 3.11.0-1-generic (buildd@roseapple) (gcc version 4.8.1
(Ubuntu/Linaro 4.8.1-8ubuntu1) ) #4-Ubuntu SMP Fri Aug 9 02:29:21 UTC
2013


Is it possible that this never worked with the Ubuntu kernels but only with the 
mainline kernel?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1234818

Title:
  Regression: DisplayLink DL-195 fails with EAGAIN after upgrade from
  3.11.0-031100  to 3.11.0-11

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238678] Re: Double suspend to ram and system malfunction after 2nd sleep.

2013-10-11 Thread Joseph Salisbury
Did this issue occur in a previous version of Ubuntu, or is this a new
issue?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.12 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-rc4-saucy/

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238678

Title:
  Double suspend to ram and system malfunction after 2nd sleep.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238494] Re: Kernel panic on 3.8.0-29 when using ipvs

2013-10-11 Thread Luis Henriques
I've uploaded a test kernel here:

http://people.canonical.com/~henrix/lp1238494/

Basically, this is a 3.8.0-32.47 (the Raring kernel currently in the
-proposed pocket) plus an additional commit:

0c12582 ipvs: add backup_only flag to avoid loops

This commit adds the initialisation of the ipvs variable to function
ip_vs_in().  I can't reproduce the issue anymore using this kernel.
Could you please give it a try and report back?  Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238494

Title:
  Kernel panic on 3.8.0-29 when using ipvs

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235325] Re: /usr/share/thumbnailer/vs-thumb is ELF binary-- should be in /usr/lib

2013-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package thumbnailer -
1.0+13.10.20131011-0ubuntu1

---
thumbnailer (1.0+13.10.20131011-0ubuntu1) saucy; urgency=low

  [ Jussi Pakkanen ]
  * Fix install directory of vs-thumb. (LP: #1235325)
  * Wait for child process to die when killing it with SIGKILL.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 58
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 11 Oct 2013 
05:41:32 +

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235325

Title:
  /usr/share/thumbnailer/vs-thumb is ELF binary-- should be in /usr/lib

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238658] Re: rsync between two btrfs filesystems causes machines to crash with symptoms of memory leak

2013-10-11 Thread Joseph Salisbury
Can you also test the mainline kernel for this bug, as you did in bug
1237794

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

** Tags added: kernel-da-key saucy

** Changed in: linux (Ubuntu)
   Importance: Medium = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238658

Title:
  rsync between two btrfs filesystems causes machines to crash with
  symptoms of memory leak

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1233320] Re: [Hewlett-Packard HP EliteBook 8460p] suspend/resume failure

2013-10-11 Thread paraiko
** Attachment added: lspci-vvnn.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1233320/+attachment/3874755/+files/lspci-vvnn.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1233320

Title:
  [Hewlett-Packard HP EliteBook 8460p] suspend/resume failure

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1234903] Re: [mir-only] On incoming calls the greeter remains and dialer-app is not started

2013-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package telephony-service -
0.1+13.10.20131011-0ubuntu1

---
telephony-service (0.1+13.10.20131011-0ubuntu1) saucy; urgency=low

  [ Gustavo Pichorim Boiko ]
  * Make the existence of messaging-menu-message.h mandatory, failing
the build if it is not there.
  * Use the URL dispatcher to invoke the dialer and messaging apps. (LP:
#1234903)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 755
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 11 Oct 2013 
08:47:29 +

** Changed in: telephony-service (Ubuntu Saucy)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1234903

Title:
  [mir-only] On incoming calls the greeter remains and dialer-app is not
  started

To manage notifications about this bug go to:
https://bugs.launchpad.net/telephony-service/+bug/1234903/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1230404] Re: add support for url handling when app already running

2013-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package dialer-app -
0.1+13.10.20131011-0ubuntu1

---
dialer-app (0.1+13.10.20131011-0ubuntu1) saucy; urgency=low

  [ Martin Pitt ]
  * Add some incoming/outgoing call tests, using ofono-phonesim.

  [ Gustavo Pichorim Boiko ]
  * Add a screenshot of the dialer-app.
  * Update the dialer-app to the latest designs, containing the
following changes: Remove extra background from the smart dialing
results. Move the numbers a little bit down in the dialpad view.
Update the call log to the latest designs. Fix the multiselection
mark positioning.
  * Change the dialer-app to use the new URL dispatcher mechanism. (LP:
#1230404)
  * Refine the design of the call log view.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 65
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 11 Oct 2013 
08:47:20 +

** Changed in: dialer-app (Ubuntu Saucy)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1230404

Title:
  add support for url handling when app already running

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227818] Re: client apps using qtdeclarative5-ubuntu-contacts0.1 accesses the /org/freedesktop/Telepathy DBus API

2013-10-11 Thread Jamie Strandboge
Adding t tasks since this doesn't look like it will be fixed for 13.10.

** Also affects: apparmor-easyprof-ubuntu (Ubuntu T-series)
   Importance: Undecided
   Status: New

** Also affects: address-book-app (Ubuntu T-series)
   Importance: Undecided
   Status: New

** Changed in: apparmor-easyprof-ubuntu (Ubuntu Saucy)
   Status: New = Won't Fix

** Changed in: apparmor-easyprof-ubuntu (Ubuntu T-series)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227818

Title:
  client apps using qtdeclarative5-ubuntu-contacts0.1 accesses the
  /org/freedesktop/Telepathy DBus API

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1233320] Re: [Hewlett-Packard HP EliteBook 8460p] suspend/resume failure

2013-10-11 Thread paraiko
I finally had a crash again, this time with the mainline kernel you suggested
Unfortunately apport does not want to report the bug info because it complains 
about the use of the mainline kernel.
I will try to collect some info manually and attach it.


** Attachment added: dmesg.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1233320/+attachment/3874754/+files/dmesg.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1233320

Title:
  [Hewlett-Packard HP EliteBook 8460p] suspend/resume failure

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1233320] Re: [Hewlett-Packard HP EliteBook 8460p] suspend/resume failure

2013-10-11 Thread paraiko
apport information

** Tags added: apport-collected

** Description changed:

  lsb_release -rd: Description: Ubuntu Saucy Salamander (development 
branch)
  uname -r: 3.11.0-9-generic
  
  Laptop failed to awake from resume on battery.
  After removing and reconnecting the battery it did not want to boot at all 
(battery not empty!!)
  When power was plugged again the computer did boot up and brought up the 
apport crash reporter.
  
  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-9-generic 3.11.0-9.16
  ProcVersionSignature: Ubuntu 3.11.0-9.16-generic 3.11.2
  Uname: Linux 3.11.0-9-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  paraiko3182 F pulseaudio
   /dev/snd/pcmC0D0p:   paraiko3182 F...m pulseaudio
  Date: Mon Sep 30 19:59:05 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=fce5b68f-4846-4436-ada5-d6c2d3a9
  InstallationDate: Installed on 2013-04-05 (178 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130402.1)
  InterpreterPath: /usr/bin/python3.3
  MachineType: Hewlett-Packard HP EliteBook 8460p
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-9-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-9-generic N/A
   linux-backports-modules-3.11.0-9-generic  N/A
   linux-firmware1.114
  SourcePackage: linux
  Title: [Hewlett-Packard HP EliteBook 8460p] suspend/resume failure
  UpgradeStatus: Upgraded to saucy on 2013-09-27 (3 days ago)
  UserGroups:
   
  dmi.bios.date: 12/22/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68SCF Ver. F.22
  dmi.board.name: 161C
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 97.4A
  dmi.chassis.asset.tag: CZC2077Z49
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SCFVer.F.22:bd12/22/2011:svnHewlett-Packard:pnHPEliteBook8460p:pvrA0001D02:rvnHewlett-Packard:rn161C:rvrKBCVersion97.4A:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 8460p
  dmi.product.version: A0001D02
  dmi.sys.vendor: Hewlett-Packard
+ --- 
+ ApportVersion: 2.12.5-0ubuntu1
+ Architecture: amd64
+ DistroRelease: Ubuntu 13.10
+ InstallationDate: Installed on 2013-04-05 (189 days ago)
+ InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130402.1)
+ MarkForUpload: True
+ Package: linux (not installed)
+ Tags:  saucy
+ Uname: Linux 3.12.0-031200rc3-generic x86_64
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: Upgraded to saucy on 2013-09-27 (14 days ago)
+ UserGroups:

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1233320/+attachment/3874743/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1233320

Title:
  [Hewlett-Packard HP EliteBook 8460p] suspend/resume failure

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1180860] Re: Session (gear) indicator not changing to red when restart required

2013-10-11 Thread Rodney Dawes
This wasn't necessarily about security updates, but any update that
requires a restart. For example, all kernel updates require a restart,
even if they are not security updates. Most security updates don't
require a full restart of the system, as they only require individual
services to be restarted.

Really, most times when a user updates, the installation of the updates
will require at least a log out/in of the user's session, as core
components of the session or libraries they use, are very often included
in the list of updated packages.

There probably isn't a good way to distinguish between session restart,
and system restart, in these cases though, so a system restart being
recommended would take care of both cases.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1180860

Title:
  Session (gear) indicator not changing to red when restart required

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1233320] Re: [Hewlett-Packard HP EliteBook 8460p] suspend/resume failure

2013-10-11 Thread paraiko
** Attachment added: uname-a.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1233320/+attachment/3874756/+files/uname-a.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1233320

Title:
  [Hewlett-Packard HP EliteBook 8460p] suspend/resume failure

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068404] Re: Low graphics mode in muxless hybrid ATI/Intel GPU systems after fglrx upgrade

2013-10-11 Thread Marco Vuano
No significant regression also with the 13.11 beta drivers (version
2:13.200-0ubuntu1), as expected.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068404

Title:
  Low graphics mode in muxless hybrid ATI/Intel GPU systems after fglrx
  upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1068404/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1092976] Re: [shell] shouldn't animate lenses switching when opening dash from locked state

2013-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 -
7.82+13.10.20131011.1-0ubuntu1

---
unity8 (7.82+13.10.20131011.1-0ubuntu1) saucy; urgency=low

  [ Michał Sawicz ]
  * Fix frequent application IDs and drop old AppsAvailableForDownload
model.
  * Unrevert r388 now that we have fixed the infinite loop it was
causing in Qt.

  [ Steve Langasek ]
  * Don't keep a long-lived connection open to upstart when we only use
it for two events, one at load time and one at unload time.

  [ Lars Uebernickel ]
  * VolumeControl: use 'volume' instead of 'scroll' action The volume
action doesn't show a notification.

  [ Michael Terry ]
  * Disable DragHandle on right side of screen while the greeter is
animating

  [ Marcus Tomlinson ]
  * Added missing enabled property to progressMenu component in the
menu item factory.

  [ Michael Zanetti ]
  * Add scaleTo: fit mode support to LazyImage

  [ Andrea Cimitan ]
  * Add music and video renderers
  * Use shell.edgeSize for BottomBar's EdgeDragArea, detecting gestures
only when they are within the edgeSize.

  [ Nick Dedekind ]
  * Removed greeter toHome animation (LP#1092976) (LP: #1092976)
  * Only show Snap Decision notification actions when available.

  [ Albert Astals ]
  * Dash: Set delegate creation range for inner itemviewss If it's above
the list viewport we set it to the end of the list to precache the
last items It it's below the list viewport we set it to the
beginning to precache the first items Otherwise we set it to the
part of the viewport in the view Approved by: Michał Sawicz.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 435
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 11 Oct 2013 
09:05:30 +

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1092976

Title:
  [shell] shouldn't animate lenses switching when opening dash from
  locked state

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1183699] Re: switch -D is not working

2013-10-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: bonnie++ (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183699

Title:
  switch -D is not working

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1215092] Re: please add support to run postinst-style code on first boot after upgrades

2013-10-11 Thread Jamie Strandboge
Adding t-series task since we'll be redoing policy load then.

** Also affects: apparmor (Ubuntu T-series)
   Importance: Undecided
   Status: New

** Also affects: lxc-android-config (Ubuntu T-series)
   Importance: Undecided
   Status: New

** Also affects: apparmor-easyprof-ubuntu (Ubuntu T-series)
   Importance: Undecided
   Status: New

** Also affects: click-apparmor (Ubuntu T-series)
   Importance: Undecided
   Status: New

** No longer affects: apparmor (Ubuntu T-series)

** No longer affects: apparmor (Ubuntu Saucy)

** No longer affects: apparmor (Ubuntu)

** No longer affects: apparmor-easyprof-ubuntu (Ubuntu T-series)

** No longer affects: apparmor-easyprof-ubuntu (Ubuntu Saucy)

** No longer affects: apparmor-easyprof-ubuntu (Ubuntu)

** Changed in: click-apparmor (Ubuntu Saucy)
   Status: Confirmed = Won't Fix

** Changed in: click-apparmor (Ubuntu T-series)
   Status: New = Triaged

** No longer affects: lxc-android-config (Ubuntu T-series)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1215092

Title:
  please add support to run postinst-style code on first boot after
  upgrades

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237006] Re: 'back' from existing account page deletes account

2013-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/ubuntuone-credentials

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237006

Title:
  'back' from existing account page deletes account

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuone-credentials/+bug/1237006/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238718]

2013-10-11 Thread Stephen Michael Kellat
To note from the IRC discussion, this will be best addressed as a Stable
Release Update to 13.10 as the time has passed for us to get it into the
shipping image.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238718

Title:
  Errors in Chapter 6. Connecting to Internet and Networks of the
  Xubuntu Documentation saucy series

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xubuntu-docs/+bug/1238718/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1236912] Re: please use XDG_RUNTIME_DIR instead of /tmp for mir_socket

2013-10-11 Thread Jamie Strandboge
** Changed in: apparmor-easyprof-ubuntu (Ubuntu Saucy)
   Status: Triaged = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1236912

Title:
  please use XDG_RUNTIME_DIR instead of /tmp for mir_socket

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1236912/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1234234] Re: [messaging app] when adding to existing contacts, number generated has wrong formatting

2013-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package address-book-app -
0.2+13.10.20131011-0ubuntu1

---
address-book-app (0.2+13.10.20131011-0ubuntu1) saucy; urgency=low

  [ Tiago Salem Herrmann ]
  * Use url decoding before using values. (LP: #1234234)

  [ Renato Araujo Oliveira Filho ]
  * Ask for confirmation during the contact removal. (LP: #1213046)
  * Removed trick to make the font gray when text does not have focus.
(LP: #1228227)
  * Fixed save avatar function.
  * Initial implementation for UriHandler. (LP: #1230404)
  * Added preview image.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 101
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 11 Oct 2013 
08:47:20 +

** Changed in: address-book-app (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1234234

Title:
  [messaging app] when adding to existing contacts, number generated has
  wrong formatting

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1230091] Re: [feature] Window reparenting (required for appstore app trust model)

2013-10-11 Thread Jamie Strandboge
** Changed in: apparmor-easyprof-ubuntu (Ubuntu Saucy)
   Status: New = Won't Fix

** Changed in: apparmor-easyprof-ubuntu (Ubuntu T-series)
   Status: New = Confirmed

** No longer affects: apparmor-easyprof-ubuntu (Ubuntu)

** No longer affects: apparmor-easyprof-ubuntu (Ubuntu Saucy)

** No longer affects: apparmor-easyprof-ubuntu (Ubuntu T-series)

** Also affects: apparmor-easyprof-ubuntu (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: apparmor-easyprof-ubuntu (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1230091

Title:
  [feature] Window reparenting (required for appstore app trust model)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1230404] Re: add support for url handling when app already running

2013-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package address-book-app -
0.2+13.10.20131011-0ubuntu1

---
address-book-app (0.2+13.10.20131011-0ubuntu1) saucy; urgency=low

  [ Tiago Salem Herrmann ]
  * Use url decoding before using values. (LP: #1234234)

  [ Renato Araujo Oliveira Filho ]
  * Ask for confirmation during the contact removal. (LP: #1213046)
  * Removed trick to make the font gray when text does not have focus.
(LP: #1228227)
  * Fixed save avatar function.
  * Initial implementation for UriHandler. (LP: #1230404)
  * Added preview image.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 101
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 11 Oct 2013 
08:47:20 +

** Changed in: address-book-app (Ubuntu Saucy)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1230404

Title:
  add support for url handling when app already running

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1193414] Re: [DASH] quit mode for 'recent apps' should be less persistent

2013-10-11 Thread Oren Horev
** Description changed:

  To reproduce
  
  
  Long press on a thumbnail in 'recent apps'
  Quit mode initiated - x button appears on thumbnails
  Tap anywhere not on thumbnails or swipe horizontally to switch scope and 
swipe back
  Quit mode is still active
  
  Desired solution (design input)
  --
- Quit mode should be dismissed when tapping outside the app thumbnail or when 
scrolling the apps scope scrollable or when switching to a another scope.
- 
+ Quit mode should be dismissed when tapping outside the app thumbnail or when 
switching to another scope.
  
  Archived bug description
  
  
  saucy-19 on maguro
  
  If you have multiple apps running and you press and hold to quit one and
  then actually quit it, we should turn off quit mode (back to selection
  mode) so you can then select and switch to one of the other running
  apps. It's quite common that users want to close a particular app but
  then be able to navigate to another running app.
  
  Steps.
  - launch 3 apps
  - go to apps lens
  - press and hold app 3
  - x button appears on apps 1, 2, 3
  - select app 3
  
  Expected results
  - app 3 is closed and app 1 and 2 no longer show X and can be selected to 
navigate to
  
  Actual results:
  - app 3 closed and app 1 and 2 still show X

** Description changed:

  To reproduce
  
  
  Long press on a thumbnail in 'recent apps'
  Quit mode initiated - x button appears on thumbnails
  Tap anywhere not on thumbnails or swipe horizontally to switch scope and 
swipe back
  Quit mode is still active
  
  Desired solution (design input)
  --
- Quit mode should be dismissed when tapping outside the app thumbnail or when 
switching to another scope.
+ Quit mode should be dismissed when tapping outside the app thumbnail or when 
switching to another scope (from launcher, by swiping or through the Tabs on 
header) 
  
  Archived bug description
  
  
  saucy-19 on maguro
  
  If you have multiple apps running and you press and hold to quit one and
  then actually quit it, we should turn off quit mode (back to selection
  mode) so you can then select and switch to one of the other running
  apps. It's quite common that users want to close a particular app but
  then be able to navigate to another running app.
  
  Steps.
  - launch 3 apps
  - go to apps lens
  - press and hold app 3
  - x button appears on apps 1, 2, 3
  - select app 3
  
  Expected results
  - app 3 is closed and app 1 and 2 no longer show X and can be selected to 
navigate to
  
  Actual results:
  - app 3 closed and app 1 and 2 still show X

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1193414

Title:
  [DASH] quit mode for 'recent apps' should be less persistent

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1197134] Re: SDK applications require access to /dev/binder

2013-10-11 Thread Jamie Strandboge
Adding a t-series task since this looks like it won't be fixed for
13.10.

** Also affects: lxc-android-config (Ubuntu T-series)
   Importance: Undecided
   Status: New

** Also affects: apparmor-easyprof-ubuntu (Ubuntu T-series)
   Importance: Undecided
   Status: New

** Changed in: apparmor-easyprof-ubuntu (Ubuntu Saucy)
   Status: Triaged = Won't Fix

** Changed in: apparmor-easyprof-ubuntu (Ubuntu T-series)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197134

Title:
  SDK applications require access to /dev/binder

To manage notifications about this bug go to:
https://bugs.launchpad.net/touch-preview-images/+bug/1197134/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1215901] Re: Additional errors message in system update ui

2013-10-11 Thread Matthew Paul Thomas
** No longer affects: ubuntu-system-settings

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1215901

Title:
  Additional errors message in system update ui

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1197060] Re: SDK webview applications should use an app-specific path for shared memory files

2013-10-11 Thread Jamie Strandboge
** Changed in: apparmor-easyprof-ubuntu (Ubuntu Saucy)
   Status: Triaged = Won't Fix

** Changed in: apparmor-easyprof-ubuntu (Ubuntu T-series)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197060

Title:
  SDK webview applications should use an app-specific path for shared
  memory files

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1213046] Re: [Address book] swipe to delete does not ask for confirmation

2013-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package address-book-app -
0.2+13.10.20131011-0ubuntu1

---
address-book-app (0.2+13.10.20131011-0ubuntu1) saucy; urgency=low

  [ Tiago Salem Herrmann ]
  * Use url decoding before using values. (LP: #1234234)

  [ Renato Araujo Oliveira Filho ]
  * Ask for confirmation during the contact removal. (LP: #1213046)
  * Removed trick to make the font gray when text does not have focus.
(LP: #1228227)
  * Fixed save avatar function.
  * Initial implementation for UriHandler. (LP: #1230404)
  * Added preview image.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 101
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 11 Oct 2013 
08:47:20 +

** Changed in: address-book-app (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1213046

Title:
  [Address book] swipe to delete does not ask for confirmation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1228227] Re: [address book] Hint text is unreadable

2013-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package address-book-app -
0.2+13.10.20131011-0ubuntu1

---
address-book-app (0.2+13.10.20131011-0ubuntu1) saucy; urgency=low

  [ Tiago Salem Herrmann ]
  * Use url decoding before using values. (LP: #1234234)

  [ Renato Araujo Oliveira Filho ]
  * Ask for confirmation during the contact removal. (LP: #1213046)
  * Removed trick to make the font gray when text does not have focus.
(LP: #1228227)
  * Fixed save avatar function.
  * Initial implementation for UriHandler. (LP: #1230404)
  * Added preview image.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 101
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 11 Oct 2013 
08:47:20 +

** Changed in: address-book-app (Ubuntu Saucy)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1228227

Title:
  [address book] Hint text is unreadable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238144] Re: Dell 1535 no sound from speakers, headphone out is ok

2013-10-11 Thread Raymond
model : dell-m6-amic,(null),(null),(null),(nu

is there any reason for you to specify model=dell_m6_amic?


http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_sigmatel.c?id=661cd8fb5210af78f0763071642e0764a10389a6


1617,21 +1623,23 @@ static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
DFI LanParty, STAC_92HD73XX_REF),
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
-   Dell Studio 1535, STAC_DELL_M6),
+   Dell Studio 1535, STAC_DELL_M6_DMIC),
 


it is strange that HP and line out did no has Jack detection kcontrol but Mic 
has and speaker and internal Mic have pphantom jack


pin-ctls should be OUT 0x40 instead of zero when headphone is unplugged


try latest alsa driver

https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS


Node 0x0a [Pin Complex] wcaps 0x400183: Stereo Amp-In
  Amp-In caps: N/A
  Amp-In vals:  [0x00 0x00]
  Pincap 0x173f: IN OUT HP Detect Trigger ImpSense
Vref caps: HIZ 50 GRD 80
  Pin Default 0x0321101f: [Jack] HP Out at Ext Left
Conn = 1/8, Color = Black
DefAssociation = 0x1, Sequence = 0xf
  Pin-ctls: 0xc0: OUT HP VREF_HIZ
  Unsolicited: tag=02, enabled=1
  Connection: 4
 0x15 0x16* 0x17 0x1e
Node 0x0b [Pin Complex] wcaps 0x400183: Stereo Amp-In
  Control: name=Internal Mic Capture Volume, index=0, device=0
ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name=Internal Mic Phantom Jack, index=0, device=0
  Amp-In caps: N/A
  Amp-In vals:  [0x00 0x00]
  Pincap 0x173f: IN OUT HP Detect Trigger ImpSense
Vref caps: HIZ 50 GRD 80
  Pin Default 0x4f0f: [N/A] Line Out at Ext UNKNOWN
Conn = Unknown, Color = Unknown
DefAssociation = 0x0, Sequence = 0xf
  Pin-ctls: 0x24: IN VREF_80
  Unsolicited: tag=00, enabled=0
  Connection: 4
 0x15* 0x16 0x17 0x1e

Node 0x0d [Pin Complex] wcaps 0x400183: Stereo Amp-In
  Control: name=Speaker Phantom Jack, index=0, device=0
  Amp-In caps: N/A
  Amp-In vals:  [0x00 0x00]
  Pincap 0x003f: IN OUT HP Detect Trigger ImpSense
  Pin Default 0x90170110: [Fixed] Speaker at Int N/A
Conn = Analog, Color = Unknown
DefAssociation = 0x1, Sequence = 0x0
Misc = NO_PRESENCE
  Pin-ctls: 0x00:
  Unsolicited: tag=00, enabled=0
  Connection: 4
 0x15 0x16 0x17* 0x1e
Node 0x0e [Pin Complex] wcaps 0x400183: Stereo Amp-In
  Control: name=Mic Jack Mode, index=0, device=0
ControlAmp: chs=0, dir=In, idx=0, ofs=0
  Control: name=Mic Capture Volume, index=0, device=0
ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name=Mic Jack, index=0, device=0
  Amp-In caps: N/A
  Amp-In vals:  [0x00 0x00]
  Pincap 0x1737: IN OUT Detect Trigger ImpSense
Vref caps: HIZ 50 GRD 80
  Pin Default 0x03a11020: [Jack] Mic at Ext Left
Conn = 1/8, Color = Black
DefAssociation = 0x2, Sequence = 0x0
  Pin-ctls: 0x24: IN VREF_80
  Unsolicited: tag=03, enabled=1
  Connection: 4
 0x15* 0x16 0x17 0x1e
Node 0x0f [Pin Complex] wcaps 0x400183: Stereo Amp-In
  Amp-In caps: N/A
  Amp-In vals:  [0x00 0x00]
  Pincap 0x0037: IN OUT Detect Trigger ImpSense
  Pin Default 0x03011050: [Jack] Line Out at Ext Left
Conn = 1/8, Color = Black
DefAssociation = 0x5, Sequence = 0x0
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=01, enabled=1
  Connection: 4
 0x15* 0x16 0x17 0x1e

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238144

Title:
  Dell 1535 no sound from speakers, headphone out is ok

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-11 Thread Lars Noodén
Being an intermittent bug, it just popped up again:

Linux lubuntu 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC
2013 x86_64 x86_64 x86_64 GNU/Linux


** Attachment added: installation syslog
   
https://bugs.launchpad.net/ubuntu/+source/linux-ppc/+bug/1220165/+attachment/3874760/+files/syslog

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1220165

Title:
  Error informing the kernel about modificatons

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238494] Re: Kernel panic on 3.8.0-29 when using ipvs

2013-10-11 Thread Luis Henriques
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Luis Henriques (henrix)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238494

Title:
  Kernel panic on 3.8.0-29 when using ipvs

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1071523] Re: Global menu hides when hovering over it

2013-10-11 Thread Steve S
Wow, this bug report is quite old!
Does this mean that there is not going to be a fix?
Does the lack of interest in this ticket ultimately reflect that most are 
returning to gnome-classic to get away from Unity?
I am trying Unity on 2 different computers and both of them have the same 
symptoms with the hiding global menu.  aka 2 for 2.

command mentioned above does also alleviate my hiding-global-menu symptoms.
'$ unity –replace'

but this is hardly a fix.

My real question, How many people are actually using unity and just
living with this issue?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1071523

Title:
  Global menu hides when hovering over it

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-11 Thread Lars Noodén
Again this is with the Lubuntu Desktop amd64+mac image from 2013-10-10

** Attachment added: installation dmesg
   
https://bugs.launchpad.net/ubuntu/+source/linux-ppc/+bug/1220165/+attachment/3874761/+files/dmesg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1220165

Title:
  Error informing the kernel about modificatons

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237870] Re: maliit-server crashed with SIGSEGV in QHostAddress::clear()

2013-10-11 Thread PS Jenkins bot
Fix committed into lp:ubuntu-keyboard at revision 75, scheduled for
release in ubuntu-keyboard, milestone Unknown

** Changed in: ubuntu-keyboard
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237870

Title:
  maliit-server crashed with SIGSEGV in QHostAddress::clear()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1221514] Re: AutoKey-GTK: Hot Keys and Abbreviations have Stopped Working

2013-10-11 Thread Lonnie Lee Best
If associating this with the Unity package is Invalid, then what else
could have changed that would have made this suddenly stop working on
09/06/2013, after having ran autokey-gtk just fine the previous 8 days?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1221514

Title:
  AutoKey-GTK: Hot Keys and Abbreviations have Stopped Working

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227116] Re: qtsensors is non-functional

2013-10-11 Thread Jamie Strandboge
** Changed in: apparmor-easyprof-ubuntu (Ubuntu Saucy)
   Status: Triaged = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227116

Title:
  qtsensors is non-functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1227116/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238836] Re: System does not reboot after installation

2013-10-11 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1238836

** Tags added: iso-testing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238836

Title:
  System does not reboot after installation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237218] Re: No mouse pointer

2013-10-11 Thread Stephen M. Webb
If running 'gsettings get org.gnome.settings-daemon.plugins.cursor
active' from the command line returns 'true' this is almost certainly
the same bug as bug 1238410.

The default is 'true.'

@Stuart, can you verify this is the case?



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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237218

Title:
  No mouse pointer

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1236249] Re: unity8 crashed with SIGSEGV in UnityMenuModelPrivate::itemState()

2013-10-11 Thread Michael Terry
** Changed in: unity8 (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1236249

Title:
  unity8 crashed with SIGSEGV in UnityMenuModelPrivate::itemState()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1186917] Re: [Dell Inspiron 5435] unsupported hardware watermark appears when fglrx installed on 12.04.2

2013-10-11 Thread James M. Leddy
** Changed in: amd
 Assignee: (unassigned) = Jammy Zhou (jammy-zhou)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1186917

Title:
  [Dell Inspiron 5435]  unsupported hardware watermark appears when
  fglrx installed on 12.04.2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237519] Re: Grub2 fails to install to non-standard device path

2013-10-11 Thread David Duffey
I linked to the wrong daily, here is the server daily (prefer to do all initial 
test/dev here):

http://cdimages.ubuntu.com/ubuntu-server/daily/current/

There is also a precise-daily as well:

http://cdimages.ubuntu.com/ubuntu-server/precise/daily/current/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237519

Title:
  Grub2 fails to install to non-standard device path

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1236249] Re: unity8 crashed with SIGSEGV in UnityMenuModelPrivate::itemState()

2013-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:unity8

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1236249

Title:
  unity8 crashed with SIGSEGV in UnityMenuModelPrivate::itemState()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1181927] Re: [Aspire V5-431]13.04: Brightness control visible but does nothing

2013-10-11 Thread Thomas Christensen
kernel 3.11.0-12

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181927

Title:
  [Aspire V5-431]13.04: Brightness control visible but does nothing

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1181927] Re: [Aspire V5-431]13.04: Brightness control visible but does nothing

2013-10-11 Thread Thomas Christensen
I am now running saucy. It doesn't work with or without
acpi_backlight=vendor.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181927

Title:
  [Aspire V5-431]13.04: Brightness control visible but does nothing

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1223851] Re: High CPU load after resuming on Samsung NP550P5C in BIOS mode

2013-10-11 Thread Agustin Barto
The issue is still present in linux-image-3.12.0-031200rc4-generic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1223851

Title:
  High CPU load after resuming on Samsung NP550P5C in BIOS mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1181927] Re: [Aspire V5-431]13.04: Brightness control visible but does nothing

2013-10-11 Thread Thomas Christensen
[   15.043134] acer_wmi: Brightness must be controlled by acpi video
driver

What can I do about that?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181927

Title:
  [Aspire V5-431]13.04: Brightness control visible but does nothing

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1234818] Re: Regression: DisplayLink DL-195 fails with EAGAIN after upgrade from 3.11.0-031100 to 3.11.0-11

2013-10-11 Thread Joseph Salisbury
If it works in the mainline/upstream kernel, then it should have worked
in Ubuntu at some point, since Ubuntu is rebased to mainline during
development.  We just need to find the last Ubuntu kernel that did work,
then we can figure out which Ubuntu specific patch is causing this.

Can you test an earlier kernel, one that was based on upstream 3.10:
https://launchpad.net/ubuntu/+source/linux/3.10.0-3.12

If your interested, all of the previous Ubuntu kernels for Saucy are available 
at:
https://launchpad.net/ubuntu/saucy/+source/linux

From the first page, you select the version by clicking the versions
link.  On the following page, you click the link for your architecture,
which is under the Builds section.  On the final page, you can
download the linux-image and linux-image-extra .deb packages.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1234818

Title:
  Regression: DisplayLink DL-195 fails with EAGAIN after upgrade from
  3.11.0-031100  to 3.11.0-11

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238861] Stacktrace.txt

2013-10-11 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1238861/+attachment/3874793/+files/Stacktrace.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238861

Title:
  Xorg crashed with SIGABRT in __memcpy_ia32()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238861] [NEW] Xorg crashed with SIGABRT in __memcpy_ia32()

2013-10-11 Thread Justin Klein
Public bug reported:

happened when resuming from system suspend. The screen was black and
only the cursor was there and working. I am using dual monitors

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: xserver-xorg-core 2:1.14.3-3ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.12.5-0ubuntu1
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDmesg:
 [   22.561512] r8169 :05:00.0 eth0: link up
 [   22.561521] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 [   22.987522] init: plymouth-stop pre-start process (1240) terminated with 
status 1
Date: Fri Oct 11 08:51:50 2013
DistUpgraded: 2013-09-12 10:22:42,644 DEBUG enabling apt cron job
DistroCodename: saucy
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 4.2.16, 3.11.0-11-generic, i686: installed
 virtualbox, 4.2.16, 3.11.0-12-generic, i686: installed
 virtualbox, 4.2.16, 3.11.0-7-generic, i686: installed
 virtualbox, 4.2.16, 3.11.0-8-generic, i686: installed
ExecutablePath: /usr/bin/Xorg
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation GF108 [GeForce GT 620] [10de:0f01] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Device [196e:0f01]
InstallationDate: Installed on 2013-05-08 (155 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MachineType: MSI MS-7599
MarkForUpload: True
ProcCmdline: /usr/bin/X -core :0 -auth /var/run/lightdm/root/:0 -nolisten tcp 
vt7 -novtswitch
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=7ddfcc3b-3882-447b-a3d2-fbcb0029d80b ro quiet splash vt.handoff=7
Signal: 6
SourcePackage: xorg-server
StacktraceTop:
 __memcpy_ia32 () at ../sysdeps/i386/i686/multiarch/../memcpy.S:74
 ?? ()
Title: Xorg crashed with SIGABRT in __memcpy_ia32()
UpgradeStatus: Upgraded to saucy on 2013-09-12 (28 days ago)
UserGroups:
 
dmi.bios.date: 01/10/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V17.8
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 870A-G54 (MS-7599)
dmi.board.vendor: MSI
dmi.board.version: 3.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 3.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV17.8:bd01/10/2011:svnMSI:pnMS-7599:pvr3.0:rvnMSI:rn870A-G54(MS-7599):rvr3.0:cvnMSI:ct3:cvr3.0:
dmi.product.name: MS-7599
dmi.product.version: 3.0
dmi.sys.vendor: MSI
version.compiz: compiz 1:0.9.10+13.10.20131004-0ubuntu1
version.libdrm2: libdrm2 2.4.46-1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.14.3-3ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.904-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.9-2ubuntu1
xserver.bootTime: Fri Oct 11 09:07:08 2013
xserver.configfile: default
xserver.errors:
 Failed to load module nvidia (module does not exist, 0)
 Failed to load module nvidia (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.14.3-3ubuntu1
xserver.video_driver: nouveau

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


** Tags: apport-crash apport-failed-retrace compiz-0.9 i386 saucy ubuntu

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238861

Title:
  Xorg crashed with SIGABRT in __memcpy_ia32()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238861] ThreadStacktrace.txt

2013-10-11 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1238861/+attachment/3874795/+files/ThreadStacktrace.txt

** Tags added: apport-failed-retrace

** Tags removed: need-i386-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238861

Title:
  Xorg crashed with SIGABRT in __memcpy_ia32()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238861] StacktraceSource.txt

2013-10-11 Thread Apport retracing service
** Attachment added: StacktraceSource.txt
   
https://bugs.launchpad.net/bugs/1238861/+attachment/3874794/+files/StacktraceSource.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238861

Title:
  Xorg crashed with SIGABRT in __memcpy_ia32()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1236666] Re: [Feature] update msr-tools package to revision 1.3

2013-10-11 Thread James M. Leddy
It's been updated on Debian. Probably too late for 13.10 though.

http://packages.debian.org/unstable/admin/msr-tools

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/123

Title:
  [Feature] update msr-tools package to revision 1.3

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1177047] Re: friends-dispatcher crashed with TypeError in /usr/lib/python3/dist-packages/friends/main.py: threads_init() takes 0 positional arguments but 1 was given

2013-10-11 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1177047

** Tags added: iso-testing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1177047

Title:
  friends-dispatcher crashed with TypeError in /usr/lib/python3/dist-
  packages/friends/main.py: threads_init() takes 0 positional arguments
  but 1 was given

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238861]

2013-10-11 Thread Apport retracing service
StacktraceTop:
 __memcpy_ia32 () at ../sysdeps/i386/i686/multiarch/../memcpy.S:74
 ?? ()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238861

Title:
  Xorg crashed with SIGABRT in __memcpy_ia32()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237392] Re: kernels following version 3.8.0-27 do not start

2013-10-11 Thread Guus Bonnema
Right. Done that. Not sure how you got to these 2 kernels, but you are 
absolutely right!
3.8.13.4 works: just booted, logged on and rebooted. No problem there.
3.8.13.5 had the same symptoms as the non-working kernels. i checked with the 
recovery kernel and got largely the same output. It had the same problem.

So, what do we do now?

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237392

Title:
  kernels following version 3.8.0-27 do not start

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 593140] Re: Floppy drive stopped recognising media again

2013-10-11 Thread DAP
attached

** Attachment added: output_of_udisks_--mount_dev_fd0
   
https://bugs.launchpad.net/ubuntu/+source/udisks/+bug/593140/+attachment/3874762/+files/output_of_udisks_--mount_dev_fd0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/593140

Title:
  Floppy drive stopped recognising media again

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237496] Re: signon-ui fails to start in Ubuntu Touch

2013-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/unity-mir

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237496

Title:
  signon-ui fails to start in Ubuntu Touch

To manage notifications about this bug go to:
https://bugs.launchpad.net/signon-ui/+bug/1237496/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1221845] Re: Page in AccountCreationPage.qml does not set flickable property correctly from loaded plugin

2013-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/ubuntu-system-settings-
online-accounts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1221845

Title:
  Page in AccountCreationPage.qml does not set flickable property
  correctly from loaded plugin

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1234915] Re: no confirmation on side-swipe delete

2013-10-11 Thread Douglas Massolari
Not only in notes-app, but in messages too, I already deleted some
message while I was trying to swype to another application

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1234915

Title:
  no confirmation on side-swipe delete

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1207429] Re: Multiple package upgrade problems

2013-10-11 Thread Andres Rodriguez
Marking this bug invalid as it was related to software not present in
the UBuntu archives

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1207429

Title:
  Multiple package upgrade problems

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1181927] Re: [Aspire V5-431]13.04: Brightness control visible but does nothing

2013-10-11 Thread Thomas Christensen
# echo 20  /sys/class/backlight/intel_backlight/brightness

works

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181927

Title:
  [Aspire V5-431]13.04: Brightness control visible but does nothing

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1004238] Re: cobbler sync not called after maas-dhcp configuration

2013-10-11 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004238

Title:
  cobbler sync not called after maas-dhcp configuration

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235004] Re: Long delay in opening web-based OAuth page

2013-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/ubuntu-system-settings-
online-accounts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235004

Title:
  Long delay in opening web-based OAuth page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1231680] Re: cancel button for twitter and facebook accounts does not close separate webkit view

2013-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package accounts-qml-module -
0.2+13.10.20131011-0ubuntu1

---
accounts-qml-module (0.2+13.10.20131011-0ubuntu1) saucy; urgency=low

  [ Alberto Mardegan ]
  * New upstream release
- Add a cancelAuthentication() method to AccountService (LP: #1231680)
- Install a typeinfo file for QtCreator

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 35
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 11 Oct 2013 
04:32:50 +

** Branch linked: lp:ubuntu/saucy-proposed/accounts-qml-module

** Changed in: accounts-qml-module (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1231680

Title:
  cancel button for twitter and facebook accounts does not close
  separate webkit view

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237364] Re: Commissioning with a Saucy image sets node status to Failed tests

2013-10-11 Thread Andres Rodriguez
** Changed in: maas
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237364

Title:
  Commissioning with a Saucy image sets node status to Failed tests

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1221514] Re: AutoKey-GTK: Hot Keys and Abbreviations have Stopped Working

2013-10-11 Thread Christopher Townsend
I believe this is marked Invalid for Unity since it has been confirmed
that this occurs with Gnome Shell, Gnome Flashback, and Xfce as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1221514

Title:
  AutoKey-GTK: Hot Keys and Abbreviations have Stopped Working

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1087145] Re: maas proxy prevent nodes access cloud archive

2013-10-11 Thread Andres Rodriguez
** Changed in: squid-deb-proxy (Ubuntu Quantal)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1087145

Title:
  maas proxy prevent nodes access cloud archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/squid-deb-proxy/+bug/1087145/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237496] Re: signon-ui fails to start in Ubuntu Touch

2013-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-mir -
0.1+13.10.20131011-0ubuntu1

---
unity-mir (0.1+13.10.20131011-0ubuntu1) saucy; urgency=low

  [ Ken VanDine ]
  * added exception for signon-ui (LP: #1237496) . (LP: #1237496)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 114
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 11 Oct 2013 
05:41:03 +

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237496

Title:
  signon-ui fails to start in Ubuntu Touch

To manage notifications about this bug go to:
https://bugs.launchpad.net/signon-ui/+bug/1237496/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237465] Re: [grouper] Mir adds flickering, it's slower and almost freezes

2013-10-11 Thread Daniel Holbach
*** This bug is a duplicate of bug 1238695 ***
https://bugs.launchpad.net/bugs/1238695

The intense flickering is back. There's also bug 1238695.

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

** This bug has been marked a duplicate of bug 1238695
   mir mostly unusable on Nexus 7 (grouper)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237465

Title:
  [grouper] Mir adds flickering, it's slower and almost freezes

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238695] Re: mir mostly unusable on Nexus 7 (grouper)

2013-10-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238695

Title:
  mir mostly unusable on Nexus 7 (grouper)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1070190] Re: maas-enlist does not show on latest 12.04.1

2013-10-11 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1070190

Title:
  maas-enlist does not show on latest 12.04.1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1021382] Re: The COMMISSIONING_SCRIPT setting uses a relative path.

2013-10-11 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021382

Title:
  The COMMISSIONING_SCRIPT setting uses a relative path.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1069616] Re: Apache errors...

2013-10-11 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069616

Title:
  Apache errors...

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1208497] Re: netboot flag defaults to 'true' on upgrade, even for allocated nodes

2013-10-11 Thread Andres Rodriguez
** Also affects: maas (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: maas (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: maas (Ubuntu Raring)
   Importance: Undecided
   Status: New

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1208497

Title:
  netboot flag defaults to 'true' on upgrade, even for allocated nodes

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238077] Re: [grouper] fails to connect to WPA network

2013-10-11 Thread Daniel Holbach
Looks like it's less of a priority and not entirely restricted to use on
grouper.

** Summary changed:

- [grouper] fails to connect to WPA network
+ fails to connect to WPA network

** Tags removed: avengers

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238077

Title:
  fails to connect to WPA network

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1236249] Re: unity8 crashed with SIGSEGV in UnityMenuModelPrivate::itemState()

2013-10-11 Thread Charles Kerr
** Changed in: indicator-bluetooth
   Status: New = In Progress

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: New = In Progress

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

** Changed in: indicator-bluetooth
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1236249

Title:
  unity8 crashed with SIGSEGV in UnityMenuModelPrivate::itemState()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238556] Re: friends-dispatcher crashed with SIGSEGV in g_sequence_set()

2013-10-11 Thread Robert Bruce Park
** Also affects: dee
   Importance: Undecided
   Status: New

** Changed in: dee
 Assignee: (unassigned) = Michal Hruby (mhr3)

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238556

Title:
  friends-dispatcher crashed with SIGSEGV in g_sequence_set()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1155817] Re: No user-friendly way of changing the default applications in Ubuntu desktop

2013-10-11 Thread Ralph Richardson
Set as default in properties does not work for me either! 
Has not worked for a very long time!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155817

Title:
  No user-friendly way of changing the default applications in Ubuntu
  desktop

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1071523] Re: Global menu hides when hovering over it

2013-10-11 Thread JoLiSh
Hi Steve,

I think this won't be fixed. 
You're the first person to notice it as far as I can tell.

It doesn't affect me anymore, but I can't tell if it's the fact that I
use a different computer now or that I have upgraded to 13.04

What version of Ubuntu do you have?
Graphic card and driver would be useful too, at least to start comparing your 
case to mine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1071523

Title:
  Global menu hides when hovering over it

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1187453] Re: DTMF tones not being generated locally

2013-10-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: dialer-app (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1187453

Title:
  DTMF tones not being generated locally

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1195398] Re: [dialer-app] Support for USSD service numbers like *144#

2013-10-11 Thread Loïc Minier
** Summary changed:

- [dialer-app] Is not possible to execute costumer service numbers like *144#
+ [dialer-app] Support for USSD service numbers like *144#

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1195398

Title:
  [dialer-app] Support for USSD service numbers like *144#

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238161] Re: Error on trying to scan

2013-10-11 Thread Jeffrey Ratcliffe
I'm upstream. I've fixed it upstream. I've released it. I've made
packages for Ubuntu on my PPA and also uploaded to sid.

Not sure what else I can do to fix it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238161

Title:
  Error on trying to scan

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238876] [NEW] Hard to read numbers of Unknown contacts in call log

2013-10-11 Thread Loïc Minier
Public bug reported:

Hey

In my call log, I have lots of Unknown entries because my address book
is currently empty.  Initially I thought the numbers weren't even
displayed in the call log, but they are, just in very small dark grey
font.

I think it would be more useful to show the number in big when it's not
in the address book rather than Unknown; this would be more readable.

Thanks!

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238876

Title:
  Hard to read numbers of Unknown contacts in call log

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1238870] Re: nautilus crashed with SIGABRT in g_assertion_message()

2013-10-11 Thread Apport retracing service
*** This bug is a duplicate of bug 1199988 ***
https://bugs.launchpad.net/bugs/1199988

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 #1199988, 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/1238870/+attachment/3874857/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1238870/+attachment/3874859/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1238870/+attachment/3874861/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1238870/+attachment/3874862/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1238870/+attachment/3874863/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1238870/+attachment/3874864/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1238870/+attachment/3874865/+files/ThreadStacktrace.txt

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

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238870

Title:
  nautilus crashed with SIGABRT in g_assertion_message()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1211380] Re: pulseaudio socket needs confined app restrictions

2013-10-11 Thread Jamie Strandboge
** Changed in: apparmor (Ubuntu T-series)
   Status: Confirmed = Fix Released

** Changed in: apparmor-easyprof-ubuntu (Ubuntu T-series)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1211380

Title:
  pulseaudio socket needs confined app restrictions

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1232947] Re: scp-dbus-service.py crashed with ValueError in decorator(): Corrupt type signature

2013-10-11 Thread Till Kamppeter
Tim, can you have a look into this? Thanks.

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1232947

Title:
  scp-dbus-service.py crashed with ValueError in decorator(): Corrupt
  type signature

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1232947/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227218] Re: [Address book] The default user avatar is downscaled

2013-10-11 Thread PS Jenkins bot
Fix committed into lp:address-book-app at revision 103, scheduled for
release in address-book-app, milestone ubuntu-13.07

** Changed in: address-book-app
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227218

Title:
  [Address book] The default user avatar is downscaled

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1231729] Re: QQmlExpression: Attempted to evaluate an expression in an invalid context sometimes logged after deleting account - freezes system-settings.

2013-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-system-settings-online-accounts
- 0.2~+13.10.20131011-0ubuntu1

---
ubuntu-system-settings-online-accounts (0.2~+13.10.20131011-0ubuntu1) saucy; 
urgency=low

  [ Ken VanDine ]
  * Put the cancel button in a ListItem to ensure consistent spacing
with other elements in system-settings.

  [ Andrew Starr-Bochicchio ]
  * Add loading indicator to OAuth page. (LP: #1235004)

  [ Alberto Mardegan ]
  * Delay destruction of the delegate until the edit page is popped Use
ListView.delayRemove feature to delay the destruction of the
delegate until we have removed the edit page from the stack. . (LP:
#1231729)
  * Add a Cancel button to the OAuth authentication pages Use signon-
ui's new X-PageComponent key to specify a QML page to be used. (LP:
#1231691)
  * Close the WebView when the authentication is cancelled. (LP:
#1231680)
  * AccountCreationPage: look for a flickable property from the
plugin. (LP: #1221845)
  * Stop using deprecated gicon image provider .

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 65
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 11 Oct 2013 
08:47:24 +

** Changed in: ubuntu-system-settings-online-accounts (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1231729

Title:
  QQmlExpression: Attempted to evaluate an expression in an invalid
  context sometimes logged after deleting account - freezes system-
  settings.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1231680] Re: cancel button for twitter and facebook accounts does not close separate webkit view

2013-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-system-settings-online-accounts
- 0.2~+13.10.20131011-0ubuntu1

---
ubuntu-system-settings-online-accounts (0.2~+13.10.20131011-0ubuntu1) saucy; 
urgency=low

  [ Ken VanDine ]
  * Put the cancel button in a ListItem to ensure consistent spacing
with other elements in system-settings.

  [ Andrew Starr-Bochicchio ]
  * Add loading indicator to OAuth page. (LP: #1235004)

  [ Alberto Mardegan ]
  * Delay destruction of the delegate until the edit page is popped Use
ListView.delayRemove feature to delay the destruction of the
delegate until we have removed the edit page from the stack. . (LP:
#1231729)
  * Add a Cancel button to the OAuth authentication pages Use signon-
ui's new X-PageComponent key to specify a QML page to be used. (LP:
#1231691)
  * Close the WebView when the authentication is cancelled. (LP:
#1231680)
  * AccountCreationPage: look for a flickable property from the
plugin. (LP: #1221845)
  * Stop using deprecated gicon image provider .

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 65
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 11 Oct 2013 
08:47:24 +

** Changed in: ubuntu-system-settings-online-accounts (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1231680

Title:
  cancel button for twitter and facebook accounts does not close
  separate webkit view

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237694] Re: Installation fails without Internet

2013-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package ubiquity - 2.15.23

---
ubiquity (2.15.23) saucy; urgency=low

  * Attempt to remove oem user again in the oem-config/post-start, after
oem-config-first-boot setup has been completed. (LP: #1231166)
  * Load U1 Terms  Conditions page lazily when asked, instead of at U1
plugin import time. Thus the page will only be loaded once there is a
working internet connection and the user is signing up for U1. This
also resolves ubiquity failing to load when booting direct live user
session. (LP: #1226912)
  * Instead of skipping u1 plugin when offline, display No internet
connectivity page and show the login later button. Thus avoiding
hanging when installing fully offline, and explaining why U1 login was
not available. (LP: #1237694)
  * Run debconf-updatepo to actually update templates.pot and make all the
U1 page strings translatable. (LP: #1235192)
 -- Dmitrijs Ledkovs dmitrij.led...@ubuntu.com   Fri, 11 Oct 2013 15:37:31 
+0100

** Changed in: ubiquity (Ubuntu Saucy)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237694

Title:
  Installation fails without Internet

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


<    5   6   7   8   9   10   11   12   13   14   >