[Bug 1478369] Re: udisksctl crashed with SIGSEGV in g_option_context_get_help()

2015-07-27 Thread Martin Pitt
Fixed upstream:
http://cgit.freedesktop.org/udisks/commit/?id=410cab8f3d749ad2660cda3ba38b6aece42bf10f

** Changed in: udisks2 (Ubuntu)
   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/1478369

Title:
  udisksctl crashed with SIGSEGV in g_option_context_get_help()

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

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


[Bug 1478633] Re: unity desktop icons disappear with multiple monitors

2015-07-27 Thread Sebastien Bacher
duplicate bug #360970?

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

Title:
  unity desktop icons disappear with multiple monitors

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

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


[Bug 1478526] [NEW] There's no indication that font install is in progress in Font viewer

2015-07-27 Thread kolen
Public bug reported:

After pressing Install font in Font Viewer, there's no indication that
it started installing. Install button remains active and it looks like
pressing it has no effect.

When pressing Install for the second time, it fails with error
message, because trying to install twice.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: gnome-font-viewer 3.8.0-1build1
ProcVersionSignature: Ubuntu 3.16.0-44.59~14.04.1-generic 3.16.7-ckt14
Uname: Linux 3.16.0-44-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jul 27 11:45:13 2015
ExecutablePath: /usr/bin/gnome-font-viewer
InstallationDate: Installed on 2015-07-08 (19 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
SourcePackage: gnome-font-viewer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-font-viewer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  There's no indication that font install is in progress in Font viewer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-font-viewer/+bug/1478526/+subscriptions

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


[Bug 1354568] Re: Problem with Mergelist/var/lib/apt/lists

2015-07-27 Thread Monsta
*** This bug is a duplicate of bug 756317 ***
https://bugs.launchpad.net/bugs/756317

** This bug has been marked a duplicate of bug 756317
   Captive portals may corrupt apt translation indices

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

Title:
  Problem with Mergelist/var/lib/apt/lists

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

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


[Bug 1242376] Re: reload php5-fpm crashes

2015-07-27 Thread Robie Basak
I have documented the workaround in the bug description. This bug
presumably does not affect releases = Vivid since it is related to
upstart and Ubuntu runs systemd since Vivid. So marking Fix Released and
creating a Trusty task in case someone can come up with a good fix for
Trusty that can be SRU'd. Importance - Medium as a workaround is
available.

** Description changed:

+ [Impact]
+ 
+ On releases running upstart (those older than Vivid), the php5-fpm
+ service crashes on reload.
+ 
+ [Workaround]
+ 
+ Create /etc/init/php5-fpm.override and add the line reload signal
+ SIGUSR2 to it.
+ 
+ [Original Description]
+ 
  reload php5-fpm with upstart does not work.
  
  php5-fpm will crash and leave non-working child processes hanging around
  that will block any recovery until they are killed off manually.
  
  This is because php5-fpm does not handle SIGHUP. It results in an
  uncontrolled exit. After telling upstart to instead use SIGUSR2 on
  reload*, things work as expected.
  
  * reload signal SIGUSR2 in upstart php5-fpm.conf
  
  Signals handled by php5-fpm seems to be:
  * SIGINT, SIGTERM: immediate termination
  * SIGQUIT: graceful stop
  * SIGUSR1: re-open log file
  * SIGUSR2: graceful reload of all workers + reload of fpm conf/binary
  
  Ubuntu 13.10, amd64
  ii  php5-fpm 5.5.3+dfsg-1ubuntu2  
amd64server-side, HTML-embedded scripting language (FPM-CGI binary)

** Changed in: php5 (Ubuntu)
 Assignee: Pratiksha (deekshammhs10) = (unassigned)

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

** Also affects: php5 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: php5 (Ubuntu Trusty)
   Status: New = Triaged

** Changed in: php5 (Ubuntu Trusty)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1242376

Title:
  reload php5-fpm crashes

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1242376] Re: reload php5-fpm crashes

2015-07-27 Thread Robie Basak
I have documented the workaround in the bug description. This bug
presumably does not affect releases = Vivid since it is related to
upstart and Ubuntu runs systemd since Vivid. So marking Fix Released and
creating a Trusty task in case someone can come up with a good fix for
Trusty that can be SRU'd. Importance - Medium as a workaround is
available.

** Description changed:

+ [Impact]
+ 
+ On releases running upstart (those older than Vivid), the php5-fpm
+ service crashes on reload.
+ 
+ [Workaround]
+ 
+ Create /etc/init/php5-fpm.override and add the line reload signal
+ SIGUSR2 to it.
+ 
+ [Original Description]
+ 
  reload php5-fpm with upstart does not work.
  
  php5-fpm will crash and leave non-working child processes hanging around
  that will block any recovery until they are killed off manually.
  
  This is because php5-fpm does not handle SIGHUP. It results in an
  uncontrolled exit. After telling upstart to instead use SIGUSR2 on
  reload*, things work as expected.
  
  * reload signal SIGUSR2 in upstart php5-fpm.conf
  
  Signals handled by php5-fpm seems to be:
  * SIGINT, SIGTERM: immediate termination
  * SIGQUIT: graceful stop
  * SIGUSR1: re-open log file
  * SIGUSR2: graceful reload of all workers + reload of fpm conf/binary
  
  Ubuntu 13.10, amd64
  ii  php5-fpm 5.5.3+dfsg-1ubuntu2  
amd64server-side, HTML-embedded scripting language (FPM-CGI binary)

** Changed in: php5 (Ubuntu)
 Assignee: Pratiksha (deekshammhs10) = (unassigned)

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

** Also affects: php5 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: php5 (Ubuntu Trusty)
   Status: New = Triaged

** Changed in: php5 (Ubuntu Trusty)
   Importance: Undecided = Medium

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

Title:
  reload php5-fpm crashes

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

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


[Bug 1465997] Re: number wheel too sensitive

2015-07-27 Thread Christian Dywan
** Also affects: ubuntu-ux
   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/1465997

Title:
  number wheel too sensitive

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

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


[Bug 1478472] Re: Physical DVD Installation of Ubuntu 15.10 fails on Power VM

2015-07-27 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1478472/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Physical DVD Installation of Ubuntu 15.10 fails on Power VM

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

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


[Bug 1472293] Re: load = 1 while idle for no obvious reason with ACPI

2015-07-27 Thread Tim Gardner
Hanno - this appears to be a kernel accounting change. Given your BIOS
it is not something we're going to be able to fix.

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

Title:
  load = 1 while idle for no obvious reason with ACPI

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

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


[Bug 1478513] Re: MFG:Firestone, Linux Error message: SYSPARAM: Opal sysparam node not found

2015-07-27 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1478513/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  MFG:Firestone, Linux Error message: SYSPARAM: Opal sysparam node not
  found

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

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


[Bug 1478492] Re: MFG:Firestone, Linux Error message: unable to open rtc device

2015-07-27 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1478492/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  MFG:Firestone, Linux Error message: unable to open rtc device

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

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


[Bug 1478550] [NEW] Send bug report didn't do anything

2015-07-27 Thread tsg1zzn
Public bug reported:

When copying a large number of text files from a non-indexed drive to an
indexed location Tracker crashed.

I was given the option to show details, close and send an error report.

I selected show details, then send error report.

Then nothing happened. This makes me think the error report wasn't sent.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: apport 2.14.1-0ubuntu3.11
ProcVersionSignature: Ubuntu 3.13.0-58.97-lowlatency 3.13.11-ckt22
Uname: Linux 3.13.0-58-lowlatency x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CrashReports:
 640:1000:1000:18964830:2015-07-27 14:16:20.793155193 +0200:2015-07-27 
14:16:21.793155193 +0200:/var/crash/_usr_lib_tracker_tracker-miner-fs.1000.crash
 664:1000:1000:0:2015-07-27 14:16:38.582155591 +0200:2015-07-27 
14:16:38.582155591 
+0200:/var/crash/_usr_lib_tracker_tracker-miner-fs.1000.upload
CurrentDesktop: XFCE
Date: Mon Jul 27 14:17:34 2015
InstallationDate: Installed on 2014-05-25 (427 days ago)
InstallationMedia: Ubuntu-Studio 14.04 LTS Trusty Tahr - Release amd64 
(20140416.3)
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Send bug report didn't do anything

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

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


[Bug 1478533] Re: package speech-dispatcher 0.8-5ubuntu1 failed to install/upgrade: il sottoprocesso installato script di post-removal ha restituito lo stato di errore 1

2015-07-27 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package speech-dispatcher 0.8-5ubuntu1 failed to install/upgrade: il
  sottoprocesso installato script di post-removal ha restituito lo stato
  di errore 1

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

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


[Bug 1478533] [NEW] package speech-dispatcher 0.8-5ubuntu1 failed to install/upgrade: il sottoprocesso installato script di post-removal ha restituito lo stato di errore 1

2015-07-27 Thread peppepetrone_95
Public bug reported:

non riesco a disinstallare speech-dispatcher, il pc non riesce a
spegnersi o a riavviarsi

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: speech-dispatcher 0.8-5ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-44.59~14.04.1-generic 3.16.7-ckt14
Uname: Linux 3.16.0-44-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
AptOrdering: speech-dispatcher: Remove
Architecture: amd64
Date: Mon Jul 27 13:25:35 2015
DuplicateSignature: package:speech-dispatcher:0.8-5ubuntu1:il sottoprocesso 
installato script di post-removal ha restituito lo stato di errore 1
ErrorMessage: il sottoprocesso installato script di post-removal ha restituito 
lo stato di errore 1
InstallationDate: Installed on 2015-07-18 (8 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
SourcePackage: speech-dispatcher
Title: package speech-dispatcher 0.8-5ubuntu1 failed to install/upgrade: il 
sottoprocesso installato script di post-removal ha restituito lo stato di 
errore 1
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.speech.dispatcher:
 # Defaults for the speech-dispatcher initscript, from speech-dispatcher
 
 # Set to yes to start system wide Speech Dispatcher
 RUN=yes
mtime.conffile..etc.default.speech.dispatcher: 2015-07-27T13:22:10.451372

** Affects: speech-dispatcher (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  package speech-dispatcher 0.8-5ubuntu1 failed to install/upgrade: il
  sottoprocesso installato script di post-removal ha restituito lo stato
  di errore 1

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

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


[Bug 1478535] [NEW] Statistical messages of Calls in Greeter are untranslatable.

2015-07-27 Thread Ian Li
Public bug reported:

While testing Ubuntu Phone Chinese version on Meizu MX4,  I found the
call statistic messages in greeter screen are not translated into
Chinese and those messages can't be found in
https://translations.launchpad.net/dialer-app/ ( unlike photo statistics
from 'camera-app' package which is correctly translated ).

$ system-image-cli -i
current build number: 59
device name: arale
channel: ubuntu-touch/rc-proposed/meizu.zh-proposed
last update: 2015-07-27 18:26:23
version version: 59
version ubuntu: 20150727
version device: 20150709-8965e37
version custom: 20150724-848-848-8

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

** Attachment added: screenshot20150727_182907402.png
   
https://bugs.launchpad.net/bugs/1478535/+attachment/4434610/+files/screenshot20150727_182907402.png

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

Title:
  Statistical messages of Calls in Greeter are untranslatable.

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

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


[Bug 1456612] Re: [SDK] The discoverability of 'recent call' tab was poor

2015-07-27 Thread Christian Dywan
** Branch linked: lp:~fboucault/ubuntu-ui-toolkit/bottom_edge_hint

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

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   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/1456612

Title:
  [SDK] The discoverability of 'recent call' tab was poor

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

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


[Bug 1478377] Re: Phone service fails when the WIFI is not connected

2015-07-27 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 1476781 ***
https://bugs.launchpad.net/bugs/1476781

** This bug has been marked a duplicate of bug 1476781
   [mako] voicecalls and sms are broken unless a network connection is active

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

Title:
  Phone service fails when the WIFI is not connected

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

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


[Bug 1456611] Re: [SDK] Text selection issues

2015-07-27 Thread Christian Dywan
This is a long list of findings, not a bug report, thus invalid for UI
Toolkit. Separate bugs should be discussed and filed.

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

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

Title:
  [SDK] Text selection issues

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

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


[Bug 1458028] Re: Button: long press, then release, is not registered as a click

2015-07-27 Thread Christian Dywan
The implementation amounts to MouseArea { onClicked: clicked() } so this
seems to be a general MouseArea upstream issue.

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

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Button: long press, then release, is not registered as a click

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

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


[Bug 1475824] Re: package php5-mysql 5.5.9+dfsg-1ubuntu4.11 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-07-27 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

I can't reproduce this in a fresh Trusty container - sudo apt-get
install lamp-server^ works as expected. So since it seems likely to me
that this is a local configuration problem, rather than a bug in Ubuntu,
I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1475824

Title:
  package php5-mysql 5.5.9+dfsg-1ubuntu4.11 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1460069] Re: inhibit screensaver

2015-07-27 Thread Christian Dywan
*** This bug is a duplicate of bug 1462489 ***
https://bugs.launchpad.net/bugs/1462489

** This bug has been marked a duplicate of bug 1462489
   Allow apps to keep the screen on

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

Title:
  inhibit screensaver

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

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


[Bug 1478539] [NEW] pci ... address space collision: conflicts with ACPI PM1a_EVT_BLK

2015-07-27 Thread WIll Salmon
Public bug reported:

On booting the latest Ubuntu Trusty kernel linux-image-3.13.0-58-generic
(#97~precise1-Ubuntu) - I'm running Ubuntu 12.04.5 - I get this error in
/var/log/kern.log ( syslog) :

pci :00:07.3: address space collision: [io  0x1000-0x103f] conflicts
with ACPI PM1a_EVT_BLK [??? 0x1000-0x1003 flags 0x8000]

Does this matter?
Looks like it COULD cause trouble. Would it ?
To be on the safe side I've gone back to 3.13.0-57 ( #95~precise1-Ubuntu )

Running Ubuntu 12.04.5 on VMware

** Affects: linux (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/1478539

Title:
  pci ... address space collision: conflicts with ACPI PM1a_EVT_BLK

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

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


[Bug 1475824] Re: package php5-mysql 5.5.9+dfsg-1ubuntu4.11 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-07-27 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

I can't reproduce this in a fresh Trusty container - sudo apt-get
install lamp-server^ works as expected. So since it seems likely to me
that this is a local configuration problem, rather than a bug in Ubuntu,
I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

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

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

Title:
  package php5-mysql 5.5.9+dfsg-1ubuntu4.11 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1478535] Re: Statistical messages of Calls in Greeter are untranslatable.

2015-07-27 Thread Sebastien Bacher
The string comes from telephony-service and is translatable/translated in 
chinese
https://translations.launchpad.net/ubuntu/wily/+source/telephony-service/+pots/telephony-service/zh_CN/27/+translate

unsure what the issue is ... did you restart the device since you
changed the language?

** Package changed: dialer-app (Ubuntu) = telephony-service (Ubuntu)

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

Title:
  Statistical messages of Calls in Greeter are untranslatable.

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

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


[Bug 1462445] Re: Parole starts with blank screen

2015-07-27 Thread Simon Steinbeiß
We have meanwhile uploaded a workaround to 15.10 in xubuntu-default-
settings 15.10.1: http://bazaar.launchpad.net/~xubuntu-dev/xubuntu-
default-settings/trunk/revision/576

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

Title:
  Parole starts with blank screen

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

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


[Bug 1466188] Re: when creating an html5 app, it is possible to enter an underscore in the name, but an underscore is an invalid character

2015-07-27 Thread Benjamin Zeller
*** This bug is a duplicate of bug 1459537 ***
https://bugs.launchpad.net/bugs/1459537

** This bug has been marked a duplicate of bug 1459537
   Underscore _ is allowed in a project's name and it causes error when 
deploying it onto the phone

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

Title:
  when creating an html5 app, it is possible to enter an underscore in
  the name, but an underscore is an invalid character

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

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


[Bug 1470258] Re: browser is up side down on rotated screens

2015-07-27 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   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/1470258

Title:
  browser is up side down on rotated screens

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

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


[Bug 1459537] Re: Underscore _ is allowed in a project's name and it causes error when deploying it onto the phone

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

** Changed in: qtcreator-plugin-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/1459537

Title:
  Underscore _ is allowed in a project's name and it causes error when
  deploying it onto the phone

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

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


[Bug 1478497] [alsa-devel][PATCH] ALSA: hda - Add pin quirk for the headset mic jack detection on Dell laptop

2015-07-27 Thread Woodrow Shen
From: Woodrow Shen woodrow.s...@canonical.com

The new Dell laptop with codec 256 can't detect headset mic when headset was 
inserted on the machine. From alsa-info, we check init_pin_configs and need to
define the new register value for pin 0x1d  0x1e because the original macro 
ALC256_STANDARD_PINS can't match pin definition. Also, the macro 
ALC256_STANDARD_PINS
is simplified by removing them. This makes headset mic works on laptop.

Codec: Realtek ALC256
Vendor Id: 0x10ec0256
Subsystem Id: 0x102806f2

BugLink: https://bugs.launchpad.net/bugs/1478497
Signed-off-by: Woodrow Shen woodrow.s...@canonical.com
---
 sound/pci/hda/patch_realtek.c | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index d94c0e3..4ae877c 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5398,8 +5398,6 @@ static const struct hda_model_fixup alc269_fixup_models[] 
= {
{0x19, 0x41f0}, \
{0x1a, 0x41f0}, \
{0x1b, 0x41f0}, \
-   {0x1d, 0x4071}, \
-   {0x1e, 0x41f0}, \
{0x21, 0x02211020}
 
 #define ALC282_STANDARD_PINS \
@@ -5556,10 +5554,19 @@ static const struct snd_hda_pin_quirk 
alc269_pin_fixup_tbl[] = {
{0x21, 0x02211030}),
SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, Dell, 
ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
ALC256_STANDARD_PINS,
-   {0x13, 0x4000}),
+   {0x13, 0x4000},
+   {0x1d, 0x4071},
+   {0x1e, 0x41f0}),
SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, Dell, 
ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
ALC256_STANDARD_PINS,
-   {0x13, 0x41f0}),
+   {0x13, 0x41f0},
+   {0x1d, 0x4071},
+   {0x1e, 0x41f0}),
+   SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, Dell, 
ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
+   ALC256_STANDARD_PINS,
+   {0x13, 0x41f0},
+   {0x1d, 0x4077992d},
+   {0x1e, 0x41ff}),
SND_HDA_PIN_QUIRK(0x10ec0280, 0x103c, HP, ALC280_FIXUP_HP_GPIO4,
{0x12, 0x90a60130},
{0x13, 0x4000},
-- 
2.1.4


** Changed in: linux (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/1478497

Title:
  Headset mic support for a Dell laptop machine

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

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


[Bug 1189322] Re: rsyslog update fails, stalling apt-get dist-upgrade

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

** Changed in: rsyslog (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/1189322

Title:
  rsyslog update fails, stalling apt-get dist-upgrade

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

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


[Bug 1459537] Re: Underscore _ is allowed in a project's name and it causes error when deploying it onto the phone

2015-07-27 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
   Importance: Undecided = Medium

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

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
 Assignee: (unassigned) = Benjamin Zeller (zeller-benjamin)

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

Title:
  Underscore _ is allowed in a project's name and it causes error when
  deploying it onto the phone

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

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


[Bug 1360307] Re: Logging in to the desktop session brings up the lock screen

2015-07-27 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) = Josh Arenson (josharenson)

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

Title:
  Logging in to the desktop session brings up the lock screen

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

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


[Bug 1360403] Re: MMS does not work with T-Mobile US

2015-07-27 Thread John McAleely
** Changed in: canonical-devices-system-image
   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/1360403

Title:
  MMS does not work with T-Mobile US

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

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


[Bug 1473761] Re: SMS from A appear as to have been sent from B

2015-07-27 Thread Pat McGowan
** Tags added: hotfix

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

Title:
  SMS from A appear as to have been sent from B

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

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


[Bug 1476616] Re: ubuntu-mate-settings 0.4.7 release [debdiff attached]

2015-07-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/ubuntu-mate-settings

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

Title:
   ubuntu-mate-settings 0.4.7 release [debdiff attached]

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

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


[Bug 1478403] Re: Messages appear from the wrong sender

2015-07-27 Thread Pat McGowan
*** This bug is a duplicate of bug 1473761 ***
https://bugs.launchpad.net/bugs/1473761

** This bug has been marked a duplicate of bug 1473761
   SMS from A appear as to have been sent from B

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

Title:
  Messages appear from the wrong sender

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

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


[Bug 1417534] Re: LibreOffice Calc problem inserting table with merged cells in first row

2015-07-27 Thread Roman Shipovskij
Upsteram bug report:
https://bugs.documentfoundation.org/show_bug.cgi?id=92960

** Bug watch added: Document Foundation Bugzilla #92960
   https://bugs.documentfoundation.org/show_bug.cgi?id=92960

** Also affects: df-libreoffice via
   https://bugs.documentfoundation.org/show_bug.cgi?id=92960
   Importance: Unknown
   Status: Unknown

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

Title:
  LibreOffice Calc problem inserting table with merged cells in first
  row

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1417534/+subscriptions

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


[Bug 1478506] Re: Apps change system volume all the time

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

** Changed in: indicator-sound (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/1478506

Title:
  Apps change system volume all the time

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

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


[Bug 1478030] Re: Mint Upgrade Manager - Crash at start: No package header, cache-open failed

2015-07-27 Thread Monsta
*** This bug is a duplicate of bug 756317 ***
https://bugs.launchpad.net/bugs/756317

** This bug has been marked a duplicate of bug 756317
   Captive portals may corrupt apt translation indices

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

Title:
  Mint Upgrade Manager - Crash at start: No package header, cache-open
  failed

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

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


[Bug 1478537] [NEW] Statistics message of Messages in greeter page untranslatable.

2015-07-27 Thread Ian Li
Public bug reported:

While testing Ubuntu Phone Chinese version on Meizu MX4,  I found the
message statistic messages in greeter screen are not translated into
Chinese and those messages can't be found in
https://translations.launchpad.net/messaging-app ( unlike photo
statistics from 'camera-app' package which is correctly translated ).

$ system-image-cli -i
current build number: 59
device name: arale
channel: ubuntu-touch/rc-proposed/meizu.zh-proposed
last update: 2015-07-27 18:26:23
version version: 59
version ubuntu: 20150727
version device: 20150709-8965e37
version custom: 20150724-848-848-8

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

** Attachment added: screenshot20150727_182819747.png
   
https://bugs.launchpad.net/bugs/1478537/+attachment/4434611/+files/screenshot20150727_182819747.png

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

Title:
  Statistics message of Messages in greeter page untranslatable.

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

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


[Bug 1468402] Re: UITK breaks Widget fonts in mixed applications

2015-07-27 Thread Christian Dywan
src/Ubuntu/Components/plugin/uctheme.cpp:363

defaultFont.setPixelSize(UCFontUtils::instance().sizeToPixels(medium));

Not sure I agree it's a bug as not doing this would break QML for HiDPI
displays. Rather QtWidgets should be fixed.

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

Title:
  UITK breaks Widget fonts in mixed applications

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

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


[Bug 1470258] Re: browser is up side down on rotated screens

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

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

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

Title:
  browser is up side down on rotated screens

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

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


[Bug 1478506] Re: Apps change system volume all the time

2015-07-27 Thread Pat McGowan
@charles can you do some research

** Changed in: indicator-sound (Ubuntu)
 Assignee: (unassigned) = Charles Kerr (charlesk)

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

Title:
  Apps change system volume all the time

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

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


[Bug 1478563] [NEW] package chromium-browser 43.0.2357.81-0ubuntu0.14.04.1.1089 failed to install/upgrade: cannot copy extracted data for './usr/lib/chromium-browser/libs/libmedia.so' to '/usr/lib/chr

2015-07-27 Thread Paul Reed
Public bug reported:

error with install of package.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: chromium-browser 43.0.2357.81-0ubuntu0.14.04.1.1089
ProcVersionSignature: Ubuntu 3.16.0-44.59~14.04.1-generic 3.16.7-ckt14
Uname: Linux 3.16.0-44-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
Date: Mon Jul 27 09:12:11 2015
DuplicateSignature: 
package:chromium-browser:43.0.2357.81-0ubuntu0.14.04.1.1089:cannot copy 
extracted data for './usr/lib/chromium-browser/libs/libmedia.so' to 
'/usr/lib/chromium-browser/libs/libmedia.so.dpkg-new': unexpected end of file 
or stream
ErrorMessage: cannot copy extracted data for 
'./usr/lib/chromium-browser/libs/libmedia.so' to 
'/usr/lib/chromium-browser/libs/libmedia.so.dpkg-new': unexpected end of file 
or stream
InstallationDate: Installed on 2015-06-24 (32 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
SourcePackage: chromium-browser
Title: package chromium-browser 43.0.2357.81-0ubuntu0.14.04.1.1089 failed to 
install/upgrade: cannot copy extracted data for 
'./usr/lib/chromium-browser/libs/libmedia.so' to 
'/usr/lib/chromium-browser/libs/libmedia.so.dpkg-new': unexpected end of file 
or stream
UpgradeStatus: No upgrade log present (probably fresh install)
gconf-keys: /desktop/gnome/applications/browser/exec = 
b''/desktop/gnome/url-handlers/https/command = 
b''/desktop/gnome/url-handlers/https/enabled = 
b''/desktop/gnome/url-handlers/http/command = 
b''/desktop/gnome/url-handlers/http/enabled = 
b''/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = b''/desktop/gnome/interface/gtk_theme 
= b''
modified.conffile..etc.default.chromium.browser: [deleted]

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  package chromium-browser 43.0.2357.81-0ubuntu0.14.04.1.1089 failed to
  install/upgrade: cannot copy extracted data for './usr/lib/chromium-
  browser/libs/libmedia.so' to '/usr/lib/chromium-
  browser/libs/libmedia.so.dpkg-new': unexpected end of file or stream

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

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


[Bug 1460080] Re: HP laserjet 1018 no longer works

2015-07-27 Thread Will Cooke
** Changed in: hplip (Ubuntu)
 Assignee: (unassigned) = Till Kamppeter (till-kamppeter)

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

Title:
  HP laserjet 1018 no longer works

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

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


[Bug 1476616] Re: ubuntu-mate-settings 0.4.7 release [debdiff attached]

2015-07-27 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-mate-settings - 0.4.7

---
ubuntu-mate-settings (0.4.7) wily; urgency=medium

  * Update overlay settings to replace corrupt Tilda configurations.
  * Add gsettings override to enable Marco compositing.
  * Remove Ubuntu Software Center dockitem.
  * Process debian folder with wrap and sort.
  * Closes (LP: #1476616)

 -- Martin Wimpress c...@flexion.org  Mon, 20 July 2015 00:03:37 +0100

** Changed in: ubuntu-mate-settings (Ubuntu)
   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/1476616

Title:
   ubuntu-mate-settings 0.4.7 release [debdiff attached]

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

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


[Bug 1478213] Re: mir tests fail on armhf in the landing-16 PPA

2015-07-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~afrantzis/mir/workaround-1478213-gcc-5-armhf-test-
failures

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

Title:
  mir tests fail on armhf in the landing-16 PPA

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

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


[Bug 1473761] Re: SMS from A appear as to have been sent from B

2015-07-27 Thread Zachary Igielman
This bug affects my N4 using stable (OTA-5). It is a serious bug that
has very nearly caused serious problems.

Sometimes I will receive a message or phone call and my Ubuntu touch
device tells me it is from a one person when actually it is from
another. It seems to happen now and again, not every time. Usually, it
is when I start a conversation/call with someone, and when they reply,
it comes through from the person I was texting/calling before them.

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

Title:
  SMS from A appear as to have been sent from B

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

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


[Bug 1391286] Re: Fails to generate thumbnail for small videos recorded with camera-app

2015-07-27 Thread Alfonso Sanchez-Beato
It looks like gstreamer 1.5.2 (about to land in wily) solves the issue
for the video attached to the bug. I have also rechecked that 1.4.5 is
not able to create a thumbnail for it.

** Changed in: gst-plugins-bad1.0 (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: gst-plugins-bad1.0 (Ubuntu)
 Assignee: Jim Hodapp (jhodapp) = (unassigned)

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

Title:
  Fails to generate thumbnail for small videos recorded with camera-app

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

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


[Bug 1275748] Re: Ubuntu QPA plugin does not override QScreen::devicePixelRatio

2015-07-27 Thread Christian Dywan
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/dpr

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

Title:
  Ubuntu QPA plugin does not override QScreen::devicePixelRatio

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

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


[Bug 1478535] Re: Statistical messages of Calls in Greeter are untranslatable.

2015-07-27 Thread Sebastien Bacher
can you check if the string translation is available on your device
using the gettext -d telephony-service No calls made today command?

** Changed in: telephony-service (Ubuntu)
   Importance: Undecided = High

** Changed in: telephony-service (Ubuntu)
   Status: New = Incomplete

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

Title:
  Statistical messages of Calls in Greeter are untranslatable.

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

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


[Bug 1207270] Re: Font size too small in browser with Qt 5.1 / DPR rework

2015-07-27 Thread Christian Dywan
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/dpr

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

Title:
  Font size too small in browser with Qt 5.1 / DPR rework

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

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


[Bug 1476616] Re: ubuntu-mate-settings 0.4.7 release [debdiff attached]

2015-07-27 Thread Iain Lane
** Changed in: ubuntu-mate-settings (Ubuntu)
   Status: New = 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/1476616

Title:
   ubuntu-mate-settings 0.4.7 release [debdiff attached]

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

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


[Bug 1478563] Re: package chromium-browser 43.0.2357.81-0ubuntu0.14.04.1.1089 failed to install/upgrade: cannot copy extracted data for './usr/lib/chromium-browser/libs/libmedia.so' to '/usr/lib/chrom

2015-07-27 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package chromium-browser 43.0.2357.81-0ubuntu0.14.04.1.1089 failed to
  install/upgrade: cannot copy extracted data for './usr/lib/chromium-
  browser/libs/libmedia.so' to '/usr/lib/chromium-
  browser/libs/libmedia.so.dpkg-new': unexpected end of file or stream

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

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


[Bug 1468402] Re: UITK breaks Widget fonts in mixed applications

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

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

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

Title:
  UITK breaks Widget fonts in mixed applications

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

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


[Bug 1466488] Re: choose event time

2015-07-27 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided = Wishlist

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

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

Title:
  choose event time

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

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


[Bug 1478520] [NEW] package linux-image-extra-3.16.0-44-generic 3.16.0-44.59 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2015-07-27 Thread Alessandro Mambelli
Public bug reported:

Upgrading from 14.04 to 14.10, this kernel image is installed and got
errors during the installation process. If booted it causes kernel
panic, and removing it using Synaptic (mark for complete removal) also
gives error.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: linux-image-extra-3.16.0-44-generic 3.16.0-44.59
ProcVersionSignature: Ubuntu 3.13.0-58.97-generic 3.13.11-ckt22
Uname: Linux 3.13.0-58-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.7-0ubuntu8.5
AptOrdering:
 linux-generic: Remove
 linux-image-generic: Remove
 linux-image-extra-3.16.0-44-generic: Remove
 linux-image-3.16.0-44-generic: Purge
 initramfs-tools: Configure
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ale2633 F pulseaudio
 /dev/snd/controlC0:  ale2633 F pulseaudio
Date: Mon Jul 27 14:44:02 2015
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
DuplicateSignature: 
package:linux-image-extra-3.16.0-44-generic:3.16.0-44.59:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 1
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
HibernationDevice: RESUME=UUID=9a81b4f1-569d-4c1f-a41d-3c4b3cb49466
InstallationDate: Installed on 2015-07-02 (24 days ago)
InstallationMedia: Ubuntu 14.04 Trusty - Build amd64 LIVE Binary 
20140620-04:25
MachineType: Dell Inc. XPS 13 9343
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-58-generic 
root=UUID=54cb225f-0476-4097-b304-f13450d1aedf ro quiet splash pcie_aspm=force 
radeon.modeset=0 nouveau.modeset=0 acpi_osi=Windows 2013
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc N/A
SourcePackage: initramfs-tools
Title: package linux-image-extra-3.16.0-44-generic 3.16.0-44.59 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
UpgradeStatus: Upgraded to utopic on 2015-07-27 (0 days ago)
dmi.bios.date: 03/25/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.name: 0310JH
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9343
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-package utopic

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

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

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

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


[Bug 1459110] Re: muon discover freezes on kubuntu 15.04

2015-07-27 Thread butz
Please read ubuntu software center instead of ubuntu repository
above.

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

Title:
  muon discover freezes on kubuntu 15.04

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

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


[Bug 1476692] Re: [Ubuntuphone] Unable to see the app preview screen in Unity8 on Meizu MX4

2015-07-27 Thread Andrei Yanchuk
The same issue with Meizu MX 4 Ubuntu Edition

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

Title:
  [Ubuntuphone] Unable to see the app preview screen in Unity8 on Meizu
  MX4

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

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


[Bug 1466410] Re: Tabs/Pages don't work correctly when Repeater used

2015-07-27 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New = Incomplete

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

Title:
  Tabs/Pages don't work correctly when Repeater used

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

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


[Bug 1468130] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:Change:QVector:resize:pop:QAbstractItemModel::endMoveRows

2015-07-27 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (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/1468130

Title:
  /usr/lib/arm-linux-
  
gnueabihf/qt5/bin/qmlscene:11:Change:QVector:resize:pop:QAbstractItemModel::endMoveRows

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

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


[Bug 1474276] Re: PHP Fatal error: Inconsistent insteadof definition

2015-07-27 Thread Silvio Ginter
Dear Robie,

i just compared the source code of PHP Package included in Wily and the 
original 5.6.11 branch on GitHub.
The fix is NOT included. Please compare Wily: 
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/wily/php5/wily/view/head:/Zend/zend_compile.c#L4126
 over GitHub: 
https://github.com/php/php-src/blob/PHP-5.6.11/Zend/zend_compile.c#L4269

Both should be the same, but they are not.

** Changed in: php5 (Ubuntu)
   Status: Fix Released = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1474276

Title:
  PHP Fatal error:  Inconsistent insteadof definition

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1469750] Re: Programmatic slider movement is jerky

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

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

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

Title:
  Programmatic slider movement is jerky

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

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


[Bug 1474276] Re: PHP Fatal error: Inconsistent insteadof definition

2015-07-27 Thread Silvio Ginter
Dear Robie,

i just compared the source code of PHP Package included in Wily and the 
original 5.6.11 branch on GitHub.
The fix is NOT included. Please compare Wily: 
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/wily/php5/wily/view/head:/Zend/zend_compile.c#L4126
 over GitHub: 
https://github.com/php/php-src/blob/PHP-5.6.11/Zend/zend_compile.c#L4269

Both should be the same, but they are not.

** Changed in: php5 (Ubuntu)
   Status: Fix Released = Incomplete

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

Title:
  PHP Fatal error:  Inconsistent insteadof definition

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

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


[Bug 1469750] Re: Programmatic slider movement is jerky

2015-07-27 Thread Christian Dywan
** Summary changed:

- Non-manual slider movement is jerky
+ Programmatic slider movement is jerky

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

Title:
  Programmatic slider movement is jerky

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

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


[Bug 1469750] Re: Programmatic slider movement is jerky

2015-07-27 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided = Low

** Also affects: ubuntu-ux
   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/1469750

Title:
  Programmatic slider movement is jerky

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

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


[Bug 1471269] Re: modemmanager: Add POSNET devices to blacklist (backport request)

2015-07-27 Thread Michał Majewicz
I provided wrong commit URLs. The correct one is:
http://cgit.freedesktop.org/ModemManager/ModemManager/commit/?id=ad2c2ad14cbf894fa755a56536fa72b0db83e3d3

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

Title:
  modemmanager: Add POSNET devices to blacklist (backport request)

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

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


[Bug 1277311] Re: can't open URL in text viewed in the message indicator

2015-07-27 Thread Michael Zanetti
** Changed in: ubuntu-settings-components (Ubuntu)
   Importance: Undecided = High

** Changed in: unity8 (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/1277311

Title:
  can't open URL in text viewed in the message indicator

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

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


[Bug 1324602] Re: [split] unity8-greeter doesn't run on desktop configurations

2015-07-27 Thread Michael Zanetti
Josh, please look into this bug. afaik you already have something
working in this regard.

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) = Josh Arenson (josharenson)

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

Title:
  [split] unity8-greeter doesn't run on desktop configurations

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

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


[Bug 1478564] [NEW] cannot add PPA easily

2015-07-27 Thread wayne
Public bug reported:

Ubuntu is supposed to be community driven and user friendly but one of the most 
regularly needed things I cannot do easily.  To add a PPA you have to mess 
around with 25 different steps.  
3)What I expect is a one click 'add PPA to Ubuntu' from any website.  Since 
this is possible with a copy-to-clipboard coding in a website like www.bit.ly, 
it should be possible to visit any website with a PPA and simply click a button 
that says 'Add PPA' or +PPA and then it automatically ends up as a source and 
able to be installed shortly after that.
4)What happened: I had to do a crazy number of advanced steps!

Thanks for fixing this bug asap!

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: software-center 13.10-0ubuntu4.1
ProcVersionSignature: Ubuntu 3.16.0-43.58~14.04.1-generic 3.16.7-ckt13
Uname: Linux 3.16.0-43-generic i686
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: i386
CurrentDesktop: Unity
Date: Mon Jul 27 06:18:24 2015
InstallationDate: Installed on 2015-06-06 (50 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release i386 (20150218.1)
PackageArchitecture: all
SourcePackage: software-center
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 trusty

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

Title:
  cannot add PPA easily

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

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


[Bug 1477674] Re: Support for meta name=theme-color ... tag

2015-07-27 Thread Alexandre Abreu
This is very much related (infrastructure wise) to some work that is
being done to support installable webapps  webapp-capable meta tags.

https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1411726


** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

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

Title:
  Support for meta name=theme-color ... tag

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

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


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

2015-07-27 Thread Joel Splinter
I'm having the same issue on my dell xps 13 9343 running ubuntu 14.04 upgrade 
to kernel 3.19 to fix some of the other small issues.
Laptop display at 1920 x 1080 and HP 20 display through the display port DVI 
adaptor  16000 x 900 resolution.

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

Title:
  Window decorations not drawn on external monitor

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

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


[Bug 1351534] Re: device doesn't detect current time zone

2015-07-27 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) = Lukáš Tinkl (lukas-kde)

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

Title:
  device doesn't detect current time zone

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

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

[Bug 1300557] Re: Screen resolution no longer works

2015-07-27 Thread Jeroen T. Vermeulen
It just got a bit weirder.

I've got my custom xrandr-defined 2560×1440 resolution going.  But for
purposes like window placement, resizing windows, and maximising
windows, the UI seems to think it's 1920×1080 or thereabouts.

So if I open a whole bunch of editor windows from the shell, they all
appear in (and eventually fill up) the upper-left part of the screen
that looks like it's about 1920×1080 pixels large.  I can move a window
out of that zone, but I can't resize its lower or right-hand edges
outside of it.  If I move a window over the edge and then try to resize
the window, the edge(s) I'm resizing immediately jump back to fall
within that zone.

When I move a window completely outside the zone and try to resize it,
really strange things happen.  A terminal window outside the zone
immediately disappears when I try to resize its right-hand edge, as if
it's been closed.  I can get it back by clicking on the terminal icon in
Unity's icon bar, but it's very narrow, and it looks to be dead!  It's
got a piece of my desktop background in it, and nothing I do convinces
it to repaint itself.  When I widen it, I just get to see more
background, or whatever else was in its path, plus some pollution from
the resizing UI.  I can still close it with ctrl-d though.  I can still
type commands into the shell I guess, but clear doesn't help.

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

Title:
  Screen resolution no longer works

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

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

[Bug 1469771] Re: [FEAT Ubuntu 15.10]: EPOW, DPO support for PowerNV platform

2015-07-27 Thread Chris J Arges
Is this needed for any other series other than 15.10? v3.19, v3.16 etc?


** Changed in: linux (Ubuntu)
 Assignee: Canonical Taco Screen Team (canonical-taco-screeners) = Chris J 
Arges (arges)

** Changed in: linux (Ubuntu)
   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/1469771

Title:
  [FEAT Ubuntu 15.10]: EPOW, DPO support for PowerNV platform

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

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


[Bug 1455571] Re: Blank/transparent line appears above the dock and affects the entire screen

2015-07-27 Thread Mcbride-scott-26
Screenshot attached

** Attachment added: Line when running docky or plank
   
https://bugs.launchpad.net/ubuntu/+bug/1455571/+attachment/4434640/+files/2015-07-27-093521_1920x1080_scrot.png

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

Title:
  Blank/transparent line appears above the dock and affects the entire
  screen

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

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


[Bug 1455571] Re: Blank/transparent line appears above the dock and affects the entire screen

2015-07-27 Thread Mcbride-scott-26
Same thing happens with linux mint 17.2, didn't happen in 17.1 however.
The line across the screen is only there when running plank or docky.
Line goes through all open windows as well, definitely a bug. This
occured immediatly after upgrading from Mint 17.1 to Mint 17.2 both with
XFCE desktop.

** Also affects: 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/1455571

Title:
  Blank/transparent line appears above the dock and affects the entire
  screen

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

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


[Bug 1204579] Re: ufw doesn't support concurrent updates

2015-07-27 Thread Jamie Strandboge
** Changed in: ufw
   Status: Fix Committed = 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/1204579

Title:
  ufw doesn't support concurrent updates

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

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


[Bug 1219862] Re: Deleted documents show up in Database as a model

2015-07-27 Thread Christian Dywan
Using Query is apparently less obvious than resorting to listDocs. It
might be sensible to add an explicit to the docs that deleted documents
will be included and the recommended use is via Query.

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

Title:
  Deleted documents show up in Database as a model

To manage notifications about this bug go to:
https://bugs.launchpad.net/u1db-qt/+bug/1219862/+subscriptions

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


Re: [Bug 1431753] Re: Nvidia binary driver FTBS due to DKMS layer violation

2015-07-27 Thread mat
After routine kernel-update yesterday, today blank screen like KennoVO,
bongos rumbling on start but without video.

After booting with previous kernel I applied the solutions KennoVO
suggested, (2)-(3)-(4) but not (1) as I didn't know what I was doing and
didn't understand how it had to be done. But in the end after reboot it
worked. No errors or other failures.

I must say that while Ubuntu 10 and 12 were simply great, rapid booting,
almost no bugs, this 14.04 has caused me a lot of grievance - slow on boot,
updates that cause more problems than they solve, updates almost every time
I turn on the computer (just like Windows...). Iif I didn't have an allergy
towards Windows I would long have turned my back on Ubuntu. And if You add
to it that Chromium has a sloppy Flash-player that doesn't work half the
times, and the alternative Firefox is pretty slow.
Takes a lot of passion to stick to Ubuntu...

2015-07-27 1:35 GMT+02:00 KennoVO ubu...@kenno.org:

 Fix confirmed on 2 very different machines both running Ubuntu 14.04
 Trusty with the 3.13 kernel. Detailed notes:

 AMD workstation with only a discrete nvidia GPU (nothing else)
 
 Synaptic complained about conflicts when selecting updated driver from
 trusty-proposed (something involving nvidia-libopencl1-* vs
 nvidia-opencl-icd-* IIRC). Installing through aptitude worked better. No
 further issues when rebooting, updating the kernel and rebooting again.

 Intel laptop running bumblebee
 ==
 Blank screen after updating. Solutions tried:
 (1) starting the kernel with nogpumanager and removing /etc/X11/xorg.conf
 generated by gpu-manager
 (2) removing the newly created file /etc/prime-discrete
 (3) sudo sed -i 's/-current/-346-updates/g' /etc/bumblebee/bumblebee.conf
 (4) adding lines for 340 and 346 to /etc/modprobe.d/bumblebee.conf

 Applying all of the above fixed the problem, and (1)-(3) without (4)
 didn't, so it's very likely that (4) is necessary. What I cannot tell is
 which of (1)-(3) are also necessary and which are optional.(*) Bottom
 line is that special precautions should be taken to prevent bumblebee
 from breaking when rolling this out.

 (*) I could of course figure that out by reverting the changes one-by-
 one, but this bug already robbed me of an outrageous amount of my time
 and all of my goodwill, so you're on your own. Thanks a lot for finally
 fixing it, though.

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1411919).
 https://bugs.launchpad.net/bugs/1431753

 Title:
   Nvidia binary driver FTBS due to DKMS layer violation

 Status in nvidia-graphics-drivers-331 package in Ubuntu:
   Confirmed
 Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
   Confirmed
 Status in nvidia-graphics-drivers-340 package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-340-updates package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-346 package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-346-updates package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-331 source package in Trusty:
   Triaged
 Status in nvidia-graphics-drivers-331-updates source package in Trusty:
   Triaged
 Status in nvidia-graphics-drivers-340 source package in Trusty:
   Fix Committed
 Status in nvidia-graphics-drivers-340-updates source package in Trusty:
   Fix Committed
 Status in nvidia-graphics-drivers-346 source package in Trusty:
   Fix Committed
 Status in nvidia-graphics-drivers-346-updates source package in Trusty:
   Fix Committed

 Bug description:
   Filing this against the 340-updates version but possibly the same
   applies to older versions, too. The nvidia source package produces two
   individual dkms packages: nvidia-340-updates, nvidia-340-updates-uvm.
   The problem is that the DKMS build of the nvidia-uvm module runs
   compile steps inside the nvidia modules build directory. This is
   violating the DKMS assumption that each module can be build
   independently (there is no way of describing cross-modules
   dependencies and even more important, the autoinstall step after a new
   kernel is installed will run the modules build in parallel).

   Since nvidia and nvidia-uvm are very dependent on each other the right
   course of action seems to be to combine both sources in one DKMS
   module that produces two kernel modules (this is supported by DKMS).
   For the transition this resulting dkms package needs to have a
   breaks/replaces for the nvidia-uvm package.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1431753/+subscriptions



-- 
Dr. M. Tiede


Clausola di Riservatezza

Si fa presente che tutte le notizie (nomi, fatti, notizie sanitarie, etc)
contenute in questo messaggio sono sottoposte alla normativa sulla tutela
della riservatezza (D. Lgs 196/2003) e in particolare sulla 

[Bug 1476781] Re: [mako] voicecalls and sms are broken unless a network connection is active

2015-07-27 Thread Pat McGowan
** Changed in: telepathy-mission-control-5 (Ubuntu RTM)
   Status: Confirmed = Fix Released

** Changed in: telepathy-ofono (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: telepathy-ofono (Ubuntu RTM)
   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/1476781

Title:
  [mako] voicecalls and sms are broken unless a network connection is
  active

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

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


[Bug 1465003] Re: U1db.Document silently ignores key assignment

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

** Changed in: u1db-qt (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/1465003

Title:
  U1db.Document silently ignores key assignment

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

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


[Bug 1465003] Re: U1db.Document silently ignores key assignment

2015-07-27 Thread Christian Dywan
This is QVariant, specifically how variants in QML behave, and not
deliberate on U1Db's part.

The only way to address this would be to re-consider the API or try to
replace QVariant.

** Package changed: ubuntu-ui-toolkit (Ubuntu) = u1db-qt (Ubuntu)

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

Title:
  U1db.Document silently ignores key assignment

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

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


[Bug 1458434] Re: Use __builtin_clzl on POWER

2015-07-27 Thread Robie Basak
Uploaded 5.6.11+dfsg-1ubuntu1 to Wily which includes this fix from
upstream.

If you need a fix for an existing stable release, please comment with a
justification against https://wiki.ubuntu.com/StableReleaseUpdates#When
and complete steps 1 through 4 in
https://wiki.ubuntu.com/StableReleaseUpdates#Procedure - and go ahead
with all the steps if you can. Note that that SRU team would need to
make a final decision.

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

Title:
  Use __builtin_clzl on POWER

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

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


[Bug 1458434] Re: Use __builtin_clzl on POWER

2015-07-27 Thread Robie Basak
Uploaded 5.6.11+dfsg-1ubuntu1 to Wily which includes this fix from
upstream.

If you need a fix for an existing stable release, please comment with a
justification against https://wiki.ubuntu.com/StableReleaseUpdates#When
and complete steps 1 through 4 in
https://wiki.ubuntu.com/StableReleaseUpdates#Procedure - and go ahead
with all the steps if you can. Note that that SRU team would need to
make a final decision.

** Changed in: php5 (Ubuntu)
   Status: Triaged = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1458434

Title:
  Use __builtin_clzl on POWER

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1471804] Re: [Lenovo ThinkPad T530] Disable while typing doesn't work

2015-07-27 Thread Christopher M. Penalver
Sb, to confirm, has the WORKAROUND mentioned in your Bug Description
been tested by you personally to work?

A reported workaround is to run:
syndaemon -i 0.8 -d

** Tags removed: bios-outdated-2.64
** Tags added: latest-bios-2.64

** Changed in: linux (Ubuntu)
   Importance: Low = 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/1471804

Title:
  [Lenovo ThinkPad T530] Disable while typing doesn't work

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

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


[Bug 1478539] Missing required logs.

2015-07-27 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1478539

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: trusty

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

Title:
  pci ... address space collision: conflicts with ACPI PM1a_EVT_BLK

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

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


[Bug 1465997] Re: number wheel too sensitive

2015-07-27 Thread Jouni Helminen
We are working on a new time and date picker component, will check this
doesn't happen with it

** Changed in: ubuntu-ux
 Assignee: (unassigned) = Jouni Helminen (jounihelminen)

** Changed in: ubuntu-ux
   Status: New = Triaged

** Changed in: ubuntu-ux
   Status: Triaged = 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/1465997

Title:
  number wheel too sensitive

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

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


[Bug 1205791] Re: Dell Vostro V131: special keys not working

2015-07-27 Thread Michał Kępień
@Whoopie: I'm betting that's because of the KE_IGNORE entry for event
0xe025 in the legacy keymap (the second link from my previous message
touches upon that issue). Try replacing that entry with the following
one:

{ KE_KEY, 0xe025, { KEY_PROG3 } },

Then recompile the kernel, restart and try again.

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

Title:
  Dell Vostro V131: special keys not working

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

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


[Bug 1461620] Re: NUMA task migration race condition due to stop task not being checked when balancing happens

2015-07-27 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
   Status: Invalid = 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/1461620

Title:
  NUMA task migration race condition due to stop task not being  checked
  when balancing happens

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

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


[Bug 1478547] [NEW] Some received messages are not shown in detail

2015-07-27 Thread Zsombor Egri
Public bug reported:

Some SMS messages (don't know their class) are not visualised by the
Messaging app conversation view. Some part of the message was visible in
the notification, the summary is also shows some of their content, but
not the conversation view. See attached image.


I'm using a prepay card with BQ Aquaris 4.5, with Ubuntu 15.04 (r24). The bug 
did not appear in this release, it has been there before OTA-5 came out.

** Affects: messaging-app (Ubuntu)
 Importance: High
 Status: New

** Attachment added: orange-messages.png
   
https://bugs.launchpad.net/bugs/1478547/+attachment/4434615/+files/orange-messages.png

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

Title:
  Some received messages are not shown in detail

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

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


[Bug 1468402] Re: UITK breaks Widget fonts in mixed applications

2015-07-27 Thread Christian Dywan
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/dpr

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

Title:
  UITK breaks Widget fonts in mixed applications

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

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


[Bug 1398016] Re: In the unlock screen the message No data sources available still in English after change the system language to pt-BR

2015-07-27 Thread Sebastien Bacher
** Also affects: canonical-devices-system-image
   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/1398016

Title:
  In the unlock screen the message No data sources available still
  in English after change the system language to pt-BR

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

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


[Bug 1357471] Re: Samba4 AD DC randomly dies, error: Did not manage to negotiate mandetory feature SIGN for dcerpc auth_level 6.

2015-07-27 Thread Jorge Albarenque
I can confirm that applying the patch provided in
https://bugzilla.samba.org/show_bug.cgi?id=11164 does not fix the issue.

The Did not manage to negotiate... error message is gone but the other
message Failed to bind... still spams the logs and replication is
broken as per samba-tool drs showrepl.

I can also confirm that what triggers this are network connectivity
interruptions between the DCs. After connectivity is restored,
replication is not reestablished until Samba is restarted

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

Title:
  Samba4 AD DC randomly dies, error: Did not manage to negotiate
  mandetory feature SIGN for dcerpc auth_level 6.

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

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


[Bug 1205791] Re: Dell Vostro V131: special keys not working

2015-07-27 Thread Darek Stojaczyk
While checking wmi event codes I discovered that after pm-suspend and
resume wmi events are no longer sent. All wmi buttons stopped working
(except for volume buttons).

Reloading dell-laptop fixed it. However, that is unrelated issue, I
believe. I will try without Michał's patch to see if that's the case.

** Attachment added: M5110_wmi_events.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1205791/+attachment/4434624/+files/M5110_wmi_events.txt

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

Title:
  Dell Vostro V131: special keys not working

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

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

[Bug 1469819] Re: Ubuntu SDK fails to work when a dbus session is not present.

2015-07-27 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New = Invalid

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

Title:
  Ubuntu SDK fails to work when a dbus session is not present.

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

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


[Bug 1357471] Re: Samba4 AD DC randomly dies, error: Did not manage to negotiate mandetory feature SIGN for dcerpc auth_level 6.

2015-07-27 Thread Jorge Albarenque
I can confirm that applying the patch provided in
https://bugzilla.samba.org/show_bug.cgi?id=11164 does not fix the issue.

The Did not manage to negotiate... error message is gone but the other
message Failed to bind... still spams the logs and replication is
broken as per samba-tool drs showrepl.

I can also confirm that what triggers this are network connectivity
interruptions between the DCs. After connectivity is restored,
replication is not reestablished until Samba is restarted

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1357471

Title:
  Samba4 AD DC randomly dies, error: Did not manage to negotiate
  mandetory feature SIGN for dcerpc auth_level 6.

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1478573] [NEW] Messages sometimes disappear when sending

2015-07-27 Thread Zachary Igielman
Public bug reported:

Using a N4 with stable (OTA-5).

Sometimes, when I send a text message, the message disappears from the
text box as if it is sending, however it does not appear in the
conversation or send. It simply disappears! This means, on occasion (not
all the time, and with no pattern it seems), my messages disappear
rather than sending when using the messages app. Also, sometimes when my
messages fail to send, and I press the resend button, the message
disappears and does not re-appear or send.

** Affects: messaging-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/1478573

Title:
  Messages sometimes disappear when sending

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

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


[Bug 1371783] Re: package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 (utopic) fails to install/upgrade

2015-07-27 Thread Aaron D. Campbell
This happened to me a BUNCH of times on Ubuntu 15.04. I basically kept running 
this and eventually it worked:
sudo apt-get remove --purge ttf-mscorefonts-installer  sudo apt-get install 
ttf-mscorefonts-installer

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

Title:
  package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 (utopic) fails to
  install/upgrade

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

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


[Bug 1478518] [NEW] DELL XPS 13: Update-manager got locked up when the device locked

2015-07-27 Thread Dave Morley
Public bug reported:

STEPS:
1. Obtain XPS13
2. Do initial update when requested by update-manager
3. Laptop locked
4. Upon waking the laptop update-manager was completely locked
5. Had to reboot to regain access to apt/dpkg on reboot kernel panicked

EXPECTED:
I expected the update to run without a hitch

ACTUAL:
Part way through the install of grub the system locked the screen as expected, 
on waking the device I discovered the update-manager was completely 
unresponsive,  I forced it closed but apt and dpkg were still not available to 
the system.  In the end I rebooted and got a kernel panic which was not 
expected.


WORKAROUND:
Boot the device tap on shift until you are presented with the boot menu.  
Select Advanced Settings and select the initial Kernel the device came with.  
Boot into the system and run sudo dpkg --configure -a in the terminal or tty

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: xps13

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

Title:
  DELL XPS 13: Update-manager got locked up when the device locked

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

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


  1   2   3   4   5   6   7   8   >